Hi, I am trying to discover how one passes arguments to a web-service using the URL.
For example, I have the following web-service xml_fragment get_form(xml_fragment x) which of course can be accessed via http://localhost:8080/axis/Servlet/IntelligentForm?method=get_form but what I want to know is how do I pass the argument x to get_form in the above URL. Thanks in advance for any help, Peter