requestWithArgsrequestWithArgs
Build and issue a request with a set of dynamic arguments
Home > Books > NetKernel API and Services Reference > Accessor Listing > Utility and System Accessors > requestWithArgs

Rate this page:
Really useful
Satisfactory
Not helpful
Confusing
Incorrect
Unsure
Extra comments:


Module

urn: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.

Syntax

URI
active:requestWithArgs

ArgumentRulesDescription
uriMandatory the base URI of the service
arg1Optional An argument to append to the service's URI
argNOptional An argument to append to the service's URI

Example Usage

DPML

<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

This accessor has been deprecated. Please refer to source instead.

© 2003-2007, 1060 Research Limited. 1060 registered trademark, NetKernel trademark of 1060 Research Limited.