|
| Calling any web service not just asp.net ones. |
 |
Wed, 2 Apr 2008 00:34:08 +0000 |
Hi
I need to call a vsdn web service that has been created in java platform. All
the articles that I read shows that I need to use wsdl and asmx extensions. But
how can I call a web service with a xml extension or any other it doesnt show?
Could you please guide me towards calling any web service not just asp.net wsdl
services??
|
| Post Reply
|
| Re: Calling any web service not just asp.net ones. |
 |
Thu, 3 Apr 2008 13:50:54 +0000 |
You need a library to serialise/deserialise xml if you're dealing with SOAP or
XMLRPC web services.
SOAP and XMLRPC client libraries are available for most languages that serilaise
the data to simple arrays, I believe.
example: nuSOAP on PHP which does not generate client proxies.
|
| Post Reply
|
|
|
|
|
|
|
|
|
|