Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Wiki Markup
{snippet:id=lightweight|lang=xml|url=http://svn.apache.org/repos/asf/incubator/servicemix/trunk/servicemix-http/src/test/resources/org/apache/servicemix/http/addressing.xml}

 

Accessing WSDLs

WSDLs for consumer endpoints are retrieved using the following method:

  • for a WSDL based deployed endpoint, the WSL will be used as is
  • for an XBean based deployed endpoint, the WSDL will be retrieved from the wsdlResource attribute
  • if this information is not provided, the component will try to generate a WSDL by retrieving the target endpoint WSDL and adding the relevant informations to it.

WSDLs are accessible with the standard '?wsdl' query string.

For example, the WSDL for the consumer endpoint seen in the 'WSDL Deployment' section will be available at
http://localhost:8192/InOnly/?wsdlImage Added