Hi Prabath, thanks again. I have configured the axis used by this wizard to be axis2, and to revision 1.3.
Your comment about axis server axis2.xml files - yes, I have been using the server config file, although changing to use the client config file hasn't helped. What has helped though, is not only including the configuration context line you suggested, but also *using* it in the stub constructor :) Doh! Thanks again for your excellent help. Phil --------------- Phil Davies wrote: > The client architecture was mainly decided by Eclipse's Web Services > Client wizard. I guess this generates stubs with Axis - not Axis2, please verify the versions of the referenced libraries. ...> program? Think in this way - there is one Axis2.xml used by the service, that is what you find by default inside - [AXIS2_HOME]/conf. Also - when you are using a client, you can specify an Axis2.xml for the client as well - in the way I mentioned previously. If you can go through sample available with [1] - it explains all what you need to know from both the service and the client side. Thanks & regards. - Prabath [1]:http://blog.facilelogin.com/2008/07/web-services-security-encryption -with.html > > Thanks, > Phil > > ------------ > Hi Phil; > >>From your previous comments I guess, you have not engaged rampart module > at the client side - only at the service end. > > Make sure at the client side you load the axis2.xml with Rampart being > engaged. > > ConfigurationContext ctx = > ConfigurationContextFactory.createConfigurationContextFromFileSystem("re > po","repo/conf/axis2.xml" > > Also, please make sure that you have the rampart module inside > repo/modules. > > Thanks & regards. > - Prabath > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
