unsubscribe

2009-02-11 Thread Zhu Zhong
___ 好玩贺卡等你发,邮箱贺卡全新上线! http://card.mail.cn.yahoo.com/

How to send a predefined soap xml message?

2007-06-21 Thread Zhu Zhong
Hi All, I'm new to soap and Axis. Hope someone on this mailing list can help out on understanding Axis. My Application receives an XML message like: cwmp:GetParameterValues ParameterNames soap:arrayType=xsd:string[1] stringInternetGatewayDevice.ManagementServer./string

persistant TCP connection?

2007-06-21 Thread Zhu Zhong
I sniffered my HelloWorld Axis program and found that each time you call invoke() a TCP connection will be established and then closed. Is there any way to use a persistance TCP connection for all the soap transactions within one session. Or that is the way RPC style should be? Thanks.