Talk:Scenario: Purchase Order Mediation
From SWS Challenge Wiki
[edit]
Adopted RosettaNet Message
The example RosettaNet Message has been reformated and validated against the schema: http://sws-challenge.org/schemas/rnet/sampleDocs/Example_Purchase_Order_Request.xml
This is also the message used in the rosettanet emulator.
[edit]
Clarification on Asynchronous Reply of OMService
The OMservice does now include an "out-in" operation declaring the type of the confirmation message. However in the initial version published of the WSDL has been a bug as identified in [1]. This has been fixed, the WSDL has been altered in the following way:
An include was added for the corresponsing schema:
<xsd:include schemaLocation="http://sws-challenge.org/schemas/moon/CompleteMoonOMSchema.xsd"/> <xsd:include schemaLocation="http://sws-challenge.org/schemas/moon/CompleteMoonClientSchema.xsd"/>
The Type reference was corrected from string to the OrderLineItemConfirmationType:
<xsd:element name="confirmLineItemRequest" type="impl:OrderLineItemConfirmationType"></xsd:element>
Alternatively you can have a look at WSDL, which represents the WSDL of our dummy-mediator-client.
