I've been asked to code a C program to call a .NET web service from a Unix application... Has anyone done this, and are there any suggestions? Thanks...
From client's side Web service is just a HTTP request&response with bloated encoding of parameters and results.
You need http client, xml writer/reader, soap envelope & bit of good old socket mess (and of course specs of web service - wsdl file).
(network spying on HTTP port also helps - Wireshark FTW! )
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.