Re: signed response/request

2006-08-29 Thread Samisa Abeysinghe
Krankurs Leonid wrote: Hi, it is not WS-Security that i need - just Signature node to be in the request body Is the handler approach the only way to implement this? How Apache XML Security C++ library could be engaged ? Signature body should be possible, but XML security is not built into A

Trouble compiling axis 1.6 for FreeBSD

2006-08-29 Thread Nishant Kaushik
Hi, I am trying to compile axis C 1.6 for FreeBSD. These are the errors I am getting:- [cc] /home/nkaushik/ws-axis/c/src/common/AxisTrace.cpp:51: assuming & on overloaded member function [cc] /home/nkaushik/ws-axis/c/src/common/AxisTrace.cpp: In function `static void axiscpp::AxisT

Re: signed response/request

2006-08-29 Thread Krankurs Leonid
Hi, it is not WS-Security that i need - just Signature node to be in the request body Is the handler approach the only way to implement this? How Apache XML Security C++ library could be engaged ? Regards, Leonid Samisa Abeysinghe-4 wrote: > > Krankurs Leonid wrote: >> What are the best AXI

Re: signed response/request

2006-08-29 Thread Samisa Abeysinghe
Krankurs Leonid wrote: What are the best AXIS C++ practices to implement signed request/response MEP If you are referring to WS-Security related signing, this is not supported in Axis C++. That is simply because no one has implemented security - however you may use a handler and get the job

RE: Error : Cannot deserialize the requested element

2006-08-29 Thread Raju, Prabhakar \(P.\)
Hi,   I think I know this one! Check the path name of the service URL. It is case sensitive.   FYI From: Vijaya Bhaskar Peddinti [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 29, 2006 7:07 AMTo: Apache AXIS C User ListSubject: Error : Cannot deserialize the requested element Hi all, I

signed response/request

2006-08-29 Thread Krankurs Leonid
What are the best AXIS C++ practices to implement signed request/response MEP Thank you -- View this message in context: http://www.nabble.com/signed-response-request-tf2183562.html#a6039057 Sent from the Axis - C++ - User forum at Nabble.com. --

Error : Cannot deserialize the requested element

2006-08-29 Thread Vijaya Bhaskar Peddinti
Hi all, I am trying to run calculator sample given in the sample and I am getting the following error:   Error : Cannot deserialize the requested element     Guide me in this regards.   Regards, Bhaskar. From: John Hawkins [mailto:[EMAIL PROTECTED] Sent: Tuesday, August 2

Re: Axis C++ Installation and Configuration Guide

2006-08-29 Thread John Hawkins
Ah !  maybe you've been tricked by the unix variation whereby the axiscpp.conf file has to be in "$AXISCPP_DEPLOY/etc" Krankurs Leonid <[EMAIL PROTECTED]> 25/08/2006 16:29 Please respond to "Apache AXIS C User List" To axis-c-user@ws.apache.org cc Subject Re: Axis C++ Install