Hi,
I am having the C application which I want to access a remote Java Web Service; I have looked for open source SOAP libraries for C and found CSOAP. However, I am having the following questions/problems with it:
1) Is it possible to access Java Web Services using CSOAP?
2) What are url, urn, method in this context [here] in the soap client example(http://csoap.sourceforge.net/docs/snapshot/libsoap-doc-api/html/)?
Cheers