Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • Users
  • Groups
  • Search
  • Get Qt Extensions
  • Unsolved
Collapse
Brand Logo
  1. Home
  2. Behind the Scenes
  3. Qt.io webservices
  4. Hi,I am facing issues while importing WSDL.
Forum Updated to NodeBB v4.3 + New Features

Hi,I am facing issues while importing WSDL.

Scheduled Pinned Locked Moved Unsolved Qt.io webservices
2 Posts 2 Posters 1.1k Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • C Offline
    C Offline
    chittaranjan
    wrote on last edited by
    #1

    <?xml version="1.0" encoding="UTF-8"?><wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" name="WartsilaErpService" targetNamespace="http://Fastems.Services" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:wsa10="http://www.w3.org/2005/08/addressing" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsp="http://www.w3.org/ns/ws-policy" xmlns:tns="http://Fastems.Services" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract" xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/08/addressing/policy" xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata">
    wsdl:types
    <xs:schema xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/" xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://Fastems.Services">
    <xs:element name="ChangeProductionOrder">
    xs:complexType
    xs:sequence
    <xs:element xmlns:q12="http://Fastems.Services" minOccurs="0" name="productionOrder" nillable="true" type="q12:ProductionOrderDc"/>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    <xs:complexType name="ProductionOrderDc">
    xs:sequence
    <xs:element minOccurs="0" name="DrawingNumber" nillable="true" type="xs:string"/>
    <xs:element minOccurs="0" name="DueDate" type="xs:dateTime"/>
    <xs:element minOccurs="0" name="EarliestStart" type="xs:dateTime"/>
    <xs:element minOccurs="0" name="ItemName" nillable="true" type="xs:string"/>
    <xs:element minOccurs="0" name="MaterialNumber" nillable="true" type="xs:string"/>
    <xs:element minOccurs="0" name="OrderNumber" nillable="true" type="xs:string"/>
    <xs:element xmlns:q13="http://Fastems.Services" minOccurs="0" name="OrderStatus" type="q13:OrderStatus"/>
    <xs:element minOccurs="0" name="Quantity" type="xs:int"/>
    <xs:element xmlns:q14="http://Fastems.Services" minOccurs="0" name="UII" nillable="true" type="q14:ArrayOfUIINumberDc"/>
    </xs:sequence>
    </xs:complexType>
    <xs:element xmlns:q15="http://Fastems.Services" name="ProductionOrderDc" nillable="true" type="q15:ProductionOrderDc"/>
    <xs:simpleType name="OrderStatus">
    <xs:restriction base="xs:string">
    <xs:enumeration value="Planned"/>
    <xs:enumeration value="Released"/>
    <xs:enumeration value="Emergency"/>
    <xs:enumeration value="Remove"/>
    </xs:restriction>
    </xs:simpleType>
    <xs:element xmlns:q16="http://Fastems.Services" name="OrderStatus" nillable="true" type="q16:OrderStatus"/>
    <xs:complexType name="ArrayOfUIINumberDc">
    xs:sequence
    <xs:element xmlns:q17="http://Fastems.Services" maxOccurs="unbounded" minOccurs="0" name="UIINumberDc" nillable="true" type="q17:UIINumberDc"/>
    </xs:sequence>
    </xs:complexType>
    <xs:element xmlns:q18="http://Fastems.Services" name="ArrayOfUIINumberDc" nillable="true" type="q18:ArrayOfUIINumberDc"/>
    <xs:complexType name="UIINumberDc">
    xs:sequence
    <xs:element minOccurs="0" name="CastUII" nillable="true" type="xs:string"/>
    <xs:element minOccurs="0" name="EquipmentNumber" nillable="true" type="xs:string"/>
    <xs:element minOccurs="0" name="MachineUII" nillable="true" type="xs:string"/>
    </xs:sequence>
    </xs:complexType>
    <xs:element xmlns:q19="http://Fastems.Services" name="UIINumberDc" nillable="true" type="q19:UIINumberDc"/>
    <xs:element name="ChangeProductionOrderResponse">
    xs:complexType
    xs:sequence
    <xs:element xmlns:q20="http://Fastems.Services" minOccurs="0" name="ChangeProductionOrderResult" nillable="true" type="q20:Response"/>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    <xs:complexType name="Response">
    xs:sequence
    <xs:element minOccurs="0" name="Message" nillable="true" type="xs:string"/>
    <xs:element minOccurs="0" name="Success" type="xs:boolean"/>
    </xs:sequence>
    </xs:complexType>
    <xs:element xmlns:q21="http://Fastems.Services" name="Response" nillable="true" type="q21:Response"/>
    <xs:element name="SapConfirmMessage">
    xs:complexType
    xs:sequence
    <xs:element xmlns:q22="http://Fastems.Services" minOccurs="0" name="request" nillable="true" type="q22:ConfirmationMessageDc"/>
    </xs:sequence>
    </xs:complexType>
    </xs:element>
    <xs:complexType name="ConfirmationMessageDc">
    xs:sequence
    <xs:element minOccurs="0" name="EventType" nillable="true" type="xs:string"/>
    <xs:element minOccurs="0" name="Id" type="ser:guid"/>
    <xs:element minOccurs="0" name="Message" nillable="true" type="xs:string"/>
    <xs:element minOccurs="0" name="OrderNumber" nillable="true" type="xs:string"/>
    </xs:sequence>
    </xs:complexType>
    <xs:element xmlns:q23="http://Fastems.Services" name="ConfirmationMessageDc" nillable="true" type="q23:ConfirmationMessageDc"/>
    <xs:element name="SapConfirmMessageResponse">
    xs:complexType
    xs:sequence/
    </xs:complexType>
    </xs:element>
    </xs:schema>
    <xs:schema xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/" xmlns:xs="http://www.w3.org/2001/XMLSchema" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/">
    <xs:element name="anyType" nillable="true" type="xs:anyType"/>
    <xs:element name="anyURI" nillable="true" type="xs:anyURI"/>
    <xs:element name="base64Binary" nillable="true" type="xs:base64Binary"/>
    <xs:element name="boolean" nillable="true" type="xs:boolean"/>
    <xs:element name="byte" nillable="true" type="xs:byte"/>
    <xs:element name="dateTime" nillable="true" type="xs:dateTime"/>
    <xs:element name="decimal" nillable="true" type="xs:decimal"/>
    <xs:element name="double" nillable="true" type="xs:double"/>
    <xs:element name="float" nillable="true" type="xs:float"/>
    <xs:element name="int" nillable="true" type="xs:int"/>
    <xs:element name="long" nillable="true" type="xs:long"/>
    <xs:element name="QName" nillable="true" type="xs:QName"/>
    <xs:element name="short" nillable="true" type="xs:short"/>
    <xs:element name="string" nillable="true" type="xs:string"/>
    <xs:element name="unsignedByte" nillable="true" type="xs:unsignedByte"/>
    <xs:element name="unsignedInt" nillable="true" type="xs:unsignedInt"/>
    <xs:element name="unsignedLong" nillable="true" type="xs:unsignedLong"/>
    <xs:element name="unsignedShort" nillable="true" type="xs:unsignedShort"/>
    <xs:element name="char" nillable="true" type="tns:char"/>
    <xs:simpleType name="char">
    <xs:restriction base="xs:int"/>
    </xs:simpleType>
    <xs:element name="duration" nillable="true" type="tns:duration"/>
    <xs:simpleType name="duration">
    <xs:restriction base="xs:duration">
    <xs:pattern value="-?P(\dD)?(T(\dH)?(\dM)?(\d(.\d*)?S)?)?"/>
    <xs:minInclusive value="-P10675199DT2H48M5.4775808S"/>
    <xs:maxInclusive value="P10675199DT2H48M5.4775807S"/>
    </xs:restriction>
    </xs:simpleType>
    <xs:element name="guid" nillable="true" type="tns:guid"/>
    <xs:simpleType name="guid">
    <xs:restriction base="xs:string">
    <xs:pattern value="[\da-fA-F]{8}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{12}"/>
    </xs:restriction>
    </xs:simpleType>
    <xs:attribute name="FactoryType" type="xs:QName"/>
    <xs:attribute name="Id" type="xs:ID"/>
    <xs:attribute name="Ref" type="xs:IDREF"/>
    </xs:schema>
    </wsdl:types>
    <wsdl:message name="IWartsilaErp_ChangeProductionOrder_InputMessage">
    <wsdl:part name="parameters" element="tns:ChangeProductionOrder">
    </wsdl:part>
    </wsdl:message>
    <wsdl:message name="IWartsilaErp_ChangeProductionOrder_OutputMessage">
    <wsdl:part name="parameters" element="tns:ChangeProductionOrderResponse">
    </wsdl:part>
    </wsdl:message>
    <wsdl:message name="IWartsilaErp_SapConfirmMessage_InputMessage">
    <wsdl:part name="parameters" element="tns:SapConfirmMessage">
    </wsdl:part>
    </wsdl:message>
    <wsdl:message name="IWartsilaErp_SapConfirmMessage_OutputMessage">
    <wsdl:part name="parameters" element="tns:SapConfirmMessageResponse">
    </wsdl:part>
    </wsdl:message>
    <wsdl:portType name="IWartsilaErp">
    <wsdl:operation name="ChangeProductionOrder">
    <wsdl:input message="tns:IWartsilaErp_ChangeProductionOrder_InputMessage" wsam:Action="http://Fastems.Services/IWartsilaErp/ChangeProductionOrder">
    </wsdl:input>
    <wsdl:output message="tns:IWartsilaErp_ChangeProductionOrder_OutputMessage" wsam:Action="http://Fastems.Services/IWartsilaErp/ChangeProductionOrderResponse">
    </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SapConfirmMessage">
    <wsdl:input message="tns:IWartsilaErp_SapConfirmMessage_InputMessage" wsam:Action="http://Fastems.Services/IWartsilaErp/SapConfirmMessage">
    </wsdl:input>
    <wsdl:output message="tns:IWartsilaErp_SapConfirmMessage_OutputMessage" wsam:Action="http://Fastems.Services/IWartsilaErp/SapConfirmMessageResponse">
    </wsdl:output>
    </wsdl:operation>
    </wsdl:portType>
    <wsdl:binding name="BasicHttpBinding_IWartsilaErp" type="tns:IWartsilaErp">
    <soap:binding transport="http://schemas.xmlsoap.org/soap/http"/>
    <wsdl:operation name="ChangeProductionOrder">
    <soap:operation soapAction="http://Fastems.Services/IWartsilaErp/ChangeProductionOrder" style="document"/>
    wsdl:input
    <soap:body use="literal"/>
    </wsdl:input>
    wsdl:output
    <soap:body use="literal"/>
    </wsdl:output>
    </wsdl:operation>
    <wsdl:operation name="SapConfirmMessage">
    <soap:operation soapAction="http://Fastems.Services/IWartsilaErp/SapConfirmMessage" 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="fastems_common_ws_ProductionOrderConsumer">
    <wsdl:port name="fastems_common_ws_ProductionOrderConsumer_Port" binding="tns:BasicHttpBinding_IWartsilaErp">
    <soap:address location="http://fis0809.accdom.for.int:5557/"/>
    </wsdl:port>
    </wsdl:service>
    </wsdl:definitions>

    ? 1 Reply Last reply
    -1
    • C chittaranjan

      <?xml version="1.0" encoding="UTF-8"?><wsdl:definitions xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" name="WartsilaErpService" targetNamespace="http://Fastems.Services" xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/08/addressing" xmlns:wsaw="http://www.w3.org/2006/05/addressing/wsdl" xmlns:wsa10="http://www.w3.org/2005/08/addressing" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:wsp="http://www.w3.org/ns/ws-policy" xmlns:tns="http://Fastems.Services" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd" xmlns:msc="http://schemas.microsoft.com/ws/2005/12/wsdl/contract" xmlns:wsap="http://schemas.xmlsoap.org/ws/2004/08/addressing/policy" xmlns:wsx="http://schemas.xmlsoap.org/ws/2004/09/mex" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:wsam="http://www.w3.org/2007/05/addressing/metadata">
      wsdl:types
      <xs:schema xmlns:ser="http://schemas.microsoft.com/2003/10/Serialization/" xmlns:xs="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" targetNamespace="http://Fastems.Services">
      <xs:element name="ChangeProductionOrder">
      xs:complexType
      xs:sequence
      <xs:element xmlns:q12="http://Fastems.Services" minOccurs="0" name="productionOrder" nillable="true" type="q12:ProductionOrderDc"/>
      </xs:sequence>
      </xs:complexType>
      </xs:element>
      <xs:complexType name="ProductionOrderDc">
      xs:sequence
      <xs:element minOccurs="0" name="DrawingNumber" nillable="true" type="xs:string"/>
      <xs:element minOccurs="0" name="DueDate" type="xs:dateTime"/>
      <xs:element minOccurs="0" name="EarliestStart" type="xs:dateTime"/>
      <xs:element minOccurs="0" name="ItemName" nillable="true" type="xs:string"/>
      <xs:element minOccurs="0" name="MaterialNumber" nillable="true" type="xs:string"/>
      <xs:element minOccurs="0" name="OrderNumber" nillable="true" type="xs:string"/>
      <xs:element xmlns:q13="http://Fastems.Services" minOccurs="0" name="OrderStatus" type="q13:OrderStatus"/>
      <xs:element minOccurs="0" name="Quantity" type="xs:int"/>
      <xs:element xmlns:q14="http://Fastems.Services" minOccurs="0" name="UII" nillable="true" type="q14:ArrayOfUIINumberDc"/>
      </xs:sequence>
      </xs:complexType>
      <xs:element xmlns:q15="http://Fastems.Services" name="ProductionOrderDc" nillable="true" type="q15:ProductionOrderDc"/>
      <xs:simpleType name="OrderStatus">
      <xs:restriction base="xs:string">
      <xs:enumeration value="Planned"/>
      <xs:enumeration value="Released"/>
      <xs:enumeration value="Emergency"/>
      <xs:enumeration value="Remove"/>
      </xs:restriction>
      </xs:simpleType>
      <xs:element xmlns:q16="http://Fastems.Services" name="OrderStatus" nillable="true" type="q16:OrderStatus"/>
      <xs:complexType name="ArrayOfUIINumberDc">
      xs:sequence
      <xs:element xmlns:q17="http://Fastems.Services" maxOccurs="unbounded" minOccurs="0" name="UIINumberDc" nillable="true" type="q17:UIINumberDc"/>
      </xs:sequence>
      </xs:complexType>
      <xs:element xmlns:q18="http://Fastems.Services" name="ArrayOfUIINumberDc" nillable="true" type="q18:ArrayOfUIINumberDc"/>
      <xs:complexType name="UIINumberDc">
      xs:sequence
      <xs:element minOccurs="0" name="CastUII" nillable="true" type="xs:string"/>
      <xs:element minOccurs="0" name="EquipmentNumber" nillable="true" type="xs:string"/>
      <xs:element minOccurs="0" name="MachineUII" nillable="true" type="xs:string"/>
      </xs:sequence>
      </xs:complexType>
      <xs:element xmlns:q19="http://Fastems.Services" name="UIINumberDc" nillable="true" type="q19:UIINumberDc"/>
      <xs:element name="ChangeProductionOrderResponse">
      xs:complexType
      xs:sequence
      <xs:element xmlns:q20="http://Fastems.Services" minOccurs="0" name="ChangeProductionOrderResult" nillable="true" type="q20:Response"/>
      </xs:sequence>
      </xs:complexType>
      </xs:element>
      <xs:complexType name="Response">
      xs:sequence
      <xs:element minOccurs="0" name="Message" nillable="true" type="xs:string"/>
      <xs:element minOccurs="0" name="Success" type="xs:boolean"/>
      </xs:sequence>
      </xs:complexType>
      <xs:element xmlns:q21="http://Fastems.Services" name="Response" nillable="true" type="q21:Response"/>
      <xs:element name="SapConfirmMessage">
      xs:complexType
      xs:sequence
      <xs:element xmlns:q22="http://Fastems.Services" minOccurs="0" name="request" nillable="true" type="q22:ConfirmationMessageDc"/>
      </xs:sequence>
      </xs:complexType>
      </xs:element>
      <xs:complexType name="ConfirmationMessageDc">
      xs:sequence
      <xs:element minOccurs="0" name="EventType" nillable="true" type="xs:string"/>
      <xs:element minOccurs="0" name="Id" type="ser:guid"/>
      <xs:element minOccurs="0" name="Message" nillable="true" type="xs:string"/>
      <xs:element minOccurs="0" name="OrderNumber" nillable="true" type="xs:string"/>
      </xs:sequence>
      </xs:complexType>
      <xs:element xmlns:q23="http://Fastems.Services" name="ConfirmationMessageDc" nillable="true" type="q23:ConfirmationMessageDc"/>
      <xs:element name="SapConfirmMessageResponse">
      xs:complexType
      xs:sequence/
      </xs:complexType>
      </xs:element>
      </xs:schema>
      <xs:schema xmlns:tns="http://schemas.microsoft.com/2003/10/Serialization/" xmlns:xs="http://www.w3.org/2001/XMLSchema" attributeFormDefault="qualified" elementFormDefault="qualified" targetNamespace="http://schemas.microsoft.com/2003/10/Serialization/">
      <xs:element name="anyType" nillable="true" type="xs:anyType"/>
      <xs:element name="anyURI" nillable="true" type="xs:anyURI"/>
      <xs:element name="base64Binary" nillable="true" type="xs:base64Binary"/>
      <xs:element name="boolean" nillable="true" type="xs:boolean"/>
      <xs:element name="byte" nillable="true" type="xs:byte"/>
      <xs:element name="dateTime" nillable="true" type="xs:dateTime"/>
      <xs:element name="decimal" nillable="true" type="xs:decimal"/>
      <xs:element name="double" nillable="true" type="xs:double"/>
      <xs:element name="float" nillable="true" type="xs:float"/>
      <xs:element name="int" nillable="true" type="xs:int"/>
      <xs:element name="long" nillable="true" type="xs:long"/>
      <xs:element name="QName" nillable="true" type="xs:QName"/>
      <xs:element name="short" nillable="true" type="xs:short"/>
      <xs:element name="string" nillable="true" type="xs:string"/>
      <xs:element name="unsignedByte" nillable="true" type="xs:unsignedByte"/>
      <xs:element name="unsignedInt" nillable="true" type="xs:unsignedInt"/>
      <xs:element name="unsignedLong" nillable="true" type="xs:unsignedLong"/>
      <xs:element name="unsignedShort" nillable="true" type="xs:unsignedShort"/>
      <xs:element name="char" nillable="true" type="tns:char"/>
      <xs:simpleType name="char">
      <xs:restriction base="xs:int"/>
      </xs:simpleType>
      <xs:element name="duration" nillable="true" type="tns:duration"/>
      <xs:simpleType name="duration">
      <xs:restriction base="xs:duration">
      <xs:pattern value="-?P(\dD)?(T(\dH)?(\dM)?(\d(.\d*)?S)?)?"/>
      <xs:minInclusive value="-P10675199DT2H48M5.4775808S"/>
      <xs:maxInclusive value="P10675199DT2H48M5.4775807S"/>
      </xs:restriction>
      </xs:simpleType>
      <xs:element name="guid" nillable="true" type="tns:guid"/>
      <xs:simpleType name="guid">
      <xs:restriction base="xs:string">
      <xs:pattern value="[\da-fA-F]{8}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{4}-[\da-fA-F]{12}"/>
      </xs:restriction>
      </xs:simpleType>
      <xs:attribute name="FactoryType" type="xs:QName"/>
      <xs:attribute name="Id" type="xs:ID"/>
      <xs:attribute name="Ref" type="xs:IDREF"/>
      </xs:schema>
      </wsdl:types>
      <wsdl:message name="IWartsilaErp_ChangeProductionOrder_InputMessage">
      <wsdl:part name="parameters" element="tns:ChangeProductionOrder">
      </wsdl:part>
      </wsdl:message>
      <wsdl:message name="IWartsilaErp_ChangeProductionOrder_OutputMessage">
      <wsdl:part name="parameters" element="tns:ChangeProductionOrderResponse">
      </wsdl:part>
      </wsdl:message>
      <wsdl:message name="IWartsilaErp_SapConfirmMessage_InputMessage">
      <wsdl:part name="parameters" element="tns:SapConfirmMessage">
      </wsdl:part>
      </wsdl:message>
      <wsdl:message name="IWartsilaErp_SapConfirmMessage_OutputMessage">
      <wsdl:part name="parameters" element="tns:SapConfirmMessageResponse">
      </wsdl:part>
      </wsdl:message>
      <wsdl:portType name="IWartsilaErp">
      <wsdl:operation name="ChangeProductionOrder">
      <wsdl:input message="tns:IWartsilaErp_ChangeProductionOrder_InputMessage" wsam:Action="http://Fastems.Services/IWartsilaErp/ChangeProductionOrder">
      </wsdl:input>
      <wsdl:output message="tns:IWartsilaErp_ChangeProductionOrder_OutputMessage" wsam:Action="http://Fastems.Services/IWartsilaErp/ChangeProductionOrderResponse">
      </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SapConfirmMessage">
      <wsdl:input message="tns:IWartsilaErp_SapConfirmMessage_InputMessage" wsam:Action="http://Fastems.Services/IWartsilaErp/SapConfirmMessage">
      </wsdl:input>
      <wsdl:output message="tns:IWartsilaErp_SapConfirmMessage_OutputMessage" wsam:Action="http://Fastems.Services/IWartsilaErp/SapConfirmMessageResponse">
      </wsdl:output>
      </wsdl:operation>
      </wsdl:portType>
      <wsdl:binding name="BasicHttpBinding_IWartsilaErp" type="tns:IWartsilaErp">
      <soap:binding transport="http://schemas.xmlsoap.org/soap/http"/>
      <wsdl:operation name="ChangeProductionOrder">
      <soap:operation soapAction="http://Fastems.Services/IWartsilaErp/ChangeProductionOrder" style="document"/>
      wsdl:input
      <soap:body use="literal"/>
      </wsdl:input>
      wsdl:output
      <soap:body use="literal"/>
      </wsdl:output>
      </wsdl:operation>
      <wsdl:operation name="SapConfirmMessage">
      <soap:operation soapAction="http://Fastems.Services/IWartsilaErp/SapConfirmMessage" 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="fastems_common_ws_ProductionOrderConsumer">
      <wsdl:port name="fastems_common_ws_ProductionOrderConsumer_Port" binding="tns:BasicHttpBinding_IWartsilaErp">
      <soap:address location="http://fis0809.accdom.for.int:5557/"/>
      </wsdl:port>
      </wsdl:service>
      </wsdl:definitions>

      ? Offline
      ? Offline
      A Former User
      wrote on last edited by
      #2

      @chittaranjan Honestly, do you really think that someone will respond to such a posting? What are you trying to achive? What have you tried so far? What did you expect and what did you get instead? And: What is your question?

      1 Reply Last reply
      4

      • Login

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • Users
      • Groups
      • Search
      • Get Qt Extensions
      • Unsolved