[ http://issues.apache.org/jira/browse/BEEHIVE-596?page=all ]
Jeremiah Johnson updated BEEHIVE-596:
-------------------------------------
Description:
WSM sample's WebParamRpcLiteralSample generates a wsdl that is not compliant
with the BP 1.0:
R2205 A wsdl:binding in a DESCRIPTION MUST refer, in each of its
soapbind:header, soapbind:headerfault and soapbind:fault elements, only to
wsdl:part element(s) that have been defined using the element attribute.
The
http://localhost:8080/wsm-samplesWS/web/webparam/WebParamRpcLiteralSample.jws?wsdl
should not use type in
wsdl:message name="sayHelloInHeaderRequest">
<wsdl:part name="namein" type="xsd:string"/>
</wsdl:message>
it should be an element.
was:
WSM sample's WebParamRpcLiteralSample generates a wsdl that is not compliant
with the
R2205 A wsdl:binding in a DESCRIPTION MUST refer, in each of its
soapbind:header, soapbind:headerfault and soapbind:fault elements, only to
wsdl:part element(s) that have been defined using the element attribute.
The
http://localhost:8080/wsm-samplesWS/web/webparam/WebParamRpcLiteralSample.jws?wsdl
should not use type in
wsdl:message name="sayHelloInBodyRequest">
<wsdl:part name="namein" type="xsd:string"/>
</wsdl:message>
it should be an element.
Version: v1m1
V1Beta
Environment:
Updated the description to note that it is the header message part that is
incorrect, not the body message part.
> WebParamRpcLiteralSample's wsdl is not valid
> --------------------------------------------
>
> Key: BEEHIVE-596
> URL: http://issues.apache.org/jira/browse/BEEHIVE-596
> Project: Beehive
> Type: Bug
> Components: Web Services (181)
> Versions: v1m1, V1Beta
> Reporter: daryoush mehrtash
> Assignee: daryoush mehrtash
> Fix For: TBD
> Attachments: Emitter.java.patch
>
> WSM sample's WebParamRpcLiteralSample generates a wsdl that is not compliant
> with the BP 1.0:
> R2205 A wsdl:binding in a DESCRIPTION MUST refer, in each of its
> soapbind:header, soapbind:headerfault and soapbind:fault elements, only to
> wsdl:part element(s) that have been defined using the element attribute.
> The
> http://localhost:8080/wsm-samplesWS/web/webparam/WebParamRpcLiteralSample.jws?wsdl
> should not use type in
> wsdl:message name="sayHelloInHeaderRequest">
> <wsdl:part name="namein" type="xsd:string"/>
> </wsdl:message>
> it should be an element.
--
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