Jump to content

creating a REST web service


aniesh82

Recommended Posts

I have searched on net and found that, REST service can be called by using a URL. So all the parameters are needed to append to the URL..

 

But it is possible to return the values as even xml format.. Does it possible to pass the values to Soap Server in xml format?

REST is just another way of saying that you're using URL parameters.  You can pass in an XML string as a value for one of the parameters, then parse it out if you wanted to, but I'm not sure why you would do this.  XML is typically used for SOAP based services, not REST.  If you're looking to go the SOAP route, look at NuSoap, Zend, the of course the built in stuff in PHP. 

 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.