This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to call webservice function via soap in cortexm-3?

Hi all,
Does any one know how can i call webservice function and get response from it?
often we need SOAP library to do so with HTTP but i don't know the way.
Can you tell me how can i call the webservice which is wrote with ASP.net and get the response from it?I have seen httpserver example in mcb1700 but i can't configuer it.

Parents Reply Children
  • Thank you for reply.I found the way.We can send data over tcpip and send data to server IP and its port in the shape of XML data.Each webservice has a example for giving data in SOAP mode or HTTP.it is sufficient to replace the strings in those example with our data and receive appropriate response from server in our webservice.I do this with Arm cortex m3 LPC17 series.