| Author |
Finding .wsdl file
|
pramod talekar
Ranch Hand
Joined: Apr 26, 2010
Posts: 316
|
|
I have the following code :
Could you please tell me how to get the exact path of .wsdl file from the following code.
|
Thanks,
Pramod
|
 |
maximiliano marasso
Greenhorn
Joined: May 31, 2011
Posts: 10
|
|
Hi Pramod,
You use the WSDL file to get the service stub but in this case you already have the Service available in your application container. Anyway I think you can open the WSDL file in your browser by appending "?wsdl" to the service URL.
I hope this helps.
|
 |
pramod talekar
Ranch Hand
Joined: Apr 26, 2010
Posts: 316
|
|
Hi,
Do you mean this :-
xmlrpc:soap:com.novell.soa.af.impl.soap.ProvisioningService?wsdl in the browser ?
This doesn't work.
|
 |
 |
|
|
subject: Finding .wsdl file
|
|
|