Granny's Programming Pearls
"inside of every large program is a small program struggling to get out"
JavaRanch.com/granny.jsp
The moose likes Web Services and the fly likes problem to call web service without WSDL URI Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Web Services
Reply Bookmark "problem to call web service without WSDL URI" Watch "problem to call web service without WSDL URI" New topic
Author

problem to call web service without WSDL URI

giuseppe astarita
Greenhorn

Joined: Nov 10, 2005
Posts: 11
Hi, j have write a static client to call a web-service deployed, it function if j give the wsdl uri to the Impl class but if i don't give it
show this error message:
"java.rmi.RemoteException: SOAP Fault:javax.xml.rpc.soap.SOAPFaultException: Failed to send request"

WHY? THANKS FOR ANSWER
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: problem to call web service without WSDL URI
 
Similar Threads
Web Service question - Need your suggestion.
Choosing the service URI at install time..?
got error when call to >net webservice from java client
create java application web service client get wrong return value from php web service
Consuming a web service using Java