Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
V1Beta, v1m1
-
None
-
None
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.
Attachments
Attachments
Issue Links
- is duplicated by
-
BEEHIVE-599 Document Literal Wrapped webservice wsdl fails to compile
- Open