--- In [email protected], Jayaram Ganapathy
<jayaram.ganapa...@...> wrote:
>
> He ere is the usage.
> 
> If you want to serialize an auto generated class with  a namespace 
> prefix....
> Auto generated class name  _ns1__YourClass
> 
>  _ns1__YourClass req;
> 
> then you call 
> 
> serializeGnuSoapObject( req, "ns1:YourClass" );

Doesn't compile, I get 

models/kcmod.cpp:175: error: 'struct t1::t1__summResponse' has no
member named 'soap_put'
models/kcmod.cpp: In function 'void serializeGnuSoapObject(GObject&,
const char*, std::ostream*) [with GObject = t2::t2__modResponse]':
-

soapcpp2 invocation looked like:

soapcpp2 -x -n -w -i -qt1 -C -I
/home/ddb/p/vmod/dev/../gsoap-2.7/gsoap/import t1.gsh

and grepping through the files produced, there's no soap_put method
anywhere (there are lots of soap_put_this and soap_put_that methods).


Reply via email to