You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

On this Page:

Tagged Values

<<E2ESOAPService>>

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

MultiExcerpt named tagged_values was not found -- Please check the page name and MultiExcerpt name used in the MultiExcerpt-Include macro

<<E2ESOAPPortType>>

Tagged ValueDescriptionAllowed Values
namespace

Use namespace to overwrite the default namespace.

This tag is used for the namespace of the RPC input/output body only.

default: urn:<containment tree path>.<port name>

Example:
urn:Services.HelloWorldService.Ports.HelloWorldPort
pathSpecifies the service location.Example:
If path = "/my/path", the service location will be: http://<host name>:<port>/my /path.
Otherwise, the service location will be: http:// <host name> : <port> /<service name>/<port type>

<<SOAPRPCOperation>>

Tagged ValueDescriptionWSDL SnippetAllowed Values
rpcResponseNameUse 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
soapInputNamespaceUse 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>
soapOutputNamespaceUse 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>>

Tagged ValueDescriptionWSDL SnippetAllowed Values
soapAction

Use to set a SOAP action URL in the WSDL. See The SOAPAction HTTP Header Field in the W2C documentation for more information.

soapAction should not be empty for document style operations. The Compiler will throw a warning in this case.
<wsdl:operation name="mySOAPoperation">
         <soap:operation soapAction="mySOAPaction"/>
any valid URL string
  • No labels