| Author |
Invoking a web service in wsdl
|
Gee Shah
Greenhorn
Joined: Jul 06, 2005
Posts: 2
|
|
Hi, I'm new to web services. Does anyone have a sample code to invoke a wsdl file. I have the wsdl file. Any help will be greatly appreciated. tia!
|
 |
William Barnes
Ranch Hand
Joined: Mar 16, 2001
Posts: 965
|
|
|
You don't "invoke" the wsdl, the wsdl is the web service interface/api. Maybe if you posted more details that might help.
|
Please ignore post, I have no idea what I am talking about.
|
 |
Gee Shah
Greenhorn
Joined: Jul 06, 2005
Posts: 2
|
|
oopss. forgive my verbage.... I am trying to invoke a method defined in a web service. I have the wsdl file for the web service. What's the best and fastest way to do this? thanks again
|
 |
William Barnes
Ranch Hand
Joined: Mar 16, 2001
Posts: 965
|
|
You write a web service client. The quickest way would depend on lots of different things. Googling something like "creating web service client" gives you lots of hits. Apach Axis is a popular tool. They talk about clients also. The tool WSDL2Java uses the wsdl to give you java subs - code to start from.
|
 |
 |
|
|
subject: Invoking a web service in wsdl
|
|
|