Sure, We hit our Axis 2 services from clients written in FourJ's Genero language (4GL).
-----Original Message----- From: Kinichiro Inoguchi [mailto:[EMAIL PROTECTED] Sent: Thursday, October 26, 2006 12:30 PM To: [email protected] Subject: Re: WS client (other than axis2 client api based impl.) for axis2 based-web services Hi, 1) using REST interface. You can call your Axis2 WS by browser, like this. http://localhost:8080/axis2/rest/(your-service)/(method)?var1=abc If your service needs simple input parameters only, this way is useful. 2) TCPmon download from http://www.apache.org/dist/ws/commons/tcpmon/1_0/ You can send SOAP request, if you can write SOAP request XML by hand. 3) .NET Web Reference I sometimes use VisualStudio .NET. With Web Reference, it's easy to call WS. 4) using perl with SOAP::Lite You can call WS from perl with SOAP::Lite module. I think this way is difficult a little bit. SOAP::Lite spec is NOT easy to understand, I feel. Anyone else ? kinichiro --- Gul Onural <[EMAIL PROTECTED]> wrote: > > > There a quite a bit of number of features in Axis2 server side which > require Axis2 client > API to be used on the client side. > > Also there are some configuration options which can be used on the > server side of the Axis2 > but they require some matching configuration options on the client > side > to work correctly. > > I was wondering if anybody has used any framework to write a > WS-Client > (other than Axis2) > to work with a web service implemented with Axis2 ? > > Gul > > __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
