| Author |
Help needed for testing web service
|
Ping Li
Greenhorn
Joined: Sep 06, 2005
Posts: 19
|
|
Dear All I wondered whether someone could lead me to a good tuturial or some sample code. I'm trying to write some web services using the eclipse platform and wtp tools. I need the client web service to create a SOAP header - from my server-side web service, when i create the methods and the wsdl file, how do i tell the client it must create a SOAP header. Is any other web service test tool there which can allow me edit SOAP header on client side? Thanks for any help
|
 |
Reza Ravasizadeh
Ranch Hand
Joined: Jun 08, 2004
Posts: 177
|
|
|
XMLSpy has some functionality let you send SOAP request, if you want to test your web service you should deploy it and write client for it yourself.
|
Reza
|
 |
Rahul Bhattacharjee
Ranch Hand
Joined: Nov 29, 2005
Posts: 2300
|
|
Download Apache AXIS.that comes with a great resource to learn and experiment. After you create some services of your own then you might probably want to hit some real world services (free of cost)..for that you might go for www.xmethods.com A good starting tutorial for WEB SERVICES is http://www.xmethods.com/ve2/ViewTutorials.po
|
Rahul Bhattacharjee
LinkedIn - Blog
|
 |
Ping Li
Greenhorn
Joined: Sep 06, 2005
Posts: 19
|
|
|
Thanks a lot. It helps!
|
 |
 |
|
|
subject: Help needed for testing web service
|
|
|