notification_consumer_bindings.wsdl
来自「globus4.0.4在windows平台下的安装程序」· WSDL 代码 · 共 14 行
WSDL
14 行
<?xml version="1.0" encoding="UTF-8"?><wsdl:definitions name="NotificationConsumer" targetNamespace="http://wsrf.globus.org/core/notification/bindings" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:porttype="http://wsrf.globus.org/core/notification" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"> <wsdl:import namespace="http://wsrf.globus.org/core/notification" location="notification_consumer_flattened.wsdl"/> <wsdl:binding name="ConsumerSOAPBinding" type="porttype:Consumer"> <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/> <wsdl:operation name="Notify"> <soap:operation soapAction="http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BaseNotification/Notify"/> <wsdl:input> <soap:body use="literal"/> </wsdl:input> </wsdl:operation> </wsdl:binding></wsdl:definitions>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?