MTOM Problem With generated code

2009-07-29 Thread Yuanfeng Zhang
HI I have a question about MTOM feature with generated code. I have to generate client stub code from my wsdl, and the service is used to upload and download files, photos, so i want to use WSDL2C tool to generate client stub, I want to know whether I can transfer binary data with the generated

Soap Message whit MTOM enabled Can't Work

2009-03-30 Thread Yuanfeng Zhang
Hi, We get the latest axis2c source code from svn, built it with Visual C++ 2008, and run it as a client on Window XP platform. It really works without MTOM enabled. BUT, when it is set to be MTOM enabled, it cannot work at all. The server side is Apache2 server with axis2c module, and the

About persistent http connections

2008-11-04 Thread Yuanfeng Zhang
connetion from client to server with axis2c. Best Regard Yuanfeng Zhang

Re: About persistent http connections

2008-11-04 Thread Yuanfeng Zhang
Hi Dinesh Thanks! Can you give some example about that? And how to configure Apache2?(I have already built mod_axis2c) Thanks a lot! 2008/11/4 Dinesh Premalal [EMAIL PROTECTED] Hi, Yuanfeng Zhang [EMAIL PROTECTED] writes: Can we send and recv all the messages

Re: About persistent http connections

2008-11-04 Thread Yuanfeng Zhang
, Nov 4, 2008 at 3:58 PM, Yuanfeng Zhang [EMAIL PROTECTED]wrote: Hi All We are required to implement a system in C/S structure. The Client have to send a request to the Server every min. And we use axis2c to send and recv messages between client and server, and a persistent http connection

Re: About persistent http connections

2008-11-04 Thread Yuanfeng Zhang
found i cannot send and recv all the messages in one connection. Is there any other work I have to do? Please help ! Thanks! 2008/11/5 Premalal [EMAIL PROTECTED] On Tue, Nov 4, 2008 at 11:24 AM, Yuanfeng Zhang [EMAIL PROTECTED]wrote: Hi Dinesh Thanks! Can you give some