|
| 1 | +<?xml version="1.0" encoding="UTF-8"?> |
| 2 | +<definitions |
| 3 | + xmlns="http://schemas.xmlsoap.org/wsdl/" |
| 4 | + xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" |
| 5 | + xmlns:tns="http://wssmcommupper/" |
| 6 | + xmlns:tnsi="http://wssmcommupper/imported" |
| 7 | + xmlns:xs="http://www.w3.org/2001/XMLSchema" |
| 8 | + name="WSSmCommUpperImplService" |
| 9 | + targetNamespace="http://wssmcommupper/"> |
| 10 | + <types/> |
| 11 | + <import namespace="http://wssmcommupper/imported" location="bug45282_import.wsdl" /> |
| 12 | + <message name="reportHealthView"> |
| 13 | + <part type="xs:string" name="str" /> |
| 14 | + </message> |
| 15 | + <portType name="wssmcommupper"> |
| 16 | + <operation name="reportHealthView"> |
| 17 | + <input message="tns:reportHealthView" name="reportHealthView" /> |
| 18 | + </operation> |
| 19 | + </portType> |
| 20 | + <binding name="WSSmCommUpperImplServiceSoapBinding" type="tns:wssmcommupper"> |
| 21 | + <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http" /> |
| 22 | + <operation name="reportHealthView"> |
| 23 | + <soap:operation soapAction="" style="document" /> |
| 24 | + <input name="reportHealthView"> |
| 25 | + <soap:body use="literal" /> |
| 26 | + </input> |
| 27 | + </operation> |
| 28 | + </binding> |
| 29 | + <service name="WSSmCommUpperImplService"> |
| 30 | + <port binding="tns:WSSmCommUpperImplServiceSoapBinding" name="WSSmCommUpperImplPort"> |
| 31 | + <soap:address location="http://172.20.22.9:10081/WSSmCommUpper/WSSmCommUpper" /> |
| 32 | + </port> |
| 33 | + </service> |
| 34 | + <!-- cross-reference imported definitions --> |
| 35 | + <service name="WSSmCommUpperImplService2"> |
| 36 | + <port binding="tnsi:WSSmCommUpperImplServiceSoapBinding" name="WSSmCommUpperImplPort"> |
| 37 | + <soap:address location="http://172.20.22.9:10081/WSSmCommUpper/WSSmCommUpper" /> |
| 38 | + </port> |
| 39 | + </service> |
| 40 | +</definitions> |
0 commit comments