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);"
...