Hi,Susantha Kumara Well, I use xerces in the Axis C++ package. I'll send the WSDL later, and I don't know how to get the soap message, could you tell me?
By the way, there is another bug. I try a service with 5 parameters, but in the generate cpp file, the order of m_pCall->AddParameter() is wrong, for example, value0 map to value1, value1 map to value3... . I don't know whether somebody has report this. Thanks, moch >Hi moch, > >It seems that there is something wrong with the xerces parser you use. The >xerces include files, .lib file and the .dll should be from the same >version. Is it ok. If you find there is no problem with xerces could you >send us the WSDL and/or soap message you get ? > >Thanks, > >Susantha. > >Are you sure that the SOAP message is complete >> -----Original Message----- >> Wrom: JGDGVCJVTLBXFGGMEPYOQKEDOTWFAOBU >> Sent: Friday, January 02, 2004 2:59 PM >> To: axis-user >> Subject: Anybody can help me about Axis C++? >> >> >> Hi all >> >> I try axis C++ to build a web service client. If a service >> return simple type such string, it works well. But if I try to >> return a Struct, I get an exception : Unhandled exception in >> atest.exe(XERCES-C_2_2_0.DLL):0xC0000005:Access Violation. But if >> I use java client, it works well. What's happening? Is it a bug? >> >> Well, It seems to be simple using axis, but the document is >> poor and I can't found any helpful message. >> >> Anybody can help me? thanks. >> >> >> >