<?xml version="1.0"?>
<definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" name="IServicosservice" targetNamespace="http://tempuri.org/" xmlns:tns="http://tempuri.org/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/">
  <message name="NovaEncomenda0Request">
    <part name="sInfoXml" type="xs:string"/>
  </message>
  <message name="NovaEncomenda0Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="Stocks1Request">
    <part name="sInfoXml" type="xs:string"/>
  </message>
  <message name="Stocks1Response">
    <part name="return" type="xs:string"/>
  </message>
  <message name="AnularEncomenda2Request">
    <part name="sInfoXml" type="xs:string"/>
  </message>
  <message name="AnularEncomenda2Response">
    <part name="return" type="xs:string"/>
  </message>
  <portType name="IServicos">
    <operation name="NovaEncomenda">
      <input message="tns:NovaEncomenda0Request"/>
      <output message="tns:NovaEncomenda0Response"/>
    </operation>
    <operation name="Stocks">
      <input message="tns:Stocks1Request"/>
      <output message="tns:Stocks1Response"/>
    </operation>
    <operation name="AnularEncomenda">
      <input message="tns:AnularEncomenda2Request"/>
      <output message="tns:AnularEncomenda2Response"/>
    </operation>
  </portType>
  <binding name="IServicosbinding" type="tns:IServicos">
    <binding xmlns="http://schemas.xmlsoap.org/wsdl/soap/" style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
    <operation name="NovaEncomenda">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ServicosIntf-IServicos#NovaEncomenda" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicosIntf-IServicos"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicosIntf-IServicos"/>
      </output>
    </operation>
    <operation name="Stocks">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ServicosIntf-IServicos#Stocks" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicosIntf-IServicos"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicosIntf-IServicos"/>
      </output>
    </operation>
    <operation name="AnularEncomenda">
      <operation xmlns="http://schemas.xmlsoap.org/wsdl/soap/" soapAction="urn:ServicosIntf-IServicos#AnularEncomenda" style="rpc"/>
      <input>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicosIntf-IServicos"/>
      </input>
      <output>
        <body xmlns="http://schemas.xmlsoap.org/wsdl/soap/" use="encoded" encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" namespace="urn:ServicosIntf-IServicos"/>
      </output>
    </operation>
  </binding>
  <service name="IServicosservice">
    <port name="IServicosPort" binding="tns:IServicosbinding">
      <address xmlns="http://schemas.xmlsoap.org/wsdl/soap/" location="https://cosbrand.inovanet.pt/WebService.exe/soap/IServicos"/>
    </port>
  </service>
</definitions>

