Posted By:
Anonymous
Posted On:
Tuesday, June 22, 2004 10:58 PM
I am using an application to process SOAP requests When I access the following SOAP request and specify the arguements,values as follows URL : http://services.xmethods.net:80/soap/servlet/rpcrouter TARGET-URI : urn:xmethods-BNPriceCheck METHOD : getPrice Argument Name : isbn Argument Type : String Argument Value: 0672324229 I am getting the desired result
More>>
I am using an application to process SOAP requests
When I access the following SOAP request and specify the arguements,values as follows
| URL : |
http://services.xmethods.net:80/soap/servlet/rpcrouter
|
TARGET-URI :
|
urn:xmethods-BNPriceCheck |
METHOD :
|
getPrice |
Argument Name :
|
isbn |
Argument Type :
|
String |
Argument Value:
|
0672324229 |
I am getting the desired result
But if I specify any other SOAP request the application doesn't take and results in error.
I've tried with the SOAP request
| URL : |
http://www.webservicex.net/globalweather.asmx
|
TARGET-URI :
|
urn:xmethods-GetCityList |
METHOD :
|
GetCitiesByCountry |
Argument Name :
|
CountryName |
Argument Type :
|
String |
Argument Value:
|
India |
which is not processed and resulted in error.
I think the problem is with TARGET-URI.
Can anyone suggest how to work with this TARGET-URI.
Thanks in Advance.
<<Less