Home > Back-end >  Invoke the Java web service value problem
Invoke the Java web service value problem

Time:10-11

Excuse me each great god, and I call the Java web service interface transmit generate Java receive is NULL, but I can receive Java return values, don't know where the problem is a great god please help I see, I WSDL is used to derive a header file which is a virtual function:
Virtual sayHelloResponse sayHello (const sayHello parameters)=0.
I will sayHelloResponse changed to AnsiString sayHello parameters changed to AnsiString STR,
Then turn the head file included in the program with a button to perform the following
 
_di_HelloWorldDelegate webTest.
AnsiString strMsg;
AnsiString ss="SDFD";
WebTest=GetHelloWorldDelegate (true, "");
StrMsg=webTest - & gt; SayHello (ss);
ShowMessage (strMsg);


Execution time can receive Java return type String but I parameters passed is NULL
Don't know where the problem is a great god please help the younger brother

CodePudding user response:

With help top, the couple is really difficult...
  • Related