[ http://issues.apache.org/jira/browse/CXF-159?page=all ]

maomaode resolved CXF-159.
--------------------------

    Resolution: Fixed

SOAP1.1 SOAP1.2 XMLBinding now all support HTTP GET. (BARE/WRAPPED/RPC)

We support the following uri format:
http://localhost/SoapContext/SoapPort/greetUs/you/CXF/me/mao
and
http://localhost/SoapContext/SoapPort/greetUs?you=CXF&me=mmao

The queries will be decoded.

By default, the order of the queries can be random, you can enable this by set 
the configration fixedParameterOrder to true
This means that by default the following request are same:
http://localhost/SoapContext/SoapPort/greetUs?you=CXF&me=mmao
http://localhost/SoapContext/SoapPort/greetUs?me=mmao&you=CXF

If you set the fixedParameterOrder to true, that means that the quries given 
are fix orderded, they the actuall order given to the method invocation. and 
the name of the query will not be checked.

We add the demo only under the /samples/soap12, others are just same. you can 
even use your favorite browser to invoke the service.


> Soap1.2 support HTTP GET
> ------------------------
>
>                 Key: CXF-159
>                 URL: http://issues.apache.org/jira/browse/CXF-159
>             Project: CXF
>          Issue Type: Sub-task
>          Components: Soap Binding
>    Affects Versions: 2.0-M1
>            Reporter: maomaode
>             Fix For: 2.0-M1
>
>
> SOAP1.2 adds support for the use of HTTP GET in the SOAP HTTP binding.
> Should also include a demo

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: 
http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

Reply via email to