This shows you the differences between two versions of the page.
|
webservicesdescriptionlanguage [2012/05/08 00:02] Martin Spamer |
webservicesdescriptionlanguage [2012/05/08 00:11] (current) Martin Spamer |
||
|---|---|---|---|
| Line 33: | Line 33: | ||
| </message> | </message> | ||
| - | <portType name="glossaryTerms"> | + | <portType name="portTypeName"> |
| - | <operation name="getTerm"> | + | <operation name="operationName"> |
| <input message="messageRequest"/> | <input message="messageRequest"/> | ||
| <output message="messageResponse"/> | <output message="messageResponse"/> | ||
| Line 40: | Line 40: | ||
| </portType> | </portType> | ||
| - | <binding type="glossaryTerms" name="b1"> | + | <binding type="portTypeName" name="bindingName"> |
| <soap:binding style="document" | <soap:binding style="document" | ||
| transport="http://schemas.xmlsoap.org/soap/http" /> | transport="http://schemas.xmlsoap.org/soap/http" /> | ||
| - | <operation> | + | <operation name="operationName"> |
| - | <soap:operation soapAction="http://example.com/getTerm"/> | + | <soap:operation soapAction="http://example.com/operationName"/> |
| <input><soap:body use="literal"/></input> | <input><soap:body use="literal"/></input> | ||
| <output><soap:body use="literal"/></output> | <output><soap:body use="literal"/></output> | ||