GET enabled WCF service
-
Hi, How to access a WCF service using GET method and POST XML data. Its would be great if you can get solutions to the below steps. 1. Accessing a Webservice using URL. 2. There should be a method in the service which accept xml data send using POST method 3. Retrive XML method send from client 4. Return back a result XML in response stream XML Data / POST Client ==================> Server <================= Retuns XML data back 5. What would be the signature for the method as the data is send as XML 6. Accessing URL should be in the Form http://something.com/MyService/ Thanks in Advance
-
Hi, How to access a WCF service using GET method and POST XML data. Its would be great if you can get solutions to the below steps. 1. Accessing a Webservice using URL. 2. There should be a method in the service which accept xml data send using POST method 3. Retrive XML method send from client 4. Return back a result XML in response stream XML Data / POST Client ==================> Server <================= Retuns XML data back 5. What would be the signature for the method as the data is send as XML 6. Accessing URL should be in the Form http://something.com/MyService/ Thanks in Advance