????JFIF??x?x????'
Server IP : 79.136.114.73 / Your IP : 18.218.61.200 Web Server : Apache/2.4.7 (Ubuntu) PHP/5.5.9-1ubuntu4.29 OpenSSL/1.0.1f System : Linux b8009 3.13.0-170-generic #220-Ubuntu SMP Thu May 9 12:40:49 UTC 2019 x86_64 User : www-data ( 33) PHP Version : 5.5.9-1ubuntu4.29 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority, MySQL : ON | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /proc/self/root/home/b8009/php-5.6.22/ext/soap/tests/bugs/ |
Upload File : |
<?xml version="1.0" encoding="UTF-8"?> <wsdl:definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:ns="urn:ebay:api:PayPalAPI" xmlns:wsdlsoap="http://schemas.xmlsoap.org/wsdl/soap/" targetNamespace="urn:ebay:api:PayPalAPI"> <wsdl:types> <schema xmlns="http://www.w3.org/2001/XMLSchema" targetNamespace="urn:ebay:api:PayPalAPI" elementFormDefault="qualified" attributeFormDefault="unqualified"> <complexType name="PayerInfoType"> <sequence> <element name="Payer" type="xs:string" minOccurs="0"/> <element name="PayerID" type="xs:string" minOccurs="0"/> <element name="PayerStatus" type="xs:string" minOccurs="0"/> </sequence> </complexType> <complexType name="AbstractResponseType" abstract="true"> <sequence> <element name="Timestamp" type="xs:dateTime" minOccurs="0"/> <element name="Ack" type="xs:string"/> <element name="CorrelationID" type="xs:string" minOccurs="0"/> <element name="Version" type="xs:string"/> <element name="Build" type="xs:string"/> <any processContents="lax" minOccurs="0"/> </sequence> </complexType> <xs:element name="GetExpressCheckoutDetailsResponseDetails" type="ns:GetExpressCheckoutDetailsResponseDetailsType"/> <xs:complexType name="GetExpressCheckoutDetailsResponseDetailsType"> <xs:sequence> <xs:element name="Token" type="xs:string"/> <xs:element name="PayerInfo" type="ns:PayerInfoType"/> </xs:sequence> </xs:complexType> <xs:element name="GetExpressCheckoutDetailsResponse" type="ns:GetExpressCheckoutDetailsResponseType"/> <xs:complexType name="GetExpressCheckoutDetailsResponseType"> <xs:complexContent> <xs:extension base="ns:AbstractResponseType"> <xs:sequence> <xs:element ref="ns:GetExpressCheckoutDetailsResponseDetails" minOccurs="1" maxOccurs="1"/> </xs:sequence> </xs:extension> </xs:complexContent> </xs:complexType> </schema> </wsdl:types> <wsdl:message name="GetExpressCheckoutDetailsRequest"> </wsdl:message> <wsdl:message name="GetExpressCheckoutDetailsResponse"> <wsdl:part name="GetExpressCheckoutDetailsResponse" element="ns:GetExpressCheckoutDetailsResponse"/> </wsdl:message> <wsdl:portType name="PayPalAPIAAInterface"> <wsdl:operation name="GetExpressCheckoutDetails"> <wsdl:input message="ns:GetExpressCheckoutDetailsRequest"/> <wsdl:output message="ns:GetExpressCheckoutDetailsResponse"/> </wsdl:operation> </wsdl:portType> <wsdl:binding name="PayPalAPIAASoapBinding" type="ns:PayPalAPIAAInterface"> <wsdlsoap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/> <wsdl:operation name="GetExpressCheckoutDetails"> <wsdlsoap:operation/> <wsdl:input> <wsdlsoap:body use="literal"/> </wsdl:input> <wsdl:output> <wsdlsoap:body use="literal"/> </wsdl:output> </wsdl:operation> </wsdl:binding> <wsdl:service name="PayPalAPIInterfaceService"> <wsdl:port name="PayPalAPIAA" binding="ns:PayPalAPIAASoapBinding"> <wsdlsoap:address location="test://"/> </wsdl:port> </wsdl:service> </wsdl:definitions>