How to Test Outbound Web Services
It’s tough, but will do it simply…
Invoking Outbound Web Service
You can invoke the proxy Business Service from anywhere in application, and that will in turn call the Outbound Web Service and bring the response in the Siebel Message based on the Output Integration Object : ConversionRateResponse
1. Lets Create Request Message which is needed to Invoke the Web Service.
Navigate to Business Service Simulator, Create a new record in the top list applet and give the business service as: PRM ANI Utility Service and method as CreateEmptyPropSet.
Or Alternatively: Import this file using Load From File option. Load it in Top List Applet
In the middle, Inputs list applet, create a new record and add the below values:
Type: PropertySet
PropertyName Mvg – Click it and create a new record as below –
Property Name: Hierarchy Name
Value: ConversionRate <This Integration Object is same as which is there in the Input Arguments of the BS: CurrencyConvertorSoap>
Or Alternatively: Import this file using Load From File option. Load it in Middle List Applet
3. Click the RUN button at top in Business Service Simulator applet and you will see the output message at the bottom most applet.
4. Click on Save To File in the bottom most applet to save the PropertySets to a xml file. This file [WebService-Inputs.xml] will be your input xml message to Invoke the Outbound Web Service.
PART 3: Testing the Outbound Web Service …Continued
Random Related Posts
Loading…








