File: /var/www/vhost/disk-apps/agile-selling-orl/vendor/gabrielbull/ups-api/src/WSDL/DeniedParty.wsdl
<?xml version="1.0" encoding="UTF-8"?>
<wsdl:definitions name="DeniedParty" xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:mime="http://schemas.xmlsoap.org/wsdl/mime/" xmlns:auth="http://www.ups.com/schema/xpci/1.0/auth" xmlns:error="http://www.ups.com/schema/xpci/1.0/error" xmlns:dps="http://www.ups.com/schema/xpci/1.0/dps" xmlns:tns="http://www.ups.com/schema/xpci/1.0/dps" targetNamespace="http://www.ups.com/schema/xpci/1.0/dps">
<wsdl:types>
<xsd:schema>
<!-- This schema defines the AccessRequest header used for authorization purposes -->
<xsd:import namespace="http://www.ups.com/schema/xpci/1.0/auth" schemaLocation="AccessRequestXPCI.xsd"/>
<!-- this will be returned within SOAPFaults to provide customer error details -->
<xsd:import namespace="http://www.ups.com/schema/xpci/1.0/error" schemaLocation="ErrorXPCI.xsd"/>
<!-- This is the actual data types the service will pass to perform its business functionality -->
<xsd:import namespace="http://www.ups.com/schema/xpci/1.0/dps" schemaLocation="DeniedPartyWebServiceSchema.xsd"/>
</xsd:schema>
</wsdl:types>
<wsdl:message name="DPSInput">
<wsdl:part name="Body" element="dps:DeniedPartyScreenerRequest"/>
<wsdl:part name="AccessRequest" element="auth:AccessRequest"/>
</wsdl:message>
<wsdl:message name="DPSOutput">
<wsdl:part name="Body" element="dps:DeniedPartyScreenerResponse"/>
</wsdl:message>
<wsdl:message name="Error">
<wsdl:part name="Body" element="error:Errors"/>
</wsdl:message>
<wsdl:portType name="DPSRequestPortType">
<wsdl:operation name="ProcessDPSRequest">
<wsdl:input name="DPSRequest" message="tns:DPSInput"/>
<wsdl:output name="DPSResponse" message="tns:DPSOutput"/>
<wsdl:fault name="Error" message="tns:Error"/>
</wsdl:operation>
</wsdl:portType>
<wsdl:message name="AccessInput">
<wsdl:part name="Body" element="auth:AccessRequest"/>
</wsdl:message>
<wsdl:binding name="DPSRequestPortTypeRequestBinding" type="tns:DPSRequestPortType">
<soap:binding transport="http://schemas.xmlsoap.org/soap/http"/>
<wsdl:operation name="ProcessDPSRequest">
<soap:operation soapAction="http://www.ups.com/webservices/DPSRequestBinding" style="document"/>
<wsdl:input name="DPSRequest">
<soap:body parts="Body" use="literal"/>
<soap:header message="tns:DPSInput" part="AccessRequest" use="literal">
<soap:headerfault message="tns:Error" part="Body" use="literal"/>
</soap:header>
</wsdl:input>
<wsdl:output name="DPSResponse">
<soap:body parts="Body" use="literal"/>
</wsdl:output>
<wsdl:fault name="Error">
<soap:fault name="Error" use="literal"/>
</wsdl:fault>
</wsdl:operation>
</wsdl:binding>
<wsdl:service name="DPS">
<wsdl:port name="DPSRequestPortTypePort" binding="tns:DPSRequestPortTypeRequestBinding">
<!-- Production URL, after customer is satisfied with CIE test -->
<!--<soap:address location="https://www.ups.com/webservices/DeniedParty"/>-->
<!-- Customer Integration environment URL -->
<soap:address location="https://wwwcie.ups.com/webservices/DeniedParty"/>
</wsdl:port>
</wsdl:service>
</wsdl:definitions>