Axis C++ problem--FYI

2003-09-03 Thread damitha
Hi all, The code in Axis c++ cvs compiles both for windows and linux. But it works only for windows. We have identified the problem as is clear from the following xerces mailing archive. wchar_t is 32bit in linux and is 16 bit in Windows. We made the mistake of assuming that the wchar_t is 16

RE: No such operation fault in doc\lit

2003-09-03 Thread Tom Jordahl
You need to map the operation 'process' with the QName of the PurchaseOrder element. This is the way Axis knows where to send the request. operation name=process qname=operNS:PurchaseOrder xmlns:operNS=urn:DoclitOrder returnQName=getElementReturn returnType=rtns:Element

Re: Axis C++ problem--FYI

2003-09-03 Thread Steve Loughran
[EMAIL PROTECTED] wrote: Hi all, The code in Axis c++ cvs compiles both for windows and linux. But it works only for windows. We have identified the problem as is clear from the following xerces mailing archive. wchar_t is 32bit in linux and is 16 bit in Windows. We made the mistake of assuming