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?

Link to comment
Share on other sites

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. 

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.