Result
Array
(
[greeting] => Hello, Willi. It is nice to meet a 22 year old male.
[winner] =>
)
Request
POST /webservice/hellowsdl2.php HTTP/1.0
Host: jet-hits.com
User-Agent: NuSOAP/0.7.2 (1.94)
Content-Type: text/xml; charset=ISO-8859-1
SOAPAction: "urn:hellowsdl2#hello"
Content-Length: 638
<?xml version="1.0" encoding="ISO-8859-1"?><SOAP-ENV:Envelope SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" 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:tns="urn:hellowsdl2"><SOAP-ENV:Body><tns:hello xmlns:tns="urn:hellowsdl2"><person xsi:type="tns:Person"><firstname xsi:type="xsd:string">Willi</firstname><age xsi:type="xsd:int">22</age><gender xsi:type="xsd:string">male</gender></person></tns:hello></SOAP-ENV:Body></SOAP-ENV:Envelope>
Response
HTTP/1.1 200 OK
Date: Fri, 21 Nov 2008 02:15:37 GMT
Server: Apache/1.3.41 (Unix) PHP/5.2.6 FrontPage/5.0.2.2635 mod_psoft_traffic/0.2 mod_ssl/2.8.31 OpenSSL/0.9.8b mod_macro/1.1.2
X-Powered-By: PHP/5.2.6
X-SOAP-Server: NuSOAP/0.7.2 (1.94)
Content-Length: 682
Connection: close
Content-Type: text/xml; charset=ISO-8859-1
<?xml version="1.0" encoding="ISO-8859-1"?><SOAP-ENV:Envelope SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" 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:tns="urn:hellowsdl2"><SOAP-ENV:Body><ns1:helloResponse xmlns:ns1="urn:hellowsdl2"><return xsi:type="tns:SweepstakesGreeting"><greeting xsi:type="xsd:string">Hello, Willi. It is nice to meet a 22 year old male.</greeting><winner xsi:type="xsd:boolean">false</winner></return></ns1:helloResponse></SOAP-ENV:Body></SOAP-ENV:Envelope>
Debug
2008-11-20 20:15:37.682759 soapclient2: instantiating wsdl class with doc: http://www.jet-hits.com/webservice/hellowsdl2.php?wsdl
2008-11-20 20:15:37.682914 wsdl: initial wsdl URL: http://www.jet-hits.com/webservice/hellowsdl2.php?wsdl
2008-11-20 20:15:37.682979 wsdl: getting WSDL http(s) URL http://www.jet-hits.com/webservice/hellowsdl2.php?wsdl
2008-11-20 20:15:37.683070 soap_transport_http: scheme = http
2008-11-20 20:15:37.683122 soap_transport_http: host = www.jet-hits.com
2008-11-20 20:15:37.683168 soap_transport_http: path = /webservice/hellowsdl2.php
2008-11-20 20:15:37.683213 soap_transport_http: query = wsdl
2008-11-20 20:15:37.683266 soap_transport_http: set Host: www.jet-hits.com
2008-11-20 20:15:37.683343 soap_transport_http: set User-Agent: NuSOAP/0.7.2 (1.94)
2008-11-20 20:15:37.683399 soap_transport_http: set Accept-Encoding: gzip, deflate
2008-11-20 20:15:37.683448 soap_transport_http: set Connection: close
2008-11-20 20:15:37.683502 soap_transport_http: entered send() with data of length: 0
2008-11-20 20:15:37.683555 soap_transport_http: connect connection_timeout 0, response_timeout 30, scheme http, host www.jet-hits.com, port 80
2008-11-20 20:15:37.683605 soap_transport_http: calling fsockopen with host www.jet-hits.com connection_timeout 0
2008-11-20 20:15:37.691793 soap_transport_http: set response timeout to 30
2008-11-20 20:15:37.691932 soap_transport_http: socket connected
2008-11-20 20:15:37.692005 soap_transport_http: set Content-Length: 0
2008-11-20 20:15:37.692060 soap_transport_http: HTTP request: GET /webservice/hellowsdl2.php?wsdl HTTP/1.1
2008-11-20 20:15:37.692113 soap_transport_http: HTTP header: Host: www.jet-hits.com
2008-11-20 20:15:37.692160 soap_transport_http: HTTP header: User-Agent: NuSOAP/0.7.2 (1.94)
2008-11-20 20:15:37.692205 soap_transport_http: HTTP header: Accept-Encoding: gzip, deflate
2008-11-20 20:15:37.692251 soap_transport_http: HTTP header: Connection: close
2008-11-20 20:15:37.692296 soap_transport_http: HTTP header: Content-Length: 0
2008-11-20 20:15:37.692364 soap_transport_http: wrote data to socket, length = 175
2008-11-20 20:15:37.712135 soap_transport_http: read line of 17 bytes: HTTP/1.1 200 OK
2008-11-20 20:15:37.712219 soap_transport_http: read line of 37 bytes: Date: Fri, 21 Nov 2008 02:15:37 GMT
2008-11-20 20:15:37.712272 soap_transport_http: read line of 129 bytes: Server: Apache/1.3.41 (Unix) PHP/5.2.6 FrontPage/5.0.2.2635 mod_psoft_traffic/0.2 mod_ssl/2.8.31 OpenSSL/0.9.8b mod_macro/1.1.2
2008-11-20 20:15:37.712328 soap_transport_http: read line of 25 bytes: X-Powered-By: PHP/5.2.6
2008-11-20 20:15:37.712380 soap_transport_http: read line of 19 bytes: Connection: close
2008-11-20 20:15:37.712431 soap_transport_http: read line of 28 bytes: Transfer-Encoding: chunked
2008-11-20 20:15:37.712483 soap_transport_http: read line of 44 bytes: Content-Type: text/xml; charset=ISO-8859-1
2008-11-20 20:15:37.712535 soap_transport_http: read line of 2 bytes:
2008-11-20 20:15:37.712633 soap_transport_http: found end of headers after length 301
2008-11-20 20:15:37.712723 soap_transport_http: want to read chunked content
2008-11-20 20:15:37.712778 soap_transport_http: read chunk line of 5 bytes
2008-11-20 20:15:37.712829 soap_transport_http: chunk length 2195
2008-11-20 20:15:37.712885 soap_transport_http: read buffer of 2195 bytes
2008-11-20 20:15:37.712938 soap_transport_http: read chunk terminator of 2 bytes
2008-11-20 20:15:37.712988 soap_transport_http: read chunk line of 3 bytes
2008-11-20 20:15:37.713034 soap_transport_http: chunk length 0
2008-11-20 20:15:37.713081 soap_transport_http: read body of length 2195
2008-11-20 20:15:37.713129 soap_transport_http: received a total of 2496 bytes of data from server
2008-11-20 20:15:37.713197 soap_transport_http: closed socket
2008-11-20 20:15:37.713256 soap_transport_http: No Content-Encoding header
2008-11-20 20:15:37.713308 soap_transport_http: end of send()
2008-11-20 20:15:37.713370 wsdl: got WSDL URL
2008-11-20 20:15:37.713415 wsdl: Parse WSDL
2008-11-20 20:15:37.713763 wsdl: Parsing WSDL schema
2008-11-20 20:15:37.713857 XMLSchema: xmlschema class instantiated, inside constructor
2008-11-20 20:15:37.714132 XMLSchema: <urn:hellowsdl2> processing named complexType Person
2008-11-20 20:15:37.714262 XMLSchema: <urn:hellowsdl2> processing typed element firstname of type http://www.w3.org/2001/XMLSchema:string
2008-11-20 20:15:37.714342 XMLSchema: <urn:hellowsdl2> done processing element firstname
2008-11-20 20:15:37.714435 XMLSchema: <urn:hellowsdl2> processing typed element age of type http://www.w3.org/2001/XMLSchema:int
2008-11-20 20:15:37.714517 XMLSchema: <urn:hellowsdl2> done processing element age
2008-11-20 20:15:37.714610 XMLSchema: <urn:hellowsdl2> processing typed element gender of type http://www.w3.org/2001/XMLSchema:string
2008-11-20 20:15:37.714682 XMLSchema: <urn:hellowsdl2> done processing element gender
2008-11-20 20:15:37.714764 XMLSchema: <urn:hellowsdl2> done processing complexType Person
2008-11-20 20:15:37.714844 XMLSchema: <urn:hellowsdl2> processing named complexType SweepstakesGreeting
2008-11-20 20:15:37.714962 XMLSchema: <urn:hellowsdl2> processing typed element greeting of type http://www.w3.org/2001/XMLSchema:string
2008-11-20 20:15:37.715044 XMLSchema: <urn:hellowsdl2> done processing element greeting
2008-11-20 20:15:37.715134 XMLSchema: <urn:hellowsdl2> processing typed element winner of type http://www.w3.org/2001/XMLSchema:boolean
2008-11-20 20:15:37.715207 XMLSchema: <urn:hellowsdl2> done processing element winner
2008-11-20 20:15:37.715287 XMLSchema: <urn:hellowsdl2> done processing complexType SweepstakesGreeting
2008-11-20 20:15:37.715352 wsdl: Parsing WSDL schema done
2008-11-20 20:15:37.715462 wsdl: msg helloRequest: found part person: person,urn:hellowsdl2:Person
2008-11-20 20:15:37.715571 wsdl: msg helloResponse: found part return: return,urn:hellowsdl2:SweepstakesGreeting
2008-11-20 20:15:37.715680 wsdl: portType hellowsdl2PortType operation: hello
2008-11-20 20:15:37.715864 wsdl: current binding: hellowsdl2Binding of portType: urn:hellowsdl2:hellowsdl2PortType
2008-11-20 20:15:37.715978 wsdl: current binding operation: hello
2008-11-20 20:15:37.716206 wsdl: current service: hellowsdl2
2008-11-20 20:15:37.716291 wsdl: current port: hellowsdl2Port
2008-11-20 20:15:37.716405 wsdl: Parsing WSDL done
2008-11-20 20:15:37.716481 wsdl: post-parse data gathering for hello
2008-11-20 20:15:37.716596 soapclient2: got 1 operations from wsdl http://www.jet-hits.com/webservice/hellowsdl2.php?wsdl
2008-11-20 20:15:37.716664 soapclient2: call: operation=hello, namespace=http://tempuri.org, soapAction=, rpcParams=, style=rpc, use=encoded, endpointType=wsdl
params=array(1) {
["person"]=>
array(3) {
["firstname"]=>
string(5) "Willi"
["age"]=>
int(22)
["gender"]=>
string(4) "male"
}
}
headers=bool(false)
2008-11-20 20:15:37.716739 soapclient2: found operation
opData=array(9) {
["name"]=>
string(5) "hello"
["binding"]=>
string(17) "hellowsdl2Binding"
["endpoint"]=>
string(45) "http://jet-hits.com/webservice/hellowsdl2.php"
["soapAction"]=>
string(20) "urn:hellowsdl2#hello"
["style"]=>
string(3) "rpc"
["input"]=>
array(5) {
["use"]=>
string(7) "encoded"
["namespace"]=>
string(14) "urn:hellowsdl2"
["encodingStyle"]=>
string(41) "http://schemas.xmlsoap.org/soap/encoding/"
["message"]=>
string(12) "helloRequest"
["parts"]=>
array(1) {
["person"]=>
string(21) "urn:hellowsdl2:Person"
}
}
["output"]=>
array(5) {
["use"]=>
string(7) "encoded"
["namespace"]=>
string(14) "urn:hellowsdl2"
["encodingStyle"]=>
string(41) "http://schemas.xmlsoap.org/soap/encoding/"
["message"]=>
string(13) "helloResponse"
["parts"]=>
array(1) {
["return"]=>
string(34) "urn:hellowsdl2:SweepstakesGreeting"
}
}
["transport"]=>
string(36) "http://schemas.xmlsoap.org/soap/http"
["documentation"]=>
string(0) ""
}
2008-11-20 20:15:37.716831 soapclient2: serializing param array for WSDL operation hello
2008-11-20 20:15:37.716882 wsdl: in serializeRPCParameters: operation=hello, direction=input, XMLSchemaVersion=http://www.w3.org/2001/XMLSchema
parameters=array(1) {
["person"]=>
array(3) {
["firstname"]=>
string(5) "Willi"
["age"]=>
int(22)
["gender"]=>
string(4) "male"
}
}
2008-11-20 20:15:37.716946 wsdl: opData:
array(9) {
["name"]=>
string(5) "hello"
["binding"]=>
string(17) "hellowsdl2Binding"
["endpoint"]=>
string(45) "http://jet-hits.com/webservice/hellowsdl2.php"
["soapAction"]=>
string(20) "urn:hellowsdl2#hello"
["style"]=>
string(3) "rpc"
["input"]=>
array(5) {
["use"]=>
string(7) "encoded"
["namespace"]=>
string(14) "urn:hellowsdl2"
["encodingStyle"]=>
string(41) "http://schemas.xmlsoap.org/soap/encoding/"
["message"]=>
string(12) "helloRequest"
["parts"]=>
array(1) {
["person"]=>
string(21) "urn:hellowsdl2:Person"
}
}
["output"]=>
array(5) {
["use"]=>
string(7) "encoded"
["namespace"]=>
string(14) "urn:hellowsdl2"
["encodingStyle"]=>
string(41) "http://schemas.xmlsoap.org/soap/encoding/"
["message"]=>
string(13) "helloResponse"
["parts"]=>
array(1) {
["return"]=>
string(34) "urn:hellowsdl2:SweepstakesGreeting"
}
}
["transport"]=>
string(36) "http://schemas.xmlsoap.org/soap/http"
["documentation"]=>
string(0) ""
}
2008-11-20 20:15:37.717021 wsdl: have 1 part(s) to serialize
2008-11-20 20:15:37.717075 wsdl: have 1 parameter(s) provided as arrayStruct to serialize
2008-11-20 20:15:37.717123 wsdl: serializing part "person" of type "urn:hellowsdl2:Person"
2008-11-20 20:15:37.717173 wsdl: calling serializeType w/named param
2008-11-20 20:15:37.717224 wsdl: in serializeType: name=person, type=urn:hellowsdl2:Person, use=encoded, encodingStyle=, unqualified=qualified
value=array(3) {
["firstname"]=>
string(5) "Willi"
["age"]=>
int(22)
["gender"]=>
string(4) "male"
}
2008-11-20 20:15:37.717286 wsdl: in serializeType: got a prefixed type: Person, urn:hellowsdl2
2008-11-20 20:15:37.717337 wsdl: in getTypeDef: type=Person, ns=urn:hellowsdl2
2008-11-20 20:15:37.717382 wsdl: in getTypeDef: have schema for namespace urn:hellowsdl2
2008-11-20 20:15:37.717433 XMLSchema: <urn:hellowsdl2> in getTypeDef, found complexType Person
2008-11-20 20:15:37.717484 wsdl: in serializeType: found typeDef
typeDef=array(5) {
["name"]=>
string(6) "Person"
["typeClass"]=>
string(11) "complexType"
["phpType"]=>
string(6) "struct"
["compositor"]=>
string(3) "all"
["elements"]=>
array(3) {
["firstname"]=>
array(3) {
["name"]=>
string(9) "firstname"
["type"]=>
string(39) "http://www.w3.org/2001/XMLSchema:string"
["form"]=>
string(11) "unqualified"
}
["age"]=>
array(3) {
["name"]=>
string(3) "age"
["type"]=>
string(36) "http://www.w3.org/2001/XMLSchema:int"
["form"]=>
string(11) "unqualified"
}
["gender"]=>
array(3) {
["name"]=>
string(6) "gender"
["type"]=>
string(39) "http://www.w3.org/2001/XMLSchema:string"
["form"]=>
string(11) "unqualified"
}
}
}
2008-11-20 20:15:37.717547 wsdl: in serializeType: uqType: Person, ns: urn:hellowsdl2, phptype: struct, arrayType:
2008-11-20 20:15:37.717601 wsdl: no attributes to serialize for XML Schema type urn:hellowsdl2:Person
2008-11-20 20:15:37.717662 wsdl: in serializeComplexTypeElements, serialize elements for XML Schema type urn:hellowsdl2:Person
2008-11-20 20:15:37.717719 wsdl: in serializeType: name=firstname, type=http://www.w3.org/2001/XMLSchema:string, use=encoded, encodingStyle=, unqualified=unqualified
value=string(5) "Willi"
2008-11-20 20:15:37.717778 wsdl: in serializeType: got a prefixed type: string, http://www.w3.org/2001/XMLSchema
2008-11-20 20:15:37.717824 wsdl: in serializeType: type namespace indicates XML Schema or SOAP Encoding type
2008-11-20 20:15:37.717884 wsdl: in getTypeDef: type=string, ns=http://www.w3.org/2001/XMLSchema
2008-11-20 20:15:37.717930 wsdl: in getTypeDef: do not have schema for namespace http://www.w3.org/2001/XMLSchema
2008-11-20 20:15:37.717981 wsdl: in serializeType: returning: <firstname xsi:type="xsd:string">Willi</firstname>
2008-11-20 20:15:37.718032 wsdl: in serializeType: name=age, type=http://www.w3.org/2001/XMLSchema:int, use=encoded, encodingStyle=, unqualified=unqualified
value=int(22)
2008-11-20 20:15:37.718086 wsdl: in serializeType: got a prefixed type: int, http://www.w3.org/2001/XMLSchema
2008-11-20 20:15:37.718133 wsdl: in serializeType: type namespace indicates XML Schema or SOAP Encoding type
2008-11-20 20:15:37.718180 wsdl: in getTypeDef: type=int, ns=http://www.w3.org/2001/XMLSchema
2008-11-20 20:15:37.718225 wsdl: in getTypeDef: do not have schema for namespace http://www.w3.org/2001/XMLSchema
2008-11-20 20:15:37.718274 wsdl: in serializeType: returning: <age xsi:type="xsd:int">22</age>
2008-11-20 20:15:37.718324 wsdl: in serializeType: name=gender, type=http://www.w3.org/2001/XMLSchema:string, use=encoded, encodingStyle=, unqualified=unqualified
value=string(4) "male"
2008-11-20 20:15:37.718385 wsdl: in serializeType: got a prefixed type: string, http://www.w3.org/2001/XMLSchema
2008-11-20 20:15:37.718431 wsdl: in serializeType: type namespace indicates XML Schema or SOAP Encoding type
2008-11-20 20:15:37.718483 wsdl: in getTypeDef: type=string, ns=http://www.w3.org/2001/XMLSchema
2008-11-20 20:15:37.718528 wsdl: in getTypeDef: do not have schema for namespace http://www.w3.org/2001/XMLSchema
2008-11-20 20:15:37.718577 wsdl: in serializeType: returning: <gender xsi:type="xsd:string">male</gender>
2008-11-20 20:15:37.718627 wsdl: in serializeType: returning: <person xsi:type="tns:Person"><firstname xsi:type="xsd:string">Willi</firstname><age xsi:type="xsd:int">22</age><gender xsi:type="xsd:string">male</gender></person>
2008-11-20 20:15:37.718673 wsdl: serializeRPCParameters returning: <person xsi:type="tns:Person"><firstname xsi:type="xsd:string">Willi</firstname><age xsi:type="xsd:int">22</age><gender xsi:type="xsd:string">male</gender></person>
2008-11-20 20:15:37.718735 soapclient2: wrapping RPC request with encoded method element
2008-11-20 20:15:37.718790 soapclient2: In serializeEnvelope length=214 body (max 1000 characters)=<tns:hello xmlns:tns="urn:hellowsdl2"><person xsi:type="tns:Person"><firstname xsi:type="xsd:string">Willi</firstname><age xsi:type="xsd:int">22</age><gender xsi:type="xsd:string">male</gender></person></tns:hello> style=rpc use=encoded encodingStyle=http://schemas.xmlsoap.org/soap/encoding/
2008-11-20 20:15:37.718834 soapclient2: headers:
bool(false)
2008-11-20 20:15:37.718886 soapclient2: namespaces:
array(2) {
["tns"]=>
string(14) "urn:hellowsdl2"
["xsd"]=>
string(32) "http://www.w3.org/2001/XMLSchema"
}
2008-11-20 20:15:37.718951 soapclient2: endpoint=http://jet-hits.com/webservice/hellowsdl2.php, soapAction=urn:hellowsdl2#hello, namespace=urn:hellowsdl2, style=rpc, use=encoded, encodingStyle=http://schemas.xmlsoap.org/soap/encoding/
2008-11-20 20:15:37.719000 soapclient2: SOAP message length=638 contents (max 1000 bytes)=<?xml version="1.0" encoding="ISO-8859-1"?><SOAP-ENV:Envelope SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" 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:tns="urn:hellowsdl2"><SOAP-ENV:Body><tns:hello xmlns:tns="urn:hellowsdl2"><person xsi:type="tns:Person"><firstname xsi:type="xsd:string">Willi</firstname><age xsi:type="xsd:int">22</age><gender xsi:type="xsd:string">male</gender></person></tns:hello></SOAP-ENV:Body></SOAP-ENV:Envelope>
2008-11-20 20:15:37.719061 soapclient2: transporting via HTTP
2008-11-20 20:15:37.719476 soapclient2: sending message, length=638
2008-11-20 20:15:37.719124 soap_transport_http: scheme = http
2008-11-20 20:15:37.719171 soap_transport_http: host = jet-hits.com
2008-11-20 20:15:37.719217 soap_transport_http: path = /webservice/hellowsdl2.php
2008-11-20 20:15:37.719265 soap_transport_http: set Host: jet-hits.com
2008-11-20 20:15:37.719327 soap_transport_http: set User-Agent: NuSOAP/0.7.2 (1.94)
2008-11-20 20:15:37.719380 soap_transport_http: set Content-Type: text/xml; charset=ISO-8859-1
2008-11-20 20:15:37.719428 soap_transport_http: set SOAPAction: "urn:hellowsdl2#hello"
2008-11-20 20:15:37.719530 soap_transport_http: entered send() with data of length: 638
2008-11-20 20:15:37.719582 soap_transport_http: connect connection_timeout 0, response_timeout 30, scheme http, host jet-hits.com, port 80
2008-11-20 20:15:37.719631 soap_transport_http: calling fsockopen with host jet-hits.com connection_timeout 0
2008-11-20 20:15:37.725669 soap_transport_http: set response timeout to 30
2008-11-20 20:15:37.725723 soap_transport_http: socket connected
2008-11-20 20:15:37.725781 soap_transport_http: set Content-Length: 638
2008-11-20 20:15:37.725828 soap_transport_http: HTTP request: POST /webservice/hellowsdl2.php HTTP/1.0
2008-11-20 20:15:37.725875 soap_transport_http: HTTP header: Host: jet-hits.com
2008-11-20 20:15:37.725921 soap_transport_http: HTTP header: User-Agent: NuSOAP/0.7.2 (1.94)
2008-11-20 20:15:37.725967 soap_transport_http: HTTP header: Content-Type: text/xml; charset=ISO-8859-1
2008-11-20 20:15:37.726012 soap_transport_http: HTTP header: SOAPAction: "urn:hellowsdl2#hello"
2008-11-20 20:15:37.726058 soap_transport_http: HTTP header: Content-Length: 638
2008-11-20 20:15:37.726121 soap_transport_http: wrote data to socket, length = 836
2008-11-20 20:15:37.749134 soap_transport_http: read line of 17 bytes: HTTP/1.1 200 OK
2008-11-20 20:15:37.749205 soap_transport_http: read line of 37 bytes: Date: Fri, 21 Nov 2008 02:15:37 GMT
2008-11-20 20:15:37.749258 soap_transport_http: read line of 129 bytes: Server: Apache/1.3.41 (Unix) PHP/5.2.6 FrontPage/5.0.2.2635 mod_psoft_traffic/0.2 mod_ssl/2.8.31 OpenSSL/0.9.8b mod_macro/1.1.2
2008-11-20 20:15:37.749309 soap_transport_http: read line of 25 bytes: X-Powered-By: PHP/5.2.6
2008-11-20 20:15:37.749360 soap_transport_http: read line of 36 bytes: X-SOAP-Server: NuSOAP/0.7.2 (1.94)
2008-11-20 20:15:37.749411 soap_transport_http: read line of 21 bytes: Content-Length: 682
2008-11-20 20:15:37.749462 soap_transport_http: read line of 19 bytes: Connection: close
2008-11-20 20:15:37.749513 soap_transport_http: read line of 44 bytes: Content-Type: text/xml; charset=ISO-8859-1
2008-11-20 20:15:37.749565 soap_transport_http: read line of 2 bytes:
2008-11-20 20:15:37.749664 soap_transport_http: found end of headers after length 330
2008-11-20 20:15:37.749754 soap_transport_http: want to read content of length 682
2008-11-20 20:15:37.749811 soap_transport_http: read buffer of 682 bytes
2008-11-20 20:15:37.749863 soap_transport_http: read to EOF
2008-11-20 20:15:37.749909 soap_transport_http: read body of length 682
2008-11-20 20:15:37.749956 soap_transport_http: received a total of 1012 bytes of data from server
2008-11-20 20:15:37.750044 soap_transport_http: closed socket
2008-11-20 20:15:37.750103 soap_transport_http: No Content-Encoding header
2008-11-20 20:15:37.750153 soap_transport_http: end of send()
2008-11-20 20:15:37.750228 soapclient2: got response, length=682 type=text/xml; charset=ISO-8859-1
2008-11-20 20:15:37.750277 soapclient2: Entering parseResponse() for data of length 682 and type text/xml; charset=ISO-8859-1
2008-11-20 20:15:37.750328 soapclient2: Got response encoding: ISO-8859-1
2008-11-20 20:15:37.750412 soapclient2: Use encoding: ISO-8859-1 when creating soap_parser
2008-11-20 20:15:37.750538 soap_parser: Charset from HTTP Content-Type matches encoding from XML declaration
2008-11-20 20:15:37.750589 soap_parser: Entering soap_parser(), length=682, encoding=ISO-8859-1
2008-11-20 20:15:37.750862 soap_parser: found root struct helloResponse, pos 2
2008-11-20 20:15:37.751097 soap_parser: in buildVal() for return(pos 3) of type SweepstakesGreeting
2008-11-20 20:15:37.751148 soap_parser: in buildVal, there are children
2008-11-20 20:15:37.751201 soap_parser: in buildVal, adding Java Vector return
2008-11-20 20:15:37.751281 soap_parser: in buildVal() for helloResponse(pos 2) of type struct
2008-11-20 20:15:37.751328 soap_parser: in buildVal, there are children
2008-11-20 20:15:37.751378 soap_parser: in buildVal, adding Java Vector helloResponse
2008-11-20 20:15:37.751457 soap_parser: parsed successfully, found root struct: 2 of name helloResponse
2008-11-20 20:15:37.751553 soapclient2: sent message successfully and got a(n) array
return=array(1) {
["return"]=>
array(2) {
["greeting"]=>
string(52) "Hello, Willi. It is nice to meet a 22 year old male."
["winner"]=>
bool(false)
}
}
2008-11-20 20:15:37.751623 soapclient2: return shifted value:
array(2) {
["greeting"]=>
string(52) "Hello, Willi. It is nice to meet a 22 year old male."
["winner"]=>
bool(false)
}