I have created a Web service using Axis and deployed it successfully on WebSphere. I'm using SAP BC as my SOAP Client to access the SOAP Service. I'm getting the SOAP Responses, few were successful but sometimes I get the following SOAP Response: 'Hi there, this is an AXIS service! Perhaps there will be a form for invoking the service here… ' The SOAP call is unsuccessful. Do you know whether the problem is with SAP BC or my AXIS SOAP Service?"

    Requires Free Membership to View

It sounds to me like your client is doing an HTTP GET on the SOAP service URL rather than an HTTP POST. Or perhaps it's trying to retrieve the WSDL using ?wsdl, but the WSDL isn't available. If your service is implemented using the .jws method, that message would be normal if there's no WSDL available.

This was first published in October 2005

Join the conversationComment

Share
Comments

    Results

    Contribute to the conversation

    All fields are required. Comments will appear at the bottom of the article.