Re: Fw: What is the best AXIS C++ practice to implement request/response MEP

2006-08-23 Thread leo_k2
Hi, Would be legitimate to reuse Call object after invoke method call in the same thread re-setting endpoint, operation, transportProperty (what else?) without reinitializing the object? Should Call object be re-initialized for use (invoke) with another endpoint? What about such a reuse Call

Re: What is the best AXIS C++ practice to implement request/response MEP

2006-08-23 Thread leo_k2
use for examples. These can be found in the SVN repository here: http://svn.apache.org/viewvc/webservices/axis/trunk/c/tests/auto_build/testcases/dynamic/ Regards, Adrian ___ Adrian Dick ([EMAIL PROTECTED]) leo_k2 [EMAIL PROTECTED] wrote on 22/08/2006

What is the best AXIS C++ practice to implement request/response MEP

2006-08-22 Thread leo_k2
I am a novice to AXIS C++. What would be the best AXIS C++ practice to implement request/response MEP - no proxy object - just sending a SOAP request and getting a SOAP response in one call. Is there any sample implementing this pattern? Is that about handles and chains? Thank you. -- View