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-16 Thread Martin Gainty
From: [email protected] Date: Thu, 16 Jun 2016 13:37:23 + Subject: Re: Can't use JAX-WS + SOAP 1.2 ? To: [email protected] 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 ```

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: [email protected] > Date: Thu, 16 Jun

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

2016-06-16 Thread Martin Gainty
From: [email protected] Date: Thu, 16 Jun 2016 10:09:07 + Subject: Can't use JAX-WS + SOAP 1.2 ? To: [email protected] 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 tre

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