Link to home
Start Free TrialLog in
Avatar of PraveenKumarGautam
PraveenKumarGautam

asked on

Accessing Webservice from a Java Class

Hi,

I have wsdl address and I need to access the webservice methods of that wsdl. So I guess I need to create the client to access those methods.

I need the minimum of configuration and coding to access the methods. Can someone help in this regard.
Avatar of garypfirstech
garypfirstech

Have a look at Apache Axis, the Apache open source web services project at
http://ws.apache.org/axis/.  Also, http://ws.apache.org/axis/java/user-guide.html#ConsumingWebServicesWithAxis will show you a simple client and how to get started.
ASKER CERTIFIED SOLUTION
Avatar of garypfirstech
garypfirstech

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of PraveenKumarGautam

ASKER

For this we are using JaxWs and wsimport to generate and compile the code. So after compilation when we try to run it it gives this error.
What error?