You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
<?xml version="1.0" encoding="utf-8"?> <wsdl:definitions xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:infa="http://www.informatica.com/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:n="http://www.informatica.com/wsdl/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns="http://schemas.xmlsoap.org/wsdl/" targetNamespace="http://www.informatica.com/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"> <wsdl:types> <xsd:schema xmlns="http://www.informatica.com/wsdl/" xmlns:infatype="http://www.informatica.com/types/" attributeFormDefault="unqualified" elementFormDefault="qualified" targetNamespace="http://www.informatica.com/wsdl/"> <xsd:import namespace="http://schemas.xmlsoap.org/wsdl/http/" /> <xsd:complexType name="WSH_PO_IOResponseType"> <xsd:sequence> <xsd:element name="WSH_PO_IOResponseElement"> <xsd:complexType> <xsd:sequence> <xsd:element minOccurs="0" maxOccurs="1" name="File_Name" nillable="true"> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:maxLength value="255" /> </xsd:restriction> </xsd:simpleType> </xsd:element> </xsd:sequence> </xsd:complexType> </xsd:element> </xsd:sequence> </xsd:complexType> <xsd:complexType name="WSH_PO_IORequestType"> <xsd:sequence> <xsd:element name="WSH_PO_IORequestElement"> <xsd:complexType> <xsd:sequence> <xsd:element minOccurs="0" maxOccurs="1" name="Parser_Name" nillable="true"> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:maxLength value="32" /> </xsd:restriction> </xsd:simpleType> </xsd:element> <xsd:element minOccurs="0" maxOccurs="1" name="File_Name" nillable="true"> <xsd:simpleType> <xsd:restriction base="xsd:string"> <xsd:maxLength value="255" /> </xsd:restriction> </xsd:simpleType> </xsd:element> </xsd:sequence> </xsd:complexType> </xsd:element> </xsd:sequence> </xsd:complexType> <xsd:element name="WSH_PO_IORequest" type="n:WSH_PO_IORequestType" /> <xsd:element name="WSH_PO_IOResponse" type="n:WSH_PO_IOResponseType" /> </xsd:schema> </wsdl:types> <wsdl:message name="WSH_PO_IOOut"> <wsdl:part name="parameters" element="n:WSH_PO_IOResponse" /> </wsdl:message> <wsdl:message name="WSH_PO_IOIn"> <wsdl:part name="parameters" element="n:WSH_PO_IORequest" /> </wsdl:message> <wsdl:portType name="wsh_PO_ParserPort"> <wsdl:operation name="wsh_PO_ParserOperation"> <wsdl:input message="infa:WSH_PO_IOIn" /> <wsdl:output message="infa:WSH_PO_IOOut" /> </wsdl:operation> </wsdl:portType> <wsdl:binding name="wsh_PO_ParserBinding" type="infa:wsh_PO_ParserPort"> <soap:binding transport="http://schemas.xmlsoap.org/soap/http" /> <wsdl:operation name="wsh_PO_ParserOperation"> <soap:operation soapAction="" 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="wsh_PO_Parser"> <wsdl:port name="wsh_PO_ParserPort" binding="infa:wsh_PO_ParserBinding"> <soap:address location="http://origtek-lab:7333/wsh/services/RealTime/wsh_PO_Parser" /> </wsdl:port> </wsdl:service> </wsdl:definitions>
|