Hi All, I am new to Axis C++ , my requirement is to generate a wsdl from a set of c++ and header files and also to generate c++ code from existing wsdl files. I am following the user guide available with axis C 1.6 but I am not able to download the src from cvs as per first chapter in the document. Can I not work without downloading the src from cvs. And any body has any idea, that Why I am not able to login to cvs.
Regards, Monica -----Original Message----- From: Ruchith Fernando [mailto:[EMAIL PROTECTED] Sent: Thursday, March 23, 2006 2:03 PM To: [email protected] Subject: Re: [Axis2] - 0.95 - Couldn't get security sample to work Some tips when you are trying to run the security sample with the SVN head: - build the following distribution artifacts using the maven build - dist-std-bin - war - deploy the war - follow the instructions in the README.txt file available in the samples/security directory in the dist-std-bin.zip Also if you are using JDK 1.5 please make sure you include xalan.jar in the client's classpath and the axis2/WEB-INF/lib in tomcat (if u are using tomcat) and add the JCE provider as well according to the axis2 faq [1] Thanks, Ruchith [1] http://ws.apache.org/axis2/faq.html On 3/23/06, Ruchith Fernando <[EMAIL PROTECTED]> wrote: > Hi, > > The security sample was updated yesterday to rectify this issue ... > are you trying with the latest SVN? > > Thanks, > Ruchith > > On 3/23/06, Ali Sadik Kumlali <[EMAIL PROTECTED]> wrote: > > Hi all, > > > > Since I'm told that security sample problems shown in 0.94 would be > > fixed in 0.95, I checked out the latest source from SVN and ran the Maven. > > > > Although I had many problems such as SVN checkout failure, Maven > > build, etc., I could finally manage to have jar and mar files. > > > > I ran security sample and got the following error: > > > > ---------------- > > securitySample: > > [java] org.apache.axis2.AxisFault: WSHandler: Signature: error > > during messa ge procesingorg.apache.ws.security.WSSecurityException: > > General security error ( > > WSEncryptBody/WSSignEnvelope: Element to encrypt/sign not found: > > http://www.w3.o > > rg/2005/08/addressing, To); nested exception is: > > [java] org.apache.ws.security.WSSecurityException: > > WSHandler: Signature > > : error during message > > procesingorg.apache.ws.security.WSSecurityException: Gene ral > > security error (WSEncryptBody/WSSignEnvelope : Element to > > encrypt/sign not fo > > und: http://www.w3.org/2005/08/addressing, To) > > [java] at > > org.apache.axis2.security.WSDoAllSender.invoke(WSDoAllSender. > > java:253) > > > > ... > > -------------- > > > > It seemed that security module started before addressing and thus > > there were no addressing related tags in soap header. I, then, > > commented <module ref="security"/> out and ran the sample again. > > This time it directly established a connection to the server without > > a console log that says "[java] - Deploying module : addressing". > > Consequently, I thought there was a problem related to the loading > > or executing of addressing module. Or I did something wrong :( > > > > Does anybody have the same problem? > > > > Thanks a lot, > > > > Ali Sadik Kumlali > > > > > > ________________________________ > > Blab-away for as little as 1ยข/min. Make PC-to-Phone Calls using Yahoo! > > Messenger with Voice. > > > > >
