Re: passing arguments to a web service using a http URL

2003-07-14 Thread Davanum Srinivas
http://marc.theaimsgroup.com/?l=axis-user&m=104827635107857&w=2 --- Peter Ross <[EMAIL PROTECTED]> wrote: > 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)

passing arguments to a web service using a http URL

2003-07-14 Thread Peter Ross
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 wa