On Oct 30, 2012, at 7:51 AM, Aihong Yin <[email protected]> wrote: > Hi all, > > I would like to know how to write a JavaScript client using apache cxf to > call web service developed using gsoap (C++). Any sample code/links/pointers > would be helpful. > > I am using wsdl2js to generate the JavaScript file, but the callback function > is not invoked.
Can you use wireshark or similar to capture the on-the-wire soap messages? This is usually due to some sort of namespace mixup. -- Daniel Kulp [email protected] - http://dankulp.com/blog Talend Community Coder - http://coders.talend.com
