I'm new to web service and i've been learning fast so far, however i have some challenges with making it work finally. I am trying to have a VB6 program communicate with another program in a different location over the internet using the web service. I have followed some examples and i've been able to create the web service on my system (Server Side). I created a sample dll which is meant to be executed via the web service and generated the wsdl for it.
Now, my issue is that, when i try calling the web service, it gives me an error as follows :
Client:An unanticipated error occurred during the processing of this request. HRESULT=0x800A13BE - Client:Sending the Soap message failed or no recognizable response was received HRESULT=0x800A13BE - Client:Unspecified client error. HRESULT=0x800A13BE"
This error is gotten at the point when the soapaction is about to take place, that is, at this pint soapclient.addnumbers(A1, A2) where A1 and A2 are the inputs
Please i need all the help i can get.
Thanks a lot
Now, my issue is that, when i try calling the web service, it gives me an error as follows :
Client:An unanticipated error occurred during the processing of this request. HRESULT=0x800A13BE - Client:Sending the Soap message failed or no recognizable response was received HRESULT=0x800A13BE - Client:Unspecified client error. HRESULT=0x800A13BE"
This error is gotten at the point when the soapaction is about to take place, that is, at this pint soapclient.addnumbers(A1, A2) where A1 and A2 are the inputs
Please i need all the help i can get.
Thanks a lot