Web Services Polling (WS-Polling)
W3C Member Submission 26-October-2005
WSDL extracted from: Appendix II - WSDL
See: "IBM Submits Web Services Polling (WS-Polling) Specification to W3C." News story 2005-10-28.
Appendix II - WSDL <wsdl:definitions targetNamespace='http://www.w3.org/2005/08/ws-polling' xmlns:wsp='http://www.w3.org/2005/08/ws-polling' xmlns:wsdl='http://schemas.xmlsoap.org/wsdl/' xmlns:xs='http://www.w3.org/2001/XMLSchema' > <wsdl:types> <xs:schema> <xs:import namespace='http://www.w3.org/2005/08/ws-polling' schemaLocation='http://www.w3.org/2005/08/ws-polling.xsd' /> </xs:schema> </wsdl:types> <wsdl:message name='GetMessage'> <wsdl:part name='body' element='wsp:GetMessage'/> </wsdl:message> <wsdl:message name='NoMessageAvailable' <wsdl:part name='body' element='wsp:NoMessageAvailable'/> </wsdl:message> <wsdl:message name='GetMessageResponse'> <wsdl:part name='body' element='xs:any'/> </wsdl:message> <wsdl:portType name='Polling' > <wsdl:operation name='GetMessage' > <wsdl:input message='wsp:GetMessage' /> <wsdl:output message='wsp:GetMessageResponse' /> </wsdl:operation> </wsdl:portType> </wsdl:definitions>