Service Proxy Quickstart Guide (News from 15.09.)

Learn how to setup a service proxy for SOAP based Web Services in 10 minutes. The SOAP quickstart guide introduces into the new configuration language. All you need to configure a proxy that validates SOAP messages against WSDL and XML Schema is the following XML snippet:

<serviceProxy name="Example">
 <validator
  wsdl=
  "http://example.com/?wsdl"
 />
 <target host="example.com" />
</serviceProxy>

<< SOAP Service as REST ResourceSOA Model 1.0.6 released >>

Index

Tags

Related Tags