Need xmlns="" namespace in xml element for Axis2 client payload

2011-03-09 Thread Rod Biresch
I'm upgrade an old Axis1 client to Axis 2 ver. 1.5.4. I was able to refactor the code just fine and ran some tests against the web service. It turns out that I have a problem with one xml element. The element is missing xmlns="", which is causing a validation error on the server. If I simply mo

DynamicSSLConfig

2011-03-09 Thread LeViking
Hello, I am developing an application for several webservice. With a certificate, one without. I first create a program for each webservice and they work properly. The next step is to combine these two applications in a single application. The trouble is that there is some conflict between the t

[Axis2] Neethi - supported WS-Policy specification

2011-03-09 Thread planet bob
Hi guys, which WS-Policy specification is supported in Neethi 2.0.4 Especially i want to know if WS-Policy v1.5 is supported best regards bob

[Axis2] rampart - supported WS-Securitypolicy specification

2011-03-09 Thread planet bob
Hi guys, which WS-Securitypolicy specification is supported in Rampart 1.5.1. Especially i want to know if WS-Securitypolicy v1.3 is supported best regards bob

Re: how to get sessionId on the client side

2011-03-09 Thread wadi wadi
Thanks Diego but I have no stub in my client code, I am using the latest version of AXIS2, maybe there is no need to have the stub. Is there another way to get the sessionid? Thanks On Wed, Mar 9, 2011 at 10:58 AM, Diego Monni wrote: > In this way > > MessageContext inMsgCtx = > stub._getServ

Re: how to get sessionId on the client side

2011-03-09 Thread Diego Monni
In this way MessageContext inMsgCtx = stub._getServiceClient().getLastOperationContext().getMessageContexts().get("In"); incomingCookie = (String)inMsgCtx.getServiceContext().getProperty(HTTPConstants.COOKIE_STRING); 2011/3/9 wadi wadi > Hi, > > I am using soap session scope and would like to

how to get sessionId on the client side

2011-03-09 Thread wadi wadi
Hi, I am using soap session scope and would like to know how to get the sessionID on the client side. I am not using any servlet just a simple client. Thanks for your help!

transactions

2011-03-09 Thread nch
Hi! Does Axis2 have support for transactions spanning several web services? Does the question make sense in the first place? What would be needed for it to work? Kind regards. - To unsubscribe, e-mail: java-user-unsubscr...@