Given your axis2 web service uses only simple data types (till now)
(no OMElement as parameter) you can use svcutil from Visual Studio to 
generate a .NET WCF 3.5/4.0 client stub.

There is a utility integrated into Visual Studio 2008 and greater. 
Just select the menu "Add ServiceReference", then enter the remote 
running axis2 service EPR. i.e.
http://localhost:8080/axis2/services/Calculator?wsdl

And if you are lucky, you get a working stub which can marshal and 
un-marshall your data properly.

So your languages are extended to VB.NET and C#.NET and maybe more
from the Microsoft World.

Josef



-----Ursprüngliche Nachricht-----
Von: John Patrick [mailto:nhoj.patr...@gmail.com] 
Gesendet: Sonntag, 8. April 2012 16:40
An: java-user@axis.apache.org
Betreff: Re: Web Services Client

If I understand your question correctly then, your client is not
limited to any language. That is the advantage of web services, as
long as the server and client are using the same wsdl then it works.

But if your wanting to automatically generate a client using Axis 2,
your then limited to Java and C.

http://axis.apache.org/axis2/c/core/
http://axis.apache.org/axis2/java/core/



On 8 April 2012 15:05, Shashikant Sarade <shashikantsar...@gmail.com> wrote:
> Tell me which are languages in which I can deploy client for my Web
> application??
>
> I have AXIS 2 Services...
> Client -???

---------------------------------------------------------------------
To unsubscribe, e-mail: java-user-unsubscr...@axis.apache.org
For additional commands, e-mail: java-user-h...@axis.apache.org

Reply via email to