NuSphere Forums Forum Index
NuSphere Forums
Reply to topic
NuSoap client that will connect to a C# server- Please Help!


Joined: 11 Jan 2007
Posts: 2
Reply with quote
I am trying to write a NuSoap client that will connect to a C# server. I am getting the error "HTTP Error: cURL ERROR: 56: SSL read: error:00000000:lib(0):func(0):reason(0), errno 104". This is my code:
Code:

require_once('../lib/nusoap.php');

$client = new soapclient('https://mywebserver/P3PLWS/WSORDER.ASMX?wsdl', true);
$soapaction = "http://p3pl.propack.com/ProcessOrder";

//order info
$newOrder = array(
'ClientShortName' => "DEMO",
'P3PLUserID' => "DEMO",
'P3PLUserPWD' => "DEMO");

$result = $client->call(
    'ProcessOrder', // method name
    array('message' => new soapval("XOrder", "XOrder", $newOrder)),
   array("soapaction"=>$soapaction)
   );
   


Perhaps I am formatting the request improperly? Perhaps the SSL is preventing the client from connecting to the server? Or perhaps it is working and I simply can't locate the response? Any input would be appreciated.

Here is a snippet of the "debug_str":
Code:

["debug_str"]=> string(17433) "2007-01-11 14:26:23.076318
soapclient: instantiating wsdl class with doc: https://mywebserver/P3PLWS/WSORDER.ASMX?wsdl 2007-01-11 14:26:23.076489
wsdl: initial wsdl
URL: https://mywebserver/P3PLWS/WSORDER.ASMX?wsdl 2007-01-11 14:26:23.076554
wsdl: getting WSDL http(s) URL https://mywebserver/P3PLWS/WSORDER.ASMX?wsdl 2007-01-11 14:26:23.076665
soap_transport_http: scheme = https 2007-01-11 14:26:23.076704
soap_transport_http: host = mywebserver 2007-01-11 14:26:23.076737
soap_transport_http: path = /P3PLWS/WSORDER.ASMX 2007-01-11 14:26:23.076769
soap_transport_http: query = wsdl 2007-01-11 14:26:23.076813
soap_transport_http: set Host: mywebserver 2007-01-11 14:26:23.076877
soap_transport_http: set User-Agent: NuSOAP/0.7.2 (1.94) 2007-01-11 14:26:23.076920
soap_transport_http: set Accept-Encoding: gzip, deflate 2007-01-11 14:26:23.076954
soap_transport_http: set Connection: close 2007-01-11 14:26:23.076995
soap_transport_http: entered send() with data of length: 0 2007-01-11 14:26:23.077046
soap_transport_http: connect connection_timeout 0, response_timeout 30, scheme https, host mywebserver, port 443 2007-01-11 14:26:23.077086
soap_transport_http: connect using https 2007-01-11 14:26:23.077216
soap_transport_http: cURL connection set up 2007-01-11 14:26:23.077273
soap_transport_http: set Content-Length: 0 2007-01-11 14:26:23.077309
soap_transport_http: HTTP request: GET /P3PLWS/WSORDER.ASMX?wsdl HTTP/1.1 2007-01-11 14:26:23.077345
soap_transport_http: HTTP header: Host: mywebserver 2007-01-11 14:26:23.077381
soap_transport_http: HTTP header: User-Agent: NuSOAP/0.7.2 (1.94) 2007-01-11 14:26:23.077416
soap_transport_http: HTTP header: Accept-Encoding: gzip, deflate 2007-01-11 14:26:23.077453
soap_transport_http: HTTP header: Connection: close 2007-01-11 14:26:23.077488
soap_transport_http: HTTP header: Content-Length: 0 2007-01-11 14:26:23.077561
soap_transport_http: set cURL payload 2007-01-11 14:26:23.077602
soap_transport_http: send and receive with cURL 2007-01-11 14:26:23.976282
soap_transport_http: No cURL error, closing cURL 2007-01-11 14:26:23.977883
soap_transport_http: found proper separation of headers and document 2007-01-11 14:26:23.977928
soap_transport_http: cleaned data, stringlen: 6547 2007-01-11 14:26:23.978080
soap_transport_http: No Content-Encoding header 2007-01-11 14:26:23.97812
soap_transport_http: end of send() 2007-01-11 14:26:23.978188

... etc.


Last edited by kristina_renee on Fri Jan 12, 2007 3:00 pm; edited 1 time in total
View user's profileFind all posts by kristina_reneeSend private message
Site Admin

Joined: 13 Jul 2003
Posts: 8334
Reply with quote
Could you please list all the log lines?

_________________
The PHP IDE team
View user's profileFind all posts by dmitriSend private messageVisit poster's website


Joined: 11 Jan 2007
Posts: 2
Reply with quote
Here is the complete error string. ALso, I have tried a Java client and gotten the error (SSLHandshakeException ... unable to find valid certification path to requested target) and I tried a PEAR client and got a SSL error as well. My question is, am I doing something wrong each time or does it seem like the server is causing the problems?

Code:
  ["error_str"]=>
  string(531) "HTTP Error: cURL ERROR: 56: SSL read: error:00000000:lib(0):func(0):reason(0), errno 104<br>url: https://mywebserver:443/P3PLWS/WSORDER.ASMX<br>http_code: 0<br>header_size: 0<br>request_size: 691<br>filetime: -1<br>ssl_verify_result: 0<br>redirect_count: 0<br>total_time: 0<br>namelookup_time: 0<br>connect_time: 0.082<br>pretransfer_time: 0.266<br>size_upload: 0<br>size_download: 0<br>speed_download: 0<br>speed_upload: 0<br>download_content_length: 0<br>upload_content_length: 0<br>starttransfer_time: 0<br>redirect_time: 0<br>"
  ["debug_str"]=>
  string(34028) "2007-01-11 19:33:48.294509 soapclient: instantiating wsdl class with doc: https://mywebserver/P3PLWS/WSORDER.ASMX?wsdl
