Component /dat/lib/filter/soapMarshall
soapMarshall takes a typed incoming document and uses the typing information to
apply the soap encoding schema to the document, ready to be used for a soap RPC
call. This component is used to construct the soapCall
component.
Ports
- input XML is
received by this port, the document must be typed using a type document.
Currently only simple type documents are supported.
- output XML is output by this port. The document is transformed by adding the
appropriate namespaces and using the types to add the soap schema types
Properties
- urn the method name space is entered here so that the
document can be correctly transformed
- encoding-style the correct encoding namespace url is
entered here - this value is defaulted
- schema-xsd the correct schema namespace url is entered
here - this value is defaulted
- schema-instance-xsi the correct schema instance namespace
url is entered here - this value is defaulted
Copyright 2000,2001 Data Access Technologies