Breadcrumbs

SOAP Service Reference

Tagged Values

<<E2ESOAPService>>

Stereotype <<E2ESOAPService>> is used in the component diagram to mark a service as SOAP service.


Error rendering macro 'multiexcerpt' : Page loading failed


<<E2ESOAPPortType>>


Error rendering macro 'multiexcerpt' : Page loading failed


<<SOAPRPCOperation>>


Name Dialog / Tag / Parameter

Description

WSDL Snippet

Allowed Values

Rpc Response Name


(rpcResponseName)

Use to overwrite the RPC response message name in the WSDL.

<wsdl:message name="myReponseName"> <wsdl:part name="output" type="stns1:OutputClass"/>

any valid string
default: <soap port type name>_<operation name>_Response

Soap Input Namespace


(soapInputNamespace)

Use to overwrite the SOAP input namespace in the WSDL.

<wsdl:input> <soap:body [...] namespace="myInputNamespace"/>

any valid namespace string
default: urn:<containment tree path>.<port name>

Soap Output Namespace


(soapOutputNamespace)

Use to overwrite the SOAP output namespace in the WSDL.

<wsdl:output> <soap:body [...] namespace="myOutputNamespace"/>

any valid namespace string
default: urn:<containment tree path>.<port name>


<<SOAPDocumentOperation>>


Error rendering macro 'multiexcerpt' : Page loading failed