2007-01-11 19:33:48.294677 wsdl: initial wsdl URL: https://mywebserver/P3PLWS/WSORDER.ASMX?wsdl
2007-01-11 19:33:48.294743 wsdl: getting WSDL http(s) URL https://mywebserver/P3PLWS/WSORDER.ASMX?wsdl
2007-01-11 19:33:48.294855 soap_transport_http: scheme = https
2007-01-11 19:33:48.294895 soap_transport_http: host = mywebserver
2007-01-11 19:33:48.294928 soap_transport_http: path = /P3PLWS/WSORDER.ASMX
2007-01-11 19:33:48.294960 soap_transport_http: query = wsdl
2007-01-11 19:33:48.295004 soap_transport_http: set Host: mywebserver
2007-01-11 19:33:48.295068 soap_transport_http: set User-Agent: NuSOAP/0.7.2 (1.94)
2007-01-11 19:33:48.295109 soap_transport_http: set Accept-Encoding: gzip, deflate
2007-01-11 19:33:48.295144 soap_transport_http: set Connection: close
2007-01-11 19:33:48.295186 soap_transport_http: entered send() with data of length: 0
2007-01-11 19:33:48.295235 soap_transport_http: connect connection_timeout 0, response_timeout 30, scheme https, host mywebserver, port 443
2007-01-11 19:33:48.295275 soap_transport_http: connect using https
2007-01-11 19:33:48.295387 soap_transport_http: cURL connection set up
2007-01-11 19:33:48.295442 soap_transport_http: set Content-Length: 0
2007-01-11 19:33:48.295477 soap_transport_http: HTTP request: GET /P3PLWS/WSORDER.ASMX?wsdl HTTP/1.1
2007-01-11 19:33:48.295513 soap_transport_http: HTTP header: Host: mywebserver
2007-01-11 19:33:48.295548 soap_transport_http: HTTP header: User-Agent: NuSOAP/0.7.2 (1.94)
2007-01-11 19:33:48.295585 soap_transport_http: HTTP header: Accept-Encoding: gzip, deflate
2007-01-11 19:33:48.295621 soap_transport_http: HTTP header: Connection: close
2007-01-11 19:33:48.295656 soap_transport_http: HTTP header: Content-Length: 0
2007-01-11 19:33:48.295723 soap_transport_http: set cURL payload
2007-01-11 19:33:48.295763 soap_transport_http: send and receive with cURL
2007-01-11 19:33:49.640051 soap_transport_http: No cURL error, closing cURL
2007-01-11 19:33:49.641634 soap_transport_http: found proper separation of headers and document
2007-01-11 19:33:49.641673 soap_transport_http: cleaned data, stringlen: 6547
2007-01-11 19:33:49.641824 soap_transport_http: No Content-Encoding header
2007-01-11 19:33:49.641867 soap_transport_http: end of send()
2007-01-11 19:33:49.641929 wsdl: got WSDL URL
2007-01-11 19:33:49.641967 wsdl: Parse WSDL
2007-01-11 19:33:49.642551 wsdl: Parsing WSDL schema
2007-01-11 19:33:49.642670 xmlschema: xmlschema class instantiated, inside constructor
2007-01-11 19:33:49.642895 xmlschema: <http://p3pl.propack.com/> processing untyped element ProcessOrder
2007-01-11 19:33:49.643006 xmlschema: <http://p3pl.propack.com/> processing unnamed complexType for element ProcessOrder
2007-01-11 19:33:49.643218 xmlschema: <http://p3pl.propack.com/> processing typed element NewOrder of type http://p3pl.propack.com/:XOrder
2007-01-11 19:33:49.643312 xmlschema: <http://p3pl.propack.com/> done processing element NewOrder
2007-01-11 19:33:49.643426 xmlschema: <http://p3pl.propack.com/> done processing complexType ProcessOrder_ContainedType
2007-01-11 19:33:49.643501 xmlschema: <http://p3pl.propack.com/> done processing element ProcessOrder
2007-01-11 19:33:49.643598 xmlschema: <http://p3pl.propack.com/> processing named complexType XOrder
2007-01-11 19:33:49.643810 xmlschema: <http://p3pl.propack.com/> processing typed element OrderNumber of type http://www.w3.org/2001/XMLSchema:string
2007-01-11 19:33:49.643899 xmlschema: <http://p3pl.propack.com/> done processing element OrderNumber
2007-01-11 19:33:49.644042 xmlschema: <http://p3pl.propack.com/> processing typed element ClientShortName of type http://www.w3.org/2001/XMLSchema:string
2007-01-11 19:33:49.644127 xmlschema: <http://p3pl.propack.com/> done processing element ClientShortName
2007-01-11 19:33:49.644268 xmlschema: <http://p3pl.propack.com/> processing typed element ConsigneeName of type http://www.w3.org/2001/XMLSchema:string
2007-01-11 19:33:49.644352 xmlschema: <http://p3pl.propack.com/> done processing element ConsigneeName
2007-01-11 19:33:49.644493 xmlschema: <http://p3pl.propack.com/> processing typed element ConsigneeCompany of type http://www.w3.org/2001/XMLSchema:string
2007-01-11 19:33:49.644581 xmlschema: <http://p3pl.propack.com/> done processing element ConsigneeCompany
2007-01-11 19:33:49.644756 xmlschema: <http://p3pl.propack.com/> processing typed element ConsigneeEmail of type http://www.w3.org/2001/XMLSchema:string
2007-01-11 19:33:49.644846 xmlschema: <http://p3pl.propack.com/> done processing element ConsigneeEmail
2007-01-11 19:33:49.644988 xmlschema: <http://p3pl.propack.com/> processing typed element ConsigneePhone of type http://www.w3.org/2001/XMLSchema:string
2007-01-11 19:33:49.645075 xmlschema: <http://p3pl.propack.com/> done processing element ConsigneePhone
2007-01-11 19:33:49.645217 xmlschema: <http://p3pl.propack.com/> processing typed element ConsigneeAddress1 of type http://www.w3.org/2001/XMLSchema:string
2007-01-11 19:33:49.645305 xmlschema: <http://p3pl.propack.com/> done processing element ConsigneeAddress1
2007-01-11 19:33:49.645448 xmlschema: <http://p3pl.propack.com/> processing typed element ConsigneeAddress2 of type http://www.w3.org/2001/XMLSchema:string
2007-01-11 19:33:49.645533 xmlschema: <http://p3pl.propack.com/> done processing element ConsigneeAddress2
2007-01-11 19:33:49.645675 xmlschema: <http://p3pl.propack.com/> processing typed element ConsigneeCity of type http://www.w3.org/2001/XMLSchema:string
2007-01-11 19:33:49.645761 xmlschema: <http://p3pl.propack.com/> done processing element ConsigneeCity
2007-01-11 19:33:49.645904 xmlschema: <http://p3pl.propack.com/> processing typed element ConsigneeStateProvince of type http://www.w3.org/2001/XMLSchema:string
2007-01-11 19:33:49.645990 xmlschema: <http://p3pl.propack.com/> done processing element ConsigneeStateProvince
2007-01-11 19:33:49.646131 xmlschema: <http://p3pl.propack.com/> processing typed element ConsigneeCountry of type http://www.w3.org/2001/XMLSchema:string
2007-01-11 19:33:49.646216 xmlschema: <http://p3pl.propack.com/> done processing element ConsigneeCountry
2007-01-11 19:33:49.646359 xmlschema: <http://p3pl.propack.com/> processing typed element ConsigneePostalCode of type http://www.w3.org/2001/XMLSchema:string
2007-01-11 19:33:49.646444 xmlschema: <http://p3pl.propack.com/> done processing element ConsigneePostalCode
2007-01-11 19:33:49.646586 xmlschema: <http://p3pl.propack.com/> processing typed element ShippingMethod of type http://www.w3.org/2001/XMLSchema:string
2007-01-11 19:33:49.646678 xmlschema: <http://p3pl.propack.com/> done processing element ShippingMethod
2007-01-11 19:33:49.646819 xmlschema: <http://p3pl.propack.com/> processing typed element CODAmount of type http://www.w3.org/2001/XMLSchema:decimal
2007-01-11 19:33:49.646905 xmlschema: <http://p3pl.propack.com/> done processing element CODAmount
2007-01-11 19:33:49.647046 xmlschema: <http://p3pl.propack.com/> processing typed element InsAmount of type http://www.w3.org/2001/XMLSchema:decimal
2007-01-11 19:33:49.647135 xmlschema: <http://p3pl.propack.com/> done processing element InsAmount
2007-01-11 19:33:49.647276 xmlschema: <http://p3pl.propack.com/> processing typed element ConsigneePONumber of type http://www.w3.org/2001/XMLSchema:string
2007-01-11 19:33:49.647363 xmlschema: <http://p3pl.propack.com/> done processing element ConsigneePONumber
2007-01-11 19:33:49.647505 xmlschema: <http://p3pl.propack.com/> processing typed element ConsigneeClientID of type http://www.w3.org/2001/XMLSchema:string
2007-01-11 19:33:49.647598 xmlschema: <http://p3pl.propack.com/> done processing element ConsigneeClientID
2007-01-11 19:33:49.647739 xmlschema: <http://p3pl.propack.com/> processing typed element ReferenceInfo of type http://www.w3.org/2001/XMLSchema:string
2007-01-11 19:33:49.647825 xmlschema: <http://p3pl.propack.com/> done processing element ReferenceInfo
2007-01-11 19:33:49.647967 xmlschema: <http://p3pl.propack.com/> processing typed element ReferenceAdditional of type http://www.w3.org/2001/XMLSchema:string
2007-01-11 19:33:49.648059 xmlschema: <http://p3pl.propack.com/> done processing element ReferenceAdditional
2007-01-11 19:33:49.648202 xmlschema: <http://p3pl.propack.com/> processing typed element ClientComments of type http://www.w3.org/2001/XMLSchema:string
2007-01-11 19:33:49.648295 xmlschema: <http://p3pl.propack.com/> done processing element ClientComments
2007-01-11 19:33:49.648438 xmlschema: <http://p3pl.propack.com/> processing typed element P3PLComments of type http://www.w3.org/2001/XMLSchema:string
2007-01-11 19:33:49.648527 xmlschema: <http://p3pl.propack.com/> done processing element P3PLComments
2007-01-11 19:33:49.648670 xmlschema: <http://p3pl.propack.com/> processing typed element P3PLUserID of type http://www.w3.org/2001/XMLSchema:string
2007-01-11 19:33:49.648761 xmlschema: <http://p3pl.propack.com/> done processing element P3PLUserID
2007-01-11 19:33:49.648903 xmlschema: <http://p3pl.propack.com/> processing typed element P3PLUserPWD of type http://www.w3.org/2001/XMLSchema:string
2007-01-11 19:33:49.648997 xmlschema: <http://p3pl.propack.com/> done processing element P3PLUserPWD
2007-01-11 19:33:49.649139 xmlschema: <http://p3pl.propack.com/> processing typed element LineItems of type http://p3pl.propack.com/:ArrayOfLineItem
2007-01-11 19:33:49.649232 xmlschema: <http://p3pl.propack.com/> done processing element LineItems
2007-01-11 19:33:49.649374 xmlschema: <http://p3pl.propack.com/> processing typed element OrderError of type http://www.w3.org/2001/XMLSchema:string
2007-01-11 19:33:49.649463 xmlschema: <http://p3pl.propack.com/> done processing element OrderError
2007-01-11 19:33:49.649574 xmlschema: <http://p3pl.propack.com/> done processing complexType XOrder
2007-01-11 19:33:49.649675 xmlschema: <http://p3pl.propack.com/> processing named complexType ArrayOfLineItem
2007-01-11 19:33:49.649903 xmlschema: <http://p3pl.propack.com/> processing typed element LineItem of type http://p3pl.propack.com/:LineItem
2007-01-11 19:33:49.649998 xmlschema: <http://p3pl.propack.com/> done processing element LineItem
2007-01-11 19:33:49.650109 xmlschema: <http://p3pl.propack.com/> done processing complexType ArrayOfLineItem
2007-01-11 19:33:49.650207 xmlschema: <http://p3pl.propack.com/> processing named complexType LineItem
2007-01-11 19:33:49.650426 xmlschema: <http://p3pl.propack.com/> processing typed element ProductSKU of type http://www.w3.org/2001/XMLSchema:string
2007-01-11 19:33:49.650517 xmlschema: <http://p3pl.propack.com/> done processing element ProductSKU
2007-01-11 19:33:49.650659 xmlschema: <http://p3pl.propack.com/> processing typed element Qty of type http://www.w3.org/2001/XMLSchema:int
2007-01-11 19:33:49.650749 xmlschema: <http://p3pl.propack.com/> done processing element Qty
2007-01-11 19:33:49.650892 xmlschema: <http://p3pl.propack.com/> processing typed element ItemComment of type http://www.w3.org/2001/XMLSchema:string
2007-01-11 19:33:49.650987 xmlschema: <http://p3pl.propack.com/> done processing element ItemComment
2007-01-11 19:33:49.651131 xmlschema: <http://p3pl.propack.com/> processing typed element ItemError of type http://www.w3.org/2001/XMLSchema:string
2007-01-11 19:33:49.651227 xmlschema: <http://p3pl.propack.com/> done processing element ItemError
2007-01-11 19:33:49.651338 xmlschema: <http://p3pl.propack.com/> done processing complexType LineItem
2007-01-11 19:33:49.651437 xmlschema: <http://p3pl.propack.com/> processing named complexType XOrderRet
2007-01-11 19:33:49.651633 xmlschema: <http://p3pl.propack.com/> extension http://p3pl.propack.com/:XOrder
2007-01-11 19:33:49.651848 xmlschema: <http://p3pl.propack.com/> processing typed element OrderErrors of type http://www.w3.org/2001/XMLSchema:string
2007-01-11 19:33:49.651940 xmlschema: <http://p3pl.propack.com/> done processing element OrderErrors
2007-01-11 19:33:49.652084 xmlschema: <http://p3pl.propack.com/> processing typed element OrderResult of type http://www.w3.org/2001/XMLSchema:string
2007-01-11 19:33:49.652174 xmlschema: <http://p3pl.propack.com/> done processing element OrderResult
2007-01-11 19:33:49.652357 xmlschema: <http://p3pl.propack.com/> done processing complexType XOrderRet
2007-01-11 19:33:49.652459 xmlschema: <http://p3pl.propack.com/> processing untyped element ProcessOrderResponse
2007-01-11 19:33:49.652569 xmlschema: <http://p3pl.propack.com/> processing unnamed complexType for element ProcessOrderResponse
2007-01-11 19:33:49.652788 xmlschema: <http://p3pl.propack.com/> processing typed element ProcessOrderResult of type http://p3pl.propack.com/:XOrderRet
2007-01-11 19:33:49.652886 xmlschema: <http://p3pl.propack.com/> done processing element ProcessOrderResult
2007-01-11 19:33:49.652998 xmlschema: <http://p3pl.propack.com/> done processing complexType ProcessOrderResponse_ContainedType
2007-01-11 19:33:49.653073 xmlschema: <http://p3pl.propack.com/> done processing element ProcessOrderResponse
2007-01-11 19:33:49.653163 wsdl: Parsing WSDL schema done
2007-01-11 19:33:49.653384 wsdl: msg ProcessOrderSoapIn: found part parameters: parameters,http://p3pl.propack.com/:ProcessOrder
2007-01-11 19:33:49.653608 wsdl: msg ProcessOrderSoapOut: found part parameters: parameters,http://p3pl.propack.com/:ProcessOrderResponse
2007-01-11 19:33:49.653808 wsdl: portType WSOrderSoap operation: ProcessOrder
2007-01-11 19:33:49.654174 wsdl: current binding: WSOrderSoap of portType: http://p3pl.propack.com/:WSOrderSoap
2007-01-11 19:33:49.654366 wsdl: current binding operation: ProcessOrder
2007-01-11 19:33:49.654949 wsdl: current binding: WSOrderSoap12 of portType: http://p3pl.propack.com/:WSOrderSoap
2007-01-11 19:33:49.655129 wsdl: current binding operation: ProcessOrder
2007-01-11 19:33:49.655647 wsdl: current service: WSOrder
2007-01-11 19:33:49.655763 wsdl: current port: WSOrderSoap
2007-01-11 19:33:49.655980 wsdl: current port: WSOrderSoap12
2007-01-11 19:33:49.656171 wsdl: Parsing WSDL done
2007-01-11 19:33:49.656265 wsdl: post-parse data gathering for ProcessOrder
2007-01-11 19:33:49.656375 wsdl: post-parse data gathering for ProcessOrder
2007-01-11 19:33:49.656543 soapclient: got 1 operations from wsdl https://mywebserver/P3PLWS/WSORDER.ASMX?wsdl
2007-01-11 19:33:49.656674 soapclient: call: operation=ProcessOrder, namespace=Array, soapAction=, rpcParams=, style=rpc, use=encoded, endpointType=wsdl
params=array(1) {
  ["message"]=>
  object(soapval)(19) {
    ["title"]=>
    string(6) "NuSOAP"
    ["version"]=>
    string(5) "0.7.2"
    ["revision"]=>
    string(17) "$Revision: 1.94 $"
    ["error_str"]=>
    string(0) ""
    ["debug_str"]=>
    string(0) ""
    ["charencoding"]=>
    bool(true)
    ["debugLevel"]=>
    int(9)
    ["XMLSchemaVersion"]=>
    string(32) "http://www.w3.org/2001/XMLSchema"
    ["soap_defencoding"]=>
    string(10) "ISO-8859-1"
    ["namespaces"]=>
    array(4) {
      ["SOAP-ENV"]=>
      string(41) "http://schemas.xmlsoap.org/soap/envelope/"
      ["xsd"]=>
      string(32) "http://www.w3.org/2001/XMLSchema"
      ["xsi"]=>
      string(41) "http://www.w3.org/2001/XMLSchema-instance"
      ["SOAP-ENC"]=>
      string(41) "http://schemas.xmlsoap.org/soap/encoding/"
    }
    ["usedNamespaces"]=>
    array(0) {
    }
    ["typemap"]=>
    array(6) {
      ["http://www.w3.org/2001/XMLSchema"]=>
      array(43) {
        ["string"]=>
        string(6) "string"
        ["boolean"]=>
        string(7) "boolean"
        ["float"]=>
        string(6) "double"
        ["double"]=>
        string(6) "double"
        ["decimal"]=>
        string(6) "double"
        ["duration"]=>
        string(0) ""
        ["dateTime"]=>
        string(6) "string"
        ["time"]=>
        string(6) "string"
        ["date"]=>
        string(6) "string"
        ["gYearMonth"]=>
        string(0) ""
        ["gYear"]=>
        string(0) ""
        ["gMonthDay"]=>
        string(0) ""
        ["gDay"]=>
        string(0) ""
        ["gMonth"]=>
        string(0) ""
        ["hexBinary"]=>
        string(6) "string"
        ["base64Binary"]=>
        string(6) "string"
        ["anyType"]=>
        string(6) "string"
        ["anySimpleType"]=>
        string(6) "string"
        ["normalizedString"]=>
        string(6) "string"
        ["token"]=>
        string(6) "string"
        ["language"]=>
        string(0) ""
        ["NMTOKEN"]=>
        string(0) ""
        ["NMTOKENS"]=>
        string(0) ""
        ["Name"]=>
        string(0) ""
        ["NCName"]=>
        string(0) ""
        ["ID"]=>
        string(0) ""
        ["IDREF"]=>
        string(0) ""
        ["IDREFS"]=>
        string(0) ""
        ["ENTITY"]=>
        string(0) ""
        ["ENTITIES"]=>
        string(0) ""
        ["integer"]=>
        string(7) "integer"
        ["nonPositiveInteger"]=>
        string(7) "integer"
        ["negativeInteger"]=>
        string(7) "integer"
        ["long"]=>
        string(7) "integer"
        ["int"]=>
        string(7) "integer"
        ["short"]=>
        string(7) "integer"
        ["byte"]=>
        string(7) "integer"
        ["nonNegativeInteger"]=>
        string(7) "integer"
        ["unsignedLong"]=>
        string(0) ""
        ["unsignedInt"]=>
        string(0) ""
        ["unsignedShort"]=>
        string(0) ""
        ["unsignedByte"]=>
        string(0) ""
        ["positiveInteger"]=>
        string(0) ""
      }
      ["http://www.w3.org/2000/10/XMLSchema"]=>
      array(11) {
        ["i4"]=>
        string(0) ""
        ["int"]=>
        string(7) "integer"
        ["boolean"]=>
        string(7) "boolean"
        ["string"]=>
        string(6) "string"
        ["double"]=>
        string(6) "double"
        ["float"]=>
        string(6) "double"
        ["dateTime"]=>
        string(6) "string"
        ["timeInstant"]=>
        string(6) "string"
        ["base64Binary"]=>
        string(6) "string"
        ["base64"]=>
        string(6) "string"
        ["ur-type"]=>
        string(5) "array"
      }
      ["http://www.w3.org/1999/XMLSchema"]=>
      array(11) {
        ["i4"]=>
        string(0) ""
        ["int"]=>
        string(7) "integer"
        ["boolean"]=>
        string(7) "boolean"
        ["string"]=>
        string(6) "string"
        ["double"]=>
        string(6) "double"
        ["float"]=>
        string(6) "double"
        ["dateTime"]=>
        string(6) "string"
        ["timeInstant"]=>
        string(6) "string"
        ["base64Binary"]=>
        string(6) "string"
        ["base64"]=>
        string(6) "string"
        ["ur-type"]=>
        string(5) "array"
      }
      ["http://soapinterop.org/xsd"]=>
      array(1) {
        ["SOAPStruct"]=>
        string(6) "struct"
      }
      ["http://schemas.xmlsoap.org/soap/encoding/"]=>
      array(3) {
        ["base64"]=>
        string(6) "string"
        ["array"]=>
        string(5) "array"
        ["Array"]=>
        string(5) "array"
      }
      ["http://xml.apache.org/xml-soap"]=>
      array(1) {
        [0]=>
        string(3) "Map"
      }
    }
    ["xmlEntities"]=>
    array(5) {
      ["quot"]=>
      string(1) """
      ["amp"]=>
      string(1) "&"
      ["lt"]=>
      string(1) "<"
      ["gt"]=>
      string(1) ">"
      ["apos"]=>
      string(1) "'"
    }
    ["name"]=>
    string(6) "XOrder"
    ["type"]=>
    string(6) "XOrder"
    ["value"]=>
    array(3) {
      ["ClientShortName"]=>
      string(10) "DemoClient"
      ["P3PLUserID"]=>
      string(4) "demo"
      ["P3PLUserPWD"]=>
      string(12) "demopassword"
    }
    ["element_ns"]=>
    bool(false)
    ["type_ns"]=>
    bool(false)
    ["attributes"]=>
    bool(false)
  }
}
headers=bool(false)
2007-01-11 19:33:49.656975 soapclient: found operation
opData=array(9) {
  ["name"]=>
  string(12) "ProcessOrder"
  ["binding"]=>
  string(11) "WSOrderSoap"
  ["endpoint"]=>
  string(40) "https://mywebserver/P3PLWS/WSORDER.ASMX"
  ["soapAction"]=>
  string(36) "http://p3pl.propack.com/ProcessOrder"
  ["style"]=>
  string(8) "document"
  ["input"]=>
  array(3) {
    ["use"]=>
    string(7) "literal"
    ["message"]=>
    string(18) "ProcessOrderSoapIn"
    ["parts"]=>
    array(1) {
      ["parameters"]=>
      string(37) "http://p3pl.propack.com/:ProcessOrder"
    }
  }
  ["output"]=>
  array(3) {
    ["use"]=>
    string(7) "literal"
    ["message"]=>
    string(19) "ProcessOrderSoapOut"
    ["parts"]=>
    array(1) {
      ["parameters"]=>
      string(45) "http://p3pl.propack.com/:ProcessOrderResponse"
    }
  }
  ["transport"]=>
  string(36) "http://schemas.xmlsoap.org/soap/http"
  ["documentation"]=>
  string(0) ""
}
2007-01-11 19:33:49.657238 soapclient: serializing param array for WSDL operation ProcessOrder
2007-01-11 19:33:49.657283 wsdl: in serializeRPCParameters: operation=ProcessOrder, direction=input, XMLSchemaVersion=http://www.w3.org/2001/XMLSchema
parameters=array(1) {
  ["message"]=>
  object(soapval)(19) {
    ["title"]=>
    string(6) "NuSOAP"
    ["version"]=>
    string(5) "0.7.2"
    ["revision"]=>
    string(17) "$Revision: 1.94 $"
    ["error_str"]=>
    string(0) ""
    ["debug_str"]=>
    string(0) ""
    ["charencoding"]=>
    bool(true)
    ["debugLevel"]=>
    int(9)
    ["XMLSchemaVersion"]=>
    string(32) "http://www.w3.org/2001/XMLSchema"
    ["soap_defencoding"]=>
    string(10) "ISO-8859-1"
    ["namespaces"]=>
    array(4) {
      ["SOAP-ENV"]=>
      string(41) "http://schemas.xmlsoap.org/soap/envelope/"
      ["xsd"]=>
      string(32) "http://www.w3.org/2001/XMLSchema"
      ["xsi"]=>
      string(41) "http://www.w3.org/2001/XMLSchema-instance"
      ["SOAP-ENC"]=>
      string(41) "http://schemas.xmlsoap.org/soap/encoding/"
    }
    ["usedNamespaces"]=>
    array(0) {
    }
    ["typemap"]=>
    array(6) {
      ["http://www.w3.org/2001/XMLSchema"]=>
      array(43) {
        ["string"]=>
        string(6) "string"
        ["boolean"]=>
        string(7) "boolean"
        ["float"]=>
        string(6) "double"
        ["double"]=>
        string(6) "double"
        ["decimal"]=>
        string(6) "double"
        ["duration"]=>
        string(0) ""
        ["dateTime"]=>
        string(6) "string"
        ["time"]=>
        string(6) "string"
        ["date"]=>
        string(6) "string"
        ["gYearMonth"]=>
        string(0) ""
        ["gYear"]=>
        string(0) ""
        ["gMonthDay"]=>
        string(0) ""
        ["gDay"]=>
        string(0) ""
        ["gMonth"]=>
        string(0) ""
        ["hexBinary"]=>
        string(6) "string"
        ["base64Binary"]=>
        string(6) "string"
        ["anyType"]=>
        string(6) "string"
        ["anySimpleType"]=>
        string(6) "string"
        ["normalizedString"]=>
        string(6) "string"
        ["token"]=>
        string(6) "string"
        ["language"]=>
        string(0) ""
        ["NMTOKEN"]=>
        string(0) ""
        ["NMTOKENS"]=>
        string(0) ""
        ["Name"]=>
        string(0) ""
        ["NCName"]=>
        string(0) ""
        ["ID"]=>
        string(0) ""
        ["IDREF"]=>
        string(0) ""
        ["IDREFS"]=>
        string(0) ""
        ["ENTITY"]=>
        string(0) ""
        ["ENTITIES"]=>
        string(0) ""
        ["integer"]=>
        string(7) "integer"
        ["nonPositiveInteger"]=>
        string(7) "integer"
        ["negativeInteger"]=>
        string(7) "integer"
        ["long"]=>
        string(7) "integer"
        ["int"]=>
        string(7) "integer"
        ["short"]=>
        string(7) "integer"
        ["byte"]=>
        string(7) "integer"
        ["nonNegativeInteger"]=>
        string(7) "integer"
        ["unsignedLong"]=>
        string(0) ""
        ["unsignedInt"]=>
        string(0) ""
        ["unsignedShort"]=>
        string(0) ""
        ["unsignedByte"]=>
        string(0) ""
        ["positiveInteger"]=>
        string(0) ""
      }
      ["http://www.w3.org/2000/10/XMLSchema"]=>
      array(11) {
        ["i4"]=>
        string(0) ""
        ["int"]=>
        string(7) "integer"
        ["boolean"]=>
        string(7) "boolean"
        ["string"]=>
        string(6) "string"
        ["double"]=>
        string(6) "double"
        ["float"]=>
        string(6) "double"
        ["dateTime"]=>
        string(6) "string"
        ["timeInstant"]=>
        string(6) "string"
        ["base64Binary"]=>
        string(6) "string"
        ["base64"]=>
        string(6) "string"
        ["ur-type"]=>
        string(5) "array"
      }
      ["http://www.w3.org/1999/XMLSchema"]=>
      array(11) {
        ["i4"]=>
        string(0) ""
        ["int"]=>
        string(7) "integer"
        ["boolean"]=>
        string(7) "boolean"
        ["string"]=>
        string(6) "string"
        ["double"]=>
        string(6) "double"
        ["float"]=>
        string(6) "double"
        ["dateTime"]=>
        string(6) "string"
        ["timeInstant"]=>
        string(6) "string"
        ["base64Binary"]=>
        string(6) "string"
        ["base64"]=>
        string(6) "string"
        ["ur-type"]=>
        string(5) "array"
      }
      ["http://soapinterop.org/xsd"]=>
      array(1) {
        ["SOAPStruct"]=>
        string(6) "struct"
      }
      ["http://schemas.xmlsoap.org/soap/encoding/"]=>
      array(3) {
        ["base64"]=>
        string(6) "string"
        ["array"]=>
        string(5) "array"
        ["Array"]=>
        string(5) "array"
      }
      ["http://xml.apache.org/xml-soap"]=>
      array(1) {
        [0]=>
        string(3) "Map"
      }
    }
    ["xmlEntities"]=>
    array(5) {
      ["quot"]=>
      string(1) """
      ["amp"]=>
      string(1) "&"
      ["lt"]=>
      string(1) "<"
      ["gt"]=>
      string(1) ">"
      ["apos"]=>
      string(1) "'"
    }
    ["name"]=>
    string(6) "XOrder"
    ["type"]=>
    string(6) "XOrder"
    ["value"]=>
    array(3) {
      ["ClientShortName"]=>
      string(10) "DemoClient"
      ["P3PLUserID"]=>
      string(4) "demo"
      ["P3PLUserPWD"]=>
      string(12) "demopassword"
    }
    ["element_ns"]=>
    bool(false)
    ["type_ns"]=>
    bool(false)
    ["attributes"]=>
    bool(false)
  }
}
2007-01-11 19:33:49.657562 wsdl: opData:
array(9) {
  ["name"]=>
  string(12) "ProcessOrder"
  ["binding"]=>
  string(11) "WSOrderSoap"
  ["endpoint"]=>
  string(40) "https://mywebserver/P3PLWS/WSORDER.ASMX"
  ["soapAction"]=>
  string(36) "http://p3pl.propack.com/ProcessOrder"
  ["style"]=>
  string(8) "document"
  ["input"]=>
  array(3) {
    ["use"]=>
    string(7) "literal"
    ["message"]=>
    string(18) "ProcessOrderSoapIn"
    ["parts"]=>
    array(1) {
      ["parameters"]=>
      string(37) "http://p3pl.propack.com/:ProcessOrder"
    }
  }
  ["output"]=>
  array(3) {
    ["use"]=>
    string(7) "literal"
    ["message"]=>
    string(19) "ProcessOrderSoapOut"
    ["parts"]=>
    array(1) {
      ["parameters"]=>
      string(45) "http://p3pl.propack.com/:ProcessOrderResponse"
    }
  }
  ["transport"]=>
  string(36) "http://schemas.xmlsoap.org/soap/http"
  ["documentation"]=>
  string(0) ""
}
2007-01-11 19:33:49.657652 wsdl: have 1 part(s) to serialize
2007-01-11 19:33:49.657698 wsdl: have 1 parameter(s) provided as arrayStruct to serialize
2007-01-11 19:33:49.657738 wsdl: serializing part "parameters" of type "http://p3pl.propack.com/:ProcessOrder"
2007-01-11 19:33:49.657781 wsdl: calling serializeType w/null param
2007-01-11 19:33:49.657829 wsdl: in serializeType: name=parameters, type=http://p3pl.propack.com/:ProcessOrder, use=literal, encodingStyle=, unqualified=qualified
value=NULL
2007-01-11 19:33:49.657893 wsdl: in serializeType: got a prefixed type: ProcessOrder, http://p3pl.propack.com/
2007-01-11 19:33:49.657941 wsdl: in getTypeDef: type=ProcessOrder, ns=http://p3pl.propack.com/
2007-01-11 19:33:49.657979 wsdl: in getTypeDef: have schema for namespace http://p3pl.propack.com/
2007-01-11 19:33:49.658030 xmlschema: <http://p3pl.propack.com/> in getTypeDef, found element ProcessOrder
2007-01-11 19:33:49.658085 xmlschema: <http://p3pl.propack.com/> in getTypeDef, found complexType ProcessOrder_ContainedType
2007-01-11 19:33:49.658126 xmlschema: <http://p3pl.propack.com/> in getTypeDef, found type for element ProcessOrder:
2007-01-11 19:33:49.658188 xmlschema: <http://p3pl.propack.com/> array(4) {
  ["typeClass"]=>
  string(11) "complexType"
  ["phpType"]=>
  string(6) "struct"
  ["compositor"]=>
  string(8) "sequence"
  ["elements"]=>
  array(1) {
    ["NewOrder"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(8) "NewOrder"
      ["type"]=>
      string(31) "http://p3pl.propack.com/:XOrder"
      ["form"]=>
      string(9) "qualified"
    }
  }
}

