Can't use JAX-WS + SOAP 1.2 ?

2016-06-16 Thread lanabe
Hi, I'm new to here. I think Axis2 supports JAX-WS + SOAP 1.2, but apparently the generated wsdl accessing 'http://some-domain/path/to/?wsdl' is always treated as SOAP 1.1 though the service class added @BindingType(SOAPBinding.SOAP12HTTP_BINDING). the related code is here: https://github.com/ap

Re: Can't use JAX-WS + SOAP 1.2 ?

2016-06-16 Thread lanabe
Thank you for your reply! I changed these parameters to like the below in axis2.xml, but got the same result... Any idea? ``` true false true ``` On Thu, Jun 16, 2016 at 9:33 PM Martin Gainty wrote: > > > > -- > From: lanabe.lan...@gmail.com > Date: Thu, 16 Jun

Re: Can't use JAX-WS + SOAP 1.2 ?

2016-06-16 Thread lanabe
Martin, thanks a lot! You mean I must use pojo + services.xml for Web seivices like a quickstart[1]? In my example[2], my service classes use only JAX-WS annotations like java_first_jaxws example[3]. And in my understanding, it seems this issue is caused from hard-corded with SOAP 1.1 binding. I

Re: Can't use JAX-WS + SOAP 1.2 ?

2016-06-19 Thread lanabe
Martin, Thank you for your confirmation. > file a jira bug to replace hardcoded SOAP11HTTP_BINDING in the Providers and with parameterised Binding Done! https://issues.apache.org/jira/browse/AXIS2-5790 On Fri, Jun 17, 2016 at 10:44 PM Martin Gainty wrote: > MG2>quick comments > > --

Axis2 1.7.3 + Rampart 1.7.0 WS-Security not invoked

2016-07-13 Thread lanabe
Hi, I'm working on using WS-Security with Axis2 1.7.3 . Axis2 1.6.4 + Rampart 1.6.4 works perfectly, but in Axis2 1.7.3 + Rampart 1.7.0, I got the following error. --- 13-Jul-2016 22:10:21.222 SEVERE [http-nio-8080-exec-4] org.apache.axis2.engine.AxisEngine.receive Must Understand check failed fo

Re: Axis2 1.7.3 + Rampart 1.7.0 WS-Security not invoked

2016-07-14 Thread lanabe
uld change the question. Should I use Rampart 1.6.4? Or, is there any proper way to use Rampart 1.7.0? On Wed, Jul 13, 2016 at 10:29 PM lanabe wrote: > Hi, I'm working on using WS-Security with Axis2 1.7.3 . > > Axis2 1.6.4 + Rampart 1.6.4 works perfectly, but in Axis2 1.7.3 + Ra

Re: Axis2 1.7.3 + Rampart 1.7.0 WS-Security not invoked

2016-07-14 Thread lanabe
for Rampart 1.70 > > > https://issues.apache.org/jira/browse/RAMPART/?selectedTab=com.atlassian.jira.jira-projects-plugin:summary-panel > > > > > > So, I should change the question. Should I use Rampart 1.6.4? Or, is there > any proper way to use Rampart 1.7.0? > > O

Re: Axis2 1.7.3 + Rampart 1.7.0 WS-Security not invoked

2016-07-14 Thread lanabe
processes > WS-Security Header. > > > MG>Ianabe please file Urgent priority JIRA bug on missing WSDoAllHandler > for Rampart 1.70 > > > https://issues.apache.org/jira/browse/RAMPART/?selectedTab=com.atlassian.jira.jira-projects-plugin:summary-panel > > > >