I'm getting No end point and attachment support error while I'm trying to reach my webservice.

I can make the authorization but then I can not be able to get to the webservice because of this "No end point" error.

Console:
WARNING: Unable to find required classes (javax.activation.DataHandler and javax.mail.internet.MimeMultipart). Attachment support is disabled.

AxisFault
 faultCode: {http://xml.apache.org/axis/}Server.NoEndpoint

 faultSubcode: 

faultString: No endpoint <------------

 faultActor: 

 faultNode: 

 faultDetail: 

{http://xml.apache.org/axis/}exceptionName:org.apache.axis.NoEndPointException
    {http://xml.apache.org/axis/}stackTrace:No endpoint  <--------------

    at functions.rfc.sap.document.sap_com.Zws001_BindingStub.ZF_GET_CUSTOMERS(Zws001_BindingStub.java:414)
    at test.test1.main(test1.java:23)

    {http://xml.apache.org/axis/}hostname:logosi3

No endpoint
    at functions.rfc.sap.document.sap_com.Zws001_BindingStub.ZF_GET_CUSTOMERS(Zws001_BindingStub.java:414)
    at test.test1.main(test1.java:23)
link|improve this question

The endpoint is an URL, have you tried to talk with your service through soupUI already (I guess it's SOAP.. you're using axis) – Andreas_D Sep 15 '11 at 7:02
I'm using SOAP yes. Can you please tell me how can i talk with the service via soupUI? – Mtu Sep 15 '11 at 7:51
.. err, sorry, typo, it's soapUI. Follow the link, install the tool, there should be some tutorials and examples. – Andreas_D Sep 15 '11 at 8:15
feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.