Web Services using CSOAP Programming Web Development by manaila …for open source SOAP libraries for C and found [CSOAP](http://csoap.sourceforge.net/). However, I am having the following …: 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 Re: Web Services using CSOAP Programming Web Development by pritaeas 1 Yes, it's possible. 2 See the example here: http://csoap.sourceforge.net/docs/snapshot/libsoap-doc-api/html/ URL is the location of your Java Webservice, and the method is the function you want to call. Re: Web Services using CSOAP Programming Web Development by manaila Thank you pritaeas, I have looked at the example and I was confused thats why I asked. What about **urn**? In [these](http://csoap.sourceforge.net/docs/snapshot/libsoap-doc-api/html/) examples it is different from [this](http://petio.org/ws/web_services_page6.html) one. Re: Web Services using CSOAP Programming Web Development by pritaeas I think `urn` is the namespace, that should be defined by your webservice.