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

2006-08-23 Thread leo_k2
Hi, What lib(s) and dll(s) from build must be used for utilization of invoke method of Call object? I looked in from C:\Axis\ws-axis\c\tests\auto_build\testcases\dynamic\Test01 there no project there in this folder I created VC ++ 2k5 project based on files Calculator.h, Calculator.cpp from C:

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

2006-08-22 Thread Adrian Dick
Hi, If you don't want to use generated stub objects, you can work directly with the Call API, in much the same way as within generated stub objects. Probably the best way to understand using this API is to generate a stub from a simple WSDL then re-work to suit your needs. Also, we have a handful

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

2006-08-22 Thread Raju, Prabhakar \(P.\)
Me too. Try out the samples to get an idea. FYI -Original Message- From: leo_k2 [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 22, 2006 9:11 AM To: axis-c-user@ws.apache.org Subject: What is the best AXIS C++ practice to implement request/response MEP I am a novice to AXIS C++. What