Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » AxisFaultException : No endpoint(Unable to call web service method from client)
AxisFaultException : No endpoint [message #671899] Thu, 19 May 2011 10:00
Shreyansh  is currently offline Shreyansh Friend
Messages: 2
Registered: May 2011
Junior Member
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
Previous Topic:Updating Helio 3.6.1 encounters "conflicting dependency"
Next Topic:YTD error
Goto Forum:
  


Current Time: Thu Apr 25 13:17:51 GMT 2024

Powered by FUDForum. Page generated in 0.05045 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top