You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Jacek Laskowski <ja...@laskowski.net.pl> on 2008/08/02 00:09:49 UTC

Re: svn commit: r681800 - in /geronimo/server/trunk/plugins: axis2/geronimo-axis2/src/main/java/org/apache/geronimo/axis2/ cxf/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/

On Fri, Aug 1, 2008 at 9:42 PM,  <ga...@apache.org> wrote:
> Author: gawor
> Date: Fri Aug  1 12:42:11 2008
> New Revision: 681800
>
> URL: http://svn.apache.org/viewvc?rev=681800&view=rev
> Log:
> do not return wsdl for web services using http binding

Hi Jarek,

What is this for? I can't figure it out having read the changes.

Jacek

-- 
Jacek Laskowski
Notatnik Projektanta Java EE - http://www.JacekLaskowski.pl

Re: svn commit: r681800 - in /geronimo/server/trunk/plugins: axis2/geronimo-axis2/src/main/java/org/apache/geronimo/axis2/ cxf/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/

Posted by Jacek Laskowski <ja...@laskowski.net.pl>.
On Mon, Aug 4, 2008 at 5:36 PM, Jarek Gawor <jg...@gmail.com> wrote:
> There were two main changes. 1) In Axis2 WSDLQueryHandler to nicer
> handle cases where ?xsd=<foo> or ?wsdl=<foo> in the url points to
> non-existent WSDL or schema files. 2) Changes to CXF and Axis2 not to
> return WSDL for web services using HTTP Binding. That was not quite
> correct and I just reverted it.

Hi Jarek,

Could you describe when such cases occur as in 1)? Why should HTTP
Binding prevent from returning wsdls? I kept thinking that http urls
with ?wsdl were to return WSDLs. What other binding are allowed for
web services? JMS Binding? Could you elaborate more on the use cases
for the changes. I'm complete newbie in this area. Pointing out a spec
or an article would be of great help too.

Jacek

-- 
Jacek Laskowski
Notatnik Projektanta Java EE - http://www.JacekLaskowski.pl

Re: svn commit: r681800 - in /geronimo/server/trunk/plugins: axis2/geronimo-axis2/src/main/java/org/apache/geronimo/axis2/ cxf/geronimo-cxf/src/main/java/org/apache/geronimo/cxf/

Posted by Jarek Gawor <jg...@gmail.com>.
There were two main changes. 1) In Axis2 WSDLQueryHandler to nicer
handle cases where ?xsd=<foo> or ?wsdl=<foo> in the url points to
non-existent WSDL or schema files. 2) Changes to CXF and Axis2 not to
return WSDL for web services using HTTP Binding. That was not quite
correct and I just reverted it.

Jarek

On Fri, Aug 1, 2008 at 6:09 PM, Jacek Laskowski <ja...@laskowski.net.pl> wrote:
> On Fri, Aug 1, 2008 at 9:42 PM,  <ga...@apache.org> wrote:
>> Author: gawor
>> Date: Fri Aug  1 12:42:11 2008
>> New Revision: 681800
>>
>> URL: http://svn.apache.org/viewvc?rev=681800&view=rev
>> Log:
>> do not return wsdl for web services using http binding
>
> Hi Jarek,
>
> What is this for? I can't figure it out having read the changes.
>
> Jacek
>
> --
> Jacek Laskowski
> Notatnik Projektanta Java EE - http://www.JacekLaskowski.pl
>