Re: AW: serialization problem with large xml documents

2012-07-23 Thread Atanacio Reyes
Hi:    I'm using a g++ compiler in a Pentium 4 Computer over Linux 2.6.32-41, I guess the pointer size are determined by the architecture. I don't use far nor near pointers in my code. Atanacio. From: Stadelmann Josef To: Apache AXIS C User List ; Atanacio R

Manually editing a WSDL

2012-07-23 Thread Elijah Snyder
I'm still trying to get the Salesforce Partner WSDL to work with Axis2. I'm not so great with editing these WSDLs by hand and I hope someone here can lead me in the right direction. I don't think I can pastebin or otherwise distribute the whole partner WSDL, but you can get a copy from a Salesfor

AW: serialization problem with large xml documents

2012-07-23 Thread Stadelmann Josef
Dear Atanacio Check your Code and make sure all pointer are at least 32 bit pointers. Often you have just problems when one of the many pointers is of a 16 bit size. Pointer Size matters and are important when larger buffers come to play. Josef Von: Atanacio Reyes [mailto:arey...@ya