Previous Page | Next Page

The SOAP Procedure

Overview: SOAP Procedure


What Does the Simple Object Access Protocol (SOAP) Procedure Do?

PROC SOAP reads XML input from a file that has a fileref and writes XML output to another file that has a fileref. The envelope and headings are part of the content of the fileref. They are defined in the IN option of PROC SOAP. The input XML is either a SOAPEnvelope element, or an element inside the SOAPEnvelope that is required to invoke the Web service.

Operating Environment Information:   PROC SOAP can run on any platform; however, WS-Security features are not available in the z/OS operating environment. The message component is an XML document that corresponds to a service request.  [cautionend]

Previous Page | Next Page | Top of Page