I have created an Orchestration that has declared a web service for Managing Sales Orders. This works fine, However I want to move the Web service out and into it's own orchestration and be able to call the orchestration when needed by other orchestrations. Each web method has a multi-part message assigned.
Expectation is that I will have to re-use all the Web Service methods in other Orchestrations and any future needs.
- How do I go about setting up the ports correctly?
- What is the correct method and guidelines I should use when creating a special Orchestration or Application for this purpose?
- What would the Orchestration look like?
- Do I set up the Ports in the Orchestration by 'specify now'
The Web Methods for the Web Service in question has
- getCustomerItemPrice (request/response)
- getitemListPrice (request/response)
- getItemPriceAndAvalability (request/response)
- getSalesOrder (request/response)
- getSalesOrderHistory (request/response)
- processSalesOrder (request/response)
- processSalesPriceAdjustment (request/response)
Tip 'Hold the shift key down while clicking on the hyperlink to view the current setup of my Orchestration & Web Service.