Chaitanya Donepudi

Greenhorn
+ Follow
since Dec 23, 2013
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Chaitanya Donepudi

If you have WSDL with you, you just need to generate Stubs and Skeletons based on the SOAP stack you are using (JAX WS/Apache CXF/AXIS etcetera). That can be done using the IDE you are using or using Maven wsimport statement. Once you have the stubs and skeletons, you just need to create a new Service class Instance in your java code and get the Port(endpoint) from it. Now call which ever operation you want to and use the data that you get. Hope this helped!!
9 years ago