| AxisFaultException : No endpoint [message #671899] | 
Thu, 19 May 2011 06:00  | 
 
Eclipse User  | 
 | 
 | 
   | 
 
Hi, 
 
I am using Exlipse to create web service and webservice client. 
When I try to access the method of client I am getting the AxesFault Exception : No endpoint 
 
Below is the error: 
 
May 19, 2011 2:12:57 PM org.apache.axis.utils.JavaUtils isAttachmentSupported 
WARNING: Unable to find required classes (javax.activation.DataHandler and javax.mail.internet.MimeMultipart). Attachment support is disabled. 
 
AxisFault 
 faultCode: {ABC:  xml.apache.org  / axis   }Server.NoEndpoint 
 faultSubcode:  
 faultString: No endpoint 
 faultActor:  
 faultNode:  
 faultDetail:  
	{ABC: // xml.apache.org  axis / }exceptionName:org.apache.axis.NoEndPointException 
	{ABC: //  xml.apache.org  axis }stackTrace:No endpoint 
	at com.ws3webservices.MyServiceSoap11BindingStub.deleteAccount(MyServiceSoap11BindingStub.java:238) 
	at com.ws3webservices.TestClietn.main(TestClietn.java:11) 
 
	{ABC:  xml.apache.org  axis  }hostname:ABC 
 
No endpoint 
	at com.ws3webservices.MyServiceSoap11BindingStub.deleteAccount(MyServiceSoap11BindingStub.java:238) 
	at com.ws3webservices.TestClietn.main(TestClietn.java:11) 
 
I have removed the http from the above code because I am not allowed by the forum to use urls in the post.  
 
Here is the code I am using in client 
 
	WS3WebServiceSoap11BindingStub stub = new WS3WebServiceSoap11BindingStub(); 
	stub.deleteAccount(35); 
 
How can i solve this? 
 
Thanks 
 |  
 |  
  | 
Powered by 
FUDForum. Page generated in 0.09210 seconds