Moduleurn:org:ten60:netkernel:ext:sys
The
requestWithArgs
accessor is exported by the urn:org:ten60:netkernel:ext:sys module.
Import this module to gain access to the accessor.
SyntaxURI | active:requestWithArgs |
Argument | Rules | Description | uri | Mandatory | the base URI of the service | arg1 | Optional | An argument to append to the service's URI | argN | Optional | An argument to append to the service's URI |
Example UsageDPML<instr> <type>source</type> <uri>/myservice</uri> <myargument>mydoc.xml</myargument> <target>var:result</target> </instr> NetKernel Foundation API
req=context.createSubRequest("active:requestWithArgs");
req.addArgument("uri", [resource representation, aspect, or URI] );
result=context.issueSubRequest(req); Purpose |