Differences

This shows you the differences between two versions of the page.

Link to this comparison view

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>​
webservicesdescriptionlanguage.txt · Last modified: 2012/05/08 00:11 by Martin Spamer
 
Except where otherwise noted, content on this wiki is licensed under the following license: CC Attribution-Noncommercial 3.0 Unported
Recent changes RSS feed Donate Powered by PHP Valid XHTML 1.0 Valid CSS Driven by DokuWiki