Web Service: WSMGAltaNdp

Target Namespace:
http://tempuri.org/

Port WSMGAltaNdpSoap Port typeSource code

Location:
https://ws.microglobal.com.ar/WSMGPedidos3_test/WSMGAltaNdp.asmx
Protocol:
SOAP
Transport protocol:
SOAP over HTTP
Operations:
  1. AnularPedidoDetailSource code
  2. AutorizarPedidoDetailSource code
  3. EstadodepedidosDetailSource code
  4. SendAltaPedidoDetailSource code

Port WSMGAltaNdpSoap12 Port typeSource code

Location:
https://ws.microglobal.com.ar/WSMGPedidos3_test/WSMGAltaNdp.asmx
Protocol:
SOAP
Transport protocol:
SOAP over HTTP
Operations:
  1. AnularPedidoDetailSource code
  2. AutorizarPedidoDetailSource code
  3. EstadodepedidosDetailSource code
  4. SendAltaPedidoDetailSource code

Operations

    Port type WSMGAltaNdpSoapSource code

    1. AnularPedido
      Style:
      document
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://tempuri.org/AnularPedido
      Input:
      AnularPedidoSoapIn (soap:body, use = literal)Source code
      parameters type AnularPedido
      • cliente - optional; type string
      • usuario - optional; type string
      • password - optional; type string
      • pedido - optional; type string
      • motivoanulacion - optional; type string
      Output:
      AnularPedidoSoapOut (soap:body, use = literal)Source code
      parameters type AnularPedidoResponse
      • AnularPedidoResult - optional; type AnularPedidoRequest
        • result type int
        • message - optional; type string
    2. AutorizarPedido
      Style:
      document
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://tempuri.org/AutorizarPedido
      Input:
      AutorizarPedidoSoapIn (soap:body, use = literal)Source code
      parameters type AutorizarPedido
      • cliente - optional; type string
      • usuario - optional; type string
      • password - optional; type string
      • pedido - optional; type string
      • etiqueurl - optional; type string
      Output:
      AutorizarPedidoSoapOut (soap:body, use = literal)Source code
      parameters type AutorizarPedidoResponse
      • AutorizarPedidoResult - optional; type AutorizarPedidoRequest
        • result type int
        • message - optional; type string
    3. Estadodepedidos
      Style:
      document
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://tempuri.org/Estadodepedidos
      Input:
      EstadodepedidosSoapIn (soap:body, use = literal)Source code
      parameters type Estadodepedidos
      • cliente - optional; type string
      • usuario - optional; type string
      • password - optional; type string
      • oPedidos - optional; type oPedidos
      Output:
      EstadodepedidosSoapOut (soap:body, use = literal)Source code
      parameters type EstadodepedidosResponse
      • EstadodepedidosResult - optional; type statusPedidoRequest
        • result type int
        • message - optional; type string
        • pedidosResponse - optional; type ArrayOfPedidoStatus
          • PedidoStatus - optional, unbounded, nillable; type PedidoStatus
            • pedido - optional; type string
            • id_venta - optional; type string
            • CodigoEstado - optional; type string
            • DescripcionEstado - optional; type string
            • numerotracking - optional; type string
            • numeroremito - optional; type string
            • numerotracking_trp - optional; type string
            • codigo_estado_trp - optional; type string
            • descripcion_estado_trp - optional; type string
            • numeroguia_trp - optional; type string
            • trackingURL_trp - optional; type string
    4. SendAltaPedido
      Style:
      document
      Operation type:
      Request-response. The endpoint receives a message, and sends a correlated message.
      SOAP action:
      http://tempuri.org/SendAltaPedido
      Input:
      SendAltaPedidoSoapIn (soap:body, use = literal)Source code
      parameters type SendAltaPedido
      • cliente - optional; type string
      • usuario - optional; type string
      • password - optional; type string
      • oPedido - optional; type oPedido
      Output:
      SendAltaPedidoSoapOut (soap:body, use = literal)Source code
      parameters type SendAltaPedidoResponse
      • SendAltaPedidoResult - optional; type PedidoRequest
        • result type int
        • message - optional; type string
        • pedidoResponse - optional; type PedidoResponse
          • NumNdp - optional; type string
          • IDResponse type unsignedInt
          • ReProceso - optional; type string

WSDL source code

<?xml version="1.0"?>
<wsdl:definitions targetNamespace="http://tempuri.org/"
xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/"
xmlns:http="http://schemas.xmlsoap.org/wsdl/http/"
xmlns:s="http://www.w3.org/2001/XMLSchema"
xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/"
xmlns:tns="http://tempuri.org/"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/"
xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
>
<wsdl:types>
<s:schema elementFormDefault="qualified" targetNamespace="http://tempuri.org/"></s:schema>
<s:schema elementFormDefault="qualified">
<s:element name="oPedido">
<s:complexType>
<s:sequence></s:sequence>
</s:complexType>
</s:element>
</s:schema>
</wsdl:types>
</wsdl:definitions>