Hello All:

First, I'd like to apologize as I am very new to web services.  I'd really
appreciate any help on this topic.

I have created my Stub and Callback classes for the WSDL located at
https://www.thegiftcard.com/apitest/cms.asmx.  I have begun writing a
program to test this WSDL out, however, when I run this app (it uses the
blocking method provided in the Stub), I get the exception below.  I suspect
that this is probably not an Axis2 issue, but a Java Security issue, however
I have not been able to find anything on the web regarding this error.

Thanks in advance for any help.  I can send any further details you require.

Lavie

org.apache.axis2.AxisFault: Transport error: 404 Error: Not Found
    at
org.apache.axis2.transport.http.HTTPSender.handleResponse(HTTPSender.java:296)
    at
org.apache.axis2.transport.http.HTTPSender.sendViaPost(HTTPSender.java:190)
    at org.apache.axis2.transport.http.HTTPSender.send(HTTPSender.java:75)
    at
org.apache.axis2.transport.http.CommonsHTTPTransportSender.writeMessageWithCommons(CommonsHTTPTransportSender.java:364)
    at
org.apache.axis2.transport.http.CommonsHTTPTransportSender.invoke(CommonsHTTPTransportSender.java:208)
    at org.apache.axis2.engine.AxisEngine.send(AxisEngine.java:448)
    at
org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOperation.java:401)
    at
org.apache.axis2.description.OutInAxisOperationClient.executeImpl(OutInAxisOperation.java:228)
    at
org.apache.axis2.client.OperationClient.execute(OperationClient.java:163)
    at cmserp.CMSStub.FindCardRecord(CMSStub.java:2230)
    at com.goldsys.ws.WebServices.<init>(WebServices.java:36)
    at com.goldsys.ws.WebServices.main(WebServices.java:46)

-- 
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Live for yourself, and you shall live in vain.
Live for others, and you shall live again.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Egotism is the anesthetic that dulls the pain of stupidity.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Reply via email to