hello,
i am new to web services.I may be asking this question wrongly.so forgive me.
In my project i have to consume a webservice using java.Could u plz say me how to Create a client api in axis2 in java to consume the webservice that has been created in vb.net.
thanx in advance.

Recommended Answers

All 3 Replies

You can use JAx-WS client side also for consuming web service. Use wsimport utility and point it to the WSDL of hosted webservice. It will generate the client side artifacts which will help in calling the webservice.

anshusharma,

Use netbeans. Read more about axix2 - http://ws.apache.org/axis2/1_4_1/quickstartguide.html

Good attempt, but I learned the hard way that this quick guides fro web services will not get you pass more complex problem. It is OK for hello world example but nothing else

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.