2007-01-11 19:33:49.658260 wsdl: in serializeType: found typeDef
typeDef=array(6) {
  ["name"]=>
  string(12) "ProcessOrder"
  ["form"]=>
  string(9) "qualified"
  ["typeClass"]=>
  string(7) "element"
  ["type"]=>
  string(51) "http://p3pl.propack.com/:ProcessOrder_ContainedType"
  ["phpType"]=>
  string(6) "struct"
  ["elements"]=>
  array(1) {
    ["NewOrder"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(8) "NewOrder"
      ["type"]=>
      string(31) "http://p3pl.propack.com/:XOrder"
      ["form"]=>
      string(9) "qualified"
    }
  }
}
2007-01-11 19:33:49.658344 wsdl: in serializeType: uqType: ProcessOrder, ns: http://p3pl.propack.com/, phptype: struct, arrayType:
2007-01-11 19:33:49.658392 wsdl: in serializeType: returning: <ProcessOrder xmlns="http://p3pl.propack.com/"/>

2007-01-11 19:33:49.658434 wsdl: serializeRPCParameters returning: <ProcessOrder xmlns="http://p3pl.propack.com/"/>
2007-01-11 19:33:49.658519 soapclient: In serializeEnvelope length=48 body (max 1000 characters)=<ProcessOrder xmlns="http://p3pl.propack.com/"/> style=document use=literal encodingStyle=
2007-01-11 19:33:49.658567 soapclient: headers:
bool(false)
2007-01-11 19:33:49.658611 soapclient: namespaces:
array(1) {
  ["ns5100"]=>
  array(1) {
    ["soapaction"]=>
    string(36) "http://p3pl.propack.com/ProcessOrder"
  }
}
2007-01-11 19:33:49.658701 soapclient: endpoint=https://mywebserver/P3PLWS/WSORDER.ASMX, soapAction=http://p3pl.propack.com/ProcessOrder, namespace=Array, style=document, use=literal, encodingStyle=
2007-01-11 19:33:49.658750 soapclient: SOAP message length=399 contents (max 1000 bytes)=<?xml version="1.0" encoding="ISO-8859-1"?><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns5100="Array"><SOAP-ENV:Body><ProcessOrder xmlns="http://p3pl.propack.com/"/></SOAP-ENV:Body></SOAP-ENV:Envelope>
2007-01-11 19:33:49.658829 soapclient: transporting via HTTP
2007-01-11 19:33:49.659175 soapclient: sending message, length=399
2007-01-11 19:33:49.658897 soap_transport_http: scheme = https
2007-01-11 19:33:49.658934 soap_transport_http: host = mywebserver
2007-01-11 19:33:49.658966 soap_transport_http: path = /P3PLWS/WSORDER.ASMX
2007-01-11 19:33:49.659005 soap_transport_http: set Host: mywebserver
2007-01-11 19:33:49.659063 soap_transport_http: set User-Agent: NuSOAP/0.7.2 (1.94)
2007-01-11 19:33:49.659104 soap_transport_http: set Content-Type: text/xml; charset=ISO-8859-1
2007-01-11 19:33:49.659139 soap_transport_http: set SOAPAction: "http://p3pl.propack.com/ProcessOrder"
2007-01-11 19:33:49.659237 soap_transport_http: entered send() with data of length: 399
2007-01-11 19:33:49.659284 soap_transport_http: connect connection_timeout 0, response_timeout 30, scheme https, host mywebserver, port 443
2007-01-11 19:33:49.659323 soap_transport_http: connect using https
2007-01-11 19:33:49.659418 soap_transport_http: cURL connection set up
2007-01-11 19:33:49.659471 soap_transport_http: set Content-Length: 399
2007-01-11 19:33:49.659506 soap_transport_http: HTTP request: POST /P3PLWS/WSORDER.ASMX HTTP/1.0
2007-01-11 19:33:49.659542 soap_transport_http: HTTP header: Host: mywebserver
2007-01-11 19:33:49.659577 soap_transport_http: HTTP header: User-Agent: NuSOAP/0.7.2 (1.94)
2007-01-11 19:33:49.659611 soap_transport_http: HTTP header: Content-Type: text/xml; charset=ISO-8859-1
2007-01-11 19:33:49.659645 soap_transport_http: HTTP header: SOAPAction: "http://p3pl.propack.com/ProcessOrder"
2007-01-11 19:33:49.659682 soap_transport_http: HTTP header: Content-Length: 399
2007-01-11 19:33:49.659755 soap_transport_http: set cURL payload
2007-01-11 19:33:49.659793 soap_transport_http: send and receive with cURL
2007-01-11 19:33:50.119602 soap_transport_http: cURL ERROR: 56: SSL read: error:00000000:lib(0):func(0):reason(0), errno 104<br>url: https://mywebserver:443/P3PLWS/WSORDER.ASMX<br>http_code: 0<br>header_size: 0<br>request_size: 691<br>filetime: -1<br>ssl_verify_result: 0<br>redirect_count: 0<br>total_time: 0<br>namelookup_time: 0<br>connect_time: 0.082<br>pretransfer_time: 0.266<br>size_upload: 0<br>size_download: 0<br>speed_download: 0<br>speed_upload: 0<br>download_content_length: 0<br>upload_content_length: 0<br>starttransfer_time: 0<br>redirect_time: 0<br>

2007-01-11 19:33:50.119766 soap_transport_http: end of send()
2007-01-11 19:33:50.119919 soapclient: Error: HTTP Error: cURL ERROR: 56: SSL read: error:00000000:lib(0):func(0):reason(0), errno 104<br>url: https://mywebserver:443/P3PLWS/WSORDER.ASMX<br>http_code: 0<br>header_size: 0<br>request_size: 691<br>filetime: -1<br>ssl_verify_result: 0<br>redirect_count: 0<br>total_time: 0<br>namelookup_time: 0<br>connect_time: 0.082<br>pretransfer_time: 0.266<br>size_upload: 0<br>size_download: 0<br>speed_download: 0<br>speed_upload: 0<br>download_content_length: 0<br>upload_content_length: 0<br>starttransfer_time: 0<br>redirect_time: 0<br>

"
  ["charencoding"]=>
  bool(true)
  ["debugLevel"]=>
  int(9)
  ["XMLSchemaVersion"]=>
  string(32) "http://www.w3.org/2001/XMLSchema"
  ["soap_defencoding"]=>
  string(10) "ISO-8859-1"
  ["namespaces"]=>
  array(4) {
    ["SOAP-ENV"]=>
    string(41) "http://schemas.xmlsoap.org/soap/envelope/"
    ["xsd"]=>
    string(32) "http://www.w3.org/2001/XMLSchema"
    ["xsi"]=>
    string(41) "http://www.w3.org/2001/XMLSchema-instance"
    ["SOAP-ENC"]=>
    string(41) "http://schemas.xmlsoap.org/soap/encoding/"
  }
  ["usedNamespaces"]=>
  array(0) {
  }
  ["typemap"]=>
  array(6) {
    ["http://www.w3.org/2001/XMLSchema"]=>
    array(43) {
      ["string"]=>
      string(6) "string"
      ["boolean"]=>
      string(7) "boolean"
      ["float"]=>
      string(6) "double"
      ["double"]=>
      string(6) "double"
      ["decimal"]=>
      string(6) "double"
      ["duration"]=>
      string(0) ""
      ["dateTime"]=>
      string(6) "string"
      ["time"]=>
      string(6) "string"
      ["date"]=>
      string(6) "string"
      ["gYearMonth"]=>
      string(0) ""
      ["gYear"]=>
      string(0) ""
      ["gMonthDay"]=>
      string(0) ""
      ["gDay"]=>
      string(0) ""
      ["gMonth"]=>
      string(0) ""
      ["hexBinary"]=>
      string(6) "string"
      ["base64Binary"]=>
      string(6) "string"
      ["anyType"]=>
      string(6) "string"
      ["anySimpleType"]=>
      string(6) "string"
      ["normalizedString"]=>
      string(6) "string"
      ["token"]=>
      string(6) "string"
      ["language"]=>
      string(0) ""
      ["NMTOKEN"]=>
      string(0) ""
      ["NMTOKENS"]=>
      string(0) ""
      ["Name"]=>
      string(0) ""
      ["NCName"]=>
      string(0) ""
      ["ID"]=>
      string(0) ""
      ["IDREF"]=>
      string(0) ""
      ["IDREFS"]=>
      string(0) ""
      ["ENTITY"]=>
      string(0) ""
      ["ENTITIES"]=>
      string(0) ""
      ["integer"]=>
      string(7) "integer"
      ["nonPositiveInteger"]=>
      string(7) "integer"
      ["negativeInteger"]=>
      string(7) "integer"
      ["long"]=>
      string(7) "integer"
      ["int"]=>
      string(7) "integer"
      ["short"]=>
      string(7) "integer"
      ["byte"]=>
      string(7) "integer"
      ["nonNegativeInteger"]=>
      string(7) "integer"
      ["unsignedLong"]=>
      string(0) ""
      ["unsignedInt"]=>
      string(0) ""
      ["unsignedShort"]=>
      string(0) ""
      ["unsignedByte"]=>
      string(0) ""
      ["positiveInteger"]=>
      string(0) ""
    }
    ["http://www.w3.org/2000/10/XMLSchema"]=>
    array(11) {
      ["i4"]=>
      string(0) ""
      ["int"]=>
      string(7) "integer"
      ["boolean"]=>
      string(7) "boolean"
      ["string"]=>
      string(6) "string"
      ["double"]=>
      string(6) "double"
      ["float"]=>
      string(6) "double"
      ["dateTime"]=>
      string(6) "string"
      ["timeInstant"]=>
      string(6) "string"
      ["base64Binary"]=>
      string(6) "string"
      ["base64"]=>
      string(6) "string"
      ["ur-type"]=>
      string(5) "array"
    }
    ["http://www.w3.org/1999/XMLSchema"]=>
    array(11) {
      ["i4"]=>
      string(0) ""
      ["int"]=>
      string(7) "integer"
      ["boolean"]=>
      string(7) "boolean"
      ["string"]=>
      string(6) "string"
      ["double"]=>
      string(6) "double"
      ["float"]=>
      string(6) "double"
      ["dateTime"]=>
      string(6) "string"
      ["timeInstant"]=>
      string(6) "string"
      ["base64Binary"]=>
      string(6) "string"
      ["base64"]=>
      string(6) "string"
      ["ur-type"]=>
      string(5) "array"
    }
    ["http://soapinterop.org/xsd"]=>
    array(1) {
      ["SOAPStruct"]=>
      string(6) "struct"
    }
    ["http://schemas.xmlsoap.org/soap/encoding/"]=>
    array(3) {
      ["base64"]=>
      string(6) "string"
      ["array"]=>
      string(5) "array"
      ["Array"]=>
      string(5) "array"
    }
    ["http://xml.apache.org/xml-soap"]=>
    array(1) {
      [0]=>
      string(3) "Map"
    }
  }
  ["xmlEntities"]=>
  array(5) {
    ["quot"]=>
    string(1) """
    ["amp"]=>
    string(1) "&"
    ["lt"]=>
    string(1) "<"
    ["gt"]=>
    string(1) ">"
    ["apos"]=>
    string(1) "'"
  }
  ["username"]=>
  string(0) ""
  ["password"]=>
  string(0) ""
  ["authtype"]=>
  string(0) ""
  ["certRequest"]=>
  array(0) {
  }
  ["requestHeaders"]=>
  bool(false)
  ["responseHeaders"]=>
  string(0) ""
  ["document"]=>
  string(0) ""
  ["endpoint"]=>
  string(40) "https://mywebserver/P3PLWS/WSORDER.ASMX"
  ["forceEndpoint"]=>
  string(0) ""
  ["proxyhost"]=>
  bool(false)
  ["proxyport"]=>
  bool(false)
  ["proxyusername"]=>
  bool(false)
  ["proxypassword"]=>
  bool(false)
  ["xml_encoding"]=>
  string(0) ""
  ["http_encoding"]=>
  bool(false)
  ["timeout"]=>
  int(0)
  ["response_timeout"]=>
  int(30)
  ["endpointType"]=>
  string(4) "wsdl"
  ["persistentConnection"]=>
  bool(false)
  ["defaultRpcParams"]=>
  bool(false)
  ["request"]=>
  string(607) "POST /P3PLWS/WSORDER.ASMX HTTP/1.0
Host: mywebserver
User-Agent: NuSOAP/0.7.2 (1.94)
Content-Type: text/xml; charset=ISO-8859-1
SOAPAction: "http://p3pl.propack.com/ProcessOrder"
Content-Length: 399

<?xml version="1.0" encoding="ISO-8859-1"?><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns5100="Array"><SOAP-ENV:Body><ProcessOrder xmlns="http://p3pl.propack.com/"/></SOAP-ENV:Body></SOAP-ENV:Envelope>"
  ["response"]=>
  bool(false)
  ["responseData"]=>
  bool(false)
  ["cookies"]=>
  array(0) {
  }
  ["decode_utf8"]=>
  bool(true)
  ["operations"]=>
  array(1) {
    ["ProcessOrder"]=>
    array(9) {
      ["name"]=>
      string(12) "ProcessOrder"
      ["binding"]=>
      string(11) "WSOrderSoap"
      ["endpoint"]=>
      string(40) "https://mywebserver/P3PLWS/WSORDER.ASMX"
      ["soapAction"]=>
      string(36) "http://p3pl.propack.com/ProcessOrder"
      ["style"]=>
      string(8) "document"
      ["input"]=>
      array(3) {
        ["use"]=>
        string(7) "literal"
        ["message"]=>
        string(18) "ProcessOrderSoapIn"
        ["parts"]=>
        array(1) {
          ["parameters"]=>
          string(37) "http://p3pl.propack.com/:ProcessOrder"
        }
      }
      ["output"]=>
      array(3) {
        ["use"]=>
        string(7) "literal"
        ["message"]=>
        string(19) "ProcessOrderSoapOut"
        ["parts"]=>
        array(1) {
          ["parameters"]=>
          string(45) "http://p3pl.propack.com/:ProcessOrderResponse"
        }
      }
      ["transport"]=>
      string(36) "http://schemas.xmlsoap.org/soap/http"
      ["documentation"]=>
      string(0) ""
    }
  }
 
View user's profileFind all posts by kristina_reneeSend private message
Site Admin

Joined: 13 Jul 2003
Posts: 8334
Reply with quote
as far as I see your server rejected to work with nusoap client and requested for peer SSL sertificate.

_________________
The PHP IDE team
View user's profileFind all posts by dmitriSend private messageVisit poster's website
NuSoap client that will connect to a C# server- Please Help!
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT - 5 Hours  
Page 1 of 1  

  
  
 Reply to topic