mirror of
https://gitlab.com/hibou-io/hibou-odoo/suite.git
synced 2025-01-20 12:37:31 +02:00
3382 lines
167 KiB
XML
Executable File
3382 lines
167 KiB
XML
Executable File
<?xml version="1.0" encoding="utf-8"?>
|
|
<wsdl:definitions xmlns:tm="http://microsoft.com/wsdl/mime/textMatching/" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns="http://stamps.com/xml/namespace/2015/08/swsim/swsimV49" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:s1="http://microsoft.com/wsdl/types/" xmlns:s="http://www.w3.org/2001/XMLSchema" xmlns:soap12="http://schemas.xmlsoap.org/wsdl/soap12/" xmlns:http="http://schemas.xmlsoap.org/wsdl/http/" targetNamespace="http://stamps.com/xml/namespace/2015/08/swsim/swsimV49" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Stamps.com Web Services for Individual Meters (SWS/IM) Version 49</wsdl:documentation>
|
|
<wsdl:types>
|
|
<s:schema elementFormDefault="qualified" targetNamespace="http://stamps.com/xml/namespace/2015/08/swsim/swsimV49">
|
|
<s:import namespace="http://microsoft.com/wsdl/types/" />
|
|
<s:element name="GetShipmentList">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:choice minOccurs="1" maxOccurs="1">
|
|
<s:element minOccurs="0" maxOccurs="1" name="Credentials" type="tns:Credentials" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Authenticator" type="s:string" />
|
|
</s:choice>
|
|
<s:element minOccurs="0" maxOccurs="1" default="50" name="ShipmentsPerPage" type="tns:integer-ge-1-le-500" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="Filters" type="tns:Filters" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="IncludeFields" type="tns:ArrayOfIncludeField" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="Credentials">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="IntegrationID" type="s1:guid" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="Username" type="tns:string-0-40" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="Password" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="Filters">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="PrintDateMin" nillable="true" type="s:date" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="PrintDateMax" nillable="true" type="s:date" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="SearchCriteria" type="tns:ArrayOfSearchFor" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfSearchFor">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="SearchFor" type="tns:SearchFor" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:simpleType name="SearchFor">
|
|
<s:restriction base="s:string">
|
|
<s:enumeration value="All" />
|
|
<s:enumeration value="Refund" />
|
|
</s:restriction>
|
|
</s:simpleType>
|
|
<s:complexType name="ArrayOfIncludeField">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="IncludeField" type="tns:IncludeField" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:simpleType name="IncludeField">
|
|
<s:restriction base="s:string">
|
|
<s:enumeration value="StampsTxId" />
|
|
<s:enumeration value="ShipmentStatus" />
|
|
<s:enumeration value="PrintDate" />
|
|
<s:enumeration value="MailDate" />
|
|
<s:enumeration value="DeliveredDate" />
|
|
<s:enumeration value="TrackingNumber" />
|
|
<s:enumeration value="ScanFormId" />
|
|
<s:enumeration value="Service" />
|
|
<s:enumeration value="AddOns" />
|
|
<s:enumeration value="FromZIPCode" />
|
|
<s:enumeration value="ReturnTo" />
|
|
<s:enumeration value="ShipTo" />
|
|
<s:enumeration value="PackageInfo" />
|
|
<s:enumeration value="References" />
|
|
<s:enumeration value="RefundType" />
|
|
<s:enumeration value="RefundStatus" />
|
|
<s:enumeration value="ExpiryDate" />
|
|
<s:enumeration value="Reserved" />
|
|
</s:restriction>
|
|
</s:simpleType>
|
|
<s:element name="GetShipmentListResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="Authenticator" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ShipmentListToken" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="TotalPages" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Shipments" type="tns:ArrayOfShipmentV7" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="ArrayOfShipmentV7">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="ShipmentV7" nillable="true" type="tns:ShipmentV7" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ShipmentV7">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="StampsTxId" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="ShipmentStatus" nillable="true" type="tns:ShipmentStatusV1" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="PrintDate" nillable="true" type="s:dateTime" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="MailDate" nillable="true" type="s:dateTime" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="DeliveredDate" nillable="true" type="s:dateTime" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="TrackingNumber" type="tns:string-1-128" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="ScanFormId" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Service" type="tns:ServicesV5" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="AddOns" type="tns:ArrayOfAddOnV7" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="FromZIPCode" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="ReturnTo" type="tns:Address" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="ShipTo" type="tns:Address" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="PackageInfo" type="tns:PackageInfoV1" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="References" type="tns:ReferencesV1" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="RefundType" nillable="true" type="tns:RefundTypeV1" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="RefundStatus" type="tns:RefundStatusV1" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="ExpiryDate" nillable="true" type="s:dateTime" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Reserved" type="tns:ServicesV5" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:simpleType name="ShipmentStatusV1">
|
|
<s:restriction base="s:string">
|
|
<s:enumeration value="Printed" />
|
|
<s:enumeration value="In Transit" />
|
|
<s:enumeration value="Received at Opening Unit" />
|
|
<s:enumeration value="Delivered" />
|
|
<s:enumeration value="Pending Refund" />
|
|
<s:enumeration value="Refunded" />
|
|
<s:enumeration value="Voided" />
|
|
<s:enumeration value="Unprinted" />
|
|
<s:enumeration value="Expired" />
|
|
</s:restriction>
|
|
</s:simpleType>
|
|
<s:complexType name="ServicesV5">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="ServiceType" type="tns:ServiceType" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="Amount" type="s:decimal" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="CubicPricingTier" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="IsMetroRate" type="s:boolean" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:simpleType name="ServiceType">
|
|
<s:restriction base="s:string">
|
|
<s:enumeration value="Unknown" />
|
|
<s:enumeration value="US-FC" />
|
|
<s:enumeration value="US-PM" />
|
|
<s:enumeration value="US-XM" />
|
|
<s:enumeration value="US-MM" />
|
|
<s:enumeration value="US-BP" />
|
|
<s:enumeration value="US-LM" />
|
|
<s:enumeration value="US-EMI" />
|
|
<s:enumeration value="US-PMI" />
|
|
<s:enumeration value="US-FCI" />
|
|
<s:enumeration value="US-CM" />
|
|
<s:enumeration value="US-PS" />
|
|
<s:enumeration value="DHL-PE" />
|
|
<s:enumeration value="DHL-PG" />
|
|
<s:enumeration value="DHL-PPE" />
|
|
<s:enumeration value="DHL-PPG" />
|
|
<s:enumeration value="DHL-BPME" />
|
|
<s:enumeration value="DHL-BPMG" />
|
|
<s:enumeration value="DHL-MPE" />
|
|
<s:enumeration value="DHL-MPG" />
|
|
<s:enumeration value="AS-IPA" />
|
|
<s:enumeration value="AS-ISAL" />
|
|
<s:enumeration value="AS-EPKT" />
|
|
<s:enumeration value="DHL-PIPA" />
|
|
<s:enumeration value="DHL-PISAL" />
|
|
<s:enumeration value="GG-IPA" />
|
|
<s:enumeration value="GG-ISAL" />
|
|
<s:enumeration value="GG-EPKT" />
|
|
<s:enumeration value="IBC-IPA" />
|
|
<s:enumeration value="IBC-ISAL" />
|
|
<s:enumeration value="IBC-EPKT" />
|
|
<s:enumeration value="RRD-IPA" />
|
|
<s:enumeration value="RRD-ISAL" />
|
|
<s:enumeration value="RRD-EPKT" />
|
|
<s:enumeration value="AS-GNRC" />
|
|
<s:enumeration value="GG-GNRC" />
|
|
<s:enumeration value="RRD-GNRC" />
|
|
</s:restriction>
|
|
</s:simpleType>
|
|
<s:complexType name="ArrayOfAddOnV7">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="AddOnV7" nillable="true" type="tns:AddOnV7" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="AddOnV7">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" default="0.0" name="Amount" type="s:decimal" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="AddOnType" type="tns:AddOnTypeV7" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="RequiresAllOf" type="tns:ArrayOfArrayOfAddOnTypeV7" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="ProhibitedWithAnyOf" type="tns:ArrayOfAddOnTypeV7" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="MissingData" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:simpleType name="AddOnTypeV7">
|
|
<s:restriction base="s:string">
|
|
<s:enumeration value="US-A-INS" />
|
|
<s:enumeration value="US-A-COD" />
|
|
<s:enumeration value="US-A-DC" />
|
|
<s:enumeration value="US-A-SC" />
|
|
<s:enumeration value="US-A-COM" />
|
|
<s:enumeration value="US-A-CM" />
|
|
<s:enumeration value="US-A-RR" />
|
|
<s:enumeration value="US-A-RRM" />
|
|
<s:enumeration value="US-A-REG" />
|
|
<s:enumeration value="US-A-RD" />
|
|
<s:enumeration value="US-A-SH" />
|
|
<s:enumeration value="SC-A-INS" />
|
|
<s:enumeration value="SC-A-INSRM" />
|
|
<s:enumeration value="SC-A-HP" />
|
|
<s:enumeration value="US-A-SR" />
|
|
<s:enumeration value="US-A-NDW" />
|
|
<s:enumeration value="US-A-ESH" />
|
|
<s:enumeration value="US-A-NND" />
|
|
<s:enumeration value="US-A-RRE" />
|
|
<s:enumeration value="US-A-LANS" />
|
|
<s:enumeration value="US-A-LAWS" />
|
|
<s:enumeration value="US-A-HM" />
|
|
<s:enumeration value="US-A-CR" />
|
|
<s:enumeration value="US-A-1030" />
|
|
<s:enumeration value="US-A-ASR" />
|
|
<s:enumeration value="US-A-ASRD" />
|
|
<s:enumeration value="US-A-PR" />
|
|
</s:restriction>
|
|
</s:simpleType>
|
|
<s:complexType name="ArrayOfArrayOfAddOnTypeV7">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="RequiresOneOf" nillable="true" type="tns:ArrayOfAddOnTypeV7" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfAddOnTypeV7">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="AddOnTypeV7" type="tns:AddOnTypeV7" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="Address">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="FullName" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="NamePrefix" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="FirstName" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="MiddleName" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="LastName" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="NameSuffix" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Title" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Department" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Company" type="tns:string-0-50" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="Address1" type="tns:string-1-2147483647" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Address2" type="tns:string-0-50" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Address3" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="City" type="tns:string-0-50" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="State" type="tns:string-0-30" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="ZIPCode" type="tns:string-0-5" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="ZIPCodeAddOn" type="tns:string-0-4" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="DPB" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="CheckDigit" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Province" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="PostalCode" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="US" name="Country" type="tns:string-2-2" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Urbanization" type="tns:string-0-28" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="PhoneNumber" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Extension" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="CleanseHash" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="OverrideHash" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="PackageInfoV1">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="PackageType" type="tns:PackageTypeV6" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="NumberOfLabels" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="0" name="WeightLb" type="s:double" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="0" name="WeightOz" type="s:double" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:simpleType name="PackageTypeV6">
|
|
<s:restriction base="s:string">
|
|
<s:enumeration value="Unknown" />
|
|
<s:enumeration value="Postcard" />
|
|
<s:enumeration value="Letter" />
|
|
<s:enumeration value="Large Envelope or Flat" />
|
|
<s:enumeration value="Thick Envelope" />
|
|
<s:enumeration value="Package" />
|
|
<s:enumeration value="Flat Rate Box" />
|
|
<s:enumeration value="Small Flat Rate Box" />
|
|
<s:enumeration value="Large Flat Rate Box" />
|
|
<s:enumeration value="Flat Rate Envelope" />
|
|
<s:enumeration value="Flat Rate Padded Envelope" />
|
|
<s:enumeration value="Large Package" />
|
|
<s:enumeration value="Oversized Package" />
|
|
<s:enumeration value="Regional Rate Box A" />
|
|
<s:enumeration value="Regional Rate Box B" />
|
|
<s:enumeration value="Legal Flat Rate Envelope" />
|
|
<s:enumeration value="Regional Rate Box C" />
|
|
</s:restriction>
|
|
</s:simpleType>
|
|
<s:complexType name="ReferencesV1">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="UserName" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="CostCode" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Memo" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:simpleType name="RefundTypeV1">
|
|
<s:restriction base="s:string">
|
|
<s:enumeration value="E-refund" />
|
|
<s:enumeration value="Mail-in" />
|
|
</s:restriction>
|
|
</s:simpleType>
|
|
<s:complexType name="RefundStatusV1">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="PostageRefundId" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ClaimNumber" nillable="true" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="RequestDate" type="s:dateTime" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PostageRefundStatus" type="tns:PostageRefundStatusV1" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="EstimatedPostageRefundCompletionDate" nillable="true" type="s:dateTime" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PostageAmountRequested" type="s:decimal" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PostageAmountApproved" type="s:decimal" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="PostageRefundResult" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="InsuranceRefundStatus" nillable="true" type="tns:PostageRefundStatusV1" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="EstimatedInsuranceRefundCompletionDate" nillable="true" type="s:dateTime" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="InsuranceAmountRequested" nillable="true" type="s:decimal" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="InsuranceAmountApproved" nillable="true" type="s:decimal" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:simpleType name="PostageRefundStatusV1">
|
|
<s:restriction base="s:string">
|
|
<s:enumeration value="Pending" />
|
|
<s:enumeration value="Processing" />
|
|
<s:enumeration value="Complete" />
|
|
<s:enumeration value="Duplicate" />
|
|
</s:restriction>
|
|
</s:simpleType>
|
|
<s:element name="SetCodeWords">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:choice minOccurs="1" maxOccurs="1">
|
|
<s:element minOccurs="0" maxOccurs="1" name="Credentials" type="tns:Credentials" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Authenticator" type="s:string" />
|
|
</s:choice>
|
|
<s:element minOccurs="0" maxOccurs="1" name="Codeword1Type" type="tns:CodewordType" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Codeword1" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Codeword2Type" type="tns:CodewordType" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Codeword2" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:simpleType name="CodewordType">
|
|
<s:restriction base="s:string">
|
|
<s:enumeration value="Undefined" />
|
|
<s:enumeration value="MothersMaidenName" />
|
|
<s:enumeration value="PetsName" />
|
|
<s:enumeration value="BirthCity" />
|
|
<s:enumeration value="HighSchoolMascot" />
|
|
<s:enumeration value="FathersBirthplace" />
|
|
<s:enumeration value="StreetName" />
|
|
<s:enumeration value="FirstSchoolsName" />
|
|
<s:enumeration value="FirstCarsMakeModel" />
|
|
<s:enumeration value="Last4SocialSecurityNumber" />
|
|
<s:enumeration value="Last4DriversLicense" />
|
|
</s:restriction>
|
|
</s:simpleType>
|
|
<s:element name="SetCodeWordsResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="Authenticator" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="RegisterAccount">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="IntegrationID" type="s1:guid" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="UserName" type="tns:string-0-40" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="Password" type="tns:string-6-20" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Codeword1Type" type="tns:CodewordType" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Codeword1" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Codeword2Type" type="tns:CodewordType" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Codeword2" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PhysicalAddress" type="tns:Address" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="MailingAddress" type="tns:Address" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="MachineInfo" type="tns:MachineInfo" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="Email" type="tns:string-0-41" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="AccountType" type="tns:AccountType" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="PromoCode" type="tns:string-0-50" />
|
|
<s:choice minOccurs="1" maxOccurs="1">
|
|
<s:element minOccurs="0" maxOccurs="1" name="AchAccount" type="tns:AchAccount" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="CreditCard" type="tns:CreditCard" />
|
|
</s:choice>
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="MachineInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="IPAddress" type="tns:string-0-15" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="MacAddress" type="tns:string-0-12" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="FP" type="tns:FP" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="FP">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="FP1" type="s:base64Binary" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="FP2" type="s:base64Binary" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="FP3" type="s:base64Binary" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="FP4" type="s:base64Binary" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="FP5" type="s:base64Binary" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:simpleType name="AccountType">
|
|
<s:restriction base="s:string">
|
|
<s:enumeration value="Individual" />
|
|
<s:enumeration value="HomeOffice" />
|
|
<s:enumeration value="HomeBasedBusiness" />
|
|
<s:enumeration value="OfficeBasedBusiness" />
|
|
</s:restriction>
|
|
</s:simpleType>
|
|
<s:complexType name="AchAccount">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="AchAccountType" type="tns:AchAccountType" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="BankName" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="AccountNumber" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="RouteID" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="AccountHolderName" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:simpleType name="AchAccountType">
|
|
<s:restriction base="s:string">
|
|
<s:enumeration value="Checking" />
|
|
<s:enumeration value="Savings" />
|
|
</s:restriction>
|
|
</s:simpleType>
|
|
<s:complexType name="CreditCard">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="CreditCardType" type="tns:CreditCardType" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="AccountNumber" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="CVN" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ExpirationDate" type="s:dateTime" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="BillingAddress" type="tns:Address" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:simpleType name="CreditCardType">
|
|
<s:restriction base="s:string">
|
|
<s:enumeration value="Visa" />
|
|
<s:enumeration value="MasterCard" />
|
|
<s:enumeration value="AmericanExpress" />
|
|
<s:enumeration value="Discover" />
|
|
</s:restriction>
|
|
</s:simpleType>
|
|
<s:element name="RegisterAccountResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="RegistrationStatus" type="tns:RegistrationStatus" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="SuggestedUserName" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="UserId" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PromoUrl" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:simpleType name="RegistrationStatus">
|
|
<s:restriction base="s:string">
|
|
<s:enumeration value="Success" />
|
|
<s:enumeration value="Fail" />
|
|
</s:restriction>
|
|
</s:simpleType>
|
|
<s:element name="CreateEnvelopeIndicium">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:choice minOccurs="1" maxOccurs="1">
|
|
<s:element minOccurs="0" maxOccurs="1" name="Credentials" type="tns:Credentials" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Authenticator" type="s:string" />
|
|
</s:choice>
|
|
<s:element minOccurs="1" maxOccurs="1" name="IntegratorTxID" type="tns:string-1-128" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="Rate" type="tns:RateV18" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="From" type="tns:Address" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="To" type="tns:Address" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="CustomerID" type="tns:string-1-64" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="Normal" name="Mode" type="tns:CreateIndiciumModeV1" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="Auto" name="ImageType" type="tns:ImageType" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="0" name="CostCodeId" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="false" name="HideFIM" type="s:boolean" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="RateV18">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="FromZIPCode" type="tns:string-3-10" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="ToZIPCode" type="tns:string-3-10" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="ToCountry" type="tns:string-2-2" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="0.0" name="Amount" type="s:decimal" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="0.0" name="MaxAmount" type="s:decimal" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="Unknown" name="ServiceType" type="tns:ServiceType" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="PrintLayout" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="DeliverDays" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="0" name="WeightLb" type="s:double" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="0" name="WeightOz" type="s:double" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="Unknown" name="PackageType" type="tns:PackageTypeV6" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="RequiresAllOf" type="tns:ArrayOfArrayOfAddOnTypeV7" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="0" name="Length" type="tns:double-le-999" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="0" name="Width" type="tns:double-le-999" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="0" name="Height" type="tns:double-le-999" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="0001-01-01" name="ShipDate" type="s:date" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="0001-01-01" name="DeliveryDate" type="s:date" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="0.0" name="InsuredValue" type="s:decimal" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="0.0" name="RegisteredValue" type="s:decimal" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="0.0" name="CODValue" type="s:decimal" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="0.0" name="DeclaredValue" type="s:decimal" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="false" name="NonMachinable" type="s:boolean" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="true" name="RectangularShaped" type="s:boolean" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Prohibitions" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Restrictions" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Observations" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Regulations" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="GEMNotes" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="MaxDimensions" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="DimWeighting" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="AddOns" type="tns:ArrayOfAddOnV7" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="0" name="EffectiveWeightInOunces" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="false" name="IsIntraBMC" type="s:boolean" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="0" name="Zone" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="0" name="RateCategory" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="" name="ToState" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="false" name="CubicPricing" type="s:boolean" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:simpleType name="CreateIndiciumModeV1">
|
|
<s:restriction base="s:string">
|
|
<s:enumeration value="Normal" />
|
|
<s:enumeration value="Sample" />
|
|
<s:enumeration value="NoPostage" />
|
|
<s:enumeration value="Preview" />
|
|
</s:restriction>
|
|
</s:simpleType>
|
|
<s:simpleType name="ImageType">
|
|
<s:restriction base="s:string">
|
|
<s:enumeration value="Auto" />
|
|
<s:enumeration value="Png" />
|
|
<s:enumeration value="Gif" />
|
|
<s:enumeration value="Pdf" />
|
|
<s:enumeration value="Epl" />
|
|
<s:enumeration value="Jpg" />
|
|
<s:enumeration value="PrintOncePdf" />
|
|
<s:enumeration value="EncryptedPngUrl" />
|
|
<s:enumeration value="Zpl" />
|
|
<s:enumeration value="AZpl" />
|
|
<s:enumeration value="BZpl" />
|
|
</s:restriction>
|
|
</s:simpleType>
|
|
<s:element name="CreateEnvelopeIndiciumResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="Authenticator" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="IntegratorTxID" type="tns:string-1-128" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="" name="TrackingNumber" type="tns:string-0-128" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="Rate" type="tns:RateV18" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="StampsTxID" type="s1:guid" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="URL" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PostageBalance" type="tns:PostageBalance" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="Mac" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PostageHash" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="PostageBalance">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="AvailablePostage" type="s:decimal" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ControlTotal" type="s:decimal" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="CreateIndicium">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:choice minOccurs="1" maxOccurs="1">
|
|
<s:element minOccurs="0" maxOccurs="1" name="Authenticator" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Credentials" type="tns:Credentials" />
|
|
</s:choice>
|
|
<s:element minOccurs="1" maxOccurs="1" name="IntegratorTxID" type="tns:string-1-128" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="" name="TrackingNumber" type="tns:string-0-128" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="Rate" type="tns:RateV18" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="From" type="tns:Address" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="To" type="tns:Address" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="CustomerID" type="tns:string-1-64" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Customs" type="tns:CustomsV3" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="false" name="SampleOnly" type="s:boolean" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="Normal" name="PostageMode" type="tns:PostageMode" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="Auto" name="ImageType" type="tns:ImageType" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="Default" name="EltronPrinterDPIType" type="tns:EltronPrinterDPIType" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="" name="memo" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="0" name="cost_code_id" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="false" name="deliveryNotification" type="s:boolean" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="ShipmentNotification" type="tns:ShipmentNotification" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="0" name="rotationDegrees" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="horizontalOffset" nillable="true" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="verticalOffset" nillable="true" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="printDensity" nillable="true" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="printMemo" nillable="true" type="s:boolean" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="printInstructions" nillable="true" type="s:boolean" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="false" name="requestPostageHash" type="s:boolean" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="Undefined" name="nonDeliveryOption" type="tns:NonDeliveryOption" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="RedirectTo" type="tns:Address" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="" name="OriginalPostageHash" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="ReturnImageData" nillable="true" type="s:boolean" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="InternalTransactionNumber" type="tns:string-1-35" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="Default" name="PaperSize" type="tns:PaperSizeV1" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="EmailLabelTo" type="tns:LabelRecipientInfo" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="false" name="PayOnPrint" type="s:boolean" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="ReturnLabelExpirationDays" nillable="true" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="CustomsV3">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:CustomsV2">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="1" name="CustomsSigner" type="tns:string-2-100" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="CustomsV2">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="ContentType" type="tns:ContentTypeV2" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Comments" type="tns:string-0-76" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="LicenseNumber" type="tns:string-0-6" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="CertificateNumber" type="tns:string-0-8" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="InvoiceNumber" type="tns:string-0-15" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="OtherDescribe" type="tns:string-0-20" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="CustomsLines" type="tns:ArrayOfCustomsLine" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:simpleType name="ContentTypeV2">
|
|
<s:restriction base="s:string">
|
|
<s:enumeration value="Commercial Sample" />
|
|
<s:enumeration value="Gift" />
|
|
<s:enumeration value="Document" />
|
|
<s:enumeration value="Returned Goods" />
|
|
<s:enumeration value="Other" />
|
|
<s:enumeration value="Merchandise" />
|
|
<s:enumeration value="Humanitarian Donation" />
|
|
<s:enumeration value="Dangerous Goods" />
|
|
</s:restriction>
|
|
</s:simpleType>
|
|
<s:complexType name="ArrayOfCustomsLine">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="CustomsLine" nillable="true" type="tns:CustomsLine" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="CustomsLine">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="Description" type="tns:string-1-60" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="Quantity" type="tns:double-ge-1" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="Value" type="tns:decimal-ge-0" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="0" name="WeightLb" type="s:double" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="0" name="WeightOz" type="s:double" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="HSTariffNumber" type="tns:string-0-6" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="CountryOfOrigin" type="tns:string-2-2" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:simpleType name="PostageMode">
|
|
<s:restriction base="s:string">
|
|
<s:enumeration value="Normal" />
|
|
<s:enumeration value="NoPostage" />
|
|
</s:restriction>
|
|
</s:simpleType>
|
|
<s:simpleType name="EltronPrinterDPIType">
|
|
<s:restriction base="s:string">
|
|
<s:enumeration value="Default" />
|
|
<s:enumeration value="High" />
|
|
</s:restriction>
|
|
</s:simpleType>
|
|
<s:complexType name="ShipmentNotification">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="Email" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="false" name="CCToAccountHolder" type="s:boolean" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="false" name="CCToMain" type="s:boolean" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="false" name="UseCompanyNameInFromLine" type="s:boolean" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="false" name="UseCompanyNameInSubject" type="s:boolean" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:simpleType name="NonDeliveryOption">
|
|
<s:restriction base="s:string">
|
|
<s:enumeration value="Undefined" />
|
|
<s:enumeration value="Return" />
|
|
<s:enumeration value="Abandon" />
|
|
<s:enumeration value="Redirect" />
|
|
</s:restriction>
|
|
</s:simpleType>
|
|
<s:simpleType name="PaperSizeV1">
|
|
<s:restriction base="s:string">
|
|
<s:enumeration value="Default" />
|
|
<s:enumeration value="Letter85x11" />
|
|
<s:enumeration value="LabelSize" />
|
|
</s:restriction>
|
|
</s:simpleType>
|
|
<s:complexType name="LabelRecipientInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="EmailAddress" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="Name" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="" name="Note" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="false" name="CopyToOriginator" type="s:boolean" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="CreateIndiciumResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="Authenticator" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="IntegratorTxID" type="tns:string-1-128" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="" name="TrackingNumber" type="tns:string-0-128" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="Rate" type="tns:RateV18" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="StampsTxID" type="s1:guid" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="URL" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PostageBalance" type="tns:PostageBalance" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="Mac" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PostageHash" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="ImageData" type="tns:ArrayOfBase64Binary" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="ArrayOfBase64Binary">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="base64Binary" nillable="true" type="s:base64Binary" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="CreateUnfundedIndicium">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:choice minOccurs="1" maxOccurs="1">
|
|
<s:element minOccurs="0" maxOccurs="1" name="Credentials" type="tns:Credentials" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Authenticator" type="s:string" />
|
|
</s:choice>
|
|
<s:element minOccurs="1" maxOccurs="1" name="IntegratorTxID" type="tns:string-1-128" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="" name="TrackingNumber" type="tns:string-0-128" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="Rate" type="tns:RateV18" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="From" type="tns:Address" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="To" type="tns:Address" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="CustomerID" type="tns:string-1-64" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Customs" type="tns:CustomsV3" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="false" name="SampleOnly" type="s:boolean" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="Auto" name="ImageType" type="tns:ImageType" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="Default" name="EltronPrinterDPIType" type="tns:EltronPrinterDPIType" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="" name="memo" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="0" name="cost_code_id" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="" name="recipient_email" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="false" name="deliveryNotification" type="s:boolean" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="false" name="shipmentNotificationCC" type="s:boolean" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="false" name="shipmentNotificationCCToMain" type="s:boolean" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="false" name="shipmentNotificationFromCompany" type="s:boolean" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="false" name="shipmentNotificationCompanyInSubject" type="s:boolean" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="0" name="rotationDegrees" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="CreateUnfundedIndiciumResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="Authenticator" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="IntegratorTxID" type="tns:string-1-128" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="" name="TrackingNumber" type="tns:string-0-128" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="Rate" type="tns:RateV18" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="StampsTxID" type="s1:guid" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="URL" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PostageBalance" type="tns:PostageBalance" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="CreateMailingLabelIndicia">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:choice minOccurs="1" maxOccurs="1">
|
|
<s:element minOccurs="0" maxOccurs="1" name="Authenticator" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Credentials" type="tns:Credentials" />
|
|
</s:choice>
|
|
<s:element minOccurs="1" maxOccurs="1" name="IntegratorTxId" type="tns:string-1-128" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="Layout" type="tns:string-0-128" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="false" name="PrintAddress" type="s:boolean" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="0" name="StartRow" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="0" name="StartColumn" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="IndiciumInfo" type="tns:ArrayOfIndiciumInfoV10" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="Normal" name="Mode" type="tns:CreateIndiciumModeV1" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="Auto" name="ImageType" type="tns:ImageType" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="ArrayOfIndiciumInfoV10">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="IndiciumInfoV10" nillable="true" type="tns:IndiciumInfoV10" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="IndiciumInfoV10">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="Rate" type="tns:RateV18" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="To" type="tns:Address" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="0" name="CostCodeId" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="CreateMailingLabelIndiciaResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="Authenticator" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="StampsTxId" type="s1:guid" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="Url" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ConfirmationNumbers" type="tns:ArrayOfString" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PostageBalance" type="tns:PostageBalance" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="IssuedLabelCount" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ErrorReason" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="Mac" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="ArrayOfString">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="string" nillable="true" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="CreateNetStampsIndicia">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:choice minOccurs="1" maxOccurs="1">
|
|
<s:element minOccurs="0" maxOccurs="1" name="Credentials" type="tns:Credentials" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Authenticator" type="s:string" />
|
|
</s:choice>
|
|
<s:element minOccurs="1" maxOccurs="1" name="IntegratorTxId" type="tns:string-1-128" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Layout" type="tns:string-0-128" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="NetStamps" type="tns:ArrayOfNetStampV14" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="From" type="tns:Address" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="false" name="SampleOnly" type="s:boolean" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="Auto" name="ImageType" type="tns:ImageType" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="0" name="cost_code_id" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="0" name="ImageId" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="false" name="ReturnIndiciaData" type="s:boolean" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="ArrayOfNetStampV14">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="NetStampV14" nillable="true" type="tns:NetStampV14" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="NetStampV14">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="Row" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="Column" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="Rate" type="tns:RateV18" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="CreateNetStampsIndiciaResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="Authenticator" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="IntegratorTxId" type="tns:string-1-128" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="StampsTxId" type="s1:guid" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="URL" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PostageBalance" type="tns:PostageBalance" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="NetstampsStatus" type="tns:NetstampsStatus" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="NetstampsIssued" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ErrorReason" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="Mac" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="IndiciaData" type="tns:ArrayOfIndiciumData" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:simpleType name="NetstampsStatus">
|
|
<s:restriction base="s:string">
|
|
<s:enumeration value="Success" />
|
|
<s:enumeration value="PartialSuccess" />
|
|
<s:enumeration value="Failed" />
|
|
</s:restriction>
|
|
</s:simpleType>
|
|
<s:complexType name="ArrayOfIndiciumData">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="IndiciumData" nillable="true" type="tns:IndiciumData" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="IndiciumData">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="IBI" type="s:base64Binary" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="IBILite" type="s:base64Binary" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="GetRates">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:choice minOccurs="1" maxOccurs="1">
|
|
<s:element minOccurs="0" maxOccurs="1" name="Authenticator" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Credentials" type="tns:Credentials" />
|
|
</s:choice>
|
|
<s:element minOccurs="1" maxOccurs="1" name="Rate" type="tns:RateV18" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetRatesResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="Authenticator" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="Rates" type="tns:ArrayOfRateV18" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="ArrayOfRateV18">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="Rate" nillable="true" type="tns:RateV18" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="CarrierPickup">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:choice minOccurs="1" maxOccurs="1">
|
|
<s:element minOccurs="0" maxOccurs="1" name="Credentials" type="tns:Credentials" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Authenticator" type="s:string" />
|
|
</s:choice>
|
|
<s:element minOccurs="1" maxOccurs="1" name="FirstName" type="tns:string-1-50" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LastName" type="tns:string-1-50" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="" name="Company" type="tns:string-0-50" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="Address" type="tns:string-1-50" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="" name="SuiteOrApt" type="tns:string-0-10" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="City" type="tns:string-1-30" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="State" type="tns:string-2-2" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ZIP" type="tns:string-5-5" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="" name="ZIP4" type="tns:string-0-4" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PhoneNumber" type="tns:string-10-10" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="" name="PhoneExt" type="tns:string-0-6" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="0" name="NumberOfExpressMailPieces" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="0" name="NumberOfPriorityMailPieces" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="0" name="NumberOfInternationalPieces" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="0" name="NumberOfFirstClassPackagePieces" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="0" name="NumberOfParcelSelectPieces" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="0" name="NumberOfOtherPieces" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="TotalWeightOfPackagesLbs" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PackageLocation" type="tns:CarrierPickupLocationV1" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="SpecialInstruction" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:simpleType name="CarrierPickupLocationV1">
|
|
<s:restriction base="s:string">
|
|
<s:enumeration value="FrontDoor" />
|
|
<s:enumeration value="BackDoor" />
|
|
<s:enumeration value="SideDoor" />
|
|
<s:enumeration value="KnockOnDoorOrRingBell" />
|
|
<s:enumeration value="MailRoom" />
|
|
<s:enumeration value="Office" />
|
|
<s:enumeration value="Reception" />
|
|
<s:enumeration value="InOrAtMailbox" />
|
|
<s:enumeration value="Other" />
|
|
</s:restriction>
|
|
</s:simpleType>
|
|
<s:element name="CarrierPickupResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="Authenticator" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="ErrorMsg" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PickupDate" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PickUpDayOfWeek" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ConfirmationNumber" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="ChangePlan">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:choice minOccurs="1" maxOccurs="1">
|
|
<s:element minOccurs="0" maxOccurs="1" name="Credentials" type="tns:Credentials" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Authenticator" type="s:string" />
|
|
</s:choice>
|
|
<s:element minOccurs="0" maxOccurs="1" default="0" name="PlanId" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="PromoCode" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="ChangePlanResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="Authenticator" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PurchaseStatus" type="tns:PurchaseStatus" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="TransactionID" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="RejectionReason" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:simpleType name="PurchaseStatus">
|
|
<s:restriction base="s:string">
|
|
<s:enumeration value="Pending" />
|
|
<s:enumeration value="Processing" />
|
|
<s:enumeration value="Success" />
|
|
<s:enumeration value="Rejected" />
|
|
</s:restriction>
|
|
</s:simpleType>
|
|
<s:element name="SetAutoBuy">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:choice minOccurs="1" maxOccurs="1">
|
|
<s:element minOccurs="0" maxOccurs="1" name="Credentials" type="tns:Credentials" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Authenticator" type="s:string" />
|
|
</s:choice>
|
|
<s:element minOccurs="1" maxOccurs="1" name="AutoBuySettings" type="tns:AutoBuySettings" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="AutoBuySettings">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="AutoBuyEnabled" type="s:boolean" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="0.0" name="PurchaseAmount" type="s:decimal" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="0.0" name="TriggerAmount" type="s:decimal" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="SetAutoBuyResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="Authenticator" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="CreateScanForm">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:choice minOccurs="1" maxOccurs="1">
|
|
<s:element minOccurs="0" maxOccurs="1" name="Authenticator" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Credentials" type="tns:Credentials" />
|
|
</s:choice>
|
|
<s:element minOccurs="0" maxOccurs="1" name="StampsTxIDs" type="tns:ArrayOfGuid" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="FromAddress" type="tns:Address" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ImageType" type="tns:ImageType" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PrintInstructions" type="s:boolean" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="Usps" name="Carrier" type="tns:Carrier" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="ShipDate" nillable="true" type="s:date" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="ArrayOfGuid">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="guid" type="s1:guid" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:simpleType name="Carrier">
|
|
<s:restriction base="s:string">
|
|
<s:enumeration value="Usps" />
|
|
<s:enumeration value="Dhl" />
|
|
</s:restriction>
|
|
</s:simpleType>
|
|
<s:element name="CreateScanFormResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="Authenticator" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ScanFormId" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="Url" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="EnumCodeWordTypes">
|
|
<s:complexType />
|
|
</s:element>
|
|
<s:element name="EnumCodeWordTypesResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="CodeWords" type="tns:ArrayOfCodeword" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="ArrayOfCodeword">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="CodewordV2" nillable="true" type="tns:Codeword" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="Codeword">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="CodewordType" type="tns:CodewordType" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="Value" type="s:unsignedInt" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="Description" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="CleanseAddress">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:choice minOccurs="1" maxOccurs="1">
|
|
<s:element minOccurs="0" maxOccurs="1" name="Credentials" type="tns:Credentials" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Authenticator" type="s:string" />
|
|
</s:choice>
|
|
<s:element minOccurs="1" maxOccurs="1" name="Address" type="tns:Address" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="" name="FromZIPCode" type="tns:string-0-5" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="CleanseAddressResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="Authenticator" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="Address" type="tns:Address" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="AddressMatch" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="CityStateZipOK" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ResidentialDeliveryIndicator" type="tns:ResidentialDeliveryIndicatorType" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="IsPOBox" nillable="true" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="CandidateAddresses" type="tns:ArrayOfAddress" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="StatusCodes" type="tns:StatusCodes" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Rates" type="tns:ArrayOfRateV18" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:simpleType name="ResidentialDeliveryIndicatorType">
|
|
<s:restriction base="s:string">
|
|
<s:enumeration value="Yes" />
|
|
<s:enumeration value="No" />
|
|
<s:enumeration value="Unknown" />
|
|
<s:enumeration value="Unsupported" />
|
|
</s:restriction>
|
|
</s:simpleType>
|
|
<s:complexType name="ArrayOfAddress">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="Address" nillable="true" type="tns:Address" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="StatusCodes">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="ReturnCode" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Footnotes" type="tns:ArrayOfFootnote" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="DpvFootnotes" type="tns:ArrayOfDpvFootnote" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="SdcFootnotes" type="tns:ArrayOfInt" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfFootnote">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="Footnote" nillable="true" type="tns:Footnote" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="Footnote">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="Value" type="tns:string-1-1" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfDpvFootnote">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="DpvFootnote" nillable="true" type="tns:DpvFootnote" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="DpvFootnote">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="Value" type="tns:string-2-2" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="ArrayOfInt">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="int" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="GetShipmentListByToken">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:choice minOccurs="1" maxOccurs="1">
|
|
<s:element minOccurs="0" maxOccurs="1" name="Authenticator" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Credentials" type="tns:Credentials" />
|
|
</s:choice>
|
|
<s:element minOccurs="1" maxOccurs="1" name="ShipmentListToken" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PageNumber" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetShipmentListByTokenResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="Authenticator" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ShipmentListToken" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ShipmentsPerPage" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="TotalPages" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Shipments" type="tns:ArrayOfShipmentV7" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetURL">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:choice minOccurs="1" maxOccurs="1">
|
|
<s:element minOccurs="0" maxOccurs="1" name="Credentials" type="tns:Credentials" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Authenticator" type="s:string" />
|
|
</s:choice>
|
|
<s:element minOccurs="1" maxOccurs="1" name="URLType" type="tns:UrlType" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ApplicationContext" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:simpleType name="UrlType">
|
|
<s:restriction base="s:string">
|
|
<s:enumeration value="HomePage" />
|
|
<s:enumeration value="AccountSettingsPage" />
|
|
<s:enumeration value="EditCostCodesPage" />
|
|
<s:enumeration value="OnlineReportsPage" />
|
|
<s:enumeration value="HelpPage" />
|
|
<s:enumeration value="OnlineReportingHistory" />
|
|
<s:enumeration value="OnlineReportingRefund" />
|
|
<s:enumeration value="OnlineReportingPickup" />
|
|
<s:enumeration value="OnlineReportingSCAN" />
|
|
<s:enumeration value="OnlineReportingClaim" />
|
|
<s:enumeration value="StoreChangePlan" />
|
|
<s:enumeration value="WebClientHome" />
|
|
<s:enumeration value="ReportsBalances" />
|
|
<s:enumeration value="ReportsExpenses" />
|
|
<s:enumeration value="ReportsPrints" />
|
|
<s:enumeration value="StoreBuyPostage" />
|
|
<s:enumeration value="StoreMeters" />
|
|
<s:enumeration value="StoreUsers" />
|
|
<s:enumeration value="StorePaymentMethods" />
|
|
<s:enumeration value="StoreCorpContactInfo" />
|
|
<s:enumeration value="StoreMeterUsers" />
|
|
<s:enumeration value="StoreMeterSettings" />
|
|
<s:enumeration value="StoreMeterAddress" />
|
|
<s:enumeration value="StoreShippingAddresses" />
|
|
<s:enumeration value="StoreReferAFriend" />
|
|
<s:enumeration value="StoreAccountCredit" />
|
|
<s:enumeration value="StoreReorder" />
|
|
<s:enumeration value="StoreMyProfile" />
|
|
<s:enumeration value="StorePassword" />
|
|
<s:enumeration value="StoreCommPreferences" />
|
|
<s:enumeration value="StoreNetStampsLabels" />
|
|
<s:enumeration value="StoreShippingLabels" />
|
|
<s:enumeration value="StoreMailingLabels" />
|
|
<s:enumeration value="StoreScalesAndPrinters" />
|
|
<s:enumeration value="StoreFreeUSPSSupplies" />
|
|
<s:enumeration value="StoreBubbleMailers" />
|
|
<s:enumeration value="StoreShippingSupplies" />
|
|
<s:enumeration value="StoreScales" />
|
|
<s:enumeration value="StoreAveryNetStampsLabels" />
|
|
<s:enumeration value="StoreAveryMailingLabels" />
|
|
<s:enumeration value="StoreMeterContactInfo" />
|
|
<s:enumeration value="StoreEditMeterAddress" />
|
|
<s:enumeration value="StoreHome" />
|
|
<s:enumeration value="StoreAccount" />
|
|
<s:enumeration value="StoreCostCode" />
|
|
<s:enumeration value="StoreHistory" />
|
|
<s:enumeration value="StoreFaq" />
|
|
<s:enumeration value="StoreCustomerHome" />
|
|
<s:enumeration value="StoreGetAccountInfoJSon" />
|
|
<s:enumeration value="StoreSetAccountInfoJSon" />
|
|
<s:enumeration value="StoreUserCategories" />
|
|
<s:enumeration value="StoreCategory" />
|
|
<s:enumeration value="StoreUpdatePaymentMethodResubmit" />
|
|
<s:enumeration value="StoreDefaultPaymentMethods" />
|
|
<s:enumeration value="StoreSignOut" />
|
|
<s:enumeration value="CustomShipNotifyEmail" />
|
|
<s:enumeration value="HelpCenterHome" />
|
|
<s:enumeration value="MustChangePassword" />
|
|
<s:enumeration value="Contacts" />
|
|
<s:enumeration value="WebClientPreferences" />
|
|
<s:enumeration value="WebClientDefault" />
|
|
<s:enumeration value="StoreAutoBuy" />
|
|
</s:restriction>
|
|
</s:simpleType>
|
|
<s:element name="GetURLResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="Authenticator" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="URL" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="RecoverUsername">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="EmailAddress" type="tns:string-1-41" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="RecoverUsernameResponse">
|
|
<s:complexType />
|
|
</s:element>
|
|
<s:element name="GetSupportedCountries">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:choice minOccurs="1" maxOccurs="1">
|
|
<s:element minOccurs="0" maxOccurs="1" name="Credentials" type="tns:Credentials" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Authenticator" type="s:string" />
|
|
</s:choice>
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetSupportedCountriesResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="Authenticator" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="CountryInfo" type="tns:ArrayOfCountryInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="ArrayOfCountryInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="CountryInfo" nillable="true" type="tns:CountryInfo" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="CountryInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="Name" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="IsoCode" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="ChangePassword">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:choice minOccurs="1" maxOccurs="1">
|
|
<s:element minOccurs="0" maxOccurs="1" name="Authenticator" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Credentials" type="tns:Credentials" />
|
|
</s:choice>
|
|
<s:element minOccurs="0" maxOccurs="1" default="" name="OldPassword" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="NewPassword" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="ChangePasswordResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="Authenticator" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="PriceOrder">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:choice minOccurs="1" maxOccurs="1">
|
|
<s:element minOccurs="0" maxOccurs="1" name="Credentials" type="tns:Credentials" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Authenticator" type="s:string" />
|
|
</s:choice>
|
|
<s:element minOccurs="1" maxOccurs="1" name="Skus" type="tns:ArrayOfSku" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="" name="PromoCode" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ShippingAddress" type="tns:Address" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="ArrayOfSku">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="Sku" nillable="true" type="tns:Sku" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="Sku">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="Id" type="tns:string-1-100" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="0" name="Quantity" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="0.0" name="SkuSubTotal" type="s:decimal" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="PriceOrderResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="Authenticator" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="StoreShippingMethodOptions" type="tns:ArrayOfStoreShippingMethodOption" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="ArrayOfStoreShippingMethodOption">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="StoreShippingMethodOption" nillable="true" type="tns:StoreShippingMethodOption" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="StoreShippingMethodOption">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="StoreShippingMethod" type="tns:StoreShippingMethodType" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="StoreDeliveryTimeMinimum" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="StoreDeliveryTimeMaximum" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="Skus" type="tns:ArrayOfSku" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="0.0" name="StoreProductTotal" type="s:decimal" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="0.0" name="StoreProductDiscount" type="s:decimal" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="0.0" name="StoreShippingAmount" type="s:decimal" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="0.0" name="StoreTaxTotal" type="s:decimal" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="0.0" name="StoreOrderTotal" type="s:decimal" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:simpleType name="StoreShippingMethodType">
|
|
<s:restriction base="s:string">
|
|
<s:enumeration value="Basic" />
|
|
<s:enumeration value="Normal" />
|
|
<s:enumeration value="Expedited" />
|
|
<s:enumeration value="Rush" />
|
|
</s:restriction>
|
|
</s:simpleType>
|
|
<s:element name="PlaceOrder">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:choice minOccurs="1" maxOccurs="1">
|
|
<s:element minOccurs="0" maxOccurs="1" name="Authenticator" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Credentials" type="tns:Credentials" />
|
|
</s:choice>
|
|
<s:element minOccurs="1" maxOccurs="1" name="Skus" type="tns:ArrayOfSku" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="" name="PromoCode" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ShippingAddress" type="tns:Address" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="StoreShippingMethod" type="tns:StoreShippingMethodType" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="PlaceOrderResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="Authenticator" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="" name="StoreOrderId" type="tns:string-0-50" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="0.0" name="StoreOrderTotal" type="s:decimal" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetNetStampsImages">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:choice minOccurs="1" maxOccurs="1">
|
|
<s:element minOccurs="0" maxOccurs="1" name="Credentials" type="tns:Credentials" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Authenticator" type="s:string" />
|
|
</s:choice>
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetNetStampsImagesResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="Authenticator" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="NetStampsImages" type="tns:ArrayOfNetStampsImage" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="ArrayOfNetStampsImage">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="NetStampsImage" nillable="true" type="tns:NetStampsImage" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="NetStampsImage">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="ImageName" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ImageID" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ImageCategory" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ImageDescription" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ImageUrl" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ImageIndex" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ImageType" type="tns:NetStampsImageType" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PreviewOnly" type="s:boolean" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="PlansUpgradeToPrintImage" type="tns:ArrayOfPlan" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:simpleType name="NetStampsImageType">
|
|
<s:restriction base="s:string">
|
|
<s:enumeration value="Base" />
|
|
<s:enumeration value="Special" />
|
|
</s:restriction>
|
|
</s:simpleType>
|
|
<s:complexType name="ArrayOfPlan">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="Plan" nillable="true" type="tns:Plan" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="Plan">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="PlanId" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PlanName" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="MonthlyBaseFee" type="s:decimal" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="GetChangePlanStatus">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:choice minOccurs="1" maxOccurs="1">
|
|
<s:element minOccurs="0" maxOccurs="1" name="Authenticator" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Credentials" type="tns:Credentials" />
|
|
</s:choice>
|
|
<s:element minOccurs="1" maxOccurs="1" name="TransactionID" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetChangePlanStatusResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="Authenticator" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PurchaseStatus" type="tns:PurchaseStatus" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="RejectionReason" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="PurchasePostage">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:choice minOccurs="1" maxOccurs="1">
|
|
<s:element minOccurs="0" maxOccurs="1" name="Authenticator" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Credentials" type="tns:Credentials" />
|
|
</s:choice>
|
|
<s:element minOccurs="1" maxOccurs="1" name="PurchaseAmount" type="s:decimal" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ControlTotal" type="s:decimal" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="MI" type="tns:MachineInfo" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="IntegratorTxID" type="tns:string-1-128" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="PurchasePostageResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="Authenticator" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PurchaseStatus" type="tns:PurchaseStatus" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="TransactionID" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PostageBalance" type="tns:PostageBalance" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="RejectionReason" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="MIRequired" type="s:boolean" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="ResubmitPurchase">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:choice minOccurs="1" maxOccurs="1">
|
|
<s:element minOccurs="0" maxOccurs="1" name="Authenticator" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Credentials" type="tns:Credentials" />
|
|
</s:choice>
|
|
<s:element minOccurs="1" maxOccurs="1" name="ResubmitCookie" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="ResubmitPurchaseResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="Authenticator" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="TransactionID" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ChargedAmount" type="s:decimal" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PendingAmount" type="s:decimal" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="WaitIntervalSeconds" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PurchaseStatus" type="tns:PurchaseStatus" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="RejectionReason" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="EnumNetStampsLayouts">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:choice minOccurs="1" maxOccurs="1">
|
|
<s:element minOccurs="0" maxOccurs="1" name="Authenticator" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Credentials" type="tns:Credentials" />
|
|
</s:choice>
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="EnumNetStampsLayoutsResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="Authenticator" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="Layouts" type="tns:ArrayOfNetStampsLayout" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="ArrayOfNetStampsLayout">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="NetStampsLayout" nillable="true" type="tns:NetStampsLayout" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="NetStampsLayout">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="Name" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="Description" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="SerialNumberPattern" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="NumRows" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="NumColumns" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="BackgroundImageURL" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="BackgroundImageWidthPx" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="BackgroundImageHeightPx" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="EmptyNetStampImageURL" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="UsedNetStampImageURL" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PrintedNetStampImageURL" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="NetStampImageWidthPx" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="NetStampImageHeightPx" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="Row1StartsAtPx" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="Column1StartsAtPx" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="HorizontalSpaceBetweenNetStampsPx" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="VerticalSpaceBetweenNetStampsPx" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="EnumCostCodes">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:choice minOccurs="1" maxOccurs="1">
|
|
<s:element minOccurs="0" maxOccurs="1" name="Authenticator" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Credentials" type="tns:Credentials" />
|
|
</s:choice>
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="EnumCostCodesResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="Authenticator" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="CostCodes" type="tns:ArrayOfCost_code_info_v1" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="ArrayOfCost_code_info_v1">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="CostCodes" type="tns:cost_code_info_v1" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="cost_code_info_v1">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="id" type="s:unsignedInt" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="name" type="tns:string-0-30" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:element name="AuthenticateWithTransferAuthenticator">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="integrationID" type="s1:guid" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="transferAuthenticator" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="AuthenticateWithTransferAuthenticatorResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="Authenticator" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="CancelIndicium">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:choice minOccurs="1" maxOccurs="1">
|
|
<s:element minOccurs="0" maxOccurs="1" name="Credentials" type="tns:Credentials" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Authenticator" type="s:string" />
|
|
</s:choice>
|
|
<s:choice minOccurs="1" maxOccurs="1">
|
|
<s:element minOccurs="1" maxOccurs="1" name="StampsTxID" type="s1:guid" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="TrackingNumber" type="s:string" />
|
|
</s:choice>
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="CancelIndiciumResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="Authenticator" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="StartPasswordReset">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="Username" type="tns:string-0-40" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="Codeword1" type="tns:string-0-40" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="Codeword2" type="tns:string-0-40" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="IntegrationId" type="s1:guid" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="StartPasswordResetResponse">
|
|
<s:complexType />
|
|
</s:element>
|
|
<s:element name="FinishPasswordReset">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="Username" type="tns:string-1-40" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="TempPassword" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="NewPassword" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="IntegrationId" type="s1:guid" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="FinishPasswordResetResponse">
|
|
<s:complexType />
|
|
</s:element>
|
|
<s:element name="GetCodewordQuestions">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="Username" type="tns:string-0-40" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="IntegrationId" type="s1:guid" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetCodewordQuestionsResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="Codeword1Question" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="Codeword2Question" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="VoidUnfundedIndicium">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:choice minOccurs="1" maxOccurs="1">
|
|
<s:element minOccurs="0" maxOccurs="1" name="Authenticator" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Credentials" type="tns:Credentials" />
|
|
</s:choice>
|
|
<s:element minOccurs="1" maxOccurs="1" name="StampsTxID" type="s1:guid" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="VoidUnfundedIndiciumResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="Authenticator" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="FundUnfundedIndicium">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:choice minOccurs="1" maxOccurs="1">
|
|
<s:element minOccurs="0" maxOccurs="1" name="Authenticator" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Credentials" type="tns:Credentials" />
|
|
</s:choice>
|
|
<s:element minOccurs="1" maxOccurs="1" name="StampsTxID" type="s1:guid" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="FundUnfundedIndiciumResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="Authenticator" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="AuthenticateUser">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="Credentials" type="tns:Credentials" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="AuthenticateUserResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="Authenticator" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="0001-01-01T00:00:00" name="LastLoginTime" type="s:dateTime" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ClearCredential" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LoginBannerText" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PasswordExpired" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="CodewordsSet" type="s:boolean" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetAccountInfo">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:choice minOccurs="1" maxOccurs="1">
|
|
<s:element minOccurs="0" maxOccurs="1" name="Authenticator" type="s:string" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Credentials" type="tns:Credentials" />
|
|
</s:choice>
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetAccountInfoResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="Authenticator" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="AccountInfo" type="tns:AccountInfo" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="Address" type="tns:Address" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="CustomerEmail" type="s:string" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="AccountInfo">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="CustomerID" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="MeterNumber" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="UserID" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PostageBalance" type="tns:PostageBalance" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="MaxPostageBalance" type="s:decimal" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LPOCity" type="tns:string-0-29" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LPOState" type="tns:string-0-3" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="LPOZip" type="tns:string-0-6" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="0" name="AccountId" type="s:long" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="CorpID" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="StoreID" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="CostCodeLimit" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="MonthlyPostagePurchaseLimit" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="MaxUsers" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="Capabilities" type="tns:CapabilitiesV8" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="MeterPhysicalAddress" type="tns:Address" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="ResubmitStatus" type="tns:ResubmissionStatus" />
|
|
<s:element minOccurs="0" maxOccurs="1" default="" name="ResubmitCookie" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PlanID" type="s:int" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="PendingPlanId" nillable="true" type="s:int" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="Username" type="tns:string-0-40" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="RatesetType" nillable="true" type="tns:RatesetType" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="USPSRep" nillable="true" type="s:boolean" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="AutoBuySettings" type="tns:AutoBuySettings" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="CapabilitiesV8">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:CapabilitiesV7">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="AllowUspsMPosLabel" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="DisableConversationToken" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="CanPrintCubic" type="s:boolean" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="CapabilitiesV7">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:CapabilitiesV6">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="CanUseCertifiedMail" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="CanPrintAllIndiciumValues" type="s:boolean" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="CapabilitiesV6">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:CapabilitiesV5">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="CanUseInvoicing" type="s:boolean" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="CapabilitiesV5">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:CapabilitiesV4">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="CanCreateCriticalMail" type="s:boolean" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="CapabilitiesV4">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:CapabilitiesV3">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="IsIBIPEnabled" type="s:boolean" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="CapabilitiesV3">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:CapabilitiesV2">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="CanPrintReturnShippingLabel" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="CanManageUsers" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="CanPrintNetStamps" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="CanEmailNotifications" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="CanViewReports" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="CanCreateSCANForm" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="AllowRestrictedSheets" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="HideUnavailableFeatures" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="WebPostage" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="CanViewInsuranceHistory" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="CanChangeServicePlan" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="HideEstimatedDeliveryTime" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="CanPurchaseFromStore" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="CanChangePhysicalAddress" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="CanChangePaymentMethod" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="CanChangeContactInfo" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="CanViewAdvancedReporting" type="s:boolean" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="CapabilitiesV2">
|
|
<s:complexContent mixed="false">
|
|
<s:extension base="tns:Capabilities">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="AllowAllMailClasses" type="s:boolean" />
|
|
</s:sequence>
|
|
</s:extension>
|
|
</s:complexContent>
|
|
</s:complexType>
|
|
<s:complexType name="Capabilities">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="CanPrintShipping" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="CanUseCostCodes" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="CanUseHiddenPostage" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="CanPurchaseSDCInsurance" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="CanPrintMemoOnShippingLabel" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="CanPrintInternational" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="CanPurchasePostage" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="CanEditCostCodes" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="MustUseCostCodes" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="CanViewOnlineReports" type="s:boolean" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PerPrintLimit" type="s:decimal" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:simpleType name="ResubmissionStatus">
|
|
<s:restriction base="s:string">
|
|
<s:enumeration value="NOT_IN_RESUBMISSION" />
|
|
<s:enumeration value="PAYMENT_RESUBMISSION" />
|
|
<s:enumeration value="NON_CORRECTABLE_PAYMENT_RESUBMISSION" />
|
|
</s:restriction>
|
|
</s:simpleType>
|
|
<s:simpleType name="RatesetType">
|
|
<s:restriction base="s:string">
|
|
<s:enumeration value="Unknown" />
|
|
<s:enumeration value="Retail" />
|
|
<s:enumeration value="CBP" />
|
|
<s:enumeration value="CPP" />
|
|
<s:enumeration value="NSA" />
|
|
<s:enumeration value="STMP" />
|
|
</s:restriction>
|
|
</s:simpleType>
|
|
<s:element name="GetPurchaseStatus">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:choice minOccurs="1" maxOccurs="1">
|
|
<s:element minOccurs="0" maxOccurs="1" name="Credentials" type="tns:Credentials" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Authenticator" type="s:string" />
|
|
</s:choice>
|
|
<s:element minOccurs="1" maxOccurs="1" name="TransactionID" type="s:int" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="GetPurchaseStatusResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="Authenticator" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PurchaseStatus" type="tns:PurchaseStatus" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="PostageBalance" type="tns:PostageBalance" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="RejectionReason" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="MIRequired" type="s:boolean" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="TrackShipment">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:choice minOccurs="1" maxOccurs="1">
|
|
<s:element minOccurs="0" maxOccurs="1" name="Credentials" type="tns:Credentials" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="Authenticator" type="s:string" />
|
|
</s:choice>
|
|
<s:choice minOccurs="1" maxOccurs="1">
|
|
<s:element minOccurs="1" maxOccurs="1" name="StampsTxID" type="s1:guid" />
|
|
<s:element minOccurs="0" maxOccurs="1" name="TrackingNumber" type="s:string" />
|
|
</s:choice>
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:element name="TrackShipmentResponse">
|
|
<s:complexType>
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="Authenticator" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="TrackingEvents" type="tns:ArrayOfTrackingEvent" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
</s:element>
|
|
<s:complexType name="ArrayOfTrackingEvent">
|
|
<s:sequence>
|
|
<s:element minOccurs="0" maxOccurs="unbounded" name="TrackingEvent" nillable="true" type="tns:TrackingEvent" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:complexType name="TrackingEvent">
|
|
<s:sequence>
|
|
<s:element minOccurs="1" maxOccurs="1" name="Timestamp" type="s:dateTime" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="Event" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="TrackingEventType" type="tns:TrackingEventType" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="City" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="State" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="Zip" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="Country" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="SignedBy" type="s:string" />
|
|
<s:element minOccurs="1" maxOccurs="1" name="AuthorizedAgent" type="s:boolean" />
|
|
</s:sequence>
|
|
</s:complexType>
|
|
<s:simpleType name="TrackingEventType">
|
|
<s:restriction base="s:string">
|
|
<s:enumeration value="None" />
|
|
<s:enumeration value="ManifestAcknowledgement" />
|
|
<s:enumeration value="ElectronicNotification" />
|
|
<s:enumeration value="Delivered" />
|
|
<s:enumeration value="AttemptedNoticeLeft" />
|
|
<s:enumeration value="AcceptOrPickup" />
|
|
<s:enumeration value="Refused" />
|
|
<s:enumeration value="Undeliverable" />
|
|
<s:enumeration value="Forwarded" />
|
|
<s:enumeration value="ArrivalAtUnit" />
|
|
<s:enumeration value="Missent" />
|
|
<s:enumeration value="ReturnToSender" />
|
|
<s:enumeration value="Enroute" />
|
|
<s:enumeration value="DeadLetter" />
|
|
<s:enumeration value="ArrivalAtPickupPoint" />
|
|
<s:enumeration value="NoSuchNumber" />
|
|
<s:enumeration value="InsufficientAddress" />
|
|
<s:enumeration value="MovedNoForwarding" />
|
|
<s:enumeration value="ForwardingExpired" />
|
|
<s:enumeration value="AddresseeUnknown" />
|
|
<s:enumeration value="Vacant" />
|
|
<s:enumeration value="Unclaimed" />
|
|
<s:enumeration value="Deceased" />
|
|
<s:enumeration value="ReturnedOtherReason" />
|
|
<s:enumeration value="PickedUpByShippingPartner" />
|
|
<s:enumeration value="ArrivedAtShippingPartner" />
|
|
<s:enumeration value="DepartedFromShippingPartner" />
|
|
<s:enumeration value="UnrecognizedEvent" />
|
|
<s:enumeration value="ArriveSortFacility_A1" />
|
|
<s:enumeration value="AcceptedAtDestination" />
|
|
<s:enumeration value="ArrivedUSPSSortFacility" />
|
|
<s:enumeration value="Processed_BE" />
|
|
<s:enumeration value="DepartUSPSSortFacility" />
|
|
<s:enumeration value="DeliveryStatusNotUpdated" />
|
|
<s:enumeration value="DispatchedFromSortFacility" />
|
|
<s:enumeration value="ShippingLabelCreated" />
|
|
<s:enumeration value="DepartSortFacility_L1" />
|
|
<s:enumeration value="PickedUpAndProcessedByAgent" />
|
|
<s:enumeration value="OriginAcceptance" />
|
|
<s:enumeration value="ProcessedAtDestinationFacility" />
|
|
<s:enumeration value="OutForDelivery" />
|
|
<s:enumeration value="Sorting_ProcessingComplete" />
|
|
<s:enumeration value="DispatchedToSortFacility" />
|
|
<s:enumeration value="ArriveSortFacility_R1" />
|
|
<s:enumeration value="Processed_RB" />
|
|
<s:enumeration value="DepartSortFacility_T1" />
|
|
<s:enumeration value="ShipmentAcceptance" />
|
|
<s:enumeration value="In_processAcceptance" />
|
|
<s:enumeration value="ArriveSortFacility_U1" />
|
|
<s:enumeration value="Mis_shipped" />
|
|
<s:enumeration value="AvailableForPickup" />
|
|
<s:enumeration value="PickedUpByAgent" />
|
|
<s:enumeration value="ReturnToSender_NotPickedUp" />
|
|
<s:enumeration value="DeadMail_DisposedByPostOffice" />
|
|
<s:enumeration value="DeadMail_SentToRecoveryCenter" />
|
|
<s:enumeration value="Processed_RegisteredMailOnly_35" />
|
|
<s:enumeration value="Processed_RegisteredMailOnly_36" />
|
|
<s:enumeration value="Processed_RegisteredMailOnly_38" />
|
|
<s:enumeration value="Processed_RegisteredMailOnly_39" />
|
|
<s:enumeration value="Processed_RegisteredMailOnly_40" />
|
|
<s:enumeration value="ReceivedAtOpeningUnit" />
|
|
<s:enumeration value="USPSHandoffToShippingPartner" />
|
|
<s:enumeration value="PickedUp" />
|
|
<s:enumeration value="CustomerRecall" />
|
|
<s:enumeration value="DispatchedToMilitary" />
|
|
<s:enumeration value="DuplicateLabelID" />
|
|
<s:enumeration value="BusinessClosed" />
|
|
<s:enumeration value="NoticeLeft" />
|
|
<s:enumeration value="ReceptacleBlocked" />
|
|
<s:enumeration value="ReceptacleFull" />
|
|
<s:enumeration value="NoSecureLocationAvailable" />
|
|
<s:enumeration value="NoAuthorizedRecipientAvailable" />
|
|
<s:enumeration value="TenderedToAgentForFinalDelivery" />
|
|
<s:enumeration value="TenderedToPostalService" />
|
|
<s:enumeration value="ArrivedAgentFacility" />
|
|
<s:enumeration value="DepartedAgentFacility" />
|
|
<s:enumeration value="DeliveredByAgentToMerchant" />
|
|
<s:enumeration value="FinalDispositionByMerchant" />
|
|
<s:enumeration value="ErrorDataNotAvailable" />
|
|
</s:restriction>
|
|
</s:simpleType>
|
|
<s:simpleType name="integer-ge-1-le-500">
|
|
<s:restriction base="s:integer">
|
|
<s:minInclusive value="1" />
|
|
<s:maxInclusive value="500" />
|
|
</s:restriction>
|
|
</s:simpleType>
|
|
<s:simpleType name="string-1-128">
|
|
<s:restriction base="s:string">
|
|
<s:minLength value="1" />
|
|
<s:maxLength value="128" />
|
|
</s:restriction>
|
|
</s:simpleType>
|
|
<s:simpleType name="string-0-50">
|
|
<s:restriction base="s:string">
|
|
<s:maxLength value="50" />
|
|
</s:restriction>
|
|
</s:simpleType>
|
|
<s:simpleType name="string-1-2147483647">
|
|
<s:restriction base="s:string">
|
|
<s:minLength value="1" />
|
|
</s:restriction>
|
|
</s:simpleType>
|
|
<s:simpleType name="string-0-30">
|
|
<s:restriction base="s:string">
|
|
<s:maxLength value="30" />
|
|
</s:restriction>
|
|
</s:simpleType>
|
|
<s:simpleType name="string-0-5">
|
|
<s:restriction base="s:string">
|
|
<s:maxLength value="5" />
|
|
</s:restriction>
|
|
</s:simpleType>
|
|
<s:simpleType name="string-0-4">
|
|
<s:restriction base="s:string">
|
|
<s:maxLength value="4" />
|
|
</s:restriction>
|
|
</s:simpleType>
|
|
<s:simpleType name="string-2-2">
|
|
<s:restriction base="s:string">
|
|
<s:minLength value="2" />
|
|
<s:maxLength value="2" />
|
|
</s:restriction>
|
|
</s:simpleType>
|
|
<s:simpleType name="string-0-28">
|
|
<s:restriction base="s:string">
|
|
<s:maxLength value="28" />
|
|
</s:restriction>
|
|
</s:simpleType>
|
|
<s:simpleType name="string-0-40">
|
|
<s:restriction base="s:string">
|
|
<s:maxLength value="40" />
|
|
</s:restriction>
|
|
</s:simpleType>
|
|
<s:simpleType name="string-6-20">
|
|
<s:restriction base="s:string">
|
|
<s:minLength value="6" />
|
|
<s:maxLength value="20" />
|
|
</s:restriction>
|
|
</s:simpleType>
|
|
<s:simpleType name="string-0-15">
|
|
<s:restriction base="s:string">
|
|
<s:maxLength value="15" />
|
|
</s:restriction>
|
|
</s:simpleType>
|
|
<s:simpleType name="string-0-12">
|
|
<s:restriction base="s:string">
|
|
<s:maxLength value="12" />
|
|
</s:restriction>
|
|
</s:simpleType>
|
|
<s:simpleType name="string-0-41">
|
|
<s:restriction base="s:string">
|
|
<s:maxLength value="41" />
|
|
</s:restriction>
|
|
</s:simpleType>
|
|
<s:simpleType name="string-1-1">
|
|
<s:restriction base="s:string">
|
|
<s:minLength value="1" />
|
|
<s:maxLength value="1" />
|
|
</s:restriction>
|
|
</s:simpleType>
|
|
<s:simpleType name="string-3-10">
|
|
<s:restriction base="s:string">
|
|
<s:minLength value="3" />
|
|
<s:maxLength value="10" />
|
|
</s:restriction>
|
|
</s:simpleType>
|
|
<s:simpleType name="double-le-999">
|
|
<s:restriction base="s:double">
|
|
<s:maxInclusive value="999" />
|
|
</s:restriction>
|
|
</s:simpleType>
|
|
<s:simpleType name="string-1-64">
|
|
<s:restriction base="s:string">
|
|
<s:minLength value="1" />
|
|
<s:maxLength value="64" />
|
|
</s:restriction>
|
|
</s:simpleType>
|
|
<s:simpleType name="string-0-128">
|
|
<s:restriction base="s:string">
|
|
<s:maxLength value="128" />
|
|
</s:restriction>
|
|
</s:simpleType>
|
|
<s:simpleType name="string-2-100">
|
|
<s:restriction base="s:string">
|
|
<s:minLength value="2" />
|
|
<s:maxLength value="100" />
|
|
</s:restriction>
|
|
</s:simpleType>
|
|
<s:simpleType name="string-0-76">
|
|
<s:restriction base="s:string">
|
|
<s:maxLength value="76" />
|
|
</s:restriction>
|
|
</s:simpleType>
|
|
<s:simpleType name="string-0-6">
|
|
<s:restriction base="s:string">
|
|
<s:maxLength value="6" />
|
|
</s:restriction>
|
|
</s:simpleType>
|
|
<s:simpleType name="string-0-8">
|
|
<s:restriction base="s:string">
|
|
<s:maxLength value="8" />
|
|
</s:restriction>
|
|
</s:simpleType>
|
|
<s:simpleType name="string-0-20">
|
|
<s:restriction base="s:string">
|
|
<s:maxLength value="20" />
|
|
</s:restriction>
|
|
</s:simpleType>
|
|
<s:simpleType name="string-1-60">
|
|
<s:restriction base="s:string">
|
|
<s:minLength value="1" />
|
|
<s:maxLength value="60" />
|
|
</s:restriction>
|
|
</s:simpleType>
|
|
<s:simpleType name="double-ge-1">
|
|
<s:restriction base="s:double">
|
|
<s:minInclusive value="1" />
|
|
</s:restriction>
|
|
</s:simpleType>
|
|
<s:simpleType name="decimal-ge-0">
|
|
<s:restriction base="s:decimal">
|
|
<s:minInclusive value="0" />
|
|
</s:restriction>
|
|
</s:simpleType>
|
|
<s:simpleType name="string-1-35">
|
|
<s:restriction base="s:string">
|
|
<s:minLength value="1" />
|
|
<s:maxLength value="35" />
|
|
</s:restriction>
|
|
</s:simpleType>
|
|
<s:simpleType name="string-1-50">
|
|
<s:restriction base="s:string">
|
|
<s:minLength value="1" />
|
|
<s:maxLength value="50" />
|
|
</s:restriction>
|
|
</s:simpleType>
|
|
<s:simpleType name="string-0-10">
|
|
<s:restriction base="s:string">
|
|
<s:maxLength value="10" />
|
|
</s:restriction>
|
|
</s:simpleType>
|
|
<s:simpleType name="string-1-30">
|
|
<s:restriction base="s:string">
|
|
<s:minLength value="1" />
|
|
<s:maxLength value="30" />
|
|
</s:restriction>
|
|
</s:simpleType>
|
|
<s:simpleType name="string-5-5">
|
|
<s:restriction base="s:string">
|
|
<s:minLength value="5" />
|
|
<s:maxLength value="5" />
|
|
</s:restriction>
|
|
</s:simpleType>
|
|
<s:simpleType name="string-10-10">
|
|
<s:restriction base="s:string">
|
|
<s:minLength value="10" />
|
|
<s:maxLength value="10" />
|
|
</s:restriction>
|
|
</s:simpleType>
|
|
<s:simpleType name="string-0-29">
|
|
<s:restriction base="s:string">
|
|
<s:maxLength value="29" />
|
|
</s:restriction>
|
|
</s:simpleType>
|
|
<s:simpleType name="string-0-3">
|
|
<s:restriction base="s:string">
|
|
<s:maxLength value="3" />
|
|
</s:restriction>
|
|
</s:simpleType>
|
|
<s:simpleType name="string-1-41">
|
|
<s:restriction base="s:string">
|
|
<s:minLength value="1" />
|
|
<s:maxLength value="41" />
|
|
</s:restriction>
|
|
</s:simpleType>
|
|
<s:simpleType name="string-1-100">
|
|
<s:restriction base="s:string">
|
|
<s:minLength value="1" />
|
|
<s:maxLength value="100" />
|
|
</s:restriction>
|
|
</s:simpleType>
|
|
<s:simpleType name="string-1-40">
|
|
<s:restriction base="s:string">
|
|
<s:minLength value="1" />
|
|
<s:maxLength value="40" />
|
|
</s:restriction>
|
|
</s:simpleType>
|
|
</s:schema>
|
|
<s:schema elementFormDefault="qualified" targetNamespace="http://microsoft.com/wsdl/types/">
|
|
<s:simpleType name="guid">
|
|
<s:restriction base="s:string">
|
|
<s:pattern value="[0-9a-fA-F]{8}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{4}-[0-9a-fA-F]{12}" />
|
|
</s:restriction>
|
|
</s:simpleType>
|
|
</s:schema>
|
|
</wsdl:types>
|
|
<wsdl:message name="GetShipmentListSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetShipmentList" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetShipmentListSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetShipmentListResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SetCodeWordsSoapIn">
|
|
<wsdl:part name="parameters" element="tns:SetCodeWords" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SetCodeWordsSoapOut">
|
|
<wsdl:part name="parameters" element="tns:SetCodeWordsResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="RegisterAccountSoapIn">
|
|
<wsdl:part name="parameters" element="tns:RegisterAccount" />
|
|
</wsdl:message>
|
|
<wsdl:message name="RegisterAccountSoapOut">
|
|
<wsdl:part name="parameters" element="tns:RegisterAccountResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="CreateEnvelopeIndiciumSoapIn">
|
|
<wsdl:part name="parameters" element="tns:CreateEnvelopeIndicium" />
|
|
</wsdl:message>
|
|
<wsdl:message name="CreateEnvelopeIndiciumSoapOut">
|
|
<wsdl:part name="parameters" element="tns:CreateEnvelopeIndiciumResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="CreateIndiciumSoapIn">
|
|
<wsdl:part name="parameters" element="tns:CreateIndicium" />
|
|
</wsdl:message>
|
|
<wsdl:message name="CreateIndiciumSoapOut">
|
|
<wsdl:part name="parameters" element="tns:CreateIndiciumResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="CreateUnfundedIndiciumSoapIn">
|
|
<wsdl:part name="parameters" element="tns:CreateUnfundedIndicium" />
|
|
</wsdl:message>
|
|
<wsdl:message name="CreateUnfundedIndiciumSoapOut">
|
|
<wsdl:part name="parameters" element="tns:CreateUnfundedIndiciumResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="CreateMailingLabelIndiciaSoapIn">
|
|
<wsdl:part name="parameters" element="tns:CreateMailingLabelIndicia" />
|
|
</wsdl:message>
|
|
<wsdl:message name="CreateMailingLabelIndiciaSoapOut">
|
|
<wsdl:part name="parameters" element="tns:CreateMailingLabelIndiciaResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="CreateNetStampsIndiciaSoapIn">
|
|
<wsdl:part name="parameters" element="tns:CreateNetStampsIndicia" />
|
|
</wsdl:message>
|
|
<wsdl:message name="CreateNetStampsIndiciaSoapOut">
|
|
<wsdl:part name="parameters" element="tns:CreateNetStampsIndiciaResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetRatesSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetRates" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetRatesSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetRatesResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="CarrierPickupSoapIn">
|
|
<wsdl:part name="parameters" element="tns:CarrierPickup" />
|
|
</wsdl:message>
|
|
<wsdl:message name="CarrierPickupSoapOut">
|
|
<wsdl:part name="parameters" element="tns:CarrierPickupResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ChangePlanSoapIn">
|
|
<wsdl:part name="parameters" element="tns:ChangePlan" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ChangePlanSoapOut">
|
|
<wsdl:part name="parameters" element="tns:ChangePlanResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SetAutoBuySoapIn">
|
|
<wsdl:part name="parameters" element="tns:SetAutoBuy" />
|
|
</wsdl:message>
|
|
<wsdl:message name="SetAutoBuySoapOut">
|
|
<wsdl:part name="parameters" element="tns:SetAutoBuyResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="CreateScanFormSoapIn">
|
|
<wsdl:part name="parameters" element="tns:CreateScanForm" />
|
|
</wsdl:message>
|
|
<wsdl:message name="CreateScanFormSoapOut">
|
|
<wsdl:part name="parameters" element="tns:CreateScanFormResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="EnumCodeWordTypesSoapIn">
|
|
<wsdl:part name="parameters" element="tns:EnumCodeWordTypes" />
|
|
</wsdl:message>
|
|
<wsdl:message name="EnumCodeWordTypesSoapOut">
|
|
<wsdl:part name="parameters" element="tns:EnumCodeWordTypesResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="CleanseAddressSoapIn">
|
|
<wsdl:part name="parameters" element="tns:CleanseAddress" />
|
|
</wsdl:message>
|
|
<wsdl:message name="CleanseAddressSoapOut">
|
|
<wsdl:part name="parameters" element="tns:CleanseAddressResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetShipmentListByTokenSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetShipmentListByToken" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetShipmentListByTokenSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetShipmentListByTokenResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetURLSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetURL" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetURLSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetURLResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="RecoverUsernameSoapIn">
|
|
<wsdl:part name="parameters" element="tns:RecoverUsername" />
|
|
</wsdl:message>
|
|
<wsdl:message name="RecoverUsernameSoapOut">
|
|
<wsdl:part name="parameters" element="tns:RecoverUsernameResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetSupportedCountriesSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetSupportedCountries" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetSupportedCountriesSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetSupportedCountriesResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ChangePasswordSoapIn">
|
|
<wsdl:part name="parameters" element="tns:ChangePassword" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ChangePasswordSoapOut">
|
|
<wsdl:part name="parameters" element="tns:ChangePasswordResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="PriceOrderSoapIn">
|
|
<wsdl:part name="parameters" element="tns:PriceOrder" />
|
|
</wsdl:message>
|
|
<wsdl:message name="PriceOrderSoapOut">
|
|
<wsdl:part name="parameters" element="tns:PriceOrderResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="PlaceOrderSoapIn">
|
|
<wsdl:part name="parameters" element="tns:PlaceOrder" />
|
|
</wsdl:message>
|
|
<wsdl:message name="PlaceOrderSoapOut">
|
|
<wsdl:part name="parameters" element="tns:PlaceOrderResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetNetStampsImagesSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetNetStampsImages" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetNetStampsImagesSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetNetStampsImagesResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetChangePlanStatusSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetChangePlanStatus" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetChangePlanStatusSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetChangePlanStatusResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="PurchasePostageSoapIn">
|
|
<wsdl:part name="parameters" element="tns:PurchasePostage" />
|
|
</wsdl:message>
|
|
<wsdl:message name="PurchasePostageSoapOut">
|
|
<wsdl:part name="parameters" element="tns:PurchasePostageResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ResubmitPurchaseSoapIn">
|
|
<wsdl:part name="parameters" element="tns:ResubmitPurchase" />
|
|
</wsdl:message>
|
|
<wsdl:message name="ResubmitPurchaseSoapOut">
|
|
<wsdl:part name="parameters" element="tns:ResubmitPurchaseResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="EnumNetStampsLayoutsSoapIn">
|
|
<wsdl:part name="parameters" element="tns:EnumNetStampsLayouts" />
|
|
</wsdl:message>
|
|
<wsdl:message name="EnumNetStampsLayoutsSoapOut">
|
|
<wsdl:part name="parameters" element="tns:EnumNetStampsLayoutsResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="EnumCostCodesSoapIn">
|
|
<wsdl:part name="parameters" element="tns:EnumCostCodes" />
|
|
</wsdl:message>
|
|
<wsdl:message name="EnumCostCodesSoapOut">
|
|
<wsdl:part name="parameters" element="tns:EnumCostCodesResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="AuthenticateWithTransferAuthenticatorSoapIn">
|
|
<wsdl:part name="parameters" element="tns:AuthenticateWithTransferAuthenticator" />
|
|
</wsdl:message>
|
|
<wsdl:message name="AuthenticateWithTransferAuthenticatorSoapOut">
|
|
<wsdl:part name="parameters" element="tns:AuthenticateWithTransferAuthenticatorResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="CancelIndiciumSoapIn">
|
|
<wsdl:part name="parameters" element="tns:CancelIndicium" />
|
|
</wsdl:message>
|
|
<wsdl:message name="CancelIndiciumSoapOut">
|
|
<wsdl:part name="parameters" element="tns:CancelIndiciumResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="StartPasswordResetSoapIn">
|
|
<wsdl:part name="parameters" element="tns:StartPasswordReset" />
|
|
</wsdl:message>
|
|
<wsdl:message name="StartPasswordResetSoapOut">
|
|
<wsdl:part name="parameters" element="tns:StartPasswordResetResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="FinishPasswordResetSoapIn">
|
|
<wsdl:part name="parameters" element="tns:FinishPasswordReset" />
|
|
</wsdl:message>
|
|
<wsdl:message name="FinishPasswordResetSoapOut">
|
|
<wsdl:part name="parameters" element="tns:FinishPasswordResetResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetCodewordQuestionsSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetCodewordQuestions" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetCodewordQuestionsSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetCodewordQuestionsResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="VoidUnfundedIndiciumSoapIn">
|
|
<wsdl:part name="parameters" element="tns:VoidUnfundedIndicium" />
|
|
</wsdl:message>
|
|
<wsdl:message name="VoidUnfundedIndiciumSoapOut">
|
|
<wsdl:part name="parameters" element="tns:VoidUnfundedIndiciumResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="FundUnfundedIndiciumSoapIn">
|
|
<wsdl:part name="parameters" element="tns:FundUnfundedIndicium" />
|
|
</wsdl:message>
|
|
<wsdl:message name="FundUnfundedIndiciumSoapOut">
|
|
<wsdl:part name="parameters" element="tns:FundUnfundedIndiciumResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="AuthenticateUserSoapIn">
|
|
<wsdl:part name="parameters" element="tns:AuthenticateUser" />
|
|
</wsdl:message>
|
|
<wsdl:message name="AuthenticateUserSoapOut">
|
|
<wsdl:part name="parameters" element="tns:AuthenticateUserResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAccountInfoSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetAccountInfo" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetAccountInfoSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetAccountInfoResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPurchaseStatusSoapIn">
|
|
<wsdl:part name="parameters" element="tns:GetPurchaseStatus" />
|
|
</wsdl:message>
|
|
<wsdl:message name="GetPurchaseStatusSoapOut">
|
|
<wsdl:part name="parameters" element="tns:GetPurchaseStatusResponse" />
|
|
</wsdl:message>
|
|
<wsdl:message name="TrackShipmentSoapIn">
|
|
<wsdl:part name="parameters" element="tns:TrackShipment" />
|
|
</wsdl:message>
|
|
<wsdl:message name="TrackShipmentSoapOut">
|
|
<wsdl:part name="parameters" element="tns:TrackShipmentResponse" />
|
|
</wsdl:message>
|
|
<wsdl:portType name="SwsimV49Soap">
|
|
<wsdl:operation name="GetShipmentList">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get list of shipments.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetShipmentListSoapIn" />
|
|
<wsdl:output message="tns:GetShipmentListSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SetCodeWords">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Set CodeWord information</wsdl:documentation>
|
|
<wsdl:input message="tns:SetCodeWordsSoapIn" />
|
|
<wsdl:output message="tns:SetCodeWordsSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RegisterAccount">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Register a new Stamps.com account.</wsdl:documentation>
|
|
<wsdl:input message="tns:RegisterAccountSoapIn" />
|
|
<wsdl:output message="tns:RegisterAccountSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="CreateEnvelopeIndicium">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Generate an envelope indicium.</wsdl:documentation>
|
|
<wsdl:input message="tns:CreateEnvelopeIndiciumSoapIn" />
|
|
<wsdl:output message="tns:CreateEnvelopeIndiciumSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="CreateIndicium">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Generate an indicium.</wsdl:documentation>
|
|
<wsdl:input message="tns:CreateIndiciumSoapIn" />
|
|
<wsdl:output message="tns:CreateIndiciumSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="CreateUnfundedIndicium">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Generate an unfunded indicium.</wsdl:documentation>
|
|
<wsdl:input message="tns:CreateUnfundedIndiciumSoapIn" />
|
|
<wsdl:output message="tns:CreateUnfundedIndiciumSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="CreateMailingLabelIndicia">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Generate a mailing label sheet.</wsdl:documentation>
|
|
<wsdl:input message="tns:CreateMailingLabelIndiciaSoapIn" />
|
|
<wsdl:output message="tns:CreateMailingLabelIndiciaSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="CreateNetStampsIndicia">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Generate NetStamps indicia.</wsdl:documentation>
|
|
<wsdl:input message="tns:CreateNetStampsIndiciaSoapIn" />
|
|
<wsdl:output message="tns:CreateNetStampsIndiciaSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetRates">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Calculate a rate or a list of rates.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetRatesSoapIn" />
|
|
<wsdl:output message="tns:GetRatesSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="CarrierPickup">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Request carrier pickup from USPS.</wsdl:documentation>
|
|
<wsdl:input message="tns:CarrierPickupSoapIn" />
|
|
<wsdl:output message="tns:CarrierPickupSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ChangePlan">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Change Plan.</wsdl:documentation>
|
|
<wsdl:input message="tns:ChangePlanSoapIn" />
|
|
<wsdl:output message="tns:ChangePlanSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SetAutoBuy">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Set auto-buy settings</wsdl:documentation>
|
|
<wsdl:input message="tns:SetAutoBuySoapIn" />
|
|
<wsdl:output message="tns:SetAutoBuySoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="CreateScanForm">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Generate a SCAN form.</wsdl:documentation>
|
|
<wsdl:input message="tns:CreateScanFormSoapIn" />
|
|
<wsdl:output message="tns:CreateScanFormSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="EnumCodeWordTypes">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Return the list of available CodeWord types.</wsdl:documentation>
|
|
<wsdl:input message="tns:EnumCodeWordTypesSoapIn" />
|
|
<wsdl:output message="tns:EnumCodeWordTypesSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="CleanseAddress">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Cleanse an address.</wsdl:documentation>
|
|
<wsdl:input message="tns:CleanseAddressSoapIn" />
|
|
<wsdl:output message="tns:CleanseAddressSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetShipmentListByToken">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get list of shipments.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetShipmentListByTokenSoapIn" />
|
|
<wsdl:output message="tns:GetShipmentListByTokenSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetURL">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get URL for a Stamps.com web page.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetURLSoapIn" />
|
|
<wsdl:output message="tns:GetURLSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RecoverUsername">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Recover Username.</wsdl:documentation>
|
|
<wsdl:input message="tns:RecoverUsernameSoapIn" />
|
|
<wsdl:output message="tns:RecoverUsernameSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetSupportedCountries">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get list of supported countries.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetSupportedCountriesSoapIn" />
|
|
<wsdl:output message="tns:GetSupportedCountriesSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ChangePassword">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Change Password.</wsdl:documentation>
|
|
<wsdl:input message="tns:ChangePasswordSoapIn" />
|
|
<wsdl:output message="tns:ChangePasswordSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="PriceOrder">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Price Store Orders.</wsdl:documentation>
|
|
<wsdl:input message="tns:PriceOrderSoapIn" />
|
|
<wsdl:output message="tns:PriceOrderSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="PlaceOrder">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Place Store Orders.</wsdl:documentation>
|
|
<wsdl:input message="tns:PlaceOrderSoapIn" />
|
|
<wsdl:output message="tns:PlaceOrderSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetNetStampsImages">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get NetStamps Images.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetNetStampsImagesSoapIn" />
|
|
<wsdl:output message="tns:GetNetStampsImagesSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetChangePlanStatus">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get status of plan change.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetChangePlanStatusSoapIn" />
|
|
<wsdl:output message="tns:GetChangePlanStatusSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="PurchasePostage">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Purchase additional postage.</wsdl:documentation>
|
|
<wsdl:input message="tns:PurchasePostageSoapIn" />
|
|
<wsdl:output message="tns:PurchasePostageSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ResubmitPurchase">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Resubmit Purchase.</wsdl:documentation>
|
|
<wsdl:input message="tns:ResubmitPurchaseSoapIn" />
|
|
<wsdl:output message="tns:ResubmitPurchaseSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="EnumNetStampsLayouts">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get list of NetStamps layouts.</wsdl:documentation>
|
|
<wsdl:input message="tns:EnumNetStampsLayoutsSoapIn" />
|
|
<wsdl:output message="tns:EnumNetStampsLayoutsSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="EnumCostCodes">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get list of cost codes.</wsdl:documentation>
|
|
<wsdl:input message="tns:EnumCostCodesSoapIn" />
|
|
<wsdl:output message="tns:EnumCostCodesSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AuthenticateWithTransferAuthenticator">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Authenticate with transfer authenticator.</wsdl:documentation>
|
|
<wsdl:input message="tns:AuthenticateWithTransferAuthenticatorSoapIn" />
|
|
<wsdl:output message="tns:AuthenticateWithTransferAuthenticatorSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="CancelIndicium">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Cancel a previously issued indicium.</wsdl:documentation>
|
|
<wsdl:input message="tns:CancelIndiciumSoapIn" />
|
|
<wsdl:output message="tns:CancelIndiciumSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="StartPasswordReset">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Start a password reset by sending a temporary password to the e-mail address on file.</wsdl:documentation>
|
|
<wsdl:input message="tns:StartPasswordResetSoapIn" />
|
|
<wsdl:output message="tns:StartPasswordResetSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="FinishPasswordReset">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Finish a password reset, setting the permanent password to a new password.</wsdl:documentation>
|
|
<wsdl:input message="tns:FinishPasswordResetSoapIn" />
|
|
<wsdl:output message="tns:FinishPasswordResetSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetCodewordQuestions">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Retrieve codeword questions for user for starting password reset.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetCodewordQuestionsSoapIn" />
|
|
<wsdl:output message="tns:GetCodewordQuestionsSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="VoidUnfundedIndicium">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Void an unfunded indicium.</wsdl:documentation>
|
|
<wsdl:input message="tns:VoidUnfundedIndiciumSoapIn" />
|
|
<wsdl:output message="tns:VoidUnfundedIndiciumSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="FundUnfundedIndicium">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Fund an unfunded indicium.</wsdl:documentation>
|
|
<wsdl:input message="tns:FundUnfundedIndiciumSoapIn" />
|
|
<wsdl:output message="tns:FundUnfundedIndiciumSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AuthenticateUser">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Initial authentication.</wsdl:documentation>
|
|
<wsdl:input message="tns:AuthenticateUserSoapIn" />
|
|
<wsdl:output message="tns:AuthenticateUserSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAccountInfo">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get account information, including postage balance.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetAccountInfoSoapIn" />
|
|
<wsdl:output message="tns:GetAccountInfoSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPurchaseStatus">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get status of postage purchase.</wsdl:documentation>
|
|
<wsdl:input message="tns:GetPurchaseStatusSoapIn" />
|
|
<wsdl:output message="tns:GetPurchaseStatusSoapOut" />
|
|
</wsdl:operation>
|
|
<wsdl:operation name="TrackShipment">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Get tracking events for shipment.</wsdl:documentation>
|
|
<wsdl:input message="tns:TrackShipmentSoapIn" />
|
|
<wsdl:output message="tns:TrackShipmentSoapOut" />
|
|
</wsdl:operation>
|
|
</wsdl:portType>
|
|
<wsdl:binding name="SwsimV49Soap" type="tns:SwsimV49Soap">
|
|
<soap:binding transport="http://schemas.xmlsoap.org/soap/http" />
|
|
<wsdl:operation name="GetShipmentList">
|
|
<soap:operation soapAction="http://stamps.com/xml/namespace/2015/08/swsim/swsimV49/GetShipmentList" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SetCodeWords">
|
|
<soap:operation soapAction="http://stamps.com/xml/namespace/2015/08/swsim/swsimV49/SetCodeWords" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RegisterAccount">
|
|
<soap:operation soapAction="http://stamps.com/xml/namespace/2015/08/swsim/swsimV49/RegisterAccount" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="CreateEnvelopeIndicium">
|
|
<soap:operation soapAction="http://stamps.com/xml/namespace/2015/08/swsim/swsimV49/CreateEnvelopeIndicium" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="CreateIndicium">
|
|
<soap:operation soapAction="http://stamps.com/xml/namespace/2015/08/swsim/swsimV49/CreateIndicium" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="CreateUnfundedIndicium">
|
|
<soap:operation soapAction="http://stamps.com/xml/namespace/2015/08/swsim/swsimV49/CreateUnfundedIndicium" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="CreateMailingLabelIndicia">
|
|
<soap:operation soapAction="http://stamps.com/xml/namespace/2015/08/swsim/swsimV49/CreateMailingLabelIndicia" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="CreateNetStampsIndicia">
|
|
<soap:operation soapAction="http://stamps.com/xml/namespace/2015/08/swsim/swsimV49/CreateNetStampsIndicia" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetRates">
|
|
<soap:operation soapAction="http://stamps.com/xml/namespace/2015/08/swsim/swsimV49/GetRates" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="CarrierPickup">
|
|
<soap:operation soapAction="http://stamps.com/xml/namespace/2015/08/swsim/swsimV49/CarrierPickup" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ChangePlan">
|
|
<soap:operation soapAction="http://stamps.com/xml/namespace/2015/08/swsim/swsimV49/ChangePlan" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SetAutoBuy">
|
|
<soap:operation soapAction="http://stamps.com/xml/namespace/2015/08/swsim/swsimV49/SetAutoBuy" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="CreateScanForm">
|
|
<soap:operation soapAction="http://stamps.com/xml/namespace/2015/08/swsim/swsimV49/CreateScanForm" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="EnumCodeWordTypes">
|
|
<soap:operation soapAction="http://stamps.com/xml/namespace/2015/08/swsim/swsimV49/EnumCodeWordTypes" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="CleanseAddress">
|
|
<soap:operation soapAction="http://stamps.com/xml/namespace/2015/08/swsim/swsimV49/CleanseAddress" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetShipmentListByToken">
|
|
<soap:operation soapAction="http://stamps.com/xml/namespace/2015/08/swsim/swsimV49/GetShipmentListByToken" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetURL">
|
|
<soap:operation soapAction="http://stamps.com/xml/namespace/2015/08/swsim/swsimV49/GetURL" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RecoverUsername">
|
|
<soap:operation soapAction="http://stamps.com/xml/namespace/2015/08/swsim/swsimV49/RecoverUsername" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetSupportedCountries">
|
|
<soap:operation soapAction="http://stamps.com/xml/namespace/2015/08/swsim/swsimV49/GetSupportedCountries" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ChangePassword">
|
|
<soap:operation soapAction="http://stamps.com/xml/namespace/2015/08/swsim/swsimV49/ChangePassword" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="PriceOrder">
|
|
<soap:operation soapAction="http://stamps.com/xml/namespace/2015/08/swsim/swsimV49/PriceOrder" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="PlaceOrder">
|
|
<soap:operation soapAction="http://stamps.com/xml/namespace/2015/08/swsim/swsimV49/PlaceOrder" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetNetStampsImages">
|
|
<soap:operation soapAction="http://stamps.com/xml/namespace/2015/08/swsim/swsimV49/GetNetStampsImages" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetChangePlanStatus">
|
|
<soap:operation soapAction="http://stamps.com/xml/namespace/2015/08/swsim/swsimV49/GetChangePlanStatus" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="PurchasePostage">
|
|
<soap:operation soapAction="http://stamps.com/xml/namespace/2015/08/swsim/swsimV49/PurchasePostage" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ResubmitPurchase">
|
|
<soap:operation soapAction="http://stamps.com/xml/namespace/2015/08/swsim/swsimV49/ResubmitPurchase" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="EnumNetStampsLayouts">
|
|
<soap:operation soapAction="http://stamps.com/xml/namespace/2015/08/swsim/swsimV49/EnumNetStampsLayouts" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="EnumCostCodes">
|
|
<soap:operation soapAction="http://stamps.com/xml/namespace/2015/08/swsim/swsimV49/EnumCostCodes" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AuthenticateWithTransferAuthenticator">
|
|
<soap:operation soapAction="http://stamps.com/xml/namespace/2015/08/swsim/swsimV49/AuthenticateWithTransferAuthenticator" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="CancelIndicium">
|
|
<soap:operation soapAction="http://stamps.com/xml/namespace/2015/08/swsim/swsimV49/CancelIndicium" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="StartPasswordReset">
|
|
<soap:operation soapAction="http://stamps.com/xml/namespace/2015/08/swsim/swsimV49/StartPasswordReset" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="FinishPasswordReset">
|
|
<soap:operation soapAction="http://stamps.com/xml/namespace/2015/08/swsim/swsimV49/FinishPasswordReset" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetCodewordQuestions">
|
|
<soap:operation soapAction="http://stamps.com/xml/namespace/2015/08/swsim/swsimV49/GetCodewordQuestions" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="VoidUnfundedIndicium">
|
|
<soap:operation soapAction="http://stamps.com/xml/namespace/2015/08/swsim/swsimV49/VoidUnfundedIndicium" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="FundUnfundedIndicium">
|
|
<soap:operation soapAction="http://stamps.com/xml/namespace/2015/08/swsim/swsimV49/FundUnfundedIndicium" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AuthenticateUser">
|
|
<soap:operation soapAction="http://stamps.com/xml/namespace/2015/08/swsim/swsimV49/AuthenticateUser" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAccountInfo">
|
|
<soap:operation soapAction="http://stamps.com/xml/namespace/2015/08/swsim/swsimV49/GetAccountInfo" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPurchaseStatus">
|
|
<soap:operation soapAction="http://stamps.com/xml/namespace/2015/08/swsim/swsimV49/GetPurchaseStatus" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="TrackShipment">
|
|
<soap:operation soapAction="http://stamps.com/xml/namespace/2015/08/swsim/swsimV49/TrackShipment" style="document" />
|
|
<wsdl:input>
|
|
<soap:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
</wsdl:binding>
|
|
<wsdl:binding name="SwsimV49Soap12" type="tns:SwsimV49Soap">
|
|
<soap12:binding transport="http://schemas.xmlsoap.org/soap/http" />
|
|
<wsdl:operation name="GetShipmentList">
|
|
<soap12:operation soapAction="http://stamps.com/xml/namespace/2015/08/swsim/swsimV49/GetShipmentList" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SetCodeWords">
|
|
<soap12:operation soapAction="http://stamps.com/xml/namespace/2015/08/swsim/swsimV49/SetCodeWords" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RegisterAccount">
|
|
<soap12:operation soapAction="http://stamps.com/xml/namespace/2015/08/swsim/swsimV49/RegisterAccount" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="CreateEnvelopeIndicium">
|
|
<soap12:operation soapAction="http://stamps.com/xml/namespace/2015/08/swsim/swsimV49/CreateEnvelopeIndicium" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="CreateIndicium">
|
|
<soap12:operation soapAction="http://stamps.com/xml/namespace/2015/08/swsim/swsimV49/CreateIndicium" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="CreateUnfundedIndicium">
|
|
<soap12:operation soapAction="http://stamps.com/xml/namespace/2015/08/swsim/swsimV49/CreateUnfundedIndicium" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="CreateMailingLabelIndicia">
|
|
<soap12:operation soapAction="http://stamps.com/xml/namespace/2015/08/swsim/swsimV49/CreateMailingLabelIndicia" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="CreateNetStampsIndicia">
|
|
<soap12:operation soapAction="http://stamps.com/xml/namespace/2015/08/swsim/swsimV49/CreateNetStampsIndicia" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetRates">
|
|
<soap12:operation soapAction="http://stamps.com/xml/namespace/2015/08/swsim/swsimV49/GetRates" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="CarrierPickup">
|
|
<soap12:operation soapAction="http://stamps.com/xml/namespace/2015/08/swsim/swsimV49/CarrierPickup" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ChangePlan">
|
|
<soap12:operation soapAction="http://stamps.com/xml/namespace/2015/08/swsim/swsimV49/ChangePlan" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="SetAutoBuy">
|
|
<soap12:operation soapAction="http://stamps.com/xml/namespace/2015/08/swsim/swsimV49/SetAutoBuy" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="CreateScanForm">
|
|
<soap12:operation soapAction="http://stamps.com/xml/namespace/2015/08/swsim/swsimV49/CreateScanForm" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="EnumCodeWordTypes">
|
|
<soap12:operation soapAction="http://stamps.com/xml/namespace/2015/08/swsim/swsimV49/EnumCodeWordTypes" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="CleanseAddress">
|
|
<soap12:operation soapAction="http://stamps.com/xml/namespace/2015/08/swsim/swsimV49/CleanseAddress" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetShipmentListByToken">
|
|
<soap12:operation soapAction="http://stamps.com/xml/namespace/2015/08/swsim/swsimV49/GetShipmentListByToken" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetURL">
|
|
<soap12:operation soapAction="http://stamps.com/xml/namespace/2015/08/swsim/swsimV49/GetURL" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="RecoverUsername">
|
|
<soap12:operation soapAction="http://stamps.com/xml/namespace/2015/08/swsim/swsimV49/RecoverUsername" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetSupportedCountries">
|
|
<soap12:operation soapAction="http://stamps.com/xml/namespace/2015/08/swsim/swsimV49/GetSupportedCountries" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ChangePassword">
|
|
<soap12:operation soapAction="http://stamps.com/xml/namespace/2015/08/swsim/swsimV49/ChangePassword" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="PriceOrder">
|
|
<soap12:operation soapAction="http://stamps.com/xml/namespace/2015/08/swsim/swsimV49/PriceOrder" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="PlaceOrder">
|
|
<soap12:operation soapAction="http://stamps.com/xml/namespace/2015/08/swsim/swsimV49/PlaceOrder" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetNetStampsImages">
|
|
<soap12:operation soapAction="http://stamps.com/xml/namespace/2015/08/swsim/swsimV49/GetNetStampsImages" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetChangePlanStatus">
|
|
<soap12:operation soapAction="http://stamps.com/xml/namespace/2015/08/swsim/swsimV49/GetChangePlanStatus" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="PurchasePostage">
|
|
<soap12:operation soapAction="http://stamps.com/xml/namespace/2015/08/swsim/swsimV49/PurchasePostage" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="ResubmitPurchase">
|
|
<soap12:operation soapAction="http://stamps.com/xml/namespace/2015/08/swsim/swsimV49/ResubmitPurchase" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="EnumNetStampsLayouts">
|
|
<soap12:operation soapAction="http://stamps.com/xml/namespace/2015/08/swsim/swsimV49/EnumNetStampsLayouts" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="EnumCostCodes">
|
|
<soap12:operation soapAction="http://stamps.com/xml/namespace/2015/08/swsim/swsimV49/EnumCostCodes" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AuthenticateWithTransferAuthenticator">
|
|
<soap12:operation soapAction="http://stamps.com/xml/namespace/2015/08/swsim/swsimV49/AuthenticateWithTransferAuthenticator" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="CancelIndicium">
|
|
<soap12:operation soapAction="http://stamps.com/xml/namespace/2015/08/swsim/swsimV49/CancelIndicium" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="StartPasswordReset">
|
|
<soap12:operation soapAction="http://stamps.com/xml/namespace/2015/08/swsim/swsimV49/StartPasswordReset" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="FinishPasswordReset">
|
|
<soap12:operation soapAction="http://stamps.com/xml/namespace/2015/08/swsim/swsimV49/FinishPasswordReset" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetCodewordQuestions">
|
|
<soap12:operation soapAction="http://stamps.com/xml/namespace/2015/08/swsim/swsimV49/GetCodewordQuestions" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="VoidUnfundedIndicium">
|
|
<soap12:operation soapAction="http://stamps.com/xml/namespace/2015/08/swsim/swsimV49/VoidUnfundedIndicium" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="FundUnfundedIndicium">
|
|
<soap12:operation soapAction="http://stamps.com/xml/namespace/2015/08/swsim/swsimV49/FundUnfundedIndicium" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="AuthenticateUser">
|
|
<soap12:operation soapAction="http://stamps.com/xml/namespace/2015/08/swsim/swsimV49/AuthenticateUser" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetAccountInfo">
|
|
<soap12:operation soapAction="http://stamps.com/xml/namespace/2015/08/swsim/swsimV49/GetAccountInfo" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="GetPurchaseStatus">
|
|
<soap12:operation soapAction="http://stamps.com/xml/namespace/2015/08/swsim/swsimV49/GetPurchaseStatus" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
<wsdl:operation name="TrackShipment">
|
|
<soap12:operation soapAction="http://stamps.com/xml/namespace/2015/08/swsim/swsimV49/TrackShipment" style="document" />
|
|
<wsdl:input>
|
|
<soap12:body use="literal" />
|
|
</wsdl:input>
|
|
<wsdl:output>
|
|
<soap12:body use="literal" />
|
|
</wsdl:output>
|
|
</wsdl:operation>
|
|
</wsdl:binding>
|
|
<wsdl:service name="SwsimV49">
|
|
<wsdl:documentation xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/">Stamps.com Web Services for Individual Meters (SWS/IM) Version 49</wsdl:documentation>
|
|
<wsdl:port name="SwsimV49Soap" binding="tns:SwsimV49Soap">
|
|
<soap:address location="https://swsim.testing.stamps.com/swsim/swsimv49.asmx" />
|
|
</wsdl:port>
|
|
<wsdl:port name="SwsimV49Soap12" binding="tns:SwsimV49Soap12">
|
|
<soap12:address location="https://swsim.testing.stamps.com/swsim/swsimv49.asmx" />
|
|
</wsdl:port>
|
|
</wsdl:service>
|
|
</wsdl:definitions>
|