AW: axis2_svc_client_send_receive taking lot of memory

2013-02-19 Thread Stadelmann Josef
Use MTOM or SwA to transfer 800 MB chunked XML data. Best place it at the server into a file and then use MTOM to catch it down to the client. The question with large SOAP/XML maybe OM (Axiom) models is always, how much data do you have to bring into memory to make your model work. Also the arc

AW: Need to Know how web services client /server will get the info to develop the payload to send to the opposite side.

2013-02-19 Thread Stadelmann Josef
You need the following approach: 1. Develop a web service client using AXIS2/C AXIOM LIBXML2 to contact the remote web service in the network and do some extensive testing. 2. Then write a simple method for your Linux Server, the method goes into your MODUL for your Apache HTTP serv

AW: Axis 2C embedded server

2013-02-19 Thread Stadelmann Josef
seek this file in your axis2/c kit "echo_non_blocking_dual.c" not under samples but user guide clients ... J And Axis2/C is at version 1.6.0, and the trunk sources have entries from January 2013, so there is work going on. i.e. http://svn.apache.org/repos/asf/axis/axis2/c/core/trunk/src/core/

Re: Axis 2C embedded server

2013-02-19 Thread zack Hasit
Hi, I looked at "echo_non_blocking_dual.c". It is a client implementation to call the service. I was looking for server side. Ill try to explain the scenario When the echo service gets called following function gets called on server side : axis2_echo_echo. In this function the node "axiom_no