[Users] FAULT: Add a modelReference element in WSDL document

nboissel nicolas.boissel-dallier at petalslink.com
Wed Mar 16 11:00:25 CET 2011


Hi,

According to the WSDL specification, there is no possible new attributes for operations in WSDL 1.1. 
SAWSDL standard defines a new child tag to store modelReference in this specific case.

 
Code:
    <wsdl11:operation name="order">
      <sawsdl:attrExtensions
        sawsdl:modelReference="http://www.w3.org/2002/ws/sawsdl/spec/ontology/purchaseorder#RequestPurchaseOrder"/>
      <wsdl11:input message="OrderRequestMessage" />
      <wsdl11:output message="OrderResponseMessage" />
    </wsdl11:operation>




EasyWSDL implements this standard so we use this method too. 
If you look at your generated SAWSDL file, a new tag appears with your modelReferences URIs.




-------------------- m2f --------------------

Subscribe/Unsubscribe emails notifications.

Response to this email will be posted on the Petals forum.
Please delete the existing text before responding :)

Read the topic online:
http://forum.petalslink.com/viewtopic.php?p=31150#31150

-------------------- m2f --------------------






More information about the Users mailing list