Re: how to call web service with rampart?

2011-02-25 Thread andrew vn
;> One simple solution is to add required java libraries into your project. >> Those are in \axis2-1.5.1-bin\axis2-1.5.1\lib folder. It will solve many >> problems. >> >> >> On Fri, Feb 25, 2011 at 7:31 PM, andrew vn wrote: >> >>> Dear all, >>&g

how to call web service with rampart?

2011-02-25 Thread andrew vn
Dear all, I'm new to axis2 and web service. I've already written a *Converter* service genertated with tools: - eclipse-helio - jdk1.6.0_23 - axis2-1.5 - rapart-1.5.1 Then, i'm writing a client to call this service, and now i want to use * rampart* module to encrypt and sign the mess

Asking about engage rampart with eclipse tools

2011-02-15 Thread andrew vn
Hi everybody, I'm learning about building web service with axis2 and using rampart modules to encrypt and sign SOAP Message. The details of tools: - path of axis2: /usr/local/sun/axis2/axis2-1.4.1 (AXIS2_HOME) - path of tomcat: /usr/local/sun/tomcat/apache-tomcat-6.0.32 (TOMCAT_HOME)