Home > Back-end >  Use gSoap bcb2007 invoke services for less than information
Use gSoap bcb2007 invoke services for less than information

Time:10-21

Services, now has a.net wrote bcb2007 through Wsdl Importer import the Wsdl generated proxy function, and then call to get information in the program, but generated by gSoap agent function, and then call interface, the return value is 400, not SOAP_OK, excuse me what reason, the key part of the code is as follows:
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?
  • Related