| Author |
How to test the Web Services ?
|
kri shan
Ranch Hand
Joined: Apr 08, 2004
Posts: 1303
|
|
|
How to test the Web Services other than Web Services explorer ?
|
 |
Paul Lusk
Ranch Hand
Joined: Aug 29, 2009
Posts: 34
|
|
I'm not sure if this is the answer you need but, If the web service is built from bottom up and is successfully deployed, you should be able to view the WSDL at the URL you set up to publish the service by appending ?wsdl to URL. Of course , another alternative is to write a Client for the service.
PL
|
 |
Duc Vo
Ranch Hand
Joined: Nov 20, 2008
Posts: 254
|
|
kri shan wrote:How to test the Web Services other than Web Services explorer ?
SoapUI
|
 |
Nishan Patel
Ranch Hand
Joined: Sep 07, 2008
Posts: 676
|
|
That is depending upon your web service type.
Some web service directly give result using hit request url that is called GET method.
Some give dynamic in that method you have to use SOAP client and request to web services.
using SOAP client if you get correct response then your web service working fine...
|
Thanks, Nishan Patel
SCJP 1.5, SCWCD 1.5, OCPJWSD Java Developer,My Blog
|
 |
 |
|
|
subject: How to test the Web Services ?
|
|
|