123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960 |
- <?xml version="1.0" encoding="utf-8"?>
- <wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:jaxb="http://java.sun.com/xml/ns/jaxb" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:jaxws="http://java.sun.com/xml/ns/jaxws" xmlns:ns0="http://fdncc.itf.nc/IBDdocQuey" jaxb:version="2.0" targetNamespace="http://fdncc.itf.nc/IBDdocQuey" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
- <jaxws:bindings>
- <jaxws:package name="nc.itf.fdncc" />
- </jaxws:bindings>
- <wsdl:types>
- <xsd:schema xmlns:ns="http://fdncc.itf.nc/IBDdocQuey" attributeFormDefault="unqualified" elementFormDefault="unqualified" targetNamespace="http://fdncc.itf.nc/IBDdocQuey" jaxb:version="2.0">
- <xsd:annotation>
- <xsd:appinfo>
- <jaxb:schemaBindings>
- <jaxb:package name="nc.itf.fdncc" />
- </jaxb:schemaBindings>
- </xsd:appinfo>
- </xsd:annotation>
- <xsd:element name="bdDocQuey">
- <xsd:complexType>
- <xsd:sequence>
- <xsd:element minOccurs="0" name="string" nillable="true" type="xsd:string" />
- </xsd:sequence>
- </xsd:complexType>
- </xsd:element>
- <xsd:element name="bdDocQueyResponse">
- <xsd:complexType>
- <xsd:sequence>
- <xsd:element minOccurs="0" name="return" nillable="true" type="xsd:string" />
- </xsd:sequence>
- </xsd:complexType>
- </xsd:element>
- </xsd:schema>
- </wsdl:types>
- <wsdl:message name="bdDocQueyRequest">
- <wsdl:part name="parameters" element="ns0:bdDocQuey" />
- </wsdl:message>
- <wsdl:message name="bdDocQueyResponse">
- <wsdl:part name="parameters" element="ns0:bdDocQueyResponse" />
- </wsdl:message>
- <wsdl:portType name="IBDdocQueyPortType">
- <wsdl:operation name="bdDocQuey">
- <wsdl:input wsaw:Action="urn:bdDocQuey" message="ns0:bdDocQueyRequest" />
- <wsdl:output wsaw:Action="urn:bdDocQueyResponse" message="ns0:bdDocQueyResponse" />
- </wsdl:operation>
- </wsdl:portType>
- <wsdl:binding name="IBDdocQueySOAP11Binding" type="ns0:IBDdocQueyPortType">
- <soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
- <wsdl:operation name="bdDocQuey">
- <soap:operation soapAction="urn:bdDocQuey" style="document" />
- <wsdl:input>
- <soap:body use="literal" />
- </wsdl:input>
- <wsdl:output>
- <soap:body use="literal" />
- </wsdl:output>
- </wsdl:operation>
- </wsdl:binding>
- <wsdl:service name="IBDdocQuey">
- <wsdl:port name="IBDdocQueySOAP11port_http" binding="ns0:IBDdocQueySOAP11Binding">
- <soap:address location="http://139.196.35.93:8090/uapws/service/bddocquey" />
- </wsdl:port>
- </wsdl:service>
- </wsdl:definitions>
|