Advertisement
Guest User

Untitled

a guest
Dec 16th, 2017
60
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
XML 0.42 KB | None | 0 0
  1. <wsdl:interface name="Order"
  2.      sawsdl:modelReference="http://example.org/categorization/products/electronics">
  3.   <wsdl:operation name="order" pattern="http://www.w3.org/ns/wsdl/in-out"
  4.      sawsdl:modelReference="http://www.w3.org/2002/ws/sawsdl/spec/ontology/purchaseorder#RequestPurchaseOrder">
  5.     <wsdl:input element="OrderRequest" />
  6.     <wsdl:output element="OrderResponse" />
  7.   </wsdl:operation>
  8. </wsdl:interface>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement