OASIS Web Services Interactive Applications TC

 View Only

RE: [wsia] [wsrp-interfaces] Draft spec v0.5

  • 1.  RE: [wsia] [wsrp-interfaces] Draft spec v0.5

    Posted 09-04-2002 02:51
    I think I found another small bug in the WSDL. The binding for WSRPServiceSoapBinding does not have a binding for the getDescription operation in the WSRPPortType. This too was causing .NET's WSDL import tool to choke. I added the following to the binding to make it work for me: <wsdl:operation name="getDescription"> <wsdlsoap:operation soapAction=""/> <wsdl:input name="getDescriptionRequest"> <wsdlsoap:body encodingStyle=" http://schemas.xmlsoap.org/soap/encoding/" ; namespace=" http://schemas.oasis-open.org/wsrp" ; use="encoded"/> </wsdl:input> <wsdl:output name="getDescriptionResponse"> <wsdlsoap:body encodingStyle=" http://schemas.xmlsoap.org/soap/encoding/" ; namespace=" http://schemas.oasis-open.org/wsrp" ; use="encoded"/> </wsdl:output> </wsdl:operation> Does that make sense to folks? Sasha. -----Original Message----- From: Rich Thompson [ mailto:richt2@us.ibm.com ] Sent: Friday, August 30, 2002 10:19 AM To: wsia@lists.oasis-open.org; wsrp-interfaces@lists.oasis-open.org Subject: [wsia] [wsrp-interfaces] Draft spec v0.5 The doc file has now grown to 11MB .... (See attached file: Draft Spec v0.5.ZIP)