views:

47

answers:

0

I have created a simple webservice using the POJO class in eclipse. One of the web had a custom class as a parameter.

The issue that I faced was when I created a C++ client using gSoap client. The Webservice was not able to receive the custom class object and it was null. The WSDL used by gSoap was auto-generated by giving ?wsdl to the EPR.

Is this a known issue or am I missing any setting?