You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by rk...@smxbox.com on 2006/07/25 12:39:33 UTC

Axis client --> gsoap web service ..

Hi,

I am trying to write a java client (using Axis) to call a webservice
written in C++ using gsoap.
I am passing a string of type "String" through the java client.� At
the gsoap the declaration is "char *".

Surprisingly, values in c++ webservice are coming null even though I
am passing some value from the java client.� Please let me know what
could be the reason.

best regards,
Ramakrishna