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

2016-06-19 Thread Andreas Veithen
|_| > > > > > > From: lanabe.lan...@gmail.com > Date: Sun, 19 Jun 2016 08:43:23 + > > Subject: Re:

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

2016-06-19 Thread Martin Gainty
Subject: Re: Can't use JAX-WS + SOAP 1.2 ? To: java-user@axis.apache.org 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

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

2016-06-19 Thread lanabe
t; MG2>quick comments > > -- > From: lanabe.lan...@gmail.com > Date: Fri, 17 Jun 2016 05:45:21 +0000 > > Subject: Re: Can't use JAX-WS + SOAP 1.2 ? > To: java-user@axis.apache.org > > Martin, thanks a lot! > > You mean I must use pojo + ser

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

2016-06-17 Thread Martin Gainty
MG2>quick comments From: lanabe.lan...@gmail.com Date: Fri, 17 Jun 2016 05:45:21 + Subject: Re: Can't use JAX-WS + SOAP 1.2 ? To: java-user@axis.apache.org Martin, thanks a lot! You mean I must use pojo + services.xml for Web seivices like a quickstart[1]?MG2>for reliable HTTPB

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

2016-06-16 Thread lanabe
n Thu, Jun 16, 2016 at 9:33 PM Martin Gainty <mgai...@hotmail.com> wrote: > > > > > ------ > From: lanabe.lan...@gmail.com > Date: Thu, 16 Jun 2016 10:09:07 + > Subject: Can't use JAX-WS + SOAP 1.2 ? > To: java-user@axis.apache.org > > >

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

2016-06-16 Thread Martin Gainty
From: lanabe.lan...@gmail.com Date: Thu, 16 Jun 2016 13:37:23 + Subject: Re: Can't use JAX-WS + SOAP 1.2 ? To: java-user@axis.apache.org 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 Martin Gainty
From: lanabe.lan...@gmail.com Date: Thu, 16 Jun 2016 10:09:07 + Subject: Can't use JAX-WS + SOAP 1.2 ? To: java-user@axis.apache.org 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

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: