axis2-rampart

2009-11-12 Thread jonah
Hi,all I am using axis2-1.5 and want to use rampart-1.4 to security webservice. My question is the soap client writing with C# could work correctly? thanks forget my bad english please.

unsubscribe

2009-11-12 Thread heikki
On Thu, Nov 12, 2009 at 2:30 AM, Rahul Rulz ragul...@yahoo.com wrote: Hi Axis2 Users, If anyone has included MULTIREF in the responses from the server,kindly let me know the procedures to do the same...I have created a SimpleInOut MessageReceiver and have created the service from scratch(not

Re: axis2-rampart

2009-11-12 Thread Prabath Siriwardena
jonah wrote: Hi,all I am using axis2-1.5 and want to use rampart-1.4 to security webservice. My question is the soap client writing with C# could work correctly? Yes, it will. Thanks regards. -Prabath thanks forget my bad english please.

Re: unsubscribe

2009-11-12 Thread Andreas Kuckartz
Hello, I would appreciate if those who would like to unsubscribe from mailing lists do not spam those mailings lists with useless unsubscribe-mails. If you do not know how to unsubsribe look in the mail header: list-help: mailto:axis-user-h...@ws.apache.org list-unsubscribe:

error when running rampart-1.4 samples in axis2-1.5.1

2009-11-12 Thread jonah
Hi,I am using rampart-1.4 in axis2-1.5.1. I installed rampart-1.4 according to Rampart Quick Start Guide document. I started service by using ant service.01 When I caledl client by using ant client.01 I got the output like following: *D:\webService\rampart-1.4\samples\policyant client.01

HTTPS

2009-11-12 Thread Michel Pérez
Greetings, I need to create an https, connection, to send a SOAP message, here is my code: Options options =new Options(); options.setTo(targetEPR); // this sets the location of MyService service ServiceClient serviceClient = new ServiceClient(); serviceClient.setOptions(options); �

Re: error when running rampart-1.4 samples in axis2-1.5.1

2009-11-12 Thread Isuru Suriarachchi
Hi Jonah, I think this doesn't work because this first sample is a Username Token scenario and it doesn't work with HTTP transport. These samples use the simple Axis2 server and it only supports HTTP. But UT needs HTTPS. This transport check at the Rampart server side was added recently and it

Re: Calling AXIS2-1.5 web service from AXIS1.1 client Need help

2009-11-12 Thread Sameera Jayasoma
On Wed, Nov 11, 2009 at 5:20 PM, Rajend rajendir...@gmail.com wrote: Hi All, A web service was created in AXIS1.1 version and deployed to weblogic 8.1. From a website (Jdk1.4) the webservice is being called . Now migration has done as webserivce is created in AXIS2-1.5 and deployed

Re: HTTPS

2009-11-12 Thread Prabath Siriwardena
Hi; Set the following in addition to your code provided. System.setProperty(javax.net.ssl.trustStore, path-to-truststore.jks); System.setProperty(javax.net.ssl.trustStorePassword, password); Have the required certificate chain of the target endpoint in the truststore.jks. Thanks regards.

NoClassDefFoundError - WSSConfig

2009-11-12 Thread Selvaraj, Peter (eBusiness)
Hi, When I run the Axis2 webservice client from Weblogic, got below error. This WSSConfig.java is in classpath. java.lang.NoClassDefFoundError at org.apache.ws.security.WSSConfig.staticInit(WSSConfig.java:233) Please let me know if any solution. Thanks Regards, Peter R Selvaraj

Axis2, Rampart and Tomcat

2009-11-12 Thread Rogan Creswick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 I've been trying to use axis2 with rampart to work under Tomcat, and I keep running into the same problem: The rampart module doesn't seem to be working when axis is running under Tomcat. Everything seems to work when run either under jetty as a

Re: Axis2, Rampart and Tomcat

2009-11-12 Thread Dennis Sosnoski
Hi Rogan, I don't know why you'd be experiencing this problem, but at least under Tomcat you probably want to have the .mar files in the /WEB-INF/modules directory, rather than the /WEB-INF/lib directory. My article at http://www.ibm.com/developerworks/java/library/j-jws4/index.html

Re: Axis2, Rampart and Tomcat

2009-11-12 Thread Rogan Creswick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Dennis Sosnoski wrote: /To use the Rampart code in an Axis2 server installation, you need to create a new axis2.war file, one that includes the added Rampart .jar and .mar files. You can use the Ant build.xml provided in the webapp directory to

Re: Axis2, Rampart and Tomcat

2009-11-12 Thread Rogan Creswick
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Rogan Creswick wrote: Error: java.lang.UnsupportedClassVersionError: Bad version number in .class file at java.lang.ClassLoader.defineClass1(Native Method) at Ah ha! I completely misinterpreted this error -- one of my coworkers caught it

unsubscribe

2009-11-12 Thread Mary Thompson
yes, I want to unsubscribe

Re: unsubscribe

2009-11-12 Thread m4rkuz
I think i'm not the only one that see this user list is kind of dead(where is nandana?)... but please do not send unsuscribe mussages to the list.. thats not the way to unsuscribe... just send a mail to: axis-user-unsubscr...@ws.apache.org ___ Marcus Sánchez Díaz.

Re: error when running rampart-1.4 samples in axis2-1.5.1

2009-11-12 Thread jonah
Hi Isuru , *I runed all sample,but none of them was successful.* *The error message of ant client.02 was just like ant client.01* *The error message of ant client.03 was like following:* * * * * * client.03: [copy] Copying 1 file to

Re: error when running rampart-1.4 samples in axis2-1.5.1

2009-11-12 Thread Prabath Siriwardena
Hope this [1] will help... Thanks regards. -Prabath [1]:http://blog.rampartfaq.com/2009/08/orgapachewssecuritywssecurityexception.html jonah wrote: Hi Isuru , *I runed all sample,but none of them was successful.* *The error message of ant client.02 was just like ant client.01* *The error