You are viewing a plain text version of this content. The canonical link for it is here.
Posted to c-user@axis.apache.org by leo_k2 <kr...@comcast.net> on 2006/08/22 15:10:41 UTC

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

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 this message in context: http://www.nabble.com/What-is-the-best-AXIS-C%2B%2B-practice-to-implement-request-response-MEP-tf2146224.html#a5925179
Sent from the Axis - C++ - User forum at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-user-help@ws.apache.org


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

Posted by leo_k2 <kr...@comcast.net>.
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:\Axis\ws-axis\c\tests\auto_build\testcases\dynamic\Test01

i did include call.hpp, and used axis_client.lib, axis_client.dll.

the app is crashing (throwing exception) when 
Call* m_pCall = new Call();

the message of the exception cought looks like:

Exception : DLOPEN FAILED in loading parser library Failed to load parser
within
 server engine:
                 Error Message='The specified module could not be found.
'                Error Code='126'
                 Load lib error=''

sound quite confusing ...



Regards,
Leonid



Adrian Dick wrote:
> 
> 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 of testcases which you could 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 (adrian.dick@uk.ibm.com)
> 
> 
> leo_k2 <kr...@comcast.net> wrote on 22/08/2006 14:10:41:
> 
>>
>> 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 this message in context: http://www.nabble.com/What-is-the-
>> best-AXIS-C%2B%2B-practice-to-implement-request-response-MEP-
>> tf2146224.html#a5925179
>> Sent from the Axis - C++ - User forum at Nabble.com.
>>
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: axis-c-user-unsubscribe@ws.apache.org
>> For additional commands, e-mail: axis-c-user-help@ws.apache.org
>>
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-c-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-c-user-help@ws.apache.org
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/What-is-the-best-AXIS-C%2B%2B-practice-to-implement-request-response-MEP-tf2146224.html#a5957013
Sent from the Axis - C++ - User forum at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-user-help@ws.apache.org


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

Posted by Adrian Dick <ad...@uk.ibm.com>.
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 of testcases which you could 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 (adrian.dick@uk.ibm.com)


leo_k2 <kr...@comcast.net> wrote on 22/08/2006 14:10:41:

>
> 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 this message in context: http://www.nabble.com/What-is-the-
> best-AXIS-C%2B%2B-practice-to-implement-request-response-MEP-
> tf2146224.html#a5925179
> Sent from the Axis - C++ - User forum at Nabble.com.
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-c-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-c-user-help@ws.apache.org
>


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-c-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-c-user-help@ws.apache.org