The UDDI XML.org web site is not longer accepting new posts. Information on this page is preserved for legacy purposes only.
Revision of Informatica_add2variables from Sat, 2013-09-07 02:38
<?xml
version="1.0" encoding="utf-8" ?>
- <wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:n="http://www.informatica.com/wsdl/" xmlns:infa="http://www.informatica.com/"
targetNamespace="http://www.informatica.com/" xmlns="http://schemas.xmlsoap.org/wsdl/">
- <wsdl:types>
- <xsd:schema targetNamespace="http://www.informatica.com/wsdl/" xmlns="http://www.informatica.com/wsdl/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:infatype="http://www.informatica.com/types/" elementFormDefault="qualified" attributeFormDefault="unqualified">
<xsd:import namespace="http://schemas.xmlsoap.org/wsdl/http/" />
<xsd:element name="wsd_addRequest" type="wsd_addRequestType"
/>
<xsd:element name="wsd_addResponse" type="wsd_addResponseType"
/>
- <xsd:complexType name="wsd_addRequestType">
- <xsd:sequence>
- <xsd:element name="wsd_addRequestElement">
- <xsd:complexType>
- <xsd:sequence>
- <xsd:element name="var1"
minOccurs="0" maxOccurs="1">
- <xsd:simpleType>
<xsd:restriction base="xsd:integer" />
</xsd:simpleType>
</xsd:element>
- <xsd:element name="var2"
minOccurs="0" maxOccurs="1">
- <xsd:simpleType>
<xsd:restriction base="xsd:integer" />
</xsd:simpleType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
- <xsd:complexType name="wsd_addResponseType">
- <xsd:sequence>
- <xsd:element name="wsd_addResponseElement">
- <xsd:complexType>
- <xsd:sequence>
- <xsd:element name="output"
nillable="true" minOccurs="0" maxOccurs="1">
- <xsd:simpleType>
<xsd:restriction base="xsd:integer" />
</xsd:simpleType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:element>
</xsd:sequence>
</xsd:complexType>
</xsd:schema>
</wsdl:types>
- <wsdl:message name="wsd_addOut">
<wsdl:part name="parameters"
element="n:wsd_addResponse" />
</wsdl:message>
- <wsdl:message name="wsd_addIn">
<wsdl:part name="parameters"
element="n:wsd_addRequest" />
</wsdl:message>
- <wsdl:portType name="pcrs_repo_wf_webserviceaddPort">
- <wsdl:operation name="pcrs_repo_wf_webserviceaddOperation">
<wsdl:input message="infa:wsd_addIn" />
<wsdl:output message="infa:wsd_addOut" />
</wsdl:operation>
</wsdl:portType>
- <wsdl:binding name="pcrs_repo_wf_webserviceaddBinding" type="infa:pcrs_repo_wf_webserviceaddPort">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" style="document"
/>
- <wsdl:operation name="pcrs_repo_wf_webserviceaddOperation">
<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="pcrs_repo_wf_webserviceadd">
- <wsdl:port name="pcrs_repo_wf_webserviceaddPort" binding="infa:pcrs_repo_wf_webserviceaddBinding">
<soap:address location="http://taksheel-PC:7333/wsh/services/RealTime/pcrs_repo_wf_webserviceadd" />
</wsdl:port>
</wsdl:service>
</wsdl:definitions>