c***c 发帖数: 6234 | 1 1. C++ can not call a Java Web Service which return an Object. Right? I have
to call a C++ described Web Service Right?
2. Is it possible that a method returns multiple parameters, such as
String Method (Class1 obj1, Class2 obj2, Class3 obj3)
obj2 and obj3 are empty and after I call Method(1,obj2,obj3), I get value back
Thanks |
|