Re: [gsoap] Re: Help with dumping incoming soap message

2010-06-01 Thread Anatoly Pro
Hi, there! Something wrong because for some reasons RECV.log was not generated in client side (just TEST.log and SENT.log). Web-service successfully accepts connection and answer right (SENT.log has expected data). ps: soap.buf[] has output content as I saw (( Regards.

[gsoap] typemap.dat to refine wsdl2h type definitions

2010-06-01 Thread uwefarinol
Hello, Newbie question. I want to access (as C++ client) a some WebService operations. On the server, these are implemented with AXIS; they return a HashMap, and AXIS generates for them an XML output composed of a (multiRef) sequence of key/value pairs, similar to this: ==