Struct soap soap *=soap_new ();
Soap_set_mode (soap, SOAP_C_UTFSTRING);
_ns1__GetConnectionString * IConnectString=new _ns1__GetConnectionString ();
_ns1__GetConnectionStringResponse * IResponse=new _ns1__GetConnectionStringResponse ();
Int IVal=soap_call___ns1__GetConnectionString (soap, NULL, NULL, IConnectString, IResponse);
CodePudding user response:
With q, encountered the same return value in use gSoap, is it because the related parameter of the input value is not correct assignment?CodePudding user response:
I've been speechless, use Gsoap now is ok, now you encounter what problem?