Hello.
I have a client-server app.
The server is developed with apache and perl.
The client is developed in Visual C++.
When I try to access from C++ client to a web service, I receive the next error:
"ATLSOAP: CSoapRootHandle r::GetElementEn try -- element not found: MyRequestRespon se."
in the function of WebReference.h
"__atlsoap_ hr = BeginParse(__at lsoap_spReadStr eam);"
Then I go to SOAP UI and make the same call with the same parameters,. With SOAP UI, I get the data correctly.
Does somebody know where is my fault?
Or maybe, how can I watch the data I receive from server.
thanks a lot.
I have a client-server app.
The server is developed with apache and perl.
The client is developed in Visual C++.
When I try to access from C++ client to a web service, I receive the next error:
"ATLSOAP: CSoapRootHandle r::GetElementEn try -- element not found: MyRequestRespon se."
in the function of WebReference.h
"__atlsoap_ hr = BeginParse(__at lsoap_spReadStr eam);"
Then I go to SOAP UI and make the same call with the same parameters,. With SOAP UI, I get the data correctly.
Does somebody know where is my fault?
Or maybe, how can I watch the data I receive from server.
thanks a lot.
Comment