Result

Array
(
    [WSI3_PointRelais_RechercheResult] => Array
        (
            [STAT] => 97
        )

)

Request

POST /Web_Services.asmx HTTP/1.0
Host: api.mondialrelay.com
User-Agent: NuSOAP/0.9.5 (1.123)
Content-Type: text/xml; charset=utf-8
SOAPAction: "http://www.mondialrelay.fr/webservice/WSI3_PointRelais_Recherche"
Content-Length: 762

<?xml version="1.0" encoding="utf-8"?><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:ns1426="http://api.mondialrelay.com/"><SOAP-ENV:Body><WSI3_PointRelais_Recherche xmlns="http://www.mondialrelay.fr/webservice/"><Enseigne>BDTEST13</Enseigne><Pays>FR</Pays><Ville>LYON</Ville><CP>69008</CP><Latitude></Latitude><Longitude></Longitude><Taille></Taille><Poids>70000</Poids><Action></Action><DelaiEnvoi>0</DelaiEnvoi><RayonRecherche>20</RayonRecherche><Security>521E3A65D97511D4ABA5AA316D8F9E0E</Security></WSI3_PointRelais_Recherche></SOAP-ENV:Body></SOAP-ENV:Envelope>

Response

HTTP/1.1 200 OK
Date: Mon, 05 May 2025 22:19:48 GMT
Content-Type: text/xml; charset=utf-8
Content-Length: 450
Connection: keep-alive
Cache-Control: private, max-age=0
x-aspnet-version: 4.0.30319
x-powered-by: ASP.NET
server-timing: dtSInfo;desc="1"
Set-Cookie: dtCookie=v_4_srv_2_sn_8CE4DF7636BA6C8A8FC0D10E063CADF0_perc_100000_ol_0_mul_1_app-3A3e929e8638874d3a_0; Path=/; Domain=.mondialrelay.com
alt-svc: h3=":443"; ma=86400
cf-cache-status: DYNAMIC
Set-Cookie: __cf_bm=vZ2AN4ofxoYUOmogxnS2PlMuyxAw8kKillQ1kJ1olLg-1746483588-1.0.1.1-J8tRui1XM0vtxApLOntacjjSAJx1WJtXYDzWzsDsDOzWIPx8_ZGte1XRoxHnqH6Dq4eLMTAkSfQkHWJvHOhw9dhwLvxWWTRQ0D0Q4O7kYBA; path=/; expires=Mon, 05-May-25 22:49:48 GMT; domain=.mondialrelay.com; HttpOnly; Secure; SameSite=None
Server: cloudflare
CF-RAY: 93b39f18e81b9e54-CDG

<?xml version="1.0" encoding="utf-8"?><soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema"><soap:Body><WSI3_PointRelais_RechercheResponse xmlns="http://www.mondialrelay.fr/webservice/"><WSI3_PointRelais_RechercheResult><STAT>97</STAT></WSI3_PointRelais_RechercheResult></WSI3_PointRelais_RechercheResponse></soap:Body></soap:Envelope>

Debug

2025-05-06 00:19:47.844728 nusoap_client: ctor wsdl=1 timeout=0 response_timeout=30
endpoint=string(50) "http://api.mondialrelay.com/Web_Services.asmx?WSDL"
2025-05-06 00:19:47.844775 nusoap_client: will use lazy evaluation of wsdl from http://api.mondialrelay.com/Web_Services.asmx?WSDL
2025-05-06 00:19:47.844789 nusoap_client: call: operation=WSI3_PointRelais_Recherche, namespace=http://api.mondialrelay.com/, soapAction=http://api.mondialrelay.com/WSI3_PointRelais_Recherche, rpcParams=, style=rpc, use=encoded, endpointType=wsdl
params=array(12) {
  ["Enseigne"]=>
  string(8) "BDTEST13"
  ["Pays"]=>
  string(2) "FR"
  ["Ville"]=>
  string(4) "LYON"
  ["CP"]=>
  string(5) "69008"
  ["Latitude"]=>
  string(0) ""
  ["Longitude"]=>
  string(0) ""
  ["Taille"]=>
  string(0) ""
  ["Poids"]=>
  string(5) "70000"
  ["Action"]=>
  string(0) ""
  ["DelaiEnvoi"]=>
  string(1) "0"
  ["RayonRecherche"]=>
  string(2) "20"
  ["Security"]=>
  string(32) "521E3A65D97511D4ABA5AA316D8F9E0E"
}
headers=bool(false)
2025-05-06 00:19:47.844803 nusoap_client: instantiating wsdl class with doc: http://api.mondialrelay.com/Web_Services.asmx?WSDL
2025-05-06 00:19:47.844848 wsdl: ctor wsdl= timeout=0 response_timeout=30
2025-05-06 00:19:47.844852 wsdl: parse and process WSDL path=
2025-05-06 00:19:47.844858 wsdl: setCredentials username= authtype= certRequest=
array(0) {
}
2025-05-06 00:19:47.844863 wsdl: parse and process WSDL path=http://api.mondialrelay.com/Web_Services.asmx?WSDL
2025-05-06 00:19:47.844866 wsdl: parse WSDL at path=http://api.mondialrelay.com/Web_Services.asmx?WSDL
2025-05-06 00:19:47.844871 wsdl: getting WSDL http(s) URL http://api.mondialrelay.com/Web_Services.asmx?WSDL
2025-05-06 00:19:47.844875 soap_transport_http: ctor url=http://api.mondialrelay.com/Web_Services.asmx?WSDL use_curl= curl_options:
array(0) {
}
2025-05-06 00:19:47.844881 soap_transport_http: parsed URL scheme = http
2025-05-06 00:19:47.844885 soap_transport_http: parsed URL host = api.mondialrelay.com
2025-05-06 00:19:47.844889 soap_transport_http: parsed URL path = /Web_Services.asmx
2025-05-06 00:19:47.844891 soap_transport_http: parsed URL query = WSDL
2025-05-06 00:19:47.844896 soap_transport_http: set header Host: api.mondialrelay.com
2025-05-06 00:19:47.844952 soap_transport_http: set header User-Agent: NuSOAP/0.9.5 (1.123)
2025-05-06 00:19:47.844957 soap_transport_http: set header Accept-Encoding: gzip, deflate
2025-05-06 00:19:47.844960 soap_transport_http: set header Connection: close
2025-05-06 00:19:47.844963 soap_transport_http: entered send() with data of length: 0
2025-05-06 00:19:47.844967 soap_transport_http: connect connection_timeout 0, response_timeout 30, scheme http, host api.mondialrelay.com, port 80
2025-05-06 00:19:47.844972 soap_transport_http: calling fsockopen with host api.mondialrelay.com connection_timeout 0
2025-05-06 00:19:47.853676 soap_transport_http: set response timeout to 30
2025-05-06 00:19:47.853696 soap_transport_http: socket connected
2025-05-06 00:19:47.853707 soap_transport_http: HTTP request: GET /Web_Services.asmx?WSDL HTTP/1.1
2025-05-06 00:19:47.853712 soap_transport_http: HTTP header: Host: api.mondialrelay.com
2025-05-06 00:19:47.853716 soap_transport_http: HTTP header: User-Agent: NuSOAP/0.9.5 (1.123)
2025-05-06 00:19:47.853719 soap_transport_http: HTTP header: Accept-Encoding: gzip, deflate
2025-05-06 00:19:47.853722 soap_transport_http: HTTP header: Connection: close
2025-05-06 00:19:47.853754 soap_transport_http: wrote data to socket, length = 153
2025-05-06 00:19:47.866285 soap_transport_http: read line of 32 bytes: HTTP/1.1 301 Moved Permanently
2025-05-06 00:19:47.866304 soap_transport_http: read line of 37 bytes: Date: Mon, 05 May 2025 22:19:47 GMT
2025-05-06 00:19:47.866310 soap_transport_http: read line of 25 bytes: Content-Type: text/html
2025-05-06 00:19:47.866314 soap_transport_http: read line of 21 bytes: Content-Length: 167
2025-05-06 00:19:47.866317 soap_transport_http: read line of 19 bytes: Connection: close
2025-05-06 00:19:47.866320 soap_transport_http: read line of 29 bytes: Cache-Control: max-age=3600
2025-05-06 00:19:47.866324 soap_transport_http: read line of 40 bytes: Expires: Mon, 05 May 2025 23:19:47 GMT
2025-05-06 00:19:47.866327 soap_transport_http: read line of 63 bytes: Location: https://api.mondialrelay.com/Web_Services.asmx?WSDL
2025-05-06 00:19:47.866331 soap_transport_http: read line of 23 bytes: Vary: Accept-Encoding
2025-05-06 00:19:47.866334 soap_transport_http: read line of 20 bytes: Server: cloudflare
2025-05-06 00:19:47.866337 soap_transport_http: read line of 30 bytes: CF-RAY: 93b39f181a5d735b-CDG
2025-05-06 00:19:47.866340 soap_transport_http: read line of 30 bytes: alt-svc: h3=":443"; ma=86400
2025-05-06 00:19:47.866344 soap_transport_http: read line of 2 bytes: 
2025-05-06 00:19:47.866378 soap_transport_http: found end of headers after length 371
2025-05-06 00:19:47.866406 soap_transport_http: want to read content of length 167
2025-05-06 00:19:47.866414 soap_transport_http: read buffer of 167 bytes
2025-05-06 00:19:47.866419 soap_transport_http: read body of length 167
2025-05-06 00:19:47.866423 soap_transport_http: received a total of 538 bytes of data from server
2025-05-06 00:19:47.866448 soap_transport_http: closed socket
2025-05-06 00:19:47.866454 soap_transport_http: Got 301 Moved Permanently with Location: https://api.mondialrelay.com/Web_Services.asmx?WSDL
2025-05-06 00:19:47.866462 soap_transport_http: parsed URL scheme = https
2025-05-06 00:19:47.866465 soap_transport_http: parsed URL host = api.mondialrelay.com
2025-05-06 00:19:47.866467 soap_transport_http: parsed URL path = /Web_Services.asmx
2025-05-06 00:19:47.866470 soap_transport_http: parsed URL query = WSDL
2025-05-06 00:19:47.866474 soap_transport_http: set header Host: api.mondialrelay.com
2025-05-06 00:19:47.866480 soap_transport_http: connect connection_timeout 0, response_timeout 30, scheme https, host api.mondialrelay.com, port 443
2025-05-06 00:19:47.866489 soap_transport_http: connect using cURL
2025-05-06 00:19:47.866527 soap_transport_http: setCurlOption option=10002, value=
string(55) "https://api.mondialrelay.com:443/Web_Services.asmx?WSDL"
2025-05-06 00:19:47.866539 soap_transport_http: setCurlOption option=52, value=
int(1)
2025-05-06 00:19:47.866544 soap_transport_http: setCurlOption option=42, value=
int(1)
2025-05-06 00:19:47.866547 soap_transport_http: setCurlOption option=19913, value=
int(1)
2025-05-06 00:19:47.866551 soap_transport_http: setCurlOption option=13, value=
int(30)
2025-05-06 00:19:47.866554 soap_transport_http: set cURL SSL verify options
2025-05-06 00:19:47.866556 soap_transport_http: setCurlOption option=64, value=
int(0)
2025-05-06 00:19:47.866559 soap_transport_http: setCurlOption option=81, value=
int(0)
2025-05-06 00:19:47.866563 soap_transport_http: cURL connection set up
2025-05-06 00:19:47.866568 soap_transport_http: HTTP request: GET /Web_Services.asmx?WSDL HTTP/1.1
2025-05-06 00:19:47.866571 soap_transport_http: HTTP header: Host: api.mondialrelay.com
2025-05-06 00:19:47.866574 soap_transport_http: HTTP header: User-Agent: NuSOAP/0.9.5 (1.123)
2025-05-06 00:19:47.866577 soap_transport_http: HTTP header: Accept-Encoding: gzip, deflate
2025-05-06 00:19:47.866580 soap_transport_http: HTTP header: Connection: close
2025-05-06 00:19:47.866584 soap_transport_http: Skip cURL header Host: api.mondialrelay.com
2025-05-06 00:19:47.866587 soap_transport_http: Skip cURL header Connection: close
2025-05-06 00:19:47.866590 soap_transport_http: setCurlOption option=10023, value=
array(2) {
  [0]=>
  string(32) "User-Agent: NuSOAP/0.9.5 (1.123)"
  [1]=>
  string(30) "Accept-Encoding: gzip, deflate"
}
2025-05-06 00:19:47.866601 soap_transport_http: set cURL HTTP headers
2025-05-06 00:19:47.866604 soap_transport_http: set cURL payload
2025-05-06 00:19:47.866607 soap_transport_http: send and receive with cURL
2025-05-06 00:19:47.925546 soap_transport_http: No cURL error, closing cURL
2025-05-06 00:19:47.925699 soap_transport_http: found proper separation of headers and document
2025-05-06 00:19:47.925705 soap_transport_http: cleaned data, stringlen: 3340
2025-05-06 00:19:47.925752 soap_transport_http: found cookie: dtCookie = v_4_srv_8_sn_DA1CA69BA5B92FDF0C979BF1204D9885_perc_100000_ol_0_mul_1_app-3A3e929e8638874d3a_0
2025-05-06 00:19:47.925763 soap_transport_http: found cookie: __cf_bm = .VPTiEkg2FDquhLFTnA2NEO0LjtMFXkT55hWtGW2NcM-1746483587-1.0.1.1-cLJ6sktM.GtPbG8rrTM2udV.ObNAaYojSZ53jr5gTdtQgytzStg7CvwKxgko1pM7ROoMiHhWwBVu3va0ZjrhoCMU8xJaivTl465VESOtv34
2025-05-06 00:19:47.925772 soap_transport_http: The gzinflate function exists
2025-05-06 00:19:47.925885 soap_transport_http: The payload has been un-gzipped to 61775 bytes
2025-05-06 00:19:47.925894 soap_transport_http: end of send()
2025-05-06 00:19:47.925905 wsdl: got WSDL URL
2025-05-06 00:19:47.925908 wsdl: Parse WSDL
2025-05-06 00:19:47.926024 wsdl: Parsing WSDL schema
2025-05-06 00:19:47.926032 nusoap_xmlschema: nusoap_xmlschema class instantiated, inside constructor
2025-05-06 00:19:47.926057 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing untyped element WSI2_CreationExpedition type _WSI2_CreationExpedition_ContainedType
2025-05-06 00:19:47.926061 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element WSI2_CreationExpedition to elements array
2025-05-06 00:19:47.926072 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing unnamed complexType for element WSI2_CreationExpedition named _WSI2_CreationExpedition_ContainedType
2025-05-06 00:19:47.926085 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Enseigne of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.926090 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Enseigne to complexType _WSI2_CreationExpedition_ContainedType
2025-05-06 00:19:47.926097 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Enseigne
2025-05-06 00:19:47.926106 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element ModeCol of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.926110 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element ModeCol to complexType _WSI2_CreationExpedition_ContainedType
2025-05-06 00:19:47.926115 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element ModeCol
2025-05-06 00:19:47.926122 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element ModeLiv of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.926125 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element ModeLiv to complexType _WSI2_CreationExpedition_ContainedType
2025-05-06 00:19:47.926129 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element ModeLiv
2025-05-06 00:19:47.926136 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element NDossier of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.926139 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element NDossier to complexType _WSI2_CreationExpedition_ContainedType
2025-05-06 00:19:47.926143 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element NDossier
2025-05-06 00:19:47.926150 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element NClient of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.926153 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element NClient to complexType _WSI2_CreationExpedition_ContainedType
2025-05-06 00:19:47.926157 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element NClient
2025-05-06 00:19:47.926164 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Expe_Langage of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.926167 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Expe_Langage to complexType _WSI2_CreationExpedition_ContainedType
2025-05-06 00:19:47.926171 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Expe_Langage
2025-05-06 00:19:47.926177 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Expe_Ad1 of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.926180 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Expe_Ad1 to complexType _WSI2_CreationExpedition_ContainedType
2025-05-06 00:19:47.926184 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Expe_Ad1
2025-05-06 00:19:47.926190 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Expe_Ad2 of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.926193 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Expe_Ad2 to complexType _WSI2_CreationExpedition_ContainedType
2025-05-06 00:19:47.926197 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Expe_Ad2
2025-05-06 00:19:47.926203 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Expe_Ad3 of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.926206 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Expe_Ad3 to complexType _WSI2_CreationExpedition_ContainedType
2025-05-06 00:19:47.926210 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Expe_Ad3
2025-05-06 00:19:47.926216 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Expe_Ad4 of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.926219 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Expe_Ad4 to complexType _WSI2_CreationExpedition_ContainedType
2025-05-06 00:19:47.926223 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Expe_Ad4
2025-05-06 00:19:47.926229 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Expe_Ville of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.926232 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Expe_Ville to complexType _WSI2_CreationExpedition_ContainedType
2025-05-06 00:19:47.926235 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Expe_Ville
2025-05-06 00:19:47.926241 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Expe_CP of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.926244 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Expe_CP to complexType _WSI2_CreationExpedition_ContainedType
2025-05-06 00:19:47.926248 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Expe_CP
2025-05-06 00:19:47.926254 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Expe_Pays of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.926257 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Expe_Pays to complexType _WSI2_CreationExpedition_ContainedType
2025-05-06 00:19:47.926261 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Expe_Pays
2025-05-06 00:19:47.926268 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Expe_Tel1 of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.926271 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Expe_Tel1 to complexType _WSI2_CreationExpedition_ContainedType
2025-05-06 00:19:47.926275 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Expe_Tel1
2025-05-06 00:19:47.926281 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Expe_Tel2 of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.926284 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Expe_Tel2 to complexType _WSI2_CreationExpedition_ContainedType
2025-05-06 00:19:47.926288 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Expe_Tel2
2025-05-06 00:19:47.926293 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Expe_Mail of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.926296 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Expe_Mail to complexType _WSI2_CreationExpedition_ContainedType
2025-05-06 00:19:47.926300 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Expe_Mail
2025-05-06 00:19:47.926306 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Dest_Langage of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.926309 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Dest_Langage to complexType _WSI2_CreationExpedition_ContainedType
2025-05-06 00:19:47.926313 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Dest_Langage
2025-05-06 00:19:47.926319 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Dest_Ad1 of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.926321 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Dest_Ad1 to complexType _WSI2_CreationExpedition_ContainedType
2025-05-06 00:19:47.926326 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Dest_Ad1
2025-05-06 00:19:47.926332 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Dest_Ad2 of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.926335 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Dest_Ad2 to complexType _WSI2_CreationExpedition_ContainedType
2025-05-06 00:19:47.926338 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Dest_Ad2
2025-05-06 00:19:47.926344 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Dest_Ad3 of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.926347 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Dest_Ad3 to complexType _WSI2_CreationExpedition_ContainedType
2025-05-06 00:19:47.926351 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Dest_Ad3
2025-05-06 00:19:47.926357 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Dest_Ad4 of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.926359 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Dest_Ad4 to complexType _WSI2_CreationExpedition_ContainedType
2025-05-06 00:19:47.926363 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Dest_Ad4
2025-05-06 00:19:47.926369 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Dest_Ville of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.926372 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Dest_Ville to complexType _WSI2_CreationExpedition_ContainedType
2025-05-06 00:19:47.926376 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Dest_Ville
2025-05-06 00:19:47.926382 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Dest_CP of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.926385 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Dest_CP to complexType _WSI2_CreationExpedition_ContainedType
2025-05-06 00:19:47.926388 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Dest_CP
2025-05-06 00:19:47.926394 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Dest_Pays of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.926397 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Dest_Pays to complexType _WSI2_CreationExpedition_ContainedType
2025-05-06 00:19:47.926401 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Dest_Pays
2025-05-06 00:19:47.926407 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Dest_Tel1 of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.926410 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Dest_Tel1 to complexType _WSI2_CreationExpedition_ContainedType
2025-05-06 00:19:47.926413 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Dest_Tel1
2025-05-06 00:19:47.926419 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Dest_Tel2 of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.926422 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Dest_Tel2 to complexType _WSI2_CreationExpedition_ContainedType
2025-05-06 00:19:47.926426 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Dest_Tel2
2025-05-06 00:19:47.926432 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Dest_Mail of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.926435 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Dest_Mail to complexType _WSI2_CreationExpedition_ContainedType
2025-05-06 00:19:47.926438 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Dest_Mail
2025-05-06 00:19:47.926444 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Poids of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.926447 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Poids to complexType _WSI2_CreationExpedition_ContainedType
2025-05-06 00:19:47.926451 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Poids
2025-05-06 00:19:47.926457 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Longueur of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.926460 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Longueur to complexType _WSI2_CreationExpedition_ContainedType
2025-05-06 00:19:47.926463 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Longueur
2025-05-06 00:19:47.926470 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Taille of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.926473 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Taille to complexType _WSI2_CreationExpedition_ContainedType
2025-05-06 00:19:47.926477 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Taille
2025-05-06 00:19:47.926484 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element NbColis of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.926487 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element NbColis to complexType _WSI2_CreationExpedition_ContainedType
2025-05-06 00:19:47.926490 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element NbColis
2025-05-06 00:19:47.926496 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element CRT_Valeur of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.926499 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element CRT_Valeur to complexType _WSI2_CreationExpedition_ContainedType
2025-05-06 00:19:47.926503 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element CRT_Valeur
2025-05-06 00:19:47.926509 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element CRT_Devise of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.926512 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element CRT_Devise to complexType _WSI2_CreationExpedition_ContainedType
2025-05-06 00:19:47.926516 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element CRT_Devise
2025-05-06 00:19:47.926522 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Exp_Valeur of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.926524 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Exp_Valeur to complexType _WSI2_CreationExpedition_ContainedType
2025-05-06 00:19:47.926528 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Exp_Valeur
2025-05-06 00:19:47.926534 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Exp_Devise of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.926537 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Exp_Devise to complexType _WSI2_CreationExpedition_ContainedType
2025-05-06 00:19:47.926541 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Exp_Devise
2025-05-06 00:19:47.926547 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element COL_Rel_Pays of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.926550 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element COL_Rel_Pays to complexType _WSI2_CreationExpedition_ContainedType
2025-05-06 00:19:47.926554 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element COL_Rel_Pays
2025-05-06 00:19:47.926560 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element COL_Rel of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.926562 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element COL_Rel to complexType _WSI2_CreationExpedition_ContainedType
2025-05-06 00:19:47.926569 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element COL_Rel
2025-05-06 00:19:47.926575 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element LIV_Rel_Pays of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.926578 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element LIV_Rel_Pays to complexType _WSI2_CreationExpedition_ContainedType
2025-05-06 00:19:47.926582 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element LIV_Rel_Pays
2025-05-06 00:19:47.926588 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element LIV_Rel of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.926590 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element LIV_Rel to complexType _WSI2_CreationExpedition_ContainedType
2025-05-06 00:19:47.926594 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element LIV_Rel
2025-05-06 00:19:47.926600 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element TAvisage of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.926603 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element TAvisage to complexType _WSI2_CreationExpedition_ContainedType
2025-05-06 00:19:47.926607 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element TAvisage
2025-05-06 00:19:47.926613 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element TReprise of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.926616 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element TReprise to complexType _WSI2_CreationExpedition_ContainedType
2025-05-06 00:19:47.926619 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element TReprise
2025-05-06 00:19:47.926625 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Montage of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.926628 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Montage to complexType _WSI2_CreationExpedition_ContainedType
2025-05-06 00:19:47.926632 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Montage
2025-05-06 00:19:47.926638 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element TRDV of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.926641 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element TRDV to complexType _WSI2_CreationExpedition_ContainedType
2025-05-06 00:19:47.926644 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element TRDV
2025-05-06 00:19:47.926650 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Assurance of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.926653 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Assurance to complexType _WSI2_CreationExpedition_ContainedType
2025-05-06 00:19:47.926657 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Assurance
2025-05-06 00:19:47.926663 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Instructions of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.926665 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Instructions to complexType _WSI2_CreationExpedition_ContainedType
2025-05-06 00:19:47.926669 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Instructions
2025-05-06 00:19:47.926675 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Security of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.926678 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Security to complexType _WSI2_CreationExpedition_ContainedType
2025-05-06 00:19:47.926682 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Security
2025-05-06 00:19:47.926688 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing complexType _WSI2_CreationExpedition_ContainedType
2025-05-06 00:19:47.926779 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> array(5) {
  ["typeClass"]=>
  string(11) "complexType"
  ["phpType"]=>
  string(6) "struct"
  ["simpleContent"]=>
  string(5) "false"
  ["compositor"]=>
  string(8) "sequence"
  ["elements"]=>
  array(46) {
    ["Enseigne"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(8) "Enseigne"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["ModeCol"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(7) "ModeCol"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["ModeLiv"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(7) "ModeLiv"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["NDossier"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(8) "NDossier"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["NClient"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(7) "NClient"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Expe_Langage"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(12) "Expe_Langage"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Expe_Ad1"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(8) "Expe_Ad1"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Expe_Ad2"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(8) "Expe_Ad2"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Expe_Ad3"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(8) "Expe_Ad3"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Expe_Ad4"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(8) "Expe_Ad4"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Expe_Ville"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(10) "Expe_Ville"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Expe_CP"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(7) "Expe_CP"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Expe_Pays"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(9) "Expe_Pays"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Expe_Tel1"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(9) "Expe_Tel1"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Expe_Tel2"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(9) "Expe_Tel2"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Expe_Mail"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(9) "Expe_Mail"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Dest_Langage"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(12) "Dest_Langage"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Dest_Ad1"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(8) "Dest_Ad1"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Dest_Ad2"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(8) "Dest_Ad2"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Dest_Ad3"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(8) "Dest_Ad3"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Dest_Ad4"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(8) "Dest_Ad4"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Dest_Ville"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(10) "Dest_Ville"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Dest_CP"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(7) "Dest_CP"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Dest_Pays"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(9) "Dest_Pays"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Dest_Tel1"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(9) "Dest_Tel1"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Dest_Tel2"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(9) "Dest_Tel2"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Dest_Mail"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(9) "Dest_Mail"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Poids"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(5) "Poids"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Longueur"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(8) "Longueur"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Taille"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(6) "Taille"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["NbColis"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(7) "NbColis"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["CRT_Valeur"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(10) "CRT_Valeur"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["CRT_Devise"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(10) "CRT_Devise"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Exp_Valeur"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(10) "Exp_Valeur"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Exp_Devise"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(10) "Exp_Devise"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["COL_Rel_Pays"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(12) "COL_Rel_Pays"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["COL_Rel"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(7) "COL_Rel"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["LIV_Rel_Pays"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(12) "LIV_Rel_Pays"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["LIV_Rel"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(7) "LIV_Rel"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["TAvisage"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(8) "TAvisage"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["TReprise"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(8) "TReprise"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Montage"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(7) "Montage"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["TRDV"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(4) "TRDV"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Assurance"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(9) "Assurance"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Instructions"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(12) "Instructions"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Security"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(8) "Security"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
  }
}

2025-05-06 00:19:47.926788 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element WSI2_CreationExpedition
2025-05-06 00:19:47.926794 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing untyped element WSI2_CreationExpeditionResponse type _WSI2_CreationExpeditionResponse_ContainedType
2025-05-06 00:19:47.926797 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element WSI2_CreationExpeditionResponse to elements array
2025-05-06 00:19:47.926806 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing unnamed complexType for element WSI2_CreationExpeditionResponse named _WSI2_CreationExpeditionResponse_ContainedType
2025-05-06 00:19:47.926816 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element WSI2_CreationExpeditionResult of type http://www.mondialrelay.fr/webservice/:ret_WSI2_CreationExpedition
2025-05-06 00:19:47.926819 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element WSI2_CreationExpeditionResult to complexType _WSI2_CreationExpeditionResponse_ContainedType
2025-05-06 00:19:47.926823 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element WSI2_CreationExpeditionResult
2025-05-06 00:19:47.926828 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing complexType _WSI2_CreationExpeditionResponse_ContainedType
2025-05-06 00:19:47.926835 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> array(5) {
  ["typeClass"]=>
  string(11) "complexType"
  ["phpType"]=>
  string(6) "struct"
  ["simpleContent"]=>
  string(5) "false"
  ["compositor"]=>
  string(8) "sequence"
  ["elements"]=>
  array(1) {
    ["WSI2_CreationExpeditionResult"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(29) "WSI2_CreationExpeditionResult"
      ["type"]=>
      string(66) "http://www.mondialrelay.fr/webservice/:ret_WSI2_CreationExpedition"
      ["form"]=>
      string(9) "qualified"
    }
  }
}

2025-05-06 00:19:47.926839 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element WSI2_CreationExpeditionResponse
2025-05-06 00:19:47.926844 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing named complexType ret_WSI2_CreationExpedition
2025-05-06 00:19:47.926855 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> do nothing for element complexContent
2025-05-06 00:19:47.926861 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> extension http://www.mondialrelay.fr/webservice/:ret_
2025-05-06 00:19:47.926871 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element ExpeditionNum of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.926874 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element ExpeditionNum to complexType ret_WSI2_CreationExpedition
2025-05-06 00:19:47.926878 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element ExpeditionNum
2025-05-06 00:19:47.926884 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element TRI_AgenceCode of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.926887 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element TRI_AgenceCode to complexType ret_WSI2_CreationExpedition
2025-05-06 00:19:47.926891 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element TRI_AgenceCode
2025-05-06 00:19:47.926897 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element TRI_Groupe of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.926899 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element TRI_Groupe to complexType ret_WSI2_CreationExpedition
2025-05-06 00:19:47.926903 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element TRI_Groupe
2025-05-06 00:19:47.926909 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element TRI_Navette of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.926912 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element TRI_Navette to complexType ret_WSI2_CreationExpedition
2025-05-06 00:19:47.926916 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element TRI_Navette
2025-05-06 00:19:47.926922 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element TRI_Agence of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.926925 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element TRI_Agence to complexType ret_WSI2_CreationExpedition
2025-05-06 00:19:47.926928 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element TRI_Agence
2025-05-06 00:19:47.926934 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element TRI_TourneeCode of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.926937 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element TRI_TourneeCode to complexType ret_WSI2_CreationExpedition
2025-05-06 00:19:47.926941 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element TRI_TourneeCode
2025-05-06 00:19:47.926948 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element TRI_LivraisonMode of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.926951 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element TRI_LivraisonMode to complexType ret_WSI2_CreationExpedition
2025-05-06 00:19:47.926954 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element TRI_LivraisonMode
2025-05-06 00:19:47.926961 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element CodesBarres of type http://www.mondialrelay.fr/webservice/:ArrayOfString
2025-05-06 00:19:47.926964 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element CodesBarres to complexType ret_WSI2_CreationExpedition
2025-05-06 00:19:47.926967 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element CodesBarres
2025-05-06 00:19:47.926975 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing complexType ret_WSI2_CreationExpedition
2025-05-06 00:19:47.926994 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> array(7) {
  ["name"]=>
  string(27) "ret_WSI2_CreationExpedition"
  ["typeClass"]=>
  string(11) "complexType"
  ["phpType"]=>
  string(6) "struct"
  ["simpleContent"]=>
  string(5) "false"
  ["extensionBase"]=>
  string(43) "http://www.mondialrelay.fr/webservice/:ret_"
  ["compositor"]=>
  string(8) "sequence"
  ["elements"]=>
  array(8) {
    ["ExpeditionNum"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(13) "ExpeditionNum"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["TRI_AgenceCode"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(14) "TRI_AgenceCode"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["TRI_Groupe"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(10) "TRI_Groupe"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["TRI_Navette"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(11) "TRI_Navette"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["TRI_Agence"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(10) "TRI_Agence"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["TRI_TourneeCode"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(15) "TRI_TourneeCode"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["TRI_LivraisonMode"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(17) "TRI_LivraisonMode"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["CodesBarres"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(11) "CodesBarres"
      ["type"]=>
      string(52) "http://www.mondialrelay.fr/webservice/:ArrayOfString"
      ["form"]=>
      string(9) "qualified"
    }
  }
}

2025-05-06 00:19:47.927000 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing named complexType ret_
2025-05-06 00:19:47.927009 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element STAT of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.927012 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element STAT to complexType ret_
2025-05-06 00:19:47.927016 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element STAT
2025-05-06 00:19:47.927020 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing complexType ret_
2025-05-06 00:19:47.927027 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> array(6) {
  ["name"]=>
  string(4) "ret_"
  ["typeClass"]=>
  string(11) "complexType"
  ["phpType"]=>
  string(6) "struct"
  ["simpleContent"]=>
  string(5) "false"
  ["compositor"]=>
  string(8) "sequence"
  ["elements"]=>
  array(1) {
    ["STAT"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(4) "STAT"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
  }
}

2025-05-06 00:19:47.927032 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing named complexType ArrayOfString
2025-05-06 00:19:47.927041 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element string of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.927044 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element string to complexType ArrayOfString
2025-05-06 00:19:47.927048 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element string
2025-05-06 00:19:47.927053 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing complexType ArrayOfString
2025-05-06 00:19:47.927059 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> array(6) {
  ["name"]=>
  string(13) "ArrayOfString"
  ["typeClass"]=>
  string(11) "complexType"
  ["phpType"]=>
  string(6) "struct"
  ["simpleContent"]=>
  string(5) "false"
  ["compositor"]=>
  string(8) "sequence"
  ["elements"]=>
  array(1) {
    ["string"]=>
    array(6) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(9) "unbounded"
      ["name"]=>
      string(6) "string"
      ["nillable"]=>
      string(4) "true"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
  }
}

2025-05-06 00:19:47.927065 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing untyped element WSI2_CreationEtiquette type _WSI2_CreationEtiquette_ContainedType
2025-05-06 00:19:47.927068 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element WSI2_CreationEtiquette to elements array
2025-05-06 00:19:47.927073 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing unnamed complexType for element WSI2_CreationEtiquette named _WSI2_CreationEtiquette_ContainedType
2025-05-06 00:19:47.927082 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Enseigne of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.927084 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Enseigne to complexType _WSI2_CreationEtiquette_ContainedType
2025-05-06 00:19:47.927088 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Enseigne
2025-05-06 00:19:47.927094 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element ModeCol of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.927097 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element ModeCol to complexType _WSI2_CreationEtiquette_ContainedType
2025-05-06 00:19:47.927101 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element ModeCol
2025-05-06 00:19:47.927107 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element ModeLiv of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.927109 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element ModeLiv to complexType _WSI2_CreationEtiquette_ContainedType
2025-05-06 00:19:47.927113 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element ModeLiv
2025-05-06 00:19:47.927119 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element NDossier of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.927122 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element NDossier to complexType _WSI2_CreationEtiquette_ContainedType
2025-05-06 00:19:47.927125 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element NDossier
2025-05-06 00:19:47.927131 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element NClient of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.927134 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element NClient to complexType _WSI2_CreationEtiquette_ContainedType
2025-05-06 00:19:47.927138 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element NClient
2025-05-06 00:19:47.927143 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Expe_Langage of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.927146 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Expe_Langage to complexType _WSI2_CreationEtiquette_ContainedType
2025-05-06 00:19:47.927150 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Expe_Langage
2025-05-06 00:19:47.927156 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Expe_Ad1 of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.927159 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Expe_Ad1 to complexType _WSI2_CreationEtiquette_ContainedType
2025-05-06 00:19:47.927163 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Expe_Ad1
2025-05-06 00:19:47.927168 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Expe_Ad2 of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.927171 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Expe_Ad2 to complexType _WSI2_CreationEtiquette_ContainedType
2025-05-06 00:19:47.927175 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Expe_Ad2
2025-05-06 00:19:47.927181 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Expe_Ad3 of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.927183 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Expe_Ad3 to complexType _WSI2_CreationEtiquette_ContainedType
2025-05-06 00:19:47.927187 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Expe_Ad3
2025-05-06 00:19:47.927193 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Expe_Ad4 of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.927196 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Expe_Ad4 to complexType _WSI2_CreationEtiquette_ContainedType
2025-05-06 00:19:47.927199 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Expe_Ad4
2025-05-06 00:19:47.927205 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Expe_Ville of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.927208 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Expe_Ville to complexType _WSI2_CreationEtiquette_ContainedType
2025-05-06 00:19:47.927212 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Expe_Ville
2025-05-06 00:19:47.927217 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Expe_CP of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.927220 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Expe_CP to complexType _WSI2_CreationEtiquette_ContainedType
2025-05-06 00:19:47.927224 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Expe_CP
2025-05-06 00:19:47.927230 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Expe_Pays of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.927232 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Expe_Pays to complexType _WSI2_CreationEtiquette_ContainedType
2025-05-06 00:19:47.927236 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Expe_Pays
2025-05-06 00:19:47.927242 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Expe_Tel1 of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.927244 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Expe_Tel1 to complexType _WSI2_CreationEtiquette_ContainedType
2025-05-06 00:19:47.927248 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Expe_Tel1
2025-05-06 00:19:47.927254 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Expe_Tel2 of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.927257 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Expe_Tel2 to complexType _WSI2_CreationEtiquette_ContainedType
2025-05-06 00:19:47.927260 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Expe_Tel2
2025-05-06 00:19:47.927266 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Expe_Mail of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.927269 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Expe_Mail to complexType _WSI2_CreationEtiquette_ContainedType
2025-05-06 00:19:47.927273 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Expe_Mail
2025-05-06 00:19:47.927278 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Dest_Langage of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.927281 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Dest_Langage to complexType _WSI2_CreationEtiquette_ContainedType
2025-05-06 00:19:47.927286 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Dest_Langage
2025-05-06 00:19:47.927292 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Dest_Ad1 of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.927295 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Dest_Ad1 to complexType _WSI2_CreationEtiquette_ContainedType
2025-05-06 00:19:47.927299 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Dest_Ad1
2025-05-06 00:19:47.927305 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Dest_Ad2 of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.927307 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Dest_Ad2 to complexType _WSI2_CreationEtiquette_ContainedType
2025-05-06 00:19:47.927311 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Dest_Ad2
2025-05-06 00:19:47.927317 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Dest_Ad3 of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.927320 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Dest_Ad3 to complexType _WSI2_CreationEtiquette_ContainedType
2025-05-06 00:19:47.927324 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Dest_Ad3
2025-05-06 00:19:47.927330 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Dest_Ad4 of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.927332 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Dest_Ad4 to complexType _WSI2_CreationEtiquette_ContainedType
2025-05-06 00:19:47.927336 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Dest_Ad4
2025-05-06 00:19:47.927342 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Dest_Ville of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.927345 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Dest_Ville to complexType _WSI2_CreationEtiquette_ContainedType
2025-05-06 00:19:47.927349 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Dest_Ville
2025-05-06 00:19:47.927354 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Dest_CP of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.927357 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Dest_CP to complexType _WSI2_CreationEtiquette_ContainedType
2025-05-06 00:19:47.927361 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Dest_CP
2025-05-06 00:19:47.927367 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Dest_Pays of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.927369 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Dest_Pays to complexType _WSI2_CreationEtiquette_ContainedType
2025-05-06 00:19:47.927373 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Dest_Pays
2025-05-06 00:19:47.927379 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Dest_Tel1 of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.927382 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Dest_Tel1 to complexType _WSI2_CreationEtiquette_ContainedType
2025-05-06 00:19:47.927385 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Dest_Tel1
2025-05-06 00:19:47.927391 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Dest_Tel2 of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.927394 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Dest_Tel2 to complexType _WSI2_CreationEtiquette_ContainedType
2025-05-06 00:19:47.927398 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Dest_Tel2
2025-05-06 00:19:47.927403 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Dest_Mail of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.927406 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Dest_Mail to complexType _WSI2_CreationEtiquette_ContainedType
2025-05-06 00:19:47.927410 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Dest_Mail
2025-05-06 00:19:47.927416 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Poids of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.927418 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Poids to complexType _WSI2_CreationEtiquette_ContainedType
2025-05-06 00:19:47.927422 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Poids
2025-05-06 00:19:47.927428 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Longueur of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.927431 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Longueur to complexType _WSI2_CreationEtiquette_ContainedType
2025-05-06 00:19:47.927434 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Longueur
2025-05-06 00:19:47.927440 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Taille of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.927443 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Taille to complexType _WSI2_CreationEtiquette_ContainedType
2025-05-06 00:19:47.927447 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Taille
2025-05-06 00:19:47.927453 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element NbColis of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.927456 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element NbColis to complexType _WSI2_CreationEtiquette_ContainedType
2025-05-06 00:19:47.927459 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element NbColis
2025-05-06 00:19:47.927465 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element CRT_Valeur of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.927468 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element CRT_Valeur to complexType _WSI2_CreationEtiquette_ContainedType
2025-05-06 00:19:47.927472 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element CRT_Valeur
2025-05-06 00:19:47.927477 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element CRT_Devise of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.927480 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element CRT_Devise to complexType _WSI2_CreationEtiquette_ContainedType
2025-05-06 00:19:47.927484 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element CRT_Devise
2025-05-06 00:19:47.927490 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Exp_Valeur of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.927493 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Exp_Valeur to complexType _WSI2_CreationEtiquette_ContainedType
2025-05-06 00:19:47.927496 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Exp_Valeur
2025-05-06 00:19:47.927502 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Exp_Devise of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.927505 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Exp_Devise to complexType _WSI2_CreationEtiquette_ContainedType
2025-05-06 00:19:47.927509 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Exp_Devise
2025-05-06 00:19:47.927515 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element COL_Rel_Pays of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.927518 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element COL_Rel_Pays to complexType _WSI2_CreationEtiquette_ContainedType
2025-05-06 00:19:47.927521 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element COL_Rel_Pays
2025-05-06 00:19:47.927527 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element COL_Rel of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.927530 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element COL_Rel to complexType _WSI2_CreationEtiquette_ContainedType
2025-05-06 00:19:47.927534 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element COL_Rel
2025-05-06 00:19:47.927540 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element LIV_Rel_Pays of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.927542 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element LIV_Rel_Pays to complexType _WSI2_CreationEtiquette_ContainedType
2025-05-06 00:19:47.927546 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element LIV_Rel_Pays
2025-05-06 00:19:47.927552 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element LIV_Rel of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.927555 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element LIV_Rel to complexType _WSI2_CreationEtiquette_ContainedType
2025-05-06 00:19:47.927558 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element LIV_Rel
2025-05-06 00:19:47.927564 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element TAvisage of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.927567 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element TAvisage to complexType _WSI2_CreationEtiquette_ContainedType
2025-05-06 00:19:47.927571 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element TAvisage
2025-05-06 00:19:47.927576 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element TReprise of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.927579 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element TReprise to complexType _WSI2_CreationEtiquette_ContainedType
2025-05-06 00:19:47.927583 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element TReprise
2025-05-06 00:19:47.927589 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Montage of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.927592 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Montage to complexType _WSI2_CreationEtiquette_ContainedType
2025-05-06 00:19:47.927595 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Montage
2025-05-06 00:19:47.927601 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element TRDV of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.927604 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element TRDV to complexType _WSI2_CreationEtiquette_ContainedType
2025-05-06 00:19:47.927608 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element TRDV
2025-05-06 00:19:47.927613 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Assurance of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.927616 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Assurance to complexType _WSI2_CreationEtiquette_ContainedType
2025-05-06 00:19:47.927620 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Assurance
2025-05-06 00:19:47.927626 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Instructions of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.927629 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Instructions to complexType _WSI2_CreationEtiquette_ContainedType
2025-05-06 00:19:47.927632 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Instructions
2025-05-06 00:19:47.927638 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Security of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.927643 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Security to complexType _WSI2_CreationEtiquette_ContainedType
2025-05-06 00:19:47.927648 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Security
2025-05-06 00:19:47.927658 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Texte of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.927662 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Texte to complexType _WSI2_CreationEtiquette_ContainedType
2025-05-06 00:19:47.927667 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Texte
2025-05-06 00:19:47.927673 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing complexType _WSI2_CreationEtiquette_ContainedType
2025-05-06 00:19:47.927759 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> array(5) {
  ["typeClass"]=>
  string(11) "complexType"
  ["phpType"]=>
  string(6) "struct"
  ["simpleContent"]=>
  string(5) "false"
  ["compositor"]=>
  string(8) "sequence"
  ["elements"]=>
  array(47) {
    ["Enseigne"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(8) "Enseigne"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["ModeCol"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(7) "ModeCol"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["ModeLiv"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(7) "ModeLiv"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["NDossier"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(8) "NDossier"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["NClient"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(7) "NClient"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Expe_Langage"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(12) "Expe_Langage"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Expe_Ad1"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(8) "Expe_Ad1"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Expe_Ad2"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(8) "Expe_Ad2"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Expe_Ad3"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(8) "Expe_Ad3"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Expe_Ad4"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(8) "Expe_Ad4"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Expe_Ville"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(10) "Expe_Ville"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Expe_CP"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(7) "Expe_CP"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Expe_Pays"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(9) "Expe_Pays"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Expe_Tel1"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(9) "Expe_Tel1"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Expe_Tel2"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(9) "Expe_Tel2"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Expe_Mail"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(9) "Expe_Mail"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Dest_Langage"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(12) "Dest_Langage"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Dest_Ad1"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(8) "Dest_Ad1"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Dest_Ad2"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(8) "Dest_Ad2"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Dest_Ad3"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(8) "Dest_Ad3"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Dest_Ad4"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(8) "Dest_Ad4"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Dest_Ville"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(10) "Dest_Ville"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Dest_CP"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(7) "Dest_CP"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Dest_Pays"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(9) "Dest_Pays"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Dest_Tel1"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(9) "Dest_Tel1"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Dest_Tel2"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(9) "Dest_Tel2"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Dest_Mail"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(9) "Dest_Mail"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Poids"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(5) "Poids"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Longueur"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(8) "Longueur"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Taille"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(6) "Taille"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["NbColis"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(7) "NbColis"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["CRT_Valeur"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(10) "CRT_Valeur"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["CRT_Devise"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(10) "CRT_Devise"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Exp_Valeur"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(10) "Exp_Valeur"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Exp_Devise"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(10) "Exp_Devise"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["COL_Rel_Pays"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(12) "COL_Rel_Pays"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["COL_Rel"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(7) "COL_Rel"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["LIV_Rel_Pays"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(12) "LIV_Rel_Pays"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["LIV_Rel"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(7) "LIV_Rel"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["TAvisage"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(8) "TAvisage"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["TReprise"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(8) "TReprise"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Montage"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(7) "Montage"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["TRDV"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(4) "TRDV"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Assurance"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(9) "Assurance"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Instructions"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(12) "Instructions"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Security"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(8) "Security"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Texte"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(5) "Texte"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
  }
}

2025-05-06 00:19:47.927769 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element WSI2_CreationEtiquette
2025-05-06 00:19:47.927775 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing untyped element WSI2_CreationEtiquetteResponse type _WSI2_CreationEtiquetteResponse_ContainedType
2025-05-06 00:19:47.927778 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element WSI2_CreationEtiquetteResponse to elements array
2025-05-06 00:19:47.927784 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing unnamed complexType for element WSI2_CreationEtiquetteResponse named _WSI2_CreationEtiquetteResponse_ContainedType
2025-05-06 00:19:47.927793 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element WSI2_CreationEtiquetteResult of type http://www.mondialrelay.fr/webservice/:ret_WSI2_CreationEtiquette
2025-05-06 00:19:47.927796 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element WSI2_CreationEtiquetteResult to complexType _WSI2_CreationEtiquetteResponse_ContainedType
2025-05-06 00:19:47.927800 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element WSI2_CreationEtiquetteResult
2025-05-06 00:19:47.927805 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing complexType _WSI2_CreationEtiquetteResponse_ContainedType
2025-05-06 00:19:47.927812 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> array(5) {
  ["typeClass"]=>
  string(11) "complexType"
  ["phpType"]=>
  string(6) "struct"
  ["simpleContent"]=>
  string(5) "false"
  ["compositor"]=>
  string(8) "sequence"
  ["elements"]=>
  array(1) {
    ["WSI2_CreationEtiquetteResult"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(28) "WSI2_CreationEtiquetteResult"
      ["type"]=>
      string(65) "http://www.mondialrelay.fr/webservice/:ret_WSI2_CreationEtiquette"
      ["form"]=>
      string(9) "qualified"
    }
  }
}

2025-05-06 00:19:47.927815 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element WSI2_CreationEtiquetteResponse
2025-05-06 00:19:47.927820 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing named complexType ret_WSI2_CreationEtiquette
2025-05-06 00:19:47.927826 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> do nothing for element complexContent
2025-05-06 00:19:47.927832 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> extension http://www.mondialrelay.fr/webservice/:ret_
2025-05-06 00:19:47.927841 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element ExpeditionNum of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.927844 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element ExpeditionNum to complexType ret_WSI2_CreationEtiquette
2025-05-06 00:19:47.927848 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element ExpeditionNum
2025-05-06 00:19:47.927853 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element URL_Etiquette of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.927856 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element URL_Etiquette to complexType ret_WSI2_CreationEtiquette
2025-05-06 00:19:47.927860 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element URL_Etiquette
2025-05-06 00:19:47.927867 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing complexType ret_WSI2_CreationEtiquette
2025-05-06 00:19:47.927876 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> array(7) {
  ["name"]=>
  string(26) "ret_WSI2_CreationEtiquette"
  ["typeClass"]=>
  string(11) "complexType"
  ["phpType"]=>
  string(6) "struct"
  ["simpleContent"]=>
  string(5) "false"
  ["extensionBase"]=>
  string(43) "http://www.mondialrelay.fr/webservice/:ret_"
  ["compositor"]=>
  string(8) "sequence"
  ["elements"]=>
  array(2) {
    ["ExpeditionNum"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(13) "ExpeditionNum"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["URL_Etiquette"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(13) "URL_Etiquette"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
  }
}

2025-05-06 00:19:47.927881 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing untyped element WSI3_GetEtiquettes type _WSI3_GetEtiquettes_ContainedType
2025-05-06 00:19:47.927884 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element WSI3_GetEtiquettes to elements array
2025-05-06 00:19:47.927889 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing unnamed complexType for element WSI3_GetEtiquettes named _WSI3_GetEtiquettes_ContainedType
2025-05-06 00:19:47.927897 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Enseigne of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.927900 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Enseigne to complexType _WSI3_GetEtiquettes_ContainedType
2025-05-06 00:19:47.927904 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Enseigne
2025-05-06 00:19:47.927910 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Expeditions of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.927913 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Expeditions to complexType _WSI3_GetEtiquettes_ContainedType
2025-05-06 00:19:47.927916 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Expeditions
2025-05-06 00:19:47.927922 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Langue of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.927925 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Langue to complexType _WSI3_GetEtiquettes_ContainedType
2025-05-06 00:19:47.927929 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Langue
2025-05-06 00:19:47.927935 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Security of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.927938 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Security to complexType _WSI3_GetEtiquettes_ContainedType
2025-05-06 00:19:47.927942 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Security
2025-05-06 00:19:47.927946 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing complexType _WSI3_GetEtiquettes_ContainedType
2025-05-06 00:19:47.927958 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> array(5) {
  ["typeClass"]=>
  string(11) "complexType"
  ["phpType"]=>
  string(6) "struct"
  ["simpleContent"]=>
  string(5) "false"
  ["compositor"]=>
  string(8) "sequence"
  ["elements"]=>
  array(4) {
    ["Enseigne"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(8) "Enseigne"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Expeditions"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(11) "Expeditions"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Langue"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(6) "Langue"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Security"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(8) "Security"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
  }
}

2025-05-06 00:19:47.927962 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element WSI3_GetEtiquettes
2025-05-06 00:19:47.927967 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing untyped element WSI3_GetEtiquettesResponse type _WSI3_GetEtiquettesResponse_ContainedType
2025-05-06 00:19:47.927970 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element WSI3_GetEtiquettesResponse to elements array
2025-05-06 00:19:47.927975 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing unnamed complexType for element WSI3_GetEtiquettesResponse named _WSI3_GetEtiquettesResponse_ContainedType
2025-05-06 00:19:47.927984 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element WSI3_GetEtiquettesResult of type http://www.mondialrelay.fr/webservice/:ret_WSI3_GetEtiquettes
2025-05-06 00:19:47.927986 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element WSI3_GetEtiquettesResult to complexType _WSI3_GetEtiquettesResponse_ContainedType
2025-05-06 00:19:47.927990 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element WSI3_GetEtiquettesResult
2025-05-06 00:19:47.927995 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing complexType _WSI3_GetEtiquettesResponse_ContainedType
2025-05-06 00:19:47.928002 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> array(5) {
  ["typeClass"]=>
  string(11) "complexType"
  ["phpType"]=>
  string(6) "struct"
  ["simpleContent"]=>
  string(5) "false"
  ["compositor"]=>
  string(8) "sequence"
  ["elements"]=>
  array(1) {
    ["WSI3_GetEtiquettesResult"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(24) "WSI3_GetEtiquettesResult"
      ["type"]=>
      string(61) "http://www.mondialrelay.fr/webservice/:ret_WSI3_GetEtiquettes"
      ["form"]=>
      string(9) "qualified"
    }
  }
}

2025-05-06 00:19:47.928005 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element WSI3_GetEtiquettesResponse
2025-05-06 00:19:47.928010 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing named complexType ret_WSI3_GetEtiquettes
2025-05-06 00:19:47.928015 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> do nothing for element complexContent
2025-05-06 00:19:47.928020 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> extension http://www.mondialrelay.fr/webservice/:ret_WSI2_GetEtiquettes
2025-05-06 00:19:47.928028 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element URL_PDF_10x15 of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.928031 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element URL_PDF_10x15 to complexType ret_WSI3_GetEtiquettes
2025-05-06 00:19:47.928035 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element URL_PDF_10x15
2025-05-06 00:19:47.928042 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing complexType ret_WSI3_GetEtiquettes
2025-05-06 00:19:47.928048 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> array(7) {
  ["name"]=>
  string(22) "ret_WSI3_GetEtiquettes"
  ["typeClass"]=>
  string(11) "complexType"
  ["phpType"]=>
  string(6) "struct"
  ["simpleContent"]=>
  string(5) "false"
  ["extensionBase"]=>
  string(61) "http://www.mondialrelay.fr/webservice/:ret_WSI2_GetEtiquettes"
  ["compositor"]=>
  string(8) "sequence"
  ["elements"]=>
  array(1) {
    ["URL_PDF_10x15"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(13) "URL_PDF_10x15"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
  }
}

2025-05-06 00:19:47.928053 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing named complexType ret_WSI2_GetEtiquettes
2025-05-06 00:19:47.928058 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> do nothing for element complexContent
2025-05-06 00:19:47.928063 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> extension http://www.mondialrelay.fr/webservice/:ret_
2025-05-06 00:19:47.928071 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element URL_PDF_A4 of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.928074 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element URL_PDF_A4 to complexType ret_WSI2_GetEtiquettes
2025-05-06 00:19:47.928078 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element URL_PDF_A4
2025-05-06 00:19:47.928084 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element URL_PDF_A5 of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.928087 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element URL_PDF_A5 to complexType ret_WSI2_GetEtiquettes
2025-05-06 00:19:47.928090 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element URL_PDF_A5
2025-05-06 00:19:47.928097 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing complexType ret_WSI2_GetEtiquettes
2025-05-06 00:19:47.928105 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> array(7) {
  ["name"]=>
  string(22) "ret_WSI2_GetEtiquettes"
  ["typeClass"]=>
  string(11) "complexType"
  ["phpType"]=>
  string(6) "struct"
  ["simpleContent"]=>
  string(5) "false"
  ["extensionBase"]=>
  string(43) "http://www.mondialrelay.fr/webservice/:ret_"
  ["compositor"]=>
  string(8) "sequence"
  ["elements"]=>
  array(2) {
    ["URL_PDF_A4"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(10) "URL_PDF_A4"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["URL_PDF_A5"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(10) "URL_PDF_A5"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
  }
}

2025-05-06 00:19:47.928110 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing untyped element WSI2_GetEtiquettes type _WSI2_GetEtiquettes_ContainedType
2025-05-06 00:19:47.928113 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element WSI2_GetEtiquettes to elements array
2025-05-06 00:19:47.928118 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing unnamed complexType for element WSI2_GetEtiquettes named _WSI2_GetEtiquettes_ContainedType
2025-05-06 00:19:47.928126 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Enseigne of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.928129 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Enseigne to complexType _WSI2_GetEtiquettes_ContainedType
2025-05-06 00:19:47.928133 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Enseigne
2025-05-06 00:19:47.928139 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Expeditions of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.928142 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Expeditions to complexType _WSI2_GetEtiquettes_ContainedType
2025-05-06 00:19:47.928146 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Expeditions
2025-05-06 00:19:47.928152 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Langue of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.928155 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Langue to complexType _WSI2_GetEtiquettes_ContainedType
2025-05-06 00:19:47.928159 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Langue
2025-05-06 00:19:47.928165 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Security of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.928167 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Security to complexType _WSI2_GetEtiquettes_ContainedType
2025-05-06 00:19:47.928171 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Security
2025-05-06 00:19:47.928176 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing complexType _WSI2_GetEtiquettes_ContainedType
2025-05-06 00:19:47.928187 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> array(5) {
  ["typeClass"]=>
  string(11) "complexType"
  ["phpType"]=>
  string(6) "struct"
  ["simpleContent"]=>
  string(5) "false"
  ["compositor"]=>
  string(8) "sequence"
  ["elements"]=>
  array(4) {
    ["Enseigne"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(8) "Enseigne"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Expeditions"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(11) "Expeditions"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Langue"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(6) "Langue"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Security"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(8) "Security"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
  }
}

2025-05-06 00:19:47.928192 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element WSI2_GetEtiquettes
2025-05-06 00:19:47.928197 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing untyped element WSI2_GetEtiquettesResponse type _WSI2_GetEtiquettesResponse_ContainedType
2025-05-06 00:19:47.928200 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element WSI2_GetEtiquettesResponse to elements array
2025-05-06 00:19:47.928204 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing unnamed complexType for element WSI2_GetEtiquettesResponse named _WSI2_GetEtiquettesResponse_ContainedType
2025-05-06 00:19:47.928212 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element WSI2_GetEtiquettesResult of type http://www.mondialrelay.fr/webservice/:ret_WSI2_GetEtiquettes
2025-05-06 00:19:47.928215 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element WSI2_GetEtiquettesResult to complexType _WSI2_GetEtiquettesResponse_ContainedType
2025-05-06 00:19:47.928219 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element WSI2_GetEtiquettesResult
2025-05-06 00:19:47.928224 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing complexType _WSI2_GetEtiquettesResponse_ContainedType
2025-05-06 00:19:47.928230 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> array(5) {
  ["typeClass"]=>
  string(11) "complexType"
  ["phpType"]=>
  string(6) "struct"
  ["simpleContent"]=>
  string(5) "false"
  ["compositor"]=>
  string(8) "sequence"
  ["elements"]=>
  array(1) {
    ["WSI2_GetEtiquettesResult"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(24) "WSI2_GetEtiquettesResult"
      ["type"]=>
      string(61) "http://www.mondialrelay.fr/webservice/:ret_WSI2_GetEtiquettes"
      ["form"]=>
      string(9) "qualified"
    }
  }
}

2025-05-06 00:19:47.928234 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element WSI2_GetEtiquettesResponse
2025-05-06 00:19:47.928239 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing untyped element WSI2_RechercheCP type _WSI2_RechercheCP_ContainedType
2025-05-06 00:19:47.928242 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element WSI2_RechercheCP to elements array
2025-05-06 00:19:47.928247 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing unnamed complexType for element WSI2_RechercheCP named _WSI2_RechercheCP_ContainedType
2025-05-06 00:19:47.928255 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Enseigne of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.928258 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Enseigne to complexType _WSI2_RechercheCP_ContainedType
2025-05-06 00:19:47.928261 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Enseigne
2025-05-06 00:19:47.928267 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Pays of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.928270 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Pays to complexType _WSI2_RechercheCP_ContainedType
2025-05-06 00:19:47.928274 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Pays
2025-05-06 00:19:47.928280 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Ville of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.928282 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Ville to complexType _WSI2_RechercheCP_ContainedType
2025-05-06 00:19:47.928286 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Ville
2025-05-06 00:19:47.928292 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element CP of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.928295 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element CP to complexType _WSI2_RechercheCP_ContainedType
2025-05-06 00:19:47.928299 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element CP
2025-05-06 00:19:47.928304 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element NbResult of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.928307 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element NbResult to complexType _WSI2_RechercheCP_ContainedType
2025-05-06 00:19:47.928311 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element NbResult
2025-05-06 00:19:47.928317 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Security of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.928320 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Security to complexType _WSI2_RechercheCP_ContainedType
2025-05-06 00:19:47.928323 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Security
2025-05-06 00:19:47.928328 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing complexType _WSI2_RechercheCP_ContainedType
2025-05-06 00:19:47.928343 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> array(5) {
  ["typeClass"]=>
  string(11) "complexType"
  ["phpType"]=>
  string(6) "struct"
  ["simpleContent"]=>
  string(5) "false"
  ["compositor"]=>
  string(8) "sequence"
  ["elements"]=>
  array(6) {
    ["Enseigne"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(8) "Enseigne"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Pays"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(4) "Pays"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Ville"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(5) "Ville"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["CP"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(2) "CP"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["NbResult"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(8) "NbResult"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Security"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(8) "Security"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
  }
}

2025-05-06 00:19:47.928348 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element WSI2_RechercheCP
2025-05-06 00:19:47.928353 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing untyped element WSI2_RechercheCPResponse type _WSI2_RechercheCPResponse_ContainedType
2025-05-06 00:19:47.928356 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element WSI2_RechercheCPResponse to elements array
2025-05-06 00:19:47.928361 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing unnamed complexType for element WSI2_RechercheCPResponse named _WSI2_RechercheCPResponse_ContainedType
2025-05-06 00:19:47.928369 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element WSI2_RechercheCPResult of type http://www.mondialrelay.fr/webservice/:ret_WSI2_RechercheCP
2025-05-06 00:19:47.928372 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element WSI2_RechercheCPResult to complexType _WSI2_RechercheCPResponse_ContainedType
2025-05-06 00:19:47.928375 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element WSI2_RechercheCPResult
2025-05-06 00:19:47.928380 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing complexType _WSI2_RechercheCPResponse_ContainedType
2025-05-06 00:19:47.928386 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> array(5) {
  ["typeClass"]=>
  string(11) "complexType"
  ["phpType"]=>
  string(6) "struct"
  ["simpleContent"]=>
  string(5) "false"
  ["compositor"]=>
  string(8) "sequence"
  ["elements"]=>
  array(1) {
    ["WSI2_RechercheCPResult"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(22) "WSI2_RechercheCPResult"
      ["type"]=>
      string(59) "http://www.mondialrelay.fr/webservice/:ret_WSI2_RechercheCP"
      ["form"]=>
      string(9) "qualified"
    }
  }
}

2025-05-06 00:19:47.928390 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element WSI2_RechercheCPResponse
2025-05-06 00:19:47.928395 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing named complexType ret_WSI2_RechercheCP
2025-05-06 00:19:47.928400 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> do nothing for element complexContent
2025-05-06 00:19:47.928405 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> extension http://www.mondialrelay.fr/webservice/:ret_
2025-05-06 00:19:47.928413 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Liste of type http://www.mondialrelay.fr/webservice/:ArrayOfCommune
2025-05-06 00:19:47.928416 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Liste to complexType ret_WSI2_RechercheCP
2025-05-06 00:19:47.928420 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Liste
2025-05-06 00:19:47.928426 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing complexType ret_WSI2_RechercheCP
2025-05-06 00:19:47.928433 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> array(7) {
  ["name"]=>
  string(20) "ret_WSI2_RechercheCP"
  ["typeClass"]=>
  string(11) "complexType"
  ["phpType"]=>
  string(6) "struct"
  ["simpleContent"]=>
  string(5) "false"
  ["extensionBase"]=>
  string(43) "http://www.mondialrelay.fr/webservice/:ret_"
  ["compositor"]=>
  string(8) "sequence"
  ["elements"]=>
  array(1) {
    ["Liste"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(5) "Liste"
      ["type"]=>
      string(53) "http://www.mondialrelay.fr/webservice/:ArrayOfCommune"
      ["form"]=>
      string(9) "qualified"
    }
  }
}

2025-05-06 00:19:47.928438 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing named complexType ArrayOfCommune
2025-05-06 00:19:47.928446 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Commune of type http://www.mondialrelay.fr/webservice/:Commune
2025-05-06 00:19:47.928449 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Commune to complexType ArrayOfCommune
2025-05-06 00:19:47.928453 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Commune
2025-05-06 00:19:47.928458 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing complexType ArrayOfCommune
2025-05-06 00:19:47.928465 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> array(6) {
  ["name"]=>
  string(14) "ArrayOfCommune"
  ["typeClass"]=>
  string(11) "complexType"
  ["phpType"]=>
  string(6) "struct"
  ["simpleContent"]=>
  string(5) "false"
  ["compositor"]=>
  string(8) "sequence"
  ["elements"]=>
  array(1) {
    ["Commune"]=>
    array(6) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(9) "unbounded"
      ["name"]=>
      string(7) "Commune"
      ["nillable"]=>
      string(4) "true"
      ["type"]=>
      string(46) "http://www.mondialrelay.fr/webservice/:Commune"
      ["form"]=>
      string(9) "qualified"
    }
  }
}

2025-05-06 00:19:47.928469 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing named complexType Commune
2025-05-06 00:19:47.928478 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element CP of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.928482 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element CP to complexType Commune
2025-05-06 00:19:47.928485 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element CP
2025-05-06 00:19:47.928491 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Ville of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.928494 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Ville to complexType Commune
2025-05-06 00:19:47.928498 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Ville
2025-05-06 00:19:47.928504 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Pays of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.928507 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Pays to complexType Commune
2025-05-06 00:19:47.928511 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Pays
2025-05-06 00:19:47.928515 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing complexType Commune
2025-05-06 00:19:47.928525 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> array(6) {
  ["name"]=>
  string(7) "Commune"
  ["typeClass"]=>
  string(11) "complexType"
  ["phpType"]=>
  string(6) "struct"
  ["simpleContent"]=>
  string(5) "false"
  ["compositor"]=>
  string(8) "sequence"
  ["elements"]=>
  array(3) {
    ["CP"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(2) "CP"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Ville"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(5) "Ville"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Pays"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(4) "Pays"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
  }
}

2025-05-06 00:19:47.928531 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing untyped element WSI3_PointRelais_Recherche type _WSI3_PointRelais_Recherche_ContainedType
2025-05-06 00:19:47.928533 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element WSI3_PointRelais_Recherche to elements array
2025-05-06 00:19:47.928538 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing unnamed complexType for element WSI3_PointRelais_Recherche named _WSI3_PointRelais_Recherche_ContainedType
2025-05-06 00:19:47.928546 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Enseigne of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.928549 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Enseigne to complexType _WSI3_PointRelais_Recherche_ContainedType
2025-05-06 00:19:47.928552 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Enseigne
2025-05-06 00:19:47.928558 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Pays of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.928561 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Pays to complexType _WSI3_PointRelais_Recherche_ContainedType
2025-05-06 00:19:47.928565 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Pays
2025-05-06 00:19:47.928571 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element NumPointRelais of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.928574 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element NumPointRelais to complexType _WSI3_PointRelais_Recherche_ContainedType
2025-05-06 00:19:47.928578 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element NumPointRelais
2025-05-06 00:19:47.928584 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Ville of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.928586 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Ville to complexType _WSI3_PointRelais_Recherche_ContainedType
2025-05-06 00:19:47.928590 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Ville
2025-05-06 00:19:47.928596 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element CP of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.928599 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element CP to complexType _WSI3_PointRelais_Recherche_ContainedType
2025-05-06 00:19:47.928602 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element CP
2025-05-06 00:19:47.928608 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Latitude of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.928611 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Latitude to complexType _WSI3_PointRelais_Recherche_ContainedType
2025-05-06 00:19:47.928615 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Latitude
2025-05-06 00:19:47.928630 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Longitude of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.928633 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Longitude to complexType _WSI3_PointRelais_Recherche_ContainedType
2025-05-06 00:19:47.928636 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Longitude
2025-05-06 00:19:47.928643 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Taille of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.928645 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Taille to complexType _WSI3_PointRelais_Recherche_ContainedType
2025-05-06 00:19:47.928649 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Taille
2025-05-06 00:19:47.928655 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Poids of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.928658 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Poids to complexType _WSI3_PointRelais_Recherche_ContainedType
2025-05-06 00:19:47.928662 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Poids
2025-05-06 00:19:47.928668 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Action of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.928671 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Action to complexType _WSI3_PointRelais_Recherche_ContainedType
2025-05-06 00:19:47.928675 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Action
2025-05-06 00:19:47.928681 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element DelaiEnvoi of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.928684 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element DelaiEnvoi to complexType _WSI3_PointRelais_Recherche_ContainedType
2025-05-06 00:19:47.928687 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element DelaiEnvoi
2025-05-06 00:19:47.928693 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element RayonRecherche of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.928696 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element RayonRecherche to complexType _WSI3_PointRelais_Recherche_ContainedType
2025-05-06 00:19:47.928700 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element RayonRecherche
2025-05-06 00:19:47.928706 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element TypeActivite of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.928709 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element TypeActivite to complexType _WSI3_PointRelais_Recherche_ContainedType
2025-05-06 00:19:47.928713 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element TypeActivite
2025-05-06 00:19:47.928718 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element NACE of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.928721 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element NACE to complexType _WSI3_PointRelais_Recherche_ContainedType
2025-05-06 00:19:47.928725 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element NACE
2025-05-06 00:19:47.928731 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Security of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.928734 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Security to complexType _WSI3_PointRelais_Recherche_ContainedType
2025-05-06 00:19:47.928737 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Security
2025-05-06 00:19:47.928742 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing complexType _WSI3_PointRelais_Recherche_ContainedType
2025-05-06 00:19:47.928773 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> array(5) {
  ["typeClass"]=>
  string(11) "complexType"
  ["phpType"]=>
  string(6) "struct"
  ["simpleContent"]=>
  string(5) "false"
  ["compositor"]=>
  string(8) "sequence"
  ["elements"]=>
  array(15) {
    ["Enseigne"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(8) "Enseigne"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Pays"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(4) "Pays"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["NumPointRelais"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(14) "NumPointRelais"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Ville"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(5) "Ville"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["CP"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(2) "CP"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Latitude"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(8) "Latitude"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Longitude"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(9) "Longitude"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Taille"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(6) "Taille"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Poids"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(5) "Poids"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Action"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(6) "Action"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["DelaiEnvoi"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(10) "DelaiEnvoi"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["RayonRecherche"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(14) "RayonRecherche"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["TypeActivite"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(12) "TypeActivite"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["NACE"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(4) "NACE"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Security"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(8) "Security"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
  }
}

2025-05-06 00:19:47.928780 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element WSI3_PointRelais_Recherche
2025-05-06 00:19:47.928785 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing untyped element WSI3_PointRelais_RechercheResponse type _WSI3_PointRelais_RechercheResponse_ContainedType
2025-05-06 00:19:47.928788 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element WSI3_PointRelais_RechercheResponse to elements array
2025-05-06 00:19:47.928794 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing unnamed complexType for element WSI3_PointRelais_RechercheResponse named _WSI3_PointRelais_RechercheResponse_ContainedType
2025-05-06 00:19:47.928802 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element WSI3_PointRelais_RechercheResult of type http://www.mondialrelay.fr/webservice/:ret_WSI3_PointRelais_Recherche
2025-05-06 00:19:47.928805 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element WSI3_PointRelais_RechercheResult to complexType _WSI3_PointRelais_RechercheResponse_ContainedType
2025-05-06 00:19:47.928809 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element WSI3_PointRelais_RechercheResult
2025-05-06 00:19:47.928814 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing complexType _WSI3_PointRelais_RechercheResponse_ContainedType
2025-05-06 00:19:47.928820 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> array(5) {
  ["typeClass"]=>
  string(11) "complexType"
  ["phpType"]=>
  string(6) "struct"
  ["simpleContent"]=>
  string(5) "false"
  ["compositor"]=>
  string(8) "sequence"
  ["elements"]=>
  array(1) {
    ["WSI3_PointRelais_RechercheResult"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(32) "WSI3_PointRelais_RechercheResult"
      ["type"]=>
      string(69) "http://www.mondialrelay.fr/webservice/:ret_WSI3_PointRelais_Recherche"
      ["form"]=>
      string(9) "qualified"
    }
  }
}

2025-05-06 00:19:47.928824 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element WSI3_PointRelais_RechercheResponse
2025-05-06 00:19:47.928828 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing named complexType ret_WSI3_PointRelais_Recherche
2025-05-06 00:19:47.928833 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> do nothing for element complexContent
2025-05-06 00:19:47.928839 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> extension http://www.mondialrelay.fr/webservice/:ret_
2025-05-06 00:19:47.928847 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element PointsRelais of type http://www.mondialrelay.fr/webservice/:ArrayOfPointRelais_Details
2025-05-06 00:19:47.928850 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element PointsRelais to complexType ret_WSI3_PointRelais_Recherche
2025-05-06 00:19:47.928853 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element PointsRelais
2025-05-06 00:19:47.928860 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing complexType ret_WSI3_PointRelais_Recherche
2025-05-06 00:19:47.928867 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> array(7) {
  ["name"]=>
  string(30) "ret_WSI3_PointRelais_Recherche"
  ["typeClass"]=>
  string(11) "complexType"
  ["phpType"]=>
  string(6) "struct"
  ["simpleContent"]=>
  string(5) "false"
  ["extensionBase"]=>
  string(43) "http://www.mondialrelay.fr/webservice/:ret_"
  ["compositor"]=>
  string(8) "sequence"
  ["elements"]=>
  array(1) {
    ["PointsRelais"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(12) "PointsRelais"
      ["type"]=>
      string(65) "http://www.mondialrelay.fr/webservice/:ArrayOfPointRelais_Details"
      ["form"]=>
      string(9) "qualified"
    }
  }
}

2025-05-06 00:19:47.928872 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing named complexType ArrayOfPointRelais_Details
2025-05-06 00:19:47.928880 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element PointRelais_Details of type http://www.mondialrelay.fr/webservice/:PointRelais_Details
2025-05-06 00:19:47.928883 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element PointRelais_Details to complexType ArrayOfPointRelais_Details
2025-05-06 00:19:47.928887 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element PointRelais_Details
2025-05-06 00:19:47.928892 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing complexType ArrayOfPointRelais_Details
2025-05-06 00:19:47.928898 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> array(6) {
  ["name"]=>
  string(26) "ArrayOfPointRelais_Details"
  ["typeClass"]=>
  string(11) "complexType"
  ["phpType"]=>
  string(6) "struct"
  ["simpleContent"]=>
  string(5) "false"
  ["compositor"]=>
  string(8) "sequence"
  ["elements"]=>
  array(1) {
    ["PointRelais_Details"]=>
    array(6) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(9) "unbounded"
      ["name"]=>
      string(19) "PointRelais_Details"
      ["nillable"]=>
      string(4) "true"
      ["type"]=>
      string(58) "http://www.mondialrelay.fr/webservice/:PointRelais_Details"
      ["form"]=>
      string(9) "qualified"
    }
  }
}

2025-05-06 00:19:47.928903 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing named complexType PointRelais_Details
2025-05-06 00:19:47.928911 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element STAT of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.928914 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element STAT to complexType PointRelais_Details
2025-05-06 00:19:47.928918 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element STAT
2025-05-06 00:19:47.928924 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Num of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.928927 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Num to complexType PointRelais_Details
2025-05-06 00:19:47.928931 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Num
2025-05-06 00:19:47.928937 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element LgAdr1 of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.928940 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element LgAdr1 to complexType PointRelais_Details
2025-05-06 00:19:47.928943 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element LgAdr1
2025-05-06 00:19:47.928949 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element LgAdr2 of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.928952 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element LgAdr2 to complexType PointRelais_Details
2025-05-06 00:19:47.928956 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element LgAdr2
2025-05-06 00:19:47.928962 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element LgAdr3 of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.928964 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element LgAdr3 to complexType PointRelais_Details
2025-05-06 00:19:47.928968 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element LgAdr3
2025-05-06 00:19:47.928974 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element LgAdr4 of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.928976 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element LgAdr4 to complexType PointRelais_Details
2025-05-06 00:19:47.928980 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element LgAdr4
2025-05-06 00:19:47.928986 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element CP of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.928989 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element CP to complexType PointRelais_Details
2025-05-06 00:19:47.928993 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element CP
2025-05-06 00:19:47.928999 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Ville of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.929002 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Ville to complexType PointRelais_Details
2025-05-06 00:19:47.929005 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Ville
2025-05-06 00:19:47.929011 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Pays of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.929014 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Pays to complexType PointRelais_Details
2025-05-06 00:19:47.929018 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Pays
2025-05-06 00:19:47.929024 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Localisation1 of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.929027 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Localisation1 to complexType PointRelais_Details
2025-05-06 00:19:47.929030 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Localisation1
2025-05-06 00:19:47.929036 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Localisation2 of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.929039 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Localisation2 to complexType PointRelais_Details
2025-05-06 00:19:47.929043 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Localisation2
2025-05-06 00:19:47.929049 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Latitude of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.929052 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Latitude to complexType PointRelais_Details
2025-05-06 00:19:47.929056 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Latitude
2025-05-06 00:19:47.929062 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Longitude of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.929064 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Longitude to complexType PointRelais_Details
2025-05-06 00:19:47.929068 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Longitude
2025-05-06 00:19:47.929074 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element TypeActivite of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.929077 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element TypeActivite to complexType PointRelais_Details
2025-05-06 00:19:47.929081 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element TypeActivite
2025-05-06 00:19:47.929087 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element NACE of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.929090 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element NACE to complexType PointRelais_Details
2025-05-06 00:19:47.929093 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element NACE
2025-05-06 00:19:47.929100 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Information of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.929102 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Information to complexType PointRelais_Details
2025-05-06 00:19:47.929106 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Information
2025-05-06 00:19:47.929112 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Horaires_Lundi of type http://www.mondialrelay.fr/webservice/:ArrayOfString
2025-05-06 00:19:47.929115 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Horaires_Lundi to complexType PointRelais_Details
2025-05-06 00:19:47.929119 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Horaires_Lundi
2025-05-06 00:19:47.929125 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Horaires_Mardi of type http://www.mondialrelay.fr/webservice/:ArrayOfString
2025-05-06 00:19:47.929128 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Horaires_Mardi to complexType PointRelais_Details
2025-05-06 00:19:47.929131 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Horaires_Mardi
2025-05-06 00:19:47.929137 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Horaires_Mercredi of type http://www.mondialrelay.fr/webservice/:ArrayOfString
2025-05-06 00:19:47.929140 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Horaires_Mercredi to complexType PointRelais_Details
2025-05-06 00:19:47.929144 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Horaires_Mercredi
2025-05-06 00:19:47.929150 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Horaires_Jeudi of type http://www.mondialrelay.fr/webservice/:ArrayOfString
2025-05-06 00:19:47.929153 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Horaires_Jeudi to complexType PointRelais_Details
2025-05-06 00:19:47.929157 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Horaires_Jeudi
2025-05-06 00:19:47.929162 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Horaires_Vendredi of type http://www.mondialrelay.fr/webservice/:ArrayOfString
2025-05-06 00:19:47.929165 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Horaires_Vendredi to complexType PointRelais_Details
2025-05-06 00:19:47.929169 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Horaires_Vendredi
2025-05-06 00:19:47.929175 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Horaires_Samedi of type http://www.mondialrelay.fr/webservice/:ArrayOfString
2025-05-06 00:19:47.929178 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Horaires_Samedi to complexType PointRelais_Details
2025-05-06 00:19:47.929182 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Horaires_Samedi
2025-05-06 00:19:47.929188 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Horaires_Dimanche of type http://www.mondialrelay.fr/webservice/:ArrayOfString
2025-05-06 00:19:47.929191 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Horaires_Dimanche to complexType PointRelais_Details
2025-05-06 00:19:47.929194 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Horaires_Dimanche
2025-05-06 00:19:47.929201 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Informations_Dispo of type http://www.mondialrelay.fr/webservice/:ArrayOfPeriode
2025-05-06 00:19:47.929203 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Informations_Dispo to complexType PointRelais_Details
2025-05-06 00:19:47.929207 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Informations_Dispo
2025-05-06 00:19:47.929213 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element URL_Photo of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.929216 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element URL_Photo to complexType PointRelais_Details
2025-05-06 00:19:47.929220 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element URL_Photo
2025-05-06 00:19:47.929225 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element URL_Plan of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.929228 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element URL_Plan to complexType PointRelais_Details
2025-05-06 00:19:47.929232 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element URL_Plan
2025-05-06 00:19:47.929238 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Distance of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.929241 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Distance to complexType PointRelais_Details
2025-05-06 00:19:47.929244 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Distance
2025-05-06 00:19:47.929249 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing complexType PointRelais_Details
2025-05-06 00:19:47.929304 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> array(6) {
  ["name"]=>
  string(19) "PointRelais_Details"
  ["typeClass"]=>
  string(11) "complexType"
  ["phpType"]=>
  string(6) "struct"
  ["simpleContent"]=>
  string(5) "false"
  ["compositor"]=>
  string(8) "sequence"
  ["elements"]=>
  array(27) {
    ["STAT"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(4) "STAT"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Num"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(3) "Num"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["LgAdr1"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(6) "LgAdr1"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["LgAdr2"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(6) "LgAdr2"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["LgAdr3"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(6) "LgAdr3"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["LgAdr4"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(6) "LgAdr4"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["CP"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(2) "CP"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Ville"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(5) "Ville"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Pays"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(4) "Pays"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Localisation1"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(13) "Localisation1"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Localisation2"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(13) "Localisation2"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Latitude"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(8) "Latitude"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Longitude"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(9) "Longitude"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["TypeActivite"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(12) "TypeActivite"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["NACE"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(4) "NACE"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Information"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(11) "Information"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Horaires_Lundi"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(14) "Horaires_Lundi"
      ["type"]=>
      string(52) "http://www.mondialrelay.fr/webservice/:ArrayOfString"
      ["form"]=>
      string(9) "qualified"
    }
    ["Horaires_Mardi"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(14) "Horaires_Mardi"
      ["type"]=>
      string(52) "http://www.mondialrelay.fr/webservice/:ArrayOfString"
      ["form"]=>
      string(9) "qualified"
    }
    ["Horaires_Mercredi"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(17) "Horaires_Mercredi"
      ["type"]=>
      string(52) "http://www.mondialrelay.fr/webservice/:ArrayOfString"
      ["form"]=>
      string(9) "qualified"
    }
    ["Horaires_Jeudi"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(14) "Horaires_Jeudi"
      ["type"]=>
      string(52) "http://www.mondialrelay.fr/webservice/:ArrayOfString"
      ["form"]=>
      string(9) "qualified"
    }
    ["Horaires_Vendredi"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(17) "Horaires_Vendredi"
      ["type"]=>
      string(52) "http://www.mondialrelay.fr/webservice/:ArrayOfString"
      ["form"]=>
      string(9) "qualified"
    }
    ["Horaires_Samedi"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(15) "Horaires_Samedi"
      ["type"]=>
      string(52) "http://www.mondialrelay.fr/webservice/:ArrayOfString"
      ["form"]=>
      string(9) "qualified"
    }
    ["Horaires_Dimanche"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(17) "Horaires_Dimanche"
      ["type"]=>
      string(52) "http://www.mondialrelay.fr/webservice/:ArrayOfString"
      ["form"]=>
      string(9) "qualified"
    }
    ["Informations_Dispo"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(18) "Informations_Dispo"
      ["type"]=>
      string(53) "http://www.mondialrelay.fr/webservice/:ArrayOfPeriode"
      ["form"]=>
      string(9) "qualified"
    }
    ["URL_Photo"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(9) "URL_Photo"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["URL_Plan"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(8) "URL_Plan"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Distance"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(8) "Distance"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
  }
}

2025-05-06 00:19:47.929312 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing named complexType ArrayOfPeriode
2025-05-06 00:19:47.929321 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Periode of type http://www.mondialrelay.fr/webservice/:Periode
2025-05-06 00:19:47.929324 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Periode to complexType ArrayOfPeriode
2025-05-06 00:19:47.929328 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Periode
2025-05-06 00:19:47.929333 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing complexType ArrayOfPeriode
2025-05-06 00:19:47.929340 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> array(6) {
  ["name"]=>
  string(14) "ArrayOfPeriode"
  ["typeClass"]=>
  string(11) "complexType"
  ["phpType"]=>
  string(6) "struct"
  ["simpleContent"]=>
  string(5) "false"
  ["compositor"]=>
  string(8) "sequence"
  ["elements"]=>
  array(1) {
    ["Periode"]=>
    array(6) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(9) "unbounded"
      ["name"]=>
      string(7) "Periode"
      ["nillable"]=>
      string(4) "true"
      ["type"]=>
      string(46) "http://www.mondialrelay.fr/webservice/:Periode"
      ["form"]=>
      string(9) "qualified"
    }
  }
}

2025-05-06 00:19:47.929344 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing named complexType Periode
2025-05-06 00:19:47.929353 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Debut of type http://www.w3.org/2001/XMLSchema:dateTime
2025-05-06 00:19:47.929356 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Debut to complexType Periode
2025-05-06 00:19:47.929359 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Debut
2025-05-06 00:19:47.929367 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Fin of type http://www.w3.org/2001/XMLSchema:dateTime
2025-05-06 00:19:47.929370 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Fin to complexType Periode
2025-05-06 00:19:47.929374 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Fin
2025-05-06 00:19:47.929379 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing complexType Periode
2025-05-06 00:19:47.929387 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> array(6) {
  ["name"]=>
  string(7) "Periode"
  ["typeClass"]=>
  string(11) "complexType"
  ["phpType"]=>
  string(6) "struct"
  ["simpleContent"]=>
  string(5) "false"
  ["compositor"]=>
  string(8) "sequence"
  ["elements"]=>
  array(2) {
    ["Debut"]=>
    array(6) {
      ["minOccurs"]=>
      string(1) "1"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(5) "Debut"
      ["nillable"]=>
      string(4) "true"
      ["type"]=>
      string(41) "http://www.w3.org/2001/XMLSchema:dateTime"
      ["form"]=>
      string(9) "qualified"
    }
    ["Fin"]=>
    array(6) {
      ["minOccurs"]=>
      string(1) "1"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(3) "Fin"
      ["nillable"]=>
      string(4) "true"
      ["type"]=>
      string(41) "http://www.w3.org/2001/XMLSchema:dateTime"
      ["form"]=>
      string(9) "qualified"
    }
  }
}

2025-05-06 00:19:47.929393 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing untyped element WSI4_PointRelais_Recherche type _WSI4_PointRelais_Recherche_ContainedType
2025-05-06 00:19:47.929395 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element WSI4_PointRelais_Recherche to elements array
2025-05-06 00:19:47.929400 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing unnamed complexType for element WSI4_PointRelais_Recherche named _WSI4_PointRelais_Recherche_ContainedType
2025-05-06 00:19:47.929408 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Enseigne of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.929411 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Enseigne to complexType _WSI4_PointRelais_Recherche_ContainedType
2025-05-06 00:19:47.929415 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Enseigne
2025-05-06 00:19:47.929421 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Pays of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.929424 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Pays to complexType _WSI4_PointRelais_Recherche_ContainedType
2025-05-06 00:19:47.929428 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Pays
2025-05-06 00:19:47.929434 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element NumPointRelais of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.929437 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element NumPointRelais to complexType _WSI4_PointRelais_Recherche_ContainedType
2025-05-06 00:19:47.929441 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element NumPointRelais
2025-05-06 00:19:47.929447 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Ville of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.929450 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Ville to complexType _WSI4_PointRelais_Recherche_ContainedType
2025-05-06 00:19:47.929453 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Ville
2025-05-06 00:19:47.929459 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element CP of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.929462 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element CP to complexType _WSI4_PointRelais_Recherche_ContainedType
2025-05-06 00:19:47.929466 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element CP
2025-05-06 00:19:47.929472 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Latitude of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.929475 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Latitude to complexType _WSI4_PointRelais_Recherche_ContainedType
2025-05-06 00:19:47.929478 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Latitude
2025-05-06 00:19:47.929485 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Longitude of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.929487 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Longitude to complexType _WSI4_PointRelais_Recherche_ContainedType
2025-05-06 00:19:47.929491 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Longitude
2025-05-06 00:19:47.929497 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Taille of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.929500 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Taille to complexType _WSI4_PointRelais_Recherche_ContainedType
2025-05-06 00:19:47.929504 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Taille
2025-05-06 00:19:47.929510 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Poids of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.929513 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Poids to complexType _WSI4_PointRelais_Recherche_ContainedType
2025-05-06 00:19:47.929516 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Poids
2025-05-06 00:19:47.929522 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Action of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.929525 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Action to complexType _WSI4_PointRelais_Recherche_ContainedType
2025-05-06 00:19:47.929529 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Action
2025-05-06 00:19:47.929535 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element DelaiEnvoi of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.929538 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element DelaiEnvoi to complexType _WSI4_PointRelais_Recherche_ContainedType
2025-05-06 00:19:47.929541 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element DelaiEnvoi
2025-05-06 00:19:47.929548 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element RayonRecherche of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.929550 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element RayonRecherche to complexType _WSI4_PointRelais_Recherche_ContainedType
2025-05-06 00:19:47.929554 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element RayonRecherche
2025-05-06 00:19:47.929560 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element TypeActivite of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.929563 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element TypeActivite to complexType _WSI4_PointRelais_Recherche_ContainedType
2025-05-06 00:19:47.929567 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element TypeActivite
2025-05-06 00:19:47.929573 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element NACE of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.929576 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element NACE to complexType _WSI4_PointRelais_Recherche_ContainedType
2025-05-06 00:19:47.929579 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element NACE
2025-05-06 00:19:47.929586 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element NombreResultats of type http://www.w3.org/2001/XMLSchema:int
2025-05-06 00:19:47.929589 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element NombreResultats to complexType _WSI4_PointRelais_Recherche_ContainedType
2025-05-06 00:19:47.929593 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element NombreResultats
2025-05-06 00:19:47.929599 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Security of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.929602 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Security to complexType _WSI4_PointRelais_Recherche_ContainedType
2025-05-06 00:19:47.929606 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Security
2025-05-06 00:19:47.929611 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing complexType _WSI4_PointRelais_Recherche_ContainedType
2025-05-06 00:19:47.929644 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> array(5) {
  ["typeClass"]=>
  string(11) "complexType"
  ["phpType"]=>
  string(6) "struct"
  ["simpleContent"]=>
  string(5) "false"
  ["compositor"]=>
  string(8) "sequence"
  ["elements"]=>
  array(16) {
    ["Enseigne"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(8) "Enseigne"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Pays"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(4) "Pays"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["NumPointRelais"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(14) "NumPointRelais"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Ville"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(5) "Ville"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["CP"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(2) "CP"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Latitude"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(8) "Latitude"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Longitude"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(9) "Longitude"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Taille"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(6) "Taille"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Poids"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(5) "Poids"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Action"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(6) "Action"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["DelaiEnvoi"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(10) "DelaiEnvoi"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["RayonRecherche"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(14) "RayonRecherche"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["TypeActivite"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(12) "TypeActivite"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["NACE"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(4) "NACE"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["NombreResultats"]=>
    array(6) {
      ["minOccurs"]=>
      string(1) "1"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(15) "NombreResultats"
      ["nillable"]=>
      string(4) "true"
      ["type"]=>
      string(36) "http://www.w3.org/2001/XMLSchema:int"
      ["form"]=>
      string(9) "qualified"
    }
    ["Security"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(8) "Security"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
  }
}

2025-05-06 00:19:47.929651 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element WSI4_PointRelais_Recherche
2025-05-06 00:19:47.929656 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing untyped element WSI4_PointRelais_RechercheResponse type _WSI4_PointRelais_RechercheResponse_ContainedType
2025-05-06 00:19:47.929659 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element WSI4_PointRelais_RechercheResponse to elements array
2025-05-06 00:19:47.929664 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing unnamed complexType for element WSI4_PointRelais_RechercheResponse named _WSI4_PointRelais_RechercheResponse_ContainedType
2025-05-06 00:19:47.929672 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element WSI4_PointRelais_RechercheResult of type http://www.mondialrelay.fr/webservice/:ret_WSI3_PointRelais_Recherche
2025-05-06 00:19:47.929675 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element WSI4_PointRelais_RechercheResult to complexType _WSI4_PointRelais_RechercheResponse_ContainedType
2025-05-06 00:19:47.929679 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element WSI4_PointRelais_RechercheResult
2025-05-06 00:19:47.929684 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing complexType _WSI4_PointRelais_RechercheResponse_ContainedType
2025-05-06 00:19:47.929690 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> array(5) {
  ["typeClass"]=>
  string(11) "complexType"
  ["phpType"]=>
  string(6) "struct"
  ["simpleContent"]=>
  string(5) "false"
  ["compositor"]=>
  string(8) "sequence"
  ["elements"]=>
  array(1) {
    ["WSI4_PointRelais_RechercheResult"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(32) "WSI4_PointRelais_RechercheResult"
      ["type"]=>
      string(69) "http://www.mondialrelay.fr/webservice/:ret_WSI3_PointRelais_Recherche"
      ["form"]=>
      string(9) "qualified"
    }
  }
}

2025-05-06 00:19:47.929694 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element WSI4_PointRelais_RechercheResponse
2025-05-06 00:19:47.929699 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing untyped element WSI2_AdressePointRelais type _WSI2_AdressePointRelais_ContainedType
2025-05-06 00:19:47.929701 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element WSI2_AdressePointRelais to elements array
2025-05-06 00:19:47.929706 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing unnamed complexType for element WSI2_AdressePointRelais named _WSI2_AdressePointRelais_ContainedType
2025-05-06 00:19:47.929714 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Enseigne of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.929717 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Enseigne to complexType _WSI2_AdressePointRelais_ContainedType
2025-05-06 00:19:47.929720 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Enseigne
2025-05-06 00:19:47.929726 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Num of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.929729 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Num to complexType _WSI2_AdressePointRelais_ContainedType
2025-05-06 00:19:47.929733 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Num
2025-05-06 00:19:47.929739 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Pays of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.929742 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Pays to complexType _WSI2_AdressePointRelais_ContainedType
2025-05-06 00:19:47.929746 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Pays
2025-05-06 00:19:47.929752 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Security of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.929755 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Security to complexType _WSI2_AdressePointRelais_ContainedType
2025-05-06 00:19:47.929759 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Security
2025-05-06 00:19:47.929763 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing complexType _WSI2_AdressePointRelais_ContainedType
2025-05-06 00:19:47.929775 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> array(5) {
  ["typeClass"]=>
  string(11) "complexType"
  ["phpType"]=>
  string(6) "struct"
  ["simpleContent"]=>
  string(5) "false"
  ["compositor"]=>
  string(8) "sequence"
  ["elements"]=>
  array(4) {
    ["Enseigne"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(8) "Enseigne"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Num"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(3) "Num"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Pays"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(4) "Pays"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Security"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(8) "Security"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
  }
}

2025-05-06 00:19:47.929779 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element WSI2_AdressePointRelais
2025-05-06 00:19:47.929784 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing untyped element WSI2_AdressePointRelaisResponse type _WSI2_AdressePointRelaisResponse_ContainedType
2025-05-06 00:19:47.929787 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element WSI2_AdressePointRelaisResponse to elements array
2025-05-06 00:19:47.929792 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing unnamed complexType for element WSI2_AdressePointRelaisResponse named _WSI2_AdressePointRelaisResponse_ContainedType
2025-05-06 00:19:47.929800 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element WSI2_AdressePointRelaisResult of type http://www.mondialrelay.fr/webservice/:ret_WSI2_AdressePointRelais
2025-05-06 00:19:47.929803 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element WSI2_AdressePointRelaisResult to complexType _WSI2_AdressePointRelaisResponse_ContainedType
2025-05-06 00:19:47.929807 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element WSI2_AdressePointRelaisResult
2025-05-06 00:19:47.929811 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing complexType _WSI2_AdressePointRelaisResponse_ContainedType
2025-05-06 00:19:47.929818 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> array(5) {
  ["typeClass"]=>
  string(11) "complexType"
  ["phpType"]=>
  string(6) "struct"
  ["simpleContent"]=>
  string(5) "false"
  ["compositor"]=>
  string(8) "sequence"
  ["elements"]=>
  array(1) {
    ["WSI2_AdressePointRelaisResult"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(29) "WSI2_AdressePointRelaisResult"
      ["type"]=>
      string(66) "http://www.mondialrelay.fr/webservice/:ret_WSI2_AdressePointRelais"
      ["form"]=>
      string(9) "qualified"
    }
  }
}

2025-05-06 00:19:47.929822 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element WSI2_AdressePointRelaisResponse
2025-05-06 00:19:47.929826 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing named complexType ret_WSI2_AdressePointRelais
2025-05-06 00:19:47.929832 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> do nothing for element complexContent
2025-05-06 00:19:47.929837 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> extension http://www.mondialrelay.fr/webservice/:ret_
2025-05-06 00:19:47.929845 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element LgAdr1 of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.929848 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element LgAdr1 to complexType ret_WSI2_AdressePointRelais
2025-05-06 00:19:47.929851 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element LgAdr1
2025-05-06 00:19:47.929857 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element LgAdr2 of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.929860 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element LgAdr2 to complexType ret_WSI2_AdressePointRelais
2025-05-06 00:19:47.929869 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element LgAdr2
2025-05-06 00:19:47.929875 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element LgAdr3 of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.929878 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element LgAdr3 to complexType ret_WSI2_AdressePointRelais
2025-05-06 00:19:47.929881 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element LgAdr3
2025-05-06 00:19:47.929887 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element LgAdr4 of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.929890 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element LgAdr4 to complexType ret_WSI2_AdressePointRelais
2025-05-06 00:19:47.929894 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element LgAdr4
2025-05-06 00:19:47.929899 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element CP of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.929902 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element CP to complexType ret_WSI2_AdressePointRelais
2025-05-06 00:19:47.929906 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element CP
2025-05-06 00:19:47.929912 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Ville of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.929915 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Ville to complexType ret_WSI2_AdressePointRelais
2025-05-06 00:19:47.929918 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Ville
2025-05-06 00:19:47.929925 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing complexType ret_WSI2_AdressePointRelais
2025-05-06 00:19:47.929940 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> array(7) {
  ["name"]=>
  string(27) "ret_WSI2_AdressePointRelais"
  ["typeClass"]=>
  string(11) "complexType"
  ["phpType"]=>
  string(6) "struct"
  ["simpleContent"]=>
  string(5) "false"
  ["extensionBase"]=>
  string(43) "http://www.mondialrelay.fr/webservice/:ret_"
  ["compositor"]=>
  string(8) "sequence"
  ["elements"]=>
  array(6) {
    ["LgAdr1"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(6) "LgAdr1"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["LgAdr2"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(6) "LgAdr2"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["LgAdr3"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(6) "LgAdr3"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["LgAdr4"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(6) "LgAdr4"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["CP"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(2) "CP"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Ville"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(5) "Ville"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
  }
}

2025-05-06 00:19:47.929946 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing untyped element WSI2_DetailPointRelais type _WSI2_DetailPointRelais_ContainedType
2025-05-06 00:19:47.929949 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element WSI2_DetailPointRelais to elements array
2025-05-06 00:19:47.929954 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing unnamed complexType for element WSI2_DetailPointRelais named _WSI2_DetailPointRelais_ContainedType
2025-05-06 00:19:47.929962 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Enseigne of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.929965 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Enseigne to complexType _WSI2_DetailPointRelais_ContainedType
2025-05-06 00:19:47.929969 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Enseigne
2025-05-06 00:19:47.929975 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Num of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.929978 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Num to complexType _WSI2_DetailPointRelais_ContainedType
2025-05-06 00:19:47.929982 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Num
2025-05-06 00:19:47.929988 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Pays of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.929991 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Pays to complexType _WSI2_DetailPointRelais_ContainedType
2025-05-06 00:19:47.929994 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Pays
2025-05-06 00:19:47.930000 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Security of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.930003 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Security to complexType _WSI2_DetailPointRelais_ContainedType
2025-05-06 00:19:47.930007 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Security
2025-05-06 00:19:47.930011 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing complexType _WSI2_DetailPointRelais_ContainedType
2025-05-06 00:19:47.930023 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> array(5) {
  ["typeClass"]=>
  string(11) "complexType"
  ["phpType"]=>
  string(6) "struct"
  ["simpleContent"]=>
  string(5) "false"
  ["compositor"]=>
  string(8) "sequence"
  ["elements"]=>
  array(4) {
    ["Enseigne"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(8) "Enseigne"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Num"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(3) "Num"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Pays"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(4) "Pays"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Security"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(8) "Security"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
  }
}

2025-05-06 00:19:47.930027 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element WSI2_DetailPointRelais
2025-05-06 00:19:47.930032 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing untyped element WSI2_DetailPointRelaisResponse type _WSI2_DetailPointRelaisResponse_ContainedType
2025-05-06 00:19:47.930035 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element WSI2_DetailPointRelaisResponse to elements array
2025-05-06 00:19:47.930040 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing unnamed complexType for element WSI2_DetailPointRelaisResponse named _WSI2_DetailPointRelaisResponse_ContainedType
2025-05-06 00:19:47.930048 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element WSI2_DetailPointRelaisResult of type http://www.mondialrelay.fr/webservice/:ret_WSI2_DetailPointRelais
2025-05-06 00:19:47.930051 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element WSI2_DetailPointRelaisResult to complexType _WSI2_DetailPointRelaisResponse_ContainedType
2025-05-06 00:19:47.930055 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element WSI2_DetailPointRelaisResult
2025-05-06 00:19:47.930059 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing complexType _WSI2_DetailPointRelaisResponse_ContainedType
2025-05-06 00:19:47.930066 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> array(5) {
  ["typeClass"]=>
  string(11) "complexType"
  ["phpType"]=>
  string(6) "struct"
  ["simpleContent"]=>
  string(5) "false"
  ["compositor"]=>
  string(8) "sequence"
  ["elements"]=>
  array(1) {
    ["WSI2_DetailPointRelaisResult"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(28) "WSI2_DetailPointRelaisResult"
      ["type"]=>
      string(65) "http://www.mondialrelay.fr/webservice/:ret_WSI2_DetailPointRelais"
      ["form"]=>
      string(9) "qualified"
    }
  }
}

2025-05-06 00:19:47.930069 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element WSI2_DetailPointRelaisResponse
2025-05-06 00:19:47.930074 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing named complexType ret_WSI2_DetailPointRelais
2025-05-06 00:19:47.930079 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> do nothing for element complexContent
2025-05-06 00:19:47.930084 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> extension http://www.mondialrelay.fr/webservice/:ret_
2025-05-06 00:19:47.930092 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Num of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.930095 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Num to complexType ret_WSI2_DetailPointRelais
2025-05-06 00:19:47.930098 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Num
2025-05-06 00:19:47.930104 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element LgAdr1 of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.930107 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element LgAdr1 to complexType ret_WSI2_DetailPointRelais
2025-05-06 00:19:47.930111 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element LgAdr1
2025-05-06 00:19:47.930117 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element LgAdr2 of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.930119 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element LgAdr2 to complexType ret_WSI2_DetailPointRelais
2025-05-06 00:19:47.930123 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element LgAdr2
2025-05-06 00:19:47.930129 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element LgAdr3 of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.930132 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element LgAdr3 to complexType ret_WSI2_DetailPointRelais
2025-05-06 00:19:47.930136 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element LgAdr3
2025-05-06 00:19:47.930141 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element LgAdr4 of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.930144 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element LgAdr4 to complexType ret_WSI2_DetailPointRelais
2025-05-06 00:19:47.930148 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element LgAdr4
2025-05-06 00:19:47.930154 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element CP of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.930157 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element CP to complexType ret_WSI2_DetailPointRelais
2025-05-06 00:19:47.930161 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element CP
2025-05-06 00:19:47.930166 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Ville of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.930170 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Ville to complexType ret_WSI2_DetailPointRelais
2025-05-06 00:19:47.930173 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Ville
2025-05-06 00:19:47.930179 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Pays of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.930182 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Pays to complexType ret_WSI2_DetailPointRelais
2025-05-06 00:19:47.930186 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Pays
2025-05-06 00:19:47.930192 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Localisation1 of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.930195 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Localisation1 to complexType ret_WSI2_DetailPointRelais
2025-05-06 00:19:47.930199 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Localisation1
2025-05-06 00:19:47.930205 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Localisation2 of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.930208 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Localisation2 to complexType ret_WSI2_DetailPointRelais
2025-05-06 00:19:47.930212 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Localisation2
2025-05-06 00:19:47.930218 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Horaires_Lundi of type http://www.mondialrelay.fr/webservice/:ArrayOfString
2025-05-06 00:19:47.930221 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Horaires_Lundi to complexType ret_WSI2_DetailPointRelais
2025-05-06 00:19:47.930224 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Horaires_Lundi
2025-05-06 00:19:47.930230 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Horaires_Mardi of type http://www.mondialrelay.fr/webservice/:ArrayOfString
2025-05-06 00:19:47.930233 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Horaires_Mardi to complexType ret_WSI2_DetailPointRelais
2025-05-06 00:19:47.930237 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Horaires_Mardi
2025-05-06 00:19:47.930243 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Horaires_Mercredi of type http://www.mondialrelay.fr/webservice/:ArrayOfString
2025-05-06 00:19:47.930246 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Horaires_Mercredi to complexType ret_WSI2_DetailPointRelais
2025-05-06 00:19:47.930249 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Horaires_Mercredi
2025-05-06 00:19:47.930255 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Horaires_Jeudi of type http://www.mondialrelay.fr/webservice/:ArrayOfString
2025-05-06 00:19:47.930258 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Horaires_Jeudi to complexType ret_WSI2_DetailPointRelais
2025-05-06 00:19:47.930262 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Horaires_Jeudi
2025-05-06 00:19:47.930268 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Horaires_Vendredi of type http://www.mondialrelay.fr/webservice/:ArrayOfString
2025-05-06 00:19:47.930271 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Horaires_Vendredi to complexType ret_WSI2_DetailPointRelais
2025-05-06 00:19:47.930275 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Horaires_Vendredi
2025-05-06 00:19:47.930281 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Horaires_Samedi of type http://www.mondialrelay.fr/webservice/:ArrayOfString
2025-05-06 00:19:47.930284 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Horaires_Samedi to complexType ret_WSI2_DetailPointRelais
2025-05-06 00:19:47.930287 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Horaires_Samedi
2025-05-06 00:19:47.930293 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Horaires_Dimanche of type http://www.mondialrelay.fr/webservice/:ArrayOfString
2025-05-06 00:19:47.930296 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Horaires_Dimanche to complexType ret_WSI2_DetailPointRelais
2025-05-06 00:19:47.930300 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Horaires_Dimanche
2025-05-06 00:19:47.930306 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Information of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.930309 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Information to complexType ret_WSI2_DetailPointRelais
2025-05-06 00:19:47.930313 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Information
2025-05-06 00:19:47.930319 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element URL_Photo of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.930321 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element URL_Photo to complexType ret_WSI2_DetailPointRelais
2025-05-06 00:19:47.930325 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element URL_Photo
2025-05-06 00:19:47.930331 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element URL_Plan of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.930334 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element URL_Plan to complexType ret_WSI2_DetailPointRelais
2025-05-06 00:19:47.930338 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element URL_Plan
2025-05-06 00:19:47.930345 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing complexType ret_WSI2_DetailPointRelais
2025-05-06 00:19:47.930385 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> array(7) {
  ["name"]=>
  string(26) "ret_WSI2_DetailPointRelais"
  ["typeClass"]=>
  string(11) "complexType"
  ["phpType"]=>
  string(6) "struct"
  ["simpleContent"]=>
  string(5) "false"
  ["extensionBase"]=>
  string(43) "http://www.mondialrelay.fr/webservice/:ret_"
  ["compositor"]=>
  string(8) "sequence"
  ["elements"]=>
  array(20) {
    ["Num"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(3) "Num"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["LgAdr1"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(6) "LgAdr1"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["LgAdr2"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(6) "LgAdr2"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["LgAdr3"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(6) "LgAdr3"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["LgAdr4"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(6) "LgAdr4"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["CP"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(2) "CP"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Ville"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(5) "Ville"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Pays"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(4) "Pays"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Localisation1"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(13) "Localisation1"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Localisation2"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(13) "Localisation2"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Horaires_Lundi"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(14) "Horaires_Lundi"
      ["type"]=>
      string(52) "http://www.mondialrelay.fr/webservice/:ArrayOfString"
      ["form"]=>
      string(9) "qualified"
    }
    ["Horaires_Mardi"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(14) "Horaires_Mardi"
      ["type"]=>
      string(52) "http://www.mondialrelay.fr/webservice/:ArrayOfString"
      ["form"]=>
      string(9) "qualified"
    }
    ["Horaires_Mercredi"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(17) "Horaires_Mercredi"
      ["type"]=>
      string(52) "http://www.mondialrelay.fr/webservice/:ArrayOfString"
      ["form"]=>
      string(9) "qualified"
    }
    ["Horaires_Jeudi"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(14) "Horaires_Jeudi"
      ["type"]=>
      string(52) "http://www.mondialrelay.fr/webservice/:ArrayOfString"
      ["form"]=>
      string(9) "qualified"
    }
    ["Horaires_Vendredi"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(17) "Horaires_Vendredi"
      ["type"]=>
      string(52) "http://www.mondialrelay.fr/webservice/:ArrayOfString"
      ["form"]=>
      string(9) "qualified"
    }
    ["Horaires_Samedi"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(15) "Horaires_Samedi"
      ["type"]=>
      string(52) "http://www.mondialrelay.fr/webservice/:ArrayOfString"
      ["form"]=>
      string(9) "qualified"
    }
    ["Horaires_Dimanche"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(17) "Horaires_Dimanche"
      ["type"]=>
      string(52) "http://www.mondialrelay.fr/webservice/:ArrayOfString"
      ["form"]=>
      string(9) "qualified"
    }
    ["Information"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(11) "Information"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["URL_Photo"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(9) "URL_Photo"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["URL_Plan"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(8) "URL_Plan"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
  }
}

2025-05-06 00:19:47.930393 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing untyped element WSI2_RecherchePointRelais type _WSI2_RecherchePointRelais_ContainedType
2025-05-06 00:19:47.930395 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element WSI2_RecherchePointRelais to elements array
2025-05-06 00:19:47.930401 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing unnamed complexType for element WSI2_RecherchePointRelais named _WSI2_RecherchePointRelais_ContainedType
2025-05-06 00:19:47.930409 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Enseigne of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.930412 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Enseigne to complexType _WSI2_RecherchePointRelais_ContainedType
2025-05-06 00:19:47.930415 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Enseigne
2025-05-06 00:19:47.930422 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Pays of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.930424 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Pays to complexType _WSI2_RecherchePointRelais_ContainedType
2025-05-06 00:19:47.930428 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Pays
2025-05-06 00:19:47.930434 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Ville of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.930437 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Ville to complexType _WSI2_RecherchePointRelais_ContainedType
2025-05-06 00:19:47.930441 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Ville
2025-05-06 00:19:47.930446 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element CP of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.930449 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element CP to complexType _WSI2_RecherchePointRelais_ContainedType
2025-05-06 00:19:47.930453 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element CP
2025-05-06 00:19:47.930459 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Taille of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.930461 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Taille to complexType _WSI2_RecherchePointRelais_ContainedType
2025-05-06 00:19:47.930465 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Taille
2025-05-06 00:19:47.930471 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Poids of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.930474 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Poids to complexType _WSI2_RecherchePointRelais_ContainedType
2025-05-06 00:19:47.930477 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Poids
2025-05-06 00:19:47.930483 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Action of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.930486 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Action to complexType _WSI2_RecherchePointRelais_ContainedType
2025-05-06 00:19:47.930490 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Action
2025-05-06 00:19:47.930495 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Security of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.930498 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Security to complexType _WSI2_RecherchePointRelais_ContainedType
2025-05-06 00:19:47.930502 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Security
2025-05-06 00:19:47.930507 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing complexType _WSI2_RecherchePointRelais_ContainedType
2025-05-06 00:19:47.930525 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> array(5) {
  ["typeClass"]=>
  string(11) "complexType"
  ["phpType"]=>
  string(6) "struct"
  ["simpleContent"]=>
  string(5) "false"
  ["compositor"]=>
  string(8) "sequence"
  ["elements"]=>
  array(8) {
    ["Enseigne"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(8) "Enseigne"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Pays"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(4) "Pays"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Ville"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(5) "Ville"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["CP"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(2) "CP"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Taille"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(6) "Taille"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Poids"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(5) "Poids"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Action"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(6) "Action"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Security"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(8) "Security"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
  }
}

2025-05-06 00:19:47.930529 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element WSI2_RecherchePointRelais
2025-05-06 00:19:47.930534 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing untyped element WSI2_RecherchePointRelaisResponse type _WSI2_RecherchePointRelaisResponse_ContainedType
2025-05-06 00:19:47.930537 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element WSI2_RecherchePointRelaisResponse to elements array
2025-05-06 00:19:47.930543 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing unnamed complexType for element WSI2_RecherchePointRelaisResponse named _WSI2_RecherchePointRelaisResponse_ContainedType
2025-05-06 00:19:47.930551 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element WSI2_RecherchePointRelaisResult of type http://www.mondialrelay.fr/webservice/:ret_WSI2_RecherchePointRelais
2025-05-06 00:19:47.930554 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element WSI2_RecherchePointRelaisResult to complexType _WSI2_RecherchePointRelaisResponse_ContainedType
2025-05-06 00:19:47.930558 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element WSI2_RecherchePointRelaisResult
2025-05-06 00:19:47.930562 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing complexType _WSI2_RecherchePointRelaisResponse_ContainedType
2025-05-06 00:19:47.930568 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> array(5) {
  ["typeClass"]=>
  string(11) "complexType"
  ["phpType"]=>
  string(6) "struct"
  ["simpleContent"]=>
  string(5) "false"
  ["compositor"]=>
  string(8) "sequence"
  ["elements"]=>
  array(1) {
    ["WSI2_RecherchePointRelaisResult"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(31) "WSI2_RecherchePointRelaisResult"
      ["type"]=>
      string(68) "http://www.mondialrelay.fr/webservice/:ret_WSI2_RecherchePointRelais"
      ["form"]=>
      string(9) "qualified"
    }
  }
}

2025-05-06 00:19:47.930572 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element WSI2_RecherchePointRelaisResponse
2025-05-06 00:19:47.930577 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing named complexType ret_WSI2_RecherchePointRelais
2025-05-06 00:19:47.930582 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> do nothing for element complexContent
2025-05-06 00:19:47.930587 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> extension http://www.mondialrelay.fr/webservice/:ret_
2025-05-06 00:19:47.930595 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element PR01 of type http://www.mondialrelay.fr/webservice/:ret_WSI2_sub_PointRelais
2025-05-06 00:19:47.930598 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element PR01 to complexType ret_WSI2_RecherchePointRelais
2025-05-06 00:19:47.930602 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element PR01
2025-05-06 00:19:47.930608 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element PR02 of type http://www.mondialrelay.fr/webservice/:ret_WSI2_sub_PointRelais
2025-05-06 00:19:47.930610 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element PR02 to complexType ret_WSI2_RecherchePointRelais
2025-05-06 00:19:47.930616 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element PR02
2025-05-06 00:19:47.930625 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element PR03 of type http://www.mondialrelay.fr/webservice/:ret_WSI2_sub_PointRelais
2025-05-06 00:19:47.930629 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element PR03 to complexType ret_WSI2_RecherchePointRelais
2025-05-06 00:19:47.930633 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element PR03
2025-05-06 00:19:47.930639 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element PR04 of type http://www.mondialrelay.fr/webservice/:ret_WSI2_sub_PointRelais
2025-05-06 00:19:47.930642 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element PR04 to complexType ret_WSI2_RecherchePointRelais
2025-05-06 00:19:47.930645 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element PR04
2025-05-06 00:19:47.930651 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element PR05 of type http://www.mondialrelay.fr/webservice/:ret_WSI2_sub_PointRelais
2025-05-06 00:19:47.930654 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element PR05 to complexType ret_WSI2_RecherchePointRelais
2025-05-06 00:19:47.930658 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element PR05
2025-05-06 00:19:47.930663 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element PR06 of type http://www.mondialrelay.fr/webservice/:ret_WSI2_sub_PointRelais
2025-05-06 00:19:47.930666 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element PR06 to complexType ret_WSI2_RecherchePointRelais
2025-05-06 00:19:47.930670 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element PR06
2025-05-06 00:19:47.930675 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element PR07 of type http://www.mondialrelay.fr/webservice/:ret_WSI2_sub_PointRelais
2025-05-06 00:19:47.930678 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element PR07 to complexType ret_WSI2_RecherchePointRelais
2025-05-06 00:19:47.930682 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element PR07
2025-05-06 00:19:47.930688 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element PR08 of type http://www.mondialrelay.fr/webservice/:ret_WSI2_sub_PointRelais
2025-05-06 00:19:47.930691 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element PR08 to complexType ret_WSI2_RecherchePointRelais
2025-05-06 00:19:47.930694 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element PR08
2025-05-06 00:19:47.930700 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element PR09 of type http://www.mondialrelay.fr/webservice/:ret_WSI2_sub_PointRelais
2025-05-06 00:19:47.930703 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element PR09 to complexType ret_WSI2_RecherchePointRelais
2025-05-06 00:19:47.930707 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element PR09
2025-05-06 00:19:47.930713 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element PR10 of type http://www.mondialrelay.fr/webservice/:ret_WSI2_sub_PointRelais
2025-05-06 00:19:47.930716 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element PR10 to complexType ret_WSI2_RecherchePointRelais
2025-05-06 00:19:47.930719 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element PR10
2025-05-06 00:19:47.930726 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing complexType ret_WSI2_RecherchePointRelais
2025-05-06 00:19:47.930750 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> array(7) {
  ["name"]=>
  string(29) "ret_WSI2_RecherchePointRelais"
  ["typeClass"]=>
  string(11) "complexType"
  ["phpType"]=>
  string(6) "struct"
  ["simpleContent"]=>
  string(5) "false"
  ["extensionBase"]=>
  string(43) "http://www.mondialrelay.fr/webservice/:ret_"
  ["compositor"]=>
  string(8) "sequence"
  ["elements"]=>
  array(10) {
    ["PR01"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(4) "PR01"
      ["type"]=>
      string(63) "http://www.mondialrelay.fr/webservice/:ret_WSI2_sub_PointRelais"
      ["form"]=>
      string(9) "qualified"
    }
    ["PR02"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(4) "PR02"
      ["type"]=>
      string(63) "http://www.mondialrelay.fr/webservice/:ret_WSI2_sub_PointRelais"
      ["form"]=>
      string(9) "qualified"
    }
    ["PR03"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(4) "PR03"
      ["type"]=>
      string(63) "http://www.mondialrelay.fr/webservice/:ret_WSI2_sub_PointRelais"
      ["form"]=>
      string(9) "qualified"
    }
    ["PR04"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(4) "PR04"
      ["type"]=>
      string(63) "http://www.mondialrelay.fr/webservice/:ret_WSI2_sub_PointRelais"
      ["form"]=>
      string(9) "qualified"
    }
    ["PR05"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(4) "PR05"
      ["type"]=>
      string(63) "http://www.mondialrelay.fr/webservice/:ret_WSI2_sub_PointRelais"
      ["form"]=>
      string(9) "qualified"
    }
    ["PR06"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(4) "PR06"
      ["type"]=>
      string(63) "http://www.mondialrelay.fr/webservice/:ret_WSI2_sub_PointRelais"
      ["form"]=>
      string(9) "qualified"
    }
    ["PR07"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(4) "PR07"
      ["type"]=>
      string(63) "http://www.mondialrelay.fr/webservice/:ret_WSI2_sub_PointRelais"
      ["form"]=>
      string(9) "qualified"
    }
    ["PR08"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(4) "PR08"
      ["type"]=>
      string(63) "http://www.mondialrelay.fr/webservice/:ret_WSI2_sub_PointRelais"
      ["form"]=>
      string(9) "qualified"
    }
    ["PR09"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(4) "PR09"
      ["type"]=>
      string(63) "http://www.mondialrelay.fr/webservice/:ret_WSI2_sub_PointRelais"
      ["form"]=>
      string(9) "qualified"
    }
    ["PR10"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(4) "PR10"
      ["type"]=>
      string(63) "http://www.mondialrelay.fr/webservice/:ret_WSI2_sub_PointRelais"
      ["form"]=>
      string(9) "qualified"
    }
  }
}

2025-05-06 00:19:47.930756 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing named complexType ret_WSI2_sub_PointRelais
2025-05-06 00:19:47.930764 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Num of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.930767 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Num to complexType ret_WSI2_sub_PointRelais
2025-05-06 00:19:47.930771 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Num
2025-05-06 00:19:47.930777 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element LgAdr1 of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.930780 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element LgAdr1 to complexType ret_WSI2_sub_PointRelais
2025-05-06 00:19:47.930784 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element LgAdr1
2025-05-06 00:19:47.930790 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element LgAdr2 of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.930793 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element LgAdr2 to complexType ret_WSI2_sub_PointRelais
2025-05-06 00:19:47.930796 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element LgAdr2
2025-05-06 00:19:47.930802 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element LgAdr3 of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.930805 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element LgAdr3 to complexType ret_WSI2_sub_PointRelais
2025-05-06 00:19:47.930809 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element LgAdr3
2025-05-06 00:19:47.930814 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element LgAdr4 of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.930817 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element LgAdr4 to complexType ret_WSI2_sub_PointRelais
2025-05-06 00:19:47.930821 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element LgAdr4
2025-05-06 00:19:47.930827 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element CP of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.930830 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element CP to complexType ret_WSI2_sub_PointRelais
2025-05-06 00:19:47.930833 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element CP
2025-05-06 00:19:47.930839 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Ville of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.930842 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Ville to complexType ret_WSI2_sub_PointRelais
2025-05-06 00:19:47.930846 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Ville
2025-05-06 00:19:47.930851 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Pays of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.930854 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Pays to complexType ret_WSI2_sub_PointRelais
2025-05-06 00:19:47.930858 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Pays
2025-05-06 00:19:47.930863 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing complexType ret_WSI2_sub_PointRelais
2025-05-06 00:19:47.930882 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> array(6) {
  ["name"]=>
  string(24) "ret_WSI2_sub_PointRelais"
  ["typeClass"]=>
  string(11) "complexType"
  ["phpType"]=>
  string(6) "struct"
  ["simpleContent"]=>
  string(5) "false"
  ["compositor"]=>
  string(8) "sequence"
  ["elements"]=>
  array(8) {
    ["Num"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(3) "Num"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["LgAdr1"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(6) "LgAdr1"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["LgAdr2"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(6) "LgAdr2"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["LgAdr3"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(6) "LgAdr3"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["LgAdr4"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(6) "LgAdr4"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["CP"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(2) "CP"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Ville"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(5) "Ville"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Pays"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(4) "Pays"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
  }
}

2025-05-06 00:19:47.930887 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing untyped element WSI2_RecherchePointRelaisAvancee type _WSI2_RecherchePointRelaisAvancee_ContainedType
2025-05-06 00:19:47.930890 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element WSI2_RecherchePointRelaisAvancee to elements array
2025-05-06 00:19:47.930896 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing unnamed complexType for element WSI2_RecherchePointRelaisAvancee named _WSI2_RecherchePointRelaisAvancee_ContainedType
2025-05-06 00:19:47.930903 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Enseigne of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.930906 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Enseigne to complexType _WSI2_RecherchePointRelaisAvancee_ContainedType
2025-05-06 00:19:47.930910 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Enseigne
2025-05-06 00:19:47.930916 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Pays of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.930918 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Pays to complexType _WSI2_RecherchePointRelaisAvancee_ContainedType
2025-05-06 00:19:47.930922 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Pays
2025-05-06 00:19:47.930928 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Ville of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.930931 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Ville to complexType _WSI2_RecherchePointRelaisAvancee_ContainedType
2025-05-06 00:19:47.930934 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Ville
2025-05-06 00:19:47.930940 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element CP of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.930943 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element CP to complexType _WSI2_RecherchePointRelaisAvancee_ContainedType
2025-05-06 00:19:47.930947 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element CP
2025-05-06 00:19:47.930953 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Latitude of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.930956 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Latitude to complexType _WSI2_RecherchePointRelaisAvancee_ContainedType
2025-05-06 00:19:47.930959 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Latitude
2025-05-06 00:19:47.930965 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Longitude of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.930968 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Longitude to complexType _WSI2_RecherchePointRelaisAvancee_ContainedType
2025-05-06 00:19:47.930972 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Longitude
2025-05-06 00:19:47.930978 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Taille of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.930980 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Taille to complexType _WSI2_RecherchePointRelaisAvancee_ContainedType
2025-05-06 00:19:47.930984 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Taille
2025-05-06 00:19:47.930990 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Poids of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.930993 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Poids to complexType _WSI2_RecherchePointRelaisAvancee_ContainedType
2025-05-06 00:19:47.930996 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Poids
2025-05-06 00:19:47.931002 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Action of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.931005 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Action to complexType _WSI2_RecherchePointRelaisAvancee_ContainedType
2025-05-06 00:19:47.931009 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Action
2025-05-06 00:19:47.931014 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element DelaiEnvoi of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.931017 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element DelaiEnvoi to complexType _WSI2_RecherchePointRelaisAvancee_ContainedType
2025-05-06 00:19:47.931021 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element DelaiEnvoi
2025-05-06 00:19:47.931027 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element RayonRecherche of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.931030 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element RayonRecherche to complexType _WSI2_RecherchePointRelaisAvancee_ContainedType
2025-05-06 00:19:47.931033 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element RayonRecherche
2025-05-06 00:19:47.931039 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element TypeActivite of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.931042 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element TypeActivite to complexType _WSI2_RecherchePointRelaisAvancee_ContainedType
2025-05-06 00:19:47.931046 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element TypeActivite
2025-05-06 00:19:47.931052 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element NACE of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.931055 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element NACE to complexType _WSI2_RecherchePointRelaisAvancee_ContainedType
2025-05-06 00:19:47.931058 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element NACE
2025-05-06 00:19:47.931064 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Security of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.931067 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Security to complexType _WSI2_RecherchePointRelaisAvancee_ContainedType
2025-05-06 00:19:47.931071 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Security
2025-05-06 00:19:47.931076 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing complexType _WSI2_RecherchePointRelaisAvancee_ContainedType
2025-05-06 00:19:47.931107 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> array(5) {
  ["typeClass"]=>
  string(11) "complexType"
  ["phpType"]=>
  string(6) "struct"
  ["simpleContent"]=>
  string(5) "false"
  ["compositor"]=>
  string(8) "sequence"
  ["elements"]=>
  array(14) {
    ["Enseigne"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(8) "Enseigne"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Pays"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(4) "Pays"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Ville"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(5) "Ville"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["CP"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(2) "CP"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Latitude"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(8) "Latitude"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Longitude"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(9) "Longitude"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Taille"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(6) "Taille"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Poids"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(5) "Poids"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Action"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(6) "Action"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["DelaiEnvoi"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(10) "DelaiEnvoi"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["RayonRecherche"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(14) "RayonRecherche"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["TypeActivite"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(12) "TypeActivite"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["NACE"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(4) "NACE"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Security"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(8) "Security"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
  }
}

2025-05-06 00:19:47.931113 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element WSI2_RecherchePointRelaisAvancee
2025-05-06 00:19:47.931119 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing untyped element WSI2_RecherchePointRelaisAvanceeResponse type _WSI2_RecherchePointRelaisAvanceeResponse_ContainedType
2025-05-06 00:19:47.931121 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element WSI2_RecherchePointRelaisAvanceeResponse to elements array
2025-05-06 00:19:47.931126 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing unnamed complexType for element WSI2_RecherchePointRelaisAvanceeResponse named _WSI2_RecherchePointRelaisAvanceeResponse_ContainedType
2025-05-06 00:19:47.931135 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element WSI2_RecherchePointRelaisAvanceeResult of type http://www.mondialrelay.fr/webservice/:ret_WSI2_RecherchePointRelaisAvancee
2025-05-06 00:19:47.931138 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element WSI2_RecherchePointRelaisAvanceeResult to complexType _WSI2_RecherchePointRelaisAvanceeResponse_ContainedType
2025-05-06 00:19:47.931142 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element WSI2_RecherchePointRelaisAvanceeResult
2025-05-06 00:19:47.931146 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing complexType _WSI2_RecherchePointRelaisAvanceeResponse_ContainedType
2025-05-06 00:19:47.931152 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> array(5) {
  ["typeClass"]=>
  string(11) "complexType"
  ["phpType"]=>
  string(6) "struct"
  ["simpleContent"]=>
  string(5) "false"
  ["compositor"]=>
  string(8) "sequence"
  ["elements"]=>
  array(1) {
    ["WSI2_RecherchePointRelaisAvanceeResult"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(38) "WSI2_RecherchePointRelaisAvanceeResult"
      ["type"]=>
      string(75) "http://www.mondialrelay.fr/webservice/:ret_WSI2_RecherchePointRelaisAvancee"
      ["form"]=>
      string(9) "qualified"
    }
  }
}

2025-05-06 00:19:47.931156 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element WSI2_RecherchePointRelaisAvanceeResponse
2025-05-06 00:19:47.931161 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing named complexType ret_WSI2_RecherchePointRelaisAvancee
2025-05-06 00:19:47.931166 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> do nothing for element complexContent
2025-05-06 00:19:47.931171 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> extension http://www.mondialrelay.fr/webservice/:ret_
2025-05-06 00:19:47.931179 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element ListePR of type http://www.mondialrelay.fr/webservice/:ArrayOfRet_WSI2_sub_PointRelaisAvancee
2025-05-06 00:19:47.931182 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element ListePR to complexType ret_WSI2_RecherchePointRelaisAvancee
2025-05-06 00:19:47.931186 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element ListePR
2025-05-06 00:19:47.931192 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing complexType ret_WSI2_RecherchePointRelaisAvancee
2025-05-06 00:19:47.931199 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> array(7) {
  ["name"]=>
  string(36) "ret_WSI2_RecherchePointRelaisAvancee"
  ["typeClass"]=>
  string(11) "complexType"
  ["phpType"]=>
  string(6) "struct"
  ["simpleContent"]=>
  string(5) "false"
  ["extensionBase"]=>
  string(43) "http://www.mondialrelay.fr/webservice/:ret_"
  ["compositor"]=>
  string(8) "sequence"
  ["elements"]=>
  array(1) {
    ["ListePR"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(7) "ListePR"
      ["type"]=>
      string(77) "http://www.mondialrelay.fr/webservice/:ArrayOfRet_WSI2_sub_PointRelaisAvancee"
      ["form"]=>
      string(9) "qualified"
    }
  }
}

2025-05-06 00:19:47.931204 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing named complexType ArrayOfRet_WSI2_sub_PointRelaisAvancee
2025-05-06 00:19:47.931213 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element ret_WSI2_sub_PointRelaisAvancee of type http://www.mondialrelay.fr/webservice/:ret_WSI2_sub_PointRelaisAvancee
2025-05-06 00:19:47.931216 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element ret_WSI2_sub_PointRelaisAvancee to complexType ArrayOfRet_WSI2_sub_PointRelaisAvancee
2025-05-06 00:19:47.931220 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element ret_WSI2_sub_PointRelaisAvancee
2025-05-06 00:19:47.931224 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing complexType ArrayOfRet_WSI2_sub_PointRelaisAvancee
2025-05-06 00:19:47.931231 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> array(6) {
  ["name"]=>
  string(38) "ArrayOfRet_WSI2_sub_PointRelaisAvancee"
  ["typeClass"]=>
  string(11) "complexType"
  ["phpType"]=>
  string(6) "struct"
  ["simpleContent"]=>
  string(5) "false"
  ["compositor"]=>
  string(8) "sequence"
  ["elements"]=>
  array(1) {
    ["ret_WSI2_sub_PointRelaisAvancee"]=>
    array(6) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(9) "unbounded"
      ["name"]=>
      string(31) "ret_WSI2_sub_PointRelaisAvancee"
      ["nillable"]=>
      string(4) "true"
      ["type"]=>
      string(70) "http://www.mondialrelay.fr/webservice/:ret_WSI2_sub_PointRelaisAvancee"
      ["form"]=>
      string(9) "qualified"
    }
  }
}

2025-05-06 00:19:47.931235 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing named complexType ret_WSI2_sub_PointRelaisAvancee
2025-05-06 00:19:47.931243 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Num of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.931246 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Num to complexType ret_WSI2_sub_PointRelaisAvancee
2025-05-06 00:19:47.931250 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Num
2025-05-06 00:19:47.931256 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element LgAdr1 of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.931259 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element LgAdr1 to complexType ret_WSI2_sub_PointRelaisAvancee
2025-05-06 00:19:47.931263 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element LgAdr1
2025-05-06 00:19:47.931269 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element LgAdr2 of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.931271 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element LgAdr2 to complexType ret_WSI2_sub_PointRelaisAvancee
2025-05-06 00:19:47.931275 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element LgAdr2
2025-05-06 00:19:47.931281 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element LgAdr3 of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.931284 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element LgAdr3 to complexType ret_WSI2_sub_PointRelaisAvancee
2025-05-06 00:19:47.931287 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element LgAdr3
2025-05-06 00:19:47.931293 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element LgAdr4 of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.931296 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element LgAdr4 to complexType ret_WSI2_sub_PointRelaisAvancee
2025-05-06 00:19:47.931300 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element LgAdr4
2025-05-06 00:19:47.931306 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element CP of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.931308 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element CP to complexType ret_WSI2_sub_PointRelaisAvancee
2025-05-06 00:19:47.931312 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element CP
2025-05-06 00:19:47.931318 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Ville of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.931321 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Ville to complexType ret_WSI2_sub_PointRelaisAvancee
2025-05-06 00:19:47.931324 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Ville
2025-05-06 00:19:47.931330 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Pays of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.931333 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Pays to complexType ret_WSI2_sub_PointRelaisAvancee
2025-05-06 00:19:47.931337 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Pays
2025-05-06 00:19:47.931343 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Latitude of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.931346 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Latitude to complexType ret_WSI2_sub_PointRelaisAvancee
2025-05-06 00:19:47.931350 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Latitude
2025-05-06 00:19:47.931356 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Longitude of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.931359 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Longitude to complexType ret_WSI2_sub_PointRelaisAvancee
2025-05-06 00:19:47.931363 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Longitude
2025-05-06 00:19:47.931369 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element TypeActivite of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.931371 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element TypeActivite to complexType ret_WSI2_sub_PointRelaisAvancee
2025-05-06 00:19:47.931375 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element TypeActivite
2025-05-06 00:19:47.931381 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element NACE of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.931384 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element NACE to complexType ret_WSI2_sub_PointRelaisAvancee
2025-05-06 00:19:47.931388 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element NACE
2025-05-06 00:19:47.931394 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Distance of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.931397 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Distance to complexType ret_WSI2_sub_PointRelaisAvancee
2025-05-06 00:19:47.931401 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Distance
2025-05-06 00:19:47.931405 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing complexType ret_WSI2_sub_PointRelaisAvancee
2025-05-06 00:19:47.931433 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> array(6) {
  ["name"]=>
  string(31) "ret_WSI2_sub_PointRelaisAvancee"
  ["typeClass"]=>
  string(11) "complexType"
  ["phpType"]=>
  string(6) "struct"
  ["simpleContent"]=>
  string(5) "false"
  ["compositor"]=>
  string(8) "sequence"
  ["elements"]=>
  array(13) {
    ["Num"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(3) "Num"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["LgAdr1"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(6) "LgAdr1"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["LgAdr2"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(6) "LgAdr2"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["LgAdr3"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(6) "LgAdr3"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["LgAdr4"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(6) "LgAdr4"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["CP"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(2) "CP"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Ville"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(5) "Ville"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Pays"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(4) "Pays"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Latitude"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(8) "Latitude"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Longitude"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(9) "Longitude"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["TypeActivite"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(12) "TypeActivite"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["NACE"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(4) "NACE"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Distance"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(8) "Distance"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
  }
}

2025-05-06 00:19:47.931440 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing untyped element WSI2_RecherchePointRelaisHoraires type _WSI2_RecherchePointRelaisHoraires_ContainedType
2025-05-06 00:19:47.931443 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element WSI2_RecherchePointRelaisHoraires to elements array
2025-05-06 00:19:47.931448 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing unnamed complexType for element WSI2_RecherchePointRelaisHoraires named _WSI2_RecherchePointRelaisHoraires_ContainedType
2025-05-06 00:19:47.931457 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Enseigne of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.931460 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Enseigne to complexType _WSI2_RecherchePointRelaisHoraires_ContainedType
2025-05-06 00:19:47.931463 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Enseigne
2025-05-06 00:19:47.931470 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Pays of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.931473 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Pays to complexType _WSI2_RecherchePointRelaisHoraires_ContainedType
2025-05-06 00:19:47.931476 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Pays
2025-05-06 00:19:47.931482 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Ville of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.931485 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Ville to complexType _WSI2_RecherchePointRelaisHoraires_ContainedType
2025-05-06 00:19:47.931489 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Ville
2025-05-06 00:19:47.931494 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element CP of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.931497 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element CP to complexType _WSI2_RecherchePointRelaisHoraires_ContainedType
2025-05-06 00:19:47.931501 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element CP
2025-05-06 00:19:47.931507 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Taille of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.931510 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Taille to complexType _WSI2_RecherchePointRelaisHoraires_ContainedType
2025-05-06 00:19:47.931513 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Taille
2025-05-06 00:19:47.931519 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Poids of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.931522 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Poids to complexType _WSI2_RecherchePointRelaisHoraires_ContainedType
2025-05-06 00:19:47.931525 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Poids
2025-05-06 00:19:47.931531 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Action of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.931534 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Action to complexType _WSI2_RecherchePointRelaisHoraires_ContainedType
2025-05-06 00:19:47.931538 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Action
2025-05-06 00:19:47.931544 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Security of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.931547 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Security to complexType _WSI2_RecherchePointRelaisHoraires_ContainedType
2025-05-06 00:19:47.931551 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Security
2025-05-06 00:19:47.931555 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing complexType _WSI2_RecherchePointRelaisHoraires_ContainedType
2025-05-06 00:19:47.931574 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> array(5) {
  ["typeClass"]=>
  string(11) "complexType"
  ["phpType"]=>
  string(6) "struct"
  ["simpleContent"]=>
  string(5) "false"
  ["compositor"]=>
  string(8) "sequence"
  ["elements"]=>
  array(8) {
    ["Enseigne"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(8) "Enseigne"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Pays"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(4) "Pays"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Ville"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(5) "Ville"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["CP"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(2) "CP"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Taille"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(6) "Taille"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Poids"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(5) "Poids"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Action"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(6) "Action"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Security"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(8) "Security"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
  }
}

2025-05-06 00:19:47.931578 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element WSI2_RecherchePointRelaisHoraires
2025-05-06 00:19:47.931583 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing untyped element WSI2_RecherchePointRelaisHorairesResponse type _WSI2_RecherchePointRelaisHorairesResponse_ContainedType
2025-05-06 00:19:47.931586 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element WSI2_RecherchePointRelaisHorairesResponse to elements array
2025-05-06 00:19:47.931591 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing unnamed complexType for element WSI2_RecherchePointRelaisHorairesResponse named _WSI2_RecherchePointRelaisHorairesResponse_ContainedType
2025-05-06 00:19:47.931600 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element WSI2_RecherchePointRelaisHorairesResult of type http://www.mondialrelay.fr/webservice/:ret_WSI2_RecherchePointRelaisHoraires
2025-05-06 00:19:47.931603 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element WSI2_RecherchePointRelaisHorairesResult to complexType _WSI2_RecherchePointRelaisHorairesResponse_ContainedType
2025-05-06 00:19:47.931606 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element WSI2_RecherchePointRelaisHorairesResult
2025-05-06 00:19:47.931611 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing complexType _WSI2_RecherchePointRelaisHorairesResponse_ContainedType
2025-05-06 00:19:47.931618 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> array(5) {
  ["typeClass"]=>
  string(11) "complexType"
  ["phpType"]=>
  string(6) "struct"
  ["simpleContent"]=>
  string(5) "false"
  ["compositor"]=>
  string(8) "sequence"
  ["elements"]=>
  array(1) {
    ["WSI2_RecherchePointRelaisHorairesResult"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(39) "WSI2_RecherchePointRelaisHorairesResult"
      ["type"]=>
      string(76) "http://www.mondialrelay.fr/webservice/:ret_WSI2_RecherchePointRelaisHoraires"
      ["form"]=>
      string(9) "qualified"
    }
  }
}

2025-05-06 00:19:47.931622 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element WSI2_RecherchePointRelaisHorairesResponse
2025-05-06 00:19:47.931626 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing named complexType ret_WSI2_RecherchePointRelaisHoraires
2025-05-06 00:19:47.931631 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> do nothing for element complexContent
2025-05-06 00:19:47.931636 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> extension http://www.mondialrelay.fr/webservice/:ret_
2025-05-06 00:19:47.931644 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element ListePR of type http://www.mondialrelay.fr/webservice/:ArrayOfRet_WSI2_sub_PointRelaisHoraires
2025-05-06 00:19:47.931647 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element ListePR to complexType ret_WSI2_RecherchePointRelaisHoraires
2025-05-06 00:19:47.931651 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element ListePR
2025-05-06 00:19:47.931658 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing complexType ret_WSI2_RecherchePointRelaisHoraires
2025-05-06 00:19:47.931664 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> array(7) {
  ["name"]=>
  string(37) "ret_WSI2_RecherchePointRelaisHoraires"
  ["typeClass"]=>
  string(11) "complexType"
  ["phpType"]=>
  string(6) "struct"
  ["simpleContent"]=>
  string(5) "false"
  ["extensionBase"]=>
  string(43) "http://www.mondialrelay.fr/webservice/:ret_"
  ["compositor"]=>
  string(8) "sequence"
  ["elements"]=>
  array(1) {
    ["ListePR"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(7) "ListePR"
      ["type"]=>
      string(78) "http://www.mondialrelay.fr/webservice/:ArrayOfRet_WSI2_sub_PointRelaisHoraires"
      ["form"]=>
      string(9) "qualified"
    }
  }
}

2025-05-06 00:19:47.931669 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing named complexType ArrayOfRet_WSI2_sub_PointRelaisHoraires
2025-05-06 00:19:47.931678 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element ret_WSI2_sub_PointRelaisHoraires of type http://www.mondialrelay.fr/webservice/:ret_WSI2_sub_PointRelaisHoraires
2025-05-06 00:19:47.931681 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element ret_WSI2_sub_PointRelaisHoraires to complexType ArrayOfRet_WSI2_sub_PointRelaisHoraires
2025-05-06 00:19:47.931685 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element ret_WSI2_sub_PointRelaisHoraires
2025-05-06 00:19:47.931690 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing complexType ArrayOfRet_WSI2_sub_PointRelaisHoraires
2025-05-06 00:19:47.931696 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> array(6) {
  ["name"]=>
  string(39) "ArrayOfRet_WSI2_sub_PointRelaisHoraires"
  ["typeClass"]=>
  string(11) "complexType"
  ["phpType"]=>
  string(6) "struct"
  ["simpleContent"]=>
  string(5) "false"
  ["compositor"]=>
  string(8) "sequence"
  ["elements"]=>
  array(1) {
    ["ret_WSI2_sub_PointRelaisHoraires"]=>
    array(6) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(9) "unbounded"
      ["name"]=>
      string(32) "ret_WSI2_sub_PointRelaisHoraires"
      ["nillable"]=>
      string(4) "true"
      ["type"]=>
      string(71) "http://www.mondialrelay.fr/webservice/:ret_WSI2_sub_PointRelaisHoraires"
      ["form"]=>
      string(9) "qualified"
    }
  }
}

2025-05-06 00:19:47.931701 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing named complexType ret_WSI2_sub_PointRelaisHoraires
2025-05-06 00:19:47.931709 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Num of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.931712 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Num to complexType ret_WSI2_sub_PointRelaisHoraires
2025-05-06 00:19:47.931716 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Num
2025-05-06 00:19:47.931722 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element LgAdr1 of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.931725 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element LgAdr1 to complexType ret_WSI2_sub_PointRelaisHoraires
2025-05-06 00:19:47.931729 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element LgAdr1
2025-05-06 00:19:47.931734 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element LgAdr2 of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.931737 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element LgAdr2 to complexType ret_WSI2_sub_PointRelaisHoraires
2025-05-06 00:19:47.931741 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element LgAdr2
2025-05-06 00:19:47.931746 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element LgAdr3 of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.931749 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element LgAdr3 to complexType ret_WSI2_sub_PointRelaisHoraires
2025-05-06 00:19:47.931753 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element LgAdr3
2025-05-06 00:19:47.931759 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element LgAdr4 of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.931762 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element LgAdr4 to complexType ret_WSI2_sub_PointRelaisHoraires
2025-05-06 00:19:47.931765 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element LgAdr4
2025-05-06 00:19:47.931771 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element CP of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.931774 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element CP to complexType ret_WSI2_sub_PointRelaisHoraires
2025-05-06 00:19:47.931778 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element CP
2025-05-06 00:19:47.931784 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Ville of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.931787 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Ville to complexType ret_WSI2_sub_PointRelaisHoraires
2025-05-06 00:19:47.931790 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Ville
2025-05-06 00:19:47.931796 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Pays of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.931799 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Pays to complexType ret_WSI2_sub_PointRelaisHoraires
2025-05-06 00:19:47.931802 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Pays
2025-05-06 00:19:47.931808 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Horaires_Lundi of type http://www.mondialrelay.fr/webservice/:ArrayOfString
2025-05-06 00:19:47.931811 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Horaires_Lundi to complexType ret_WSI2_sub_PointRelaisHoraires
2025-05-06 00:19:47.931815 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Horaires_Lundi
2025-05-06 00:19:47.931821 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Horaires_Mardi of type http://www.mondialrelay.fr/webservice/:ArrayOfString
2025-05-06 00:19:47.931824 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Horaires_Mardi to complexType ret_WSI2_sub_PointRelaisHoraires
2025-05-06 00:19:47.931828 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Horaires_Mardi
2025-05-06 00:19:47.931834 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Horaires_Mercredi of type http://www.mondialrelay.fr/webservice/:ArrayOfString
2025-05-06 00:19:47.931836 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Horaires_Mercredi to complexType ret_WSI2_sub_PointRelaisHoraires
2025-05-06 00:19:47.931840 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Horaires_Mercredi
2025-05-06 00:19:47.931846 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Horaires_Jeudi of type http://www.mondialrelay.fr/webservice/:ArrayOfString
2025-05-06 00:19:47.931849 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Horaires_Jeudi to complexType ret_WSI2_sub_PointRelaisHoraires
2025-05-06 00:19:47.931853 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Horaires_Jeudi
2025-05-06 00:19:47.931859 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Horaires_Vendredi of type http://www.mondialrelay.fr/webservice/:ArrayOfString
2025-05-06 00:19:47.931861 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Horaires_Vendredi to complexType ret_WSI2_sub_PointRelaisHoraires
2025-05-06 00:19:47.931865 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Horaires_Vendredi
2025-05-06 00:19:47.931871 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Horaires_Samedi of type http://www.mondialrelay.fr/webservice/:ArrayOfString
2025-05-06 00:19:47.931874 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Horaires_Samedi to complexType ret_WSI2_sub_PointRelaisHoraires
2025-05-06 00:19:47.931878 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Horaires_Samedi
2025-05-06 00:19:47.931884 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Horaires_Dimanche of type http://www.mondialrelay.fr/webservice/:ArrayOfString
2025-05-06 00:19:47.931887 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Horaires_Dimanche to complexType ret_WSI2_sub_PointRelaisHoraires
2025-05-06 00:19:47.931890 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Horaires_Dimanche
2025-05-06 00:19:47.931895 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing complexType ret_WSI2_sub_PointRelaisHoraires
2025-05-06 00:19:47.931927 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> array(6) {
  ["name"]=>
  string(32) "ret_WSI2_sub_PointRelaisHoraires"
  ["typeClass"]=>
  string(11) "complexType"
  ["phpType"]=>
  string(6) "struct"
  ["simpleContent"]=>
  string(5) "false"
  ["compositor"]=>
  string(8) "sequence"
  ["elements"]=>
  array(15) {
    ["Num"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(3) "Num"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["LgAdr1"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(6) "LgAdr1"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["LgAdr2"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(6) "LgAdr2"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["LgAdr3"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(6) "LgAdr3"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["LgAdr4"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(6) "LgAdr4"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["CP"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(2) "CP"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Ville"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(5) "Ville"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Pays"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(4) "Pays"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Horaires_Lundi"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(14) "Horaires_Lundi"
      ["type"]=>
      string(52) "http://www.mondialrelay.fr/webservice/:ArrayOfString"
      ["form"]=>
      string(9) "qualified"
    }
    ["Horaires_Mardi"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(14) "Horaires_Mardi"
      ["type"]=>
      string(52) "http://www.mondialrelay.fr/webservice/:ArrayOfString"
      ["form"]=>
      string(9) "qualified"
    }
    ["Horaires_Mercredi"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(17) "Horaires_Mercredi"
      ["type"]=>
      string(52) "http://www.mondialrelay.fr/webservice/:ArrayOfString"
      ["form"]=>
      string(9) "qualified"
    }
    ["Horaires_Jeudi"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(14) "Horaires_Jeudi"
      ["type"]=>
      string(52) "http://www.mondialrelay.fr/webservice/:ArrayOfString"
      ["form"]=>
      string(9) "qualified"
    }
    ["Horaires_Vendredi"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(17) "Horaires_Vendredi"
      ["type"]=>
      string(52) "http://www.mondialrelay.fr/webservice/:ArrayOfString"
      ["form"]=>
      string(9) "qualified"
    }
    ["Horaires_Samedi"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(15) "Horaires_Samedi"
      ["type"]=>
      string(52) "http://www.mondialrelay.fr/webservice/:ArrayOfString"
      ["form"]=>
      string(9) "qualified"
    }
    ["Horaires_Dimanche"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(17) "Horaires_Dimanche"
      ["type"]=>
      string(52) "http://www.mondialrelay.fr/webservice/:ArrayOfString"
      ["form"]=>
      string(9) "qualified"
    }
  }
}

2025-05-06 00:19:47.931935 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing untyped element WSI2_TracingColisDetaille type _WSI2_TracingColisDetaille_ContainedType
2025-05-06 00:19:47.931937 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element WSI2_TracingColisDetaille to elements array
2025-05-06 00:19:47.931942 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing unnamed complexType for element WSI2_TracingColisDetaille named _WSI2_TracingColisDetaille_ContainedType
2025-05-06 00:19:47.931951 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Enseigne of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.931953 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Enseigne to complexType _WSI2_TracingColisDetaille_ContainedType
2025-05-06 00:19:47.931957 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Enseigne
2025-05-06 00:19:47.931963 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Expedition of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.931966 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Expedition to complexType _WSI2_TracingColisDetaille_ContainedType
2025-05-06 00:19:47.931970 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Expedition
2025-05-06 00:19:47.931976 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Langue of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.931979 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Langue to complexType _WSI2_TracingColisDetaille_ContainedType
2025-05-06 00:19:47.931983 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Langue
2025-05-06 00:19:47.931988 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Security of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.931991 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Security to complexType _WSI2_TracingColisDetaille_ContainedType
2025-05-06 00:19:47.931995 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Security
2025-05-06 00:19:47.932000 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing complexType _WSI2_TracingColisDetaille_ContainedType
2025-05-06 00:19:47.932011 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> array(5) {
  ["typeClass"]=>
  string(11) "complexType"
  ["phpType"]=>
  string(6) "struct"
  ["simpleContent"]=>
  string(5) "false"
  ["compositor"]=>
  string(8) "sequence"
  ["elements"]=>
  array(4) {
    ["Enseigne"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(8) "Enseigne"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Expedition"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(10) "Expedition"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Langue"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(6) "Langue"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Security"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(8) "Security"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
  }
}

2025-05-06 00:19:47.932015 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element WSI2_TracingColisDetaille
2025-05-06 00:19:47.932020 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing untyped element WSI2_TracingColisDetailleResponse type _WSI2_TracingColisDetailleResponse_ContainedType
2025-05-06 00:19:47.932023 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element WSI2_TracingColisDetailleResponse to elements array
2025-05-06 00:19:47.932028 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing unnamed complexType for element WSI2_TracingColisDetailleResponse named _WSI2_TracingColisDetailleResponse_ContainedType
2025-05-06 00:19:47.932036 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element WSI2_TracingColisDetailleResult of type http://www.mondialrelay.fr/webservice/:ret_WSI2_TracingColisDetaille
2025-05-06 00:19:47.932039 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element WSI2_TracingColisDetailleResult to complexType _WSI2_TracingColisDetailleResponse_ContainedType
2025-05-06 00:19:47.932043 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element WSI2_TracingColisDetailleResult
2025-05-06 00:19:47.932047 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing complexType _WSI2_TracingColisDetailleResponse_ContainedType
2025-05-06 00:19:47.932053 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> array(5) {
  ["typeClass"]=>
  string(11) "complexType"
  ["phpType"]=>
  string(6) "struct"
  ["simpleContent"]=>
  string(5) "false"
  ["compositor"]=>
  string(8) "sequence"
  ["elements"]=>
  array(1) {
    ["WSI2_TracingColisDetailleResult"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(31) "WSI2_TracingColisDetailleResult"
      ["type"]=>
      string(68) "http://www.mondialrelay.fr/webservice/:ret_WSI2_TracingColisDetaille"
      ["form"]=>
      string(9) "qualified"
    }
  }
}

2025-05-06 00:19:47.932057 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element WSI2_TracingColisDetailleResponse
2025-05-06 00:19:47.932062 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing named complexType ret_WSI2_TracingColisDetaille
2025-05-06 00:19:47.932067 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> do nothing for element complexContent
2025-05-06 00:19:47.932072 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> extension http://www.mondialrelay.fr/webservice/:ret_
2025-05-06 00:19:47.932079 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Libelle01 of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.932082 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Libelle01 to complexType ret_WSI2_TracingColisDetaille
2025-05-06 00:19:47.932086 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Libelle01
2025-05-06 00:19:47.932092 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Relais_Libelle of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.932095 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Relais_Libelle to complexType ret_WSI2_TracingColisDetaille
2025-05-06 00:19:47.932098 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Relais_Libelle
2025-05-06 00:19:47.932104 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Relais_Num of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.932107 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Relais_Num to complexType ret_WSI2_TracingColisDetaille
2025-05-06 00:19:47.932111 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Relais_Num
2025-05-06 00:19:47.932117 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Libelle02 of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.932119 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Libelle02 to complexType ret_WSI2_TracingColisDetaille
2025-05-06 00:19:47.932123 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Libelle02
2025-05-06 00:19:47.932129 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Tracing of type http://www.mondialrelay.fr/webservice/:ArrayOfRet_WSI2_sub_TracingColisDetaille
2025-05-06 00:19:47.932132 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Tracing to complexType ret_WSI2_TracingColisDetaille
2025-05-06 00:19:47.932136 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Tracing
2025-05-06 00:19:47.932142 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing complexType ret_WSI2_TracingColisDetaille
2025-05-06 00:19:47.932157 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> array(7) {
  ["name"]=>
  string(29) "ret_WSI2_TracingColisDetaille"
  ["typeClass"]=>
  string(11) "complexType"
  ["phpType"]=>
  string(6) "struct"
  ["simpleContent"]=>
  string(5) "false"
  ["extensionBase"]=>
  string(43) "http://www.mondialrelay.fr/webservice/:ret_"
  ["compositor"]=>
  string(8) "sequence"
  ["elements"]=>
  array(5) {
    ["Libelle01"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(9) "Libelle01"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Relais_Libelle"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(14) "Relais_Libelle"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Relais_Num"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(10) "Relais_Num"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Libelle02"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(9) "Libelle02"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Tracing"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(7) "Tracing"
      ["type"]=>
      string(79) "http://www.mondialrelay.fr/webservice/:ArrayOfRet_WSI2_sub_TracingColisDetaille"
      ["form"]=>
      string(9) "qualified"
    }
  }
}

2025-05-06 00:19:47.932162 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing named complexType ArrayOfRet_WSI2_sub_TracingColisDetaille
2025-05-06 00:19:47.932171 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element ret_WSI2_sub_TracingColisDetaille of type http://www.mondialrelay.fr/webservice/:ret_WSI2_sub_TracingColisDetaille
2025-05-06 00:19:47.932174 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element ret_WSI2_sub_TracingColisDetaille to complexType ArrayOfRet_WSI2_sub_TracingColisDetaille
2025-05-06 00:19:47.932178 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element ret_WSI2_sub_TracingColisDetaille
2025-05-06 00:19:47.932182 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing complexType ArrayOfRet_WSI2_sub_TracingColisDetaille
2025-05-06 00:19:47.932189 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> array(6) {
  ["name"]=>
  string(40) "ArrayOfRet_WSI2_sub_TracingColisDetaille"
  ["typeClass"]=>
  string(11) "complexType"
  ["phpType"]=>
  string(6) "struct"
  ["simpleContent"]=>
  string(5) "false"
  ["compositor"]=>
  string(8) "sequence"
  ["elements"]=>
  array(1) {
    ["ret_WSI2_sub_TracingColisDetaille"]=>
    array(6) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(9) "unbounded"
      ["name"]=>
      string(33) "ret_WSI2_sub_TracingColisDetaille"
      ["nillable"]=>
      string(4) "true"
      ["type"]=>
      string(72) "http://www.mondialrelay.fr/webservice/:ret_WSI2_sub_TracingColisDetaille"
      ["form"]=>
      string(9) "qualified"
    }
  }
}

2025-05-06 00:19:47.932194 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing named complexType ret_WSI2_sub_TracingColisDetaille
2025-05-06 00:19:47.932202 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Libelle of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.932205 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Libelle to complexType ret_WSI2_sub_TracingColisDetaille
2025-05-06 00:19:47.932208 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Libelle
2025-05-06 00:19:47.932214 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Date of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.932217 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Date to complexType ret_WSI2_sub_TracingColisDetaille
2025-05-06 00:19:47.932221 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Date
2025-05-06 00:19:47.932227 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Heure of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.932230 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Heure to complexType ret_WSI2_sub_TracingColisDetaille
2025-05-06 00:19:47.932233 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Heure
2025-05-06 00:19:47.932239 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Emplacement of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.932242 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Emplacement to complexType ret_WSI2_sub_TracingColisDetaille
2025-05-06 00:19:47.932246 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Emplacement
2025-05-06 00:19:47.932252 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Relais_Num of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.932255 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Relais_Num to complexType ret_WSI2_sub_TracingColisDetaille
2025-05-06 00:19:47.932258 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Relais_Num
2025-05-06 00:19:47.932264 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Relais_Pays of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.932267 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Relais_Pays to complexType ret_WSI2_sub_TracingColisDetaille
2025-05-06 00:19:47.932271 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Relais_Pays
2025-05-06 00:19:47.932275 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing complexType ret_WSI2_sub_TracingColisDetaille
2025-05-06 00:19:47.932291 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> array(6) {
  ["name"]=>
  string(33) "ret_WSI2_sub_TracingColisDetaille"
  ["typeClass"]=>
  string(11) "complexType"
  ["phpType"]=>
  string(6) "struct"
  ["simpleContent"]=>
  string(5) "false"
  ["compositor"]=>
  string(8) "sequence"
  ["elements"]=>
  array(6) {
    ["Libelle"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(7) "Libelle"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Date"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(4) "Date"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Heure"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(5) "Heure"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Emplacement"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(11) "Emplacement"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Relais_Num"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(10) "Relais_Num"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Relais_Pays"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(11) "Relais_Pays"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
  }
}

2025-05-06 00:19:47.932296 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing untyped element WSI2_STAT_Label type _WSI2_STAT_Label_ContainedType
2025-05-06 00:19:47.932299 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element WSI2_STAT_Label to elements array
2025-05-06 00:19:47.932304 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing unnamed complexType for element WSI2_STAT_Label named _WSI2_STAT_Label_ContainedType
2025-05-06 00:19:47.932312 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Enseigne of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.932315 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Enseigne to complexType _WSI2_STAT_Label_ContainedType
2025-05-06 00:19:47.932318 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Enseigne
2025-05-06 00:19:47.932324 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element STAT_ID of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.932327 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element STAT_ID to complexType _WSI2_STAT_Label_ContainedType
2025-05-06 00:19:47.932331 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element STAT_ID
2025-05-06 00:19:47.932337 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Langue of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.932340 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Langue to complexType _WSI2_STAT_Label_ContainedType
2025-05-06 00:19:47.932344 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Langue
2025-05-06 00:19:47.932350 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Security of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.932352 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Security to complexType _WSI2_STAT_Label_ContainedType
2025-05-06 00:19:47.932356 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Security
2025-05-06 00:19:47.932361 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing complexType _WSI2_STAT_Label_ContainedType
2025-05-06 00:19:47.932372 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> array(5) {
  ["typeClass"]=>
  string(11) "complexType"
  ["phpType"]=>
  string(6) "struct"
  ["simpleContent"]=>
  string(5) "false"
  ["compositor"]=>
  string(8) "sequence"
  ["elements"]=>
  array(4) {
    ["Enseigne"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(8) "Enseigne"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["STAT_ID"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(7) "STAT_ID"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Langue"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(6) "Langue"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Security"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(8) "Security"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
  }
}

2025-05-06 00:19:47.932376 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element WSI2_STAT_Label
2025-05-06 00:19:47.932381 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing untyped element WSI2_STAT_LabelResponse type _WSI2_STAT_LabelResponse_ContainedType
2025-05-06 00:19:47.932384 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element WSI2_STAT_LabelResponse to elements array
2025-05-06 00:19:47.932389 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing unnamed complexType for element WSI2_STAT_LabelResponse named _WSI2_STAT_LabelResponse_ContainedType
2025-05-06 00:19:47.932397 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element WSI2_STAT_LabelResult of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.932399 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element WSI2_STAT_LabelResult to complexType _WSI2_STAT_LabelResponse_ContainedType
2025-05-06 00:19:47.932403 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element WSI2_STAT_LabelResult
2025-05-06 00:19:47.932408 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing complexType _WSI2_STAT_LabelResponse_ContainedType
2025-05-06 00:19:47.932414 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> array(5) {
  ["typeClass"]=>
  string(11) "complexType"
  ["phpType"]=>
  string(6) "struct"
  ["simpleContent"]=>
  string(5) "false"
  ["compositor"]=>
  string(8) "sequence"
  ["elements"]=>
  array(1) {
    ["WSI2_STAT_LabelResult"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(21) "WSI2_STAT_LabelResult"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
  }
}

2025-05-06 00:19:47.932418 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element WSI2_STAT_LabelResponse
2025-05-06 00:19:47.932423 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing untyped element WSI2_STAT_Labels type _WSI2_STAT_Labels_ContainedType
2025-05-06 00:19:47.932425 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element WSI2_STAT_Labels to elements array
2025-05-06 00:19:47.932430 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing unnamed complexType for element WSI2_STAT_Labels named _WSI2_STAT_Labels_ContainedType
2025-05-06 00:19:47.932438 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Enseigne of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.932441 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Enseigne to complexType _WSI2_STAT_Labels_ContainedType
2025-05-06 00:19:47.932445 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Enseigne
2025-05-06 00:19:47.932451 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Langue of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.932454 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Langue to complexType _WSI2_STAT_Labels_ContainedType
2025-05-06 00:19:47.932457 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Langue
2025-05-06 00:19:47.932463 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element Security of type http://www.w3.org/2001/XMLSchema:string
2025-05-06 00:19:47.932466 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element Security to complexType _WSI2_STAT_Labels_ContainedType
2025-05-06 00:19:47.932470 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element Security
2025-05-06 00:19:47.932474 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing complexType _WSI2_STAT_Labels_ContainedType
2025-05-06 00:19:47.932484 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> array(5) {
  ["typeClass"]=>
  string(11) "complexType"
  ["phpType"]=>
  string(6) "struct"
  ["simpleContent"]=>
  string(5) "false"
  ["compositor"]=>
  string(8) "sequence"
  ["elements"]=>
  array(3) {
    ["Enseigne"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(8) "Enseigne"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Langue"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(6) "Langue"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Security"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(8) "Security"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
  }
}

2025-05-06 00:19:47.932488 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element WSI2_STAT_Labels
2025-05-06 00:19:47.932493 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing untyped element WSI2_STAT_LabelsResponse type _WSI2_STAT_LabelsResponse_ContainedType
2025-05-06 00:19:47.932496 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element WSI2_STAT_LabelsResponse to elements array
2025-05-06 00:19:47.932501 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing unnamed complexType for element WSI2_STAT_LabelsResponse named _WSI2_STAT_LabelsResponse_ContainedType
2025-05-06 00:19:47.932509 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element WSI2_STAT_LabelsResult of type http://www.mondialrelay.fr/webservice/:ArrayOfArrayOfString
2025-05-06 00:19:47.932512 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element WSI2_STAT_LabelsResult to complexType _WSI2_STAT_LabelsResponse_ContainedType
2025-05-06 00:19:47.932515 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element WSI2_STAT_LabelsResult
2025-05-06 00:19:47.932520 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing complexType _WSI2_STAT_LabelsResponse_ContainedType
2025-05-06 00:19:47.932526 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> array(5) {
  ["typeClass"]=>
  string(11) "complexType"
  ["phpType"]=>
  string(6) "struct"
  ["simpleContent"]=>
  string(5) "false"
  ["compositor"]=>
  string(8) "sequence"
  ["elements"]=>
  array(1) {
    ["WSI2_STAT_LabelsResult"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(22) "WSI2_STAT_LabelsResult"
      ["type"]=>
      string(59) "http://www.mondialrelay.fr/webservice/:ArrayOfArrayOfString"
      ["form"]=>
      string(9) "qualified"
    }
  }
}

2025-05-06 00:19:47.932530 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element WSI2_STAT_LabelsResponse
2025-05-06 00:19:47.932535 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing named complexType ArrayOfArrayOfString
2025-05-06 00:19:47.932547 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> processing typed element ArrayOfString of type http://www.mondialrelay.fr/webservice/:ArrayOfString
2025-05-06 00:19:47.932550 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> add element ArrayOfString to complexType ArrayOfArrayOfString
2025-05-06 00:19:47.932554 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing element ArrayOfString
2025-05-06 00:19:47.932558 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> done processing complexType ArrayOfArrayOfString
2025-05-06 00:19:47.932565 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> array(6) {
  ["name"]=>
  string(20) "ArrayOfArrayOfString"
  ["typeClass"]=>
  string(11) "complexType"
  ["phpType"]=>
  string(6) "struct"
  ["simpleContent"]=>
  string(5) "false"
  ["compositor"]=>
  string(8) "sequence"
  ["elements"]=>
  array(1) {
    ["ArrayOfString"]=>
    array(6) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(9) "unbounded"
      ["name"]=>
      string(13) "ArrayOfString"
      ["nillable"]=>
      string(4) "true"
      ["type"]=>
      string(52) "http://www.mondialrelay.fr/webservice/:ArrayOfString"
      ["form"]=>
      string(9) "qualified"
    }
  }
}

2025-05-06 00:19:47.932571 wsdl: Parsing WSDL schema done
2025-05-06 00:19:47.932584 wsdl: msg WSI2_CreationExpeditionSoapIn: found part (with element) parameters: parameters,http://www.mondialrelay.fr/webservice/:WSI2_CreationExpedition
2025-05-06 00:19:47.932595 wsdl: msg WSI2_CreationExpeditionSoapOut: found part (with element) parameters: parameters,http://www.mondialrelay.fr/webservice/:WSI2_CreationExpeditionResponse
2025-05-06 00:19:47.932603 wsdl: msg WSI2_CreationEtiquetteSoapIn: found part (with element) parameters: parameters,http://www.mondialrelay.fr/webservice/:WSI2_CreationEtiquette
2025-05-06 00:19:47.932612 wsdl: msg WSI2_CreationEtiquetteSoapOut: found part (with element) parameters: parameters,http://www.mondialrelay.fr/webservice/:WSI2_CreationEtiquetteResponse
2025-05-06 00:19:47.932626 wsdl: msg WSI3_GetEtiquettesSoapIn: found part (with element) parameters: parameters,http://www.mondialrelay.fr/webservice/:WSI3_GetEtiquettes
2025-05-06 00:19:47.932636 wsdl: msg WSI3_GetEtiquettesSoapOut: found part (with element) parameters: parameters,http://www.mondialrelay.fr/webservice/:WSI3_GetEtiquettesResponse
2025-05-06 00:19:47.932644 wsdl: msg WSI2_GetEtiquettesSoapIn: found part (with element) parameters: parameters,http://www.mondialrelay.fr/webservice/:WSI2_GetEtiquettes
2025-05-06 00:19:47.932652 wsdl: msg WSI2_GetEtiquettesSoapOut: found part (with element) parameters: parameters,http://www.mondialrelay.fr/webservice/:WSI2_GetEtiquettesResponse
2025-05-06 00:19:47.932661 wsdl: msg WSI2_RechercheCPSoapIn: found part (with element) parameters: parameters,http://www.mondialrelay.fr/webservice/:WSI2_RechercheCP
2025-05-06 00:19:47.932669 wsdl: msg WSI2_RechercheCPSoapOut: found part (with element) parameters: parameters,http://www.mondialrelay.fr/webservice/:WSI2_RechercheCPResponse
2025-05-06 00:19:47.932677 wsdl: msg WSI3_PointRelais_RechercheSoapIn: found part (with element) parameters: parameters,http://www.mondialrelay.fr/webservice/:WSI3_PointRelais_Recherche
2025-05-06 00:19:47.932686 wsdl: msg WSI3_PointRelais_RechercheSoapOut: found part (with element) parameters: parameters,http://www.mondialrelay.fr/webservice/:WSI3_PointRelais_RechercheResponse
2025-05-06 00:19:47.932695 wsdl: msg WSI4_PointRelais_RechercheSoapIn: found part (with element) parameters: parameters,http://www.mondialrelay.fr/webservice/:WSI4_PointRelais_Recherche
2025-05-06 00:19:47.932703 wsdl: msg WSI4_PointRelais_RechercheSoapOut: found part (with element) parameters: parameters,http://www.mondialrelay.fr/webservice/:WSI4_PointRelais_RechercheResponse
2025-05-06 00:19:47.932711 wsdl: msg WSI2_AdressePointRelaisSoapIn: found part (with element) parameters: parameters,http://www.mondialrelay.fr/webservice/:WSI2_AdressePointRelais
2025-05-06 00:19:47.932719 wsdl: msg WSI2_AdressePointRelaisSoapOut: found part (with element) parameters: parameters,http://www.mondialrelay.fr/webservice/:WSI2_AdressePointRelaisResponse
2025-05-06 00:19:47.932728 wsdl: msg WSI2_DetailPointRelaisSoapIn: found part (with element) parameters: parameters,http://www.mondialrelay.fr/webservice/:WSI2_DetailPointRelais
2025-05-06 00:19:47.932736 wsdl: msg WSI2_DetailPointRelaisSoapOut: found part (with element) parameters: parameters,http://www.mondialrelay.fr/webservice/:WSI2_DetailPointRelaisResponse
2025-05-06 00:19:47.932744 wsdl: msg WSI2_RecherchePointRelaisSoapIn: found part (with element) parameters: parameters,http://www.mondialrelay.fr/webservice/:WSI2_RecherchePointRelais
2025-05-06 00:19:47.932752 wsdl: msg WSI2_RecherchePointRelaisSoapOut: found part (with element) parameters: parameters,http://www.mondialrelay.fr/webservice/:WSI2_RecherchePointRelaisResponse
2025-05-06 00:19:47.932761 wsdl: msg WSI2_RecherchePointRelaisAvanceeSoapIn: found part (with element) parameters: parameters,http://www.mondialrelay.fr/webservice/:WSI2_RecherchePointRelaisAvancee
2025-05-06 00:19:47.932769 wsdl: msg WSI2_RecherchePointRelaisAvanceeSoapOut: found part (with element) parameters: parameters,http://www.mondialrelay.fr/webservice/:WSI2_RecherchePointRelaisAvanceeResponse
2025-05-06 00:19:47.932777 wsdl: msg WSI2_RecherchePointRelaisHorairesSoapIn: found part (with element) parameters: parameters,http://www.mondialrelay.fr/webservice/:WSI2_RecherchePointRelaisHoraires
2025-05-06 00:19:47.932785 wsdl: msg WSI2_RecherchePointRelaisHorairesSoapOut: found part (with element) parameters: parameters,http://www.mondialrelay.fr/webservice/:WSI2_RecherchePointRelaisHorairesResponse
2025-05-06 00:19:47.932793 wsdl: msg WSI2_TracingColisDetailleSoapIn: found part (with element) parameters: parameters,http://www.mondialrelay.fr/webservice/:WSI2_TracingColisDetaille
2025-05-06 00:19:47.932801 wsdl: msg WSI2_TracingColisDetailleSoapOut: found part (with element) parameters: parameters,http://www.mondialrelay.fr/webservice/:WSI2_TracingColisDetailleResponse
2025-05-06 00:19:47.932810 wsdl: msg WSI2_STAT_LabelSoapIn: found part (with element) parameters: parameters,http://www.mondialrelay.fr/webservice/:WSI2_STAT_Label
2025-05-06 00:19:47.932818 wsdl: msg WSI2_STAT_LabelSoapOut: found part (with element) parameters: parameters,http://www.mondialrelay.fr/webservice/:WSI2_STAT_LabelResponse
2025-05-06 00:19:47.932826 wsdl: msg WSI2_STAT_LabelsSoapIn: found part (with element) parameters: parameters,http://www.mondialrelay.fr/webservice/:WSI2_STAT_Labels
2025-05-06 00:19:47.932834 wsdl: msg WSI2_STAT_LabelsSoapOut: found part (with element) parameters: parameters,http://www.mondialrelay.fr/webservice/:WSI2_STAT_LabelsResponse
2025-05-06 00:19:47.932843 wsdl: portType Web_ServicesSoap operation: WSI2_CreationExpedition
2025-05-06 00:19:47.932857 wsdl: portType Web_ServicesSoap operation: WSI2_CreationEtiquette
2025-05-06 00:19:47.932868 wsdl: portType Web_ServicesSoap operation: WSI3_GetEtiquettes
2025-05-06 00:19:47.932879 wsdl: portType Web_ServicesSoap operation: WSI2_GetEtiquettes
2025-05-06 00:19:47.932890 wsdl: portType Web_ServicesSoap operation: WSI2_RechercheCP
2025-05-06 00:19:47.932901 wsdl: portType Web_ServicesSoap operation: WSI3_PointRelais_Recherche
2025-05-06 00:19:47.932912 wsdl: portType Web_ServicesSoap operation: WSI4_PointRelais_Recherche
2025-05-06 00:19:47.932923 wsdl: portType Web_ServicesSoap operation: WSI2_AdressePointRelais
2025-05-06 00:19:47.932934 wsdl: portType Web_ServicesSoap operation: WSI2_DetailPointRelais
2025-05-06 00:19:47.932945 wsdl: portType Web_ServicesSoap operation: WSI2_RecherchePointRelais
2025-05-06 00:19:47.932956 wsdl: portType Web_ServicesSoap operation: WSI2_RecherchePointRelaisAvancee
2025-05-06 00:19:47.932967 wsdl: portType Web_ServicesSoap operation: WSI2_RecherchePointRelaisHoraires
2025-05-06 00:19:47.932978 wsdl: portType Web_ServicesSoap operation: WSI2_TracingColisDetaille
2025-05-06 00:19:47.932989 wsdl: portType Web_ServicesSoap operation: WSI2_STAT_Label
2025-05-06 00:19:47.932999 wsdl: portType Web_ServicesSoap operation: WSI2_STAT_Labels
2025-05-06 00:19:47.933014 wsdl: current binding: Web_ServicesSoap of portType: http://www.mondialrelay.fr/webservice/:Web_ServicesSoap
2025-05-06 00:19:47.933023 wsdl: current binding operation: WSI2_CreationExpedition
2025-05-06 00:19:47.933045 wsdl: current binding operation: WSI2_CreationEtiquette
2025-05-06 00:19:47.933063 wsdl: current binding operation: WSI3_GetEtiquettes
2025-05-06 00:19:47.933081 wsdl: current binding operation: WSI2_GetEtiquettes
2025-05-06 00:19:47.933097 wsdl: current binding operation: WSI2_RechercheCP
2025-05-06 00:19:47.933113 wsdl: current binding operation: WSI3_PointRelais_Recherche
2025-05-06 00:19:47.933129 wsdl: current binding operation: WSI4_PointRelais_Recherche
2025-05-06 00:19:47.933145 wsdl: current binding operation: WSI2_AdressePointRelais
2025-05-06 00:19:47.933162 wsdl: current binding operation: WSI2_DetailPointRelais
2025-05-06 00:19:47.933178 wsdl: current binding operation: WSI2_RecherchePointRelais
2025-05-06 00:19:47.933195 wsdl: current binding operation: WSI2_RecherchePointRelaisAvancee
2025-05-06 00:19:47.933212 wsdl: current binding operation: WSI2_RecherchePointRelaisHoraires
2025-05-06 00:19:47.933227 wsdl: current binding operation: WSI2_TracingColisDetaille
2025-05-06 00:19:47.933244 wsdl: current binding operation: WSI2_STAT_Label
2025-05-06 00:19:47.933260 wsdl: current binding operation: WSI2_STAT_Labels
2025-05-06 00:19:47.933280 wsdl: current binding: Web_ServicesSoap12 of portType: http://www.mondialrelay.fr/webservice/:Web_ServicesSoap
2025-05-06 00:19:47.933288 wsdl: current binding operation: WSI2_CreationExpedition
2025-05-06 00:19:47.933305 wsdl: current binding operation: WSI2_CreationEtiquette
2025-05-06 00:19:47.933322 wsdl: current binding operation: WSI3_GetEtiquettes
2025-05-06 00:19:47.933338 wsdl: current binding operation: WSI2_GetEtiquettes
2025-05-06 00:19:47.933354 wsdl: current binding operation: WSI2_RechercheCP
2025-05-06 00:19:47.933370 wsdl: current binding operation: WSI3_PointRelais_Recherche
2025-05-06 00:19:47.933386 wsdl: current binding operation: WSI4_PointRelais_Recherche
2025-05-06 00:19:47.933402 wsdl: current binding operation: WSI2_AdressePointRelais
2025-05-06 00:19:47.933419 wsdl: current binding operation: WSI2_DetailPointRelais
2025-05-06 00:19:47.933436 wsdl: current binding operation: WSI2_RecherchePointRelais
2025-05-06 00:19:47.933452 wsdl: current binding operation: WSI2_RecherchePointRelaisAvancee
2025-05-06 00:19:47.933468 wsdl: current binding operation: WSI2_RecherchePointRelaisHoraires
2025-05-06 00:19:47.933484 wsdl: current binding operation: WSI2_TracingColisDetaille
2025-05-06 00:19:47.933501 wsdl: current binding operation: WSI2_STAT_Label
2025-05-06 00:19:47.933518 wsdl: current binding operation: WSI2_STAT_Labels
2025-05-06 00:19:47.933536 wsdl: current service: Web_Services
2025-05-06 00:19:47.933542 wsdl: current port: Web_ServicesSoap
2025-05-06 00:19:47.933552 wsdl: current port: Web_ServicesSoap12
2025-05-06 00:19:47.933562 wsdl: Parsing WSDL done
2025-05-06 00:19:47.933571 wsdl: post-parse data gathering for WSI2_CreationExpedition
2025-05-06 00:19:47.933578 wsdl: post-parse data gathering for WSI2_CreationEtiquette
2025-05-06 00:19:47.933583 wsdl: post-parse data gathering for WSI3_GetEtiquettes
2025-05-06 00:19:47.933588 wsdl: post-parse data gathering for WSI2_GetEtiquettes
2025-05-06 00:19:47.933591 wsdl: post-parse data gathering for WSI2_RechercheCP
2025-05-06 00:19:47.933595 wsdl: post-parse data gathering for WSI3_PointRelais_Recherche
2025-05-06 00:19:47.933599 wsdl: post-parse data gathering for WSI4_PointRelais_Recherche
2025-05-06 00:19:47.933603 wsdl: post-parse data gathering for WSI2_AdressePointRelais
2025-05-06 00:19:47.933607 wsdl: post-parse data gathering for WSI2_DetailPointRelais
2025-05-06 00:19:47.933611 wsdl: post-parse data gathering for WSI2_RecherchePointRelais
2025-05-06 00:19:47.933615 wsdl: post-parse data gathering for WSI2_RecherchePointRelaisAvancee
2025-05-06 00:19:47.933619 wsdl: post-parse data gathering for WSI2_RecherchePointRelaisHoraires
2025-05-06 00:19:47.933622 wsdl: post-parse data gathering for WSI2_TracingColisDetaille
2025-05-06 00:19:47.933626 wsdl: post-parse data gathering for WSI2_STAT_Label
2025-05-06 00:19:47.933630 wsdl: post-parse data gathering for WSI2_STAT_Labels
2025-05-06 00:19:47.933634 wsdl: post-parse data gathering for WSI2_CreationExpedition
2025-05-06 00:19:47.933639 wsdl: post-parse data gathering for WSI2_CreationEtiquette
2025-05-06 00:19:47.933643 wsdl: post-parse data gathering for WSI3_GetEtiquettes
2025-05-06 00:19:47.933647 wsdl: post-parse data gathering for WSI2_GetEtiquettes
2025-05-06 00:19:47.933651 wsdl: post-parse data gathering for WSI2_RechercheCP
2025-05-06 00:19:47.933655 wsdl: post-parse data gathering for WSI3_PointRelais_Recherche
2025-05-06 00:19:47.933658 wsdl: post-parse data gathering for WSI4_PointRelais_Recherche
2025-05-06 00:19:47.933662 wsdl: post-parse data gathering for WSI2_AdressePointRelais
2025-05-06 00:19:47.933666 wsdl: post-parse data gathering for WSI2_DetailPointRelais
2025-05-06 00:19:47.933669 wsdl: post-parse data gathering for WSI2_RecherchePointRelais
2025-05-06 00:19:47.933673 wsdl: post-parse data gathering for WSI2_RecherchePointRelaisAvancee
2025-05-06 00:19:47.933677 wsdl: post-parse data gathering for WSI2_RecherchePointRelaisHoraires
2025-05-06 00:19:47.933681 wsdl: post-parse data gathering for WSI2_TracingColisDetaille
2025-05-06 00:19:47.933687 wsdl: post-parse data gathering for WSI2_STAT_Label
2025-05-06 00:19:47.933690 wsdl: post-parse data gathering for WSI2_STAT_Labels
2025-05-06 00:19:47.933721 nusoap_client: checkWSDL
2025-05-06 00:19:47.933726 wsdl: getOperations for port '' bindingType http://schemas.xmlsoap.org/wsdl/soap/
2025-05-06 00:19:47.933729 wsdl: getOperations checking port Web_ServicesSoap bindingType http://schemas.xmlsoap.org/wsdl/soap/
2025-05-06 00:19:47.933732 wsdl: getOperations found port Web_ServicesSoap bindingType http://schemas.xmlsoap.org/wsdl/soap/
2025-05-06 00:19:47.933735 wsdl: getOperations checking port Web_ServicesSoap12 bindingType http://schemas.xmlsoap.org/wsdl/soap12/
2025-05-06 00:19:47.933739 nusoap_client: got 15 operations from wsdl http://api.mondialrelay.com/Web_Services.asmx?WSDL for binding type soap
2025-05-06 00:19:47.933745 nusoap_client: found operation
opData=array(9) {
  ["name"]=>
  string(26) "WSI3_PointRelais_Recherche"
  ["binding"]=>
  string(16) "Web_ServicesSoap"
  ["endpoint"]=>
  string(45) "http://api.mondialrelay.com/Web_Services.asmx"
  ["soapAction"]=>
  string(64) "http://www.mondialrelay.fr/webservice/WSI3_PointRelais_Recherche"
  ["style"]=>
  string(8) "document"
  ["input"]=>
  array(3) {
    ["use"]=>
    string(7) "literal"
    ["message"]=>
    string(32) "WSI3_PointRelais_RechercheSoapIn"
    ["parts"]=>
    array(1) {
      ["parameters"]=>
      string(66) "http://www.mondialrelay.fr/webservice/:WSI3_PointRelais_Recherche^"
    }
  }
  ["output"]=>
  array(3) {
    ["use"]=>
    string(7) "literal"
    ["message"]=>
    string(33) "WSI3_PointRelais_RechercheSoapOut"
    ["parts"]=>
    array(1) {
      ["parameters"]=>
      string(74) "http://www.mondialrelay.fr/webservice/:WSI3_PointRelais_RechercheResponse^"
    }
  }
  ["transport"]=>
  string(36) "http://schemas.xmlsoap.org/soap/http"
  ["documentation"]=>
  string(0) ""
}
2025-05-06 00:19:47.933774 nusoap_client: serializing param array for WSDL operation WSI3_PointRelais_Recherche
2025-05-06 00:19:47.933777 wsdl: in serializeRPCParameters: operation=WSI3_PointRelais_Recherche, direction=input, XMLSchemaVersion=http://www.w3.org/2001/XMLSchema, bindingType=soap
parameters=array(12) {
  ["Enseigne"]=>
  string(8) "BDTEST13"
  ["Pays"]=>
  string(2) "FR"
  ["Ville"]=>
  string(4) "LYON"
  ["CP"]=>
  string(5) "69008"
  ["Latitude"]=>
  string(0) ""
  ["Longitude"]=>
  string(0) ""
  ["Taille"]=>
  string(0) ""
  ["Poids"]=>
  string(5) "70000"
  ["Action"]=>
  string(0) ""
  ["DelaiEnvoi"]=>
  string(1) "0"
  ["RayonRecherche"]=>
  string(2) "20"
  ["Security"]=>
  string(32) "521E3A65D97511D4ABA5AA316D8F9E0E"
}
2025-05-06 00:19:47.933786 wsdl: in serializeRPCParameters: opData:
array(9) {
  ["name"]=>
  string(26) "WSI3_PointRelais_Recherche"
  ["binding"]=>
  string(16) "Web_ServicesSoap"
  ["endpoint"]=>
  string(45) "http://api.mondialrelay.com/Web_Services.asmx"
  ["soapAction"]=>
  string(64) "http://www.mondialrelay.fr/webservice/WSI3_PointRelais_Recherche"
  ["style"]=>
  string(8) "document"
  ["input"]=>
  array(3) {
    ["use"]=>
    string(7) "literal"
    ["message"]=>
    string(32) "WSI3_PointRelais_RechercheSoapIn"
    ["parts"]=>
    array(1) {
      ["parameters"]=>
      string(66) "http://www.mondialrelay.fr/webservice/:WSI3_PointRelais_Recherche^"
    }
  }
  ["output"]=>
  array(3) {
    ["use"]=>
    string(7) "literal"
    ["message"]=>
    string(33) "WSI3_PointRelais_RechercheSoapOut"
    ["parts"]=>
    array(1) {
      ["parameters"]=>
      string(74) "http://www.mondialrelay.fr/webservice/:WSI3_PointRelais_RechercheResponse^"
    }
  }
  ["transport"]=>
  string(36) "http://schemas.xmlsoap.org/soap/http"
  ["documentation"]=>
  string(0) ""
}
2025-05-06 00:19:47.933796 wsdl: have 1 part(s) to serialize using document/literal
2025-05-06 00:19:47.933800 wsdl: have 12 parameter(s) provided as arrayStruct to serialize
2025-05-06 00:19:47.933802 wsdl: check whether the caller has wrapped the parameters
2025-05-06 00:19:47.933805 wsdl: check whether caller's parameters match the wrapped ones
2025-05-06 00:19:47.933808 wsdl: in parametersMatchWrapped type=http://www.mondialrelay.fr/webservice/:WSI3_PointRelais_Recherche^, parameters=
array(12) {
  ["Enseigne"]=>
  string(8) "BDTEST13"
  ["Pays"]=>
  string(2) "FR"
  ["Ville"]=>
  string(4) "LYON"
  ["CP"]=>
  string(5) "69008"
  ["Latitude"]=>
  string(0) ""
  ["Longitude"]=>
  string(0) ""
  ["Taille"]=>
  string(0) ""
  ["Poids"]=>
  string(5) "70000"
  ["Action"]=>
  string(0) ""
  ["DelaiEnvoi"]=>
  string(1) "0"
  ["RayonRecherche"]=>
  string(2) "20"
  ["Security"]=>
  string(32) "521E3A65D97511D4ABA5AA316D8F9E0E"
}
2025-05-06 00:19:47.933815 wsdl: in parametersMatchWrapped: got a prefixed type: WSI3_PointRelais_Recherche^, http://www.mondialrelay.fr/webservice/
2025-05-06 00:19:47.933819 wsdl: in getTypeDef: type=WSI3_PointRelais_Recherche^, ns=http://www.mondialrelay.fr/webservice/
2025-05-06 00:19:47.933822 wsdl: in getTypeDef: have schema for namespace http://www.mondialrelay.fr/webservice/
2025-05-06 00:19:47.933827 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> in getTypeDef, found element WSI3_PointRelais_Recherche
2025-05-06 00:19:47.933832 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> in getTypeDef, found complexType _WSI3_PointRelais_Recherche_ContainedType
2025-05-06 00:19:47.933835 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> in getTypeDef, found type for element WSI3_PointRelais_Recherche:
2025-05-06 00:19:47.933867 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> array(5) {
  ["typeClass"]=>
  string(11) "complexType"
  ["phpType"]=>
  string(6) "struct"
  ["simpleContent"]=>
  string(5) "false"
  ["compositor"]=>
  string(8) "sequence"
  ["elements"]=>
  array(15) {
    ["Enseigne"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(8) "Enseigne"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Pays"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(4) "Pays"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["NumPointRelais"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(14) "NumPointRelais"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Ville"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(5) "Ville"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["CP"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(2) "CP"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Latitude"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(8) "Latitude"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Longitude"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(9) "Longitude"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Taille"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(6) "Taille"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Poids"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(5) "Poids"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Action"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(6) "Action"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["DelaiEnvoi"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(10) "DelaiEnvoi"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["RayonRecherche"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(14) "RayonRecherche"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["TypeActivite"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(12) "TypeActivite"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["NACE"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(4) "NACE"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Security"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(8) "Security"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
  }
}

2025-05-06 00:19:47.933876 wsdl: in getTypeDef: found type WSI3_PointRelais_Recherche^
2025-05-06 00:19:47.933880 wsdl: in parametersMatchWrapped: found typeDef=
array(6) {
  ["name"]=>
  string(26) "WSI3_PointRelais_Recherche"
  ["form"]=>
  string(9) "qualified"
  ["type"]=>
  string(80) "http://www.mondialrelay.fr/webservice/:_WSI3_PointRelais_Recherche_ContainedType"
  ["typeClass"]=>
  string(7) "element"
  ["phpType"]=>
  string(6) "struct"
  ["elements"]=>
  array(15) {
    ["Enseigne"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(8) "Enseigne"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Pays"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(4) "Pays"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["NumPointRelais"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(14) "NumPointRelais"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Ville"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(5) "Ville"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["CP"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(2) "CP"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Latitude"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(8) "Latitude"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Longitude"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(9) "Longitude"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Taille"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(6) "Taille"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Poids"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(5) "Poids"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Action"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(6) "Action"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["DelaiEnvoi"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(10) "DelaiEnvoi"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["RayonRecherche"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(14) "RayonRecherche"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["TypeActivite"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(12) "TypeActivite"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["NACE"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(4) "NACE"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Security"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(8) "Security"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
  }
}
2025-05-06 00:19:47.933913 wsdl: in parametersMatchWrapped: uqType: WSI3_PointRelais_Recherche, ns: http://www.mondialrelay.fr/webservice/, phptype: struct, arrayType: 
2025-05-06 00:19:47.933916 wsdl: in parametersMatchWrapped: have parameter named Enseigne
2025-05-06 00:19:47.933919 wsdl: in parametersMatchWrapped: have parameter named Pays
2025-05-06 00:19:47.933921 wsdl: in parametersMatchWrapped: do not have parameter named NumPointRelais
2025-05-06 00:19:47.933924 wsdl: in parametersMatchWrapped: have parameter named Ville
2025-05-06 00:19:47.933926 wsdl: in parametersMatchWrapped: have parameter named CP
2025-05-06 00:19:47.933928 wsdl: in parametersMatchWrapped: have parameter named Latitude
2025-05-06 00:19:47.933930 wsdl: in parametersMatchWrapped: have parameter named Longitude
2025-05-06 00:19:47.933933 wsdl: in parametersMatchWrapped: have parameter named Taille
2025-05-06 00:19:47.933935 wsdl: in parametersMatchWrapped: have parameter named Poids
2025-05-06 00:19:47.933937 wsdl: in parametersMatchWrapped: have parameter named Action
2025-05-06 00:19:47.933939 wsdl: in parametersMatchWrapped: have parameter named DelaiEnvoi
2025-05-06 00:19:47.933941 wsdl: in parametersMatchWrapped: have parameter named RayonRecherche
2025-05-06 00:19:47.933944 wsdl: in parametersMatchWrapped: do not have parameter named TypeActivite
2025-05-06 00:19:47.933946 wsdl: in parametersMatchWrapped: do not have parameter named NACE
2025-05-06 00:19:47.933948 wsdl: in parametersMatchWrapped: have parameter named Security
2025-05-06 00:19:47.933951 wsdl: in parametersMatchWrapped: 12 parameter names match 15 wrapped parameter names
2025-05-06 00:19:47.933953 wsdl: wrap the parameters for the caller
2025-05-06 00:19:47.933956 wsdl: serializing part parameters of type http://www.mondialrelay.fr/webservice/:WSI3_PointRelais_Recherche^
2025-05-06 00:19:47.933958 wsdl: calling serializeType w/named param
2025-05-06 00:19:47.933962 wsdl: in serializeType: name=parameters, type=http://www.mondialrelay.fr/webservice/:WSI3_PointRelais_Recherche^, use=literal, encodingStyle=, unqualified=qualified
value=array(12) {
  ["Enseigne"]=>
  string(8) "BDTEST13"
  ["Pays"]=>
  string(2) "FR"
  ["Ville"]=>
  string(4) "LYON"
  ["CP"]=>
  string(5) "69008"
  ["Latitude"]=>
  string(0) ""
  ["Longitude"]=>
  string(0) ""
  ["Taille"]=>
  string(0) ""
  ["Poids"]=>
  string(5) "70000"
  ["Action"]=>
  string(0) ""
  ["DelaiEnvoi"]=>
  string(1) "0"
  ["RayonRecherche"]=>
  string(2) "20"
  ["Security"]=>
  string(32) "521E3A65D97511D4ABA5AA316D8F9E0E"
}
2025-05-06 00:19:47.933969 wsdl: in serializeType: got a prefixed type: WSI3_PointRelais_Recherche^, http://www.mondialrelay.fr/webservice/
2025-05-06 00:19:47.933973 wsdl: in getTypeDef: type=WSI3_PointRelais_Recherche^, ns=http://www.mondialrelay.fr/webservice/
2025-05-06 00:19:47.933976 wsdl: in getTypeDef: have schema for namespace http://www.mondialrelay.fr/webservice/
2025-05-06 00:19:47.933979 nusoap_xmlschema: <http://www.mondialrelay.fr/webservice/> in getTypeDef, found element WSI3_PointRelais_Recherche
2025-05-06 00:19:47.933982 wsdl: in getTypeDef: found type WSI3_PointRelais_Recherche^
2025-05-06 00:19:47.933985 wsdl: in serializeType: found typeDef
typeDef=array(6) {
  ["name"]=>
  string(26) "WSI3_PointRelais_Recherche"
  ["form"]=>
  string(9) "qualified"
  ["type"]=>
  string(80) "http://www.mondialrelay.fr/webservice/:_WSI3_PointRelais_Recherche_ContainedType"
  ["typeClass"]=>
  string(7) "element"
  ["phpType"]=>
  string(6) "struct"
  ["elements"]=>
  array(15) {
    ["Enseigne"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(8) "Enseigne"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Pays"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(4) "Pays"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["NumPointRelais"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(14) "NumPointRelais"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Ville"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(5) "Ville"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["CP"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(2) "CP"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Latitude"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(8) "Latitude"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Longitude"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(9) "Longitude"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Taille"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(6) "Taille"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Poids"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(5) "Poids"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Action"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(6) "Action"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["DelaiEnvoi"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(10) "DelaiEnvoi"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["RayonRecherche"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(14) "RayonRecherche"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["TypeActivite"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(12) "TypeActivite"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["NACE"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(4) "NACE"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
    ["Security"]=>
    array(5) {
      ["minOccurs"]=>
      string(1) "0"
      ["maxOccurs"]=>
      string(1) "1"
      ["name"]=>
      string(8) "Security"
      ["type"]=>
      string(39) "http://www.w3.org/2001/XMLSchema:string"
      ["form"]=>
      string(9) "qualified"
    }
  }
}
2025-05-06 00:19:47.934019 wsdl: in serializeType: uqType: WSI3_PointRelais_Recherche, ns: http://www.mondialrelay.fr/webservice/, phptype: struct, arrayType: 
2025-05-06 00:19:47.934023 wsdl: serializeComplexTypeAttributes for XML Schema type http://www.mondialrelay.fr/webservice/:WSI3_PointRelais_Recherche
2025-05-06 00:19:47.934026 wsdl: no attributes to serialize for XML Schema type http://www.mondialrelay.fr/webservice/:WSI3_PointRelais_Recherche
2025-05-06 00:19:47.934029 wsdl: in serializeComplexTypeElements for XML Schema type http://www.mondialrelay.fr/webservice/:WSI3_PointRelais_Recherche
2025-05-06 00:19:47.934032 wsdl: in serializeComplexTypeElements, serialize elements for XML Schema type http://www.mondialrelay.fr/webservice/:WSI3_PointRelais_Recherche
2025-05-06 00:19:47.934038 wsdl: in serializeType: name=Enseigne, type=http://www.w3.org/2001/XMLSchema:string, use=literal, encodingStyle=, unqualified=qualified
value=string(8) "BDTEST13"
2025-05-06 00:19:47.934041 wsdl: in serializeType: got a prefixed type: string, http://www.w3.org/2001/XMLSchema
2025-05-06 00:19:47.934044 wsdl: in serializeType: type namespace indicates XML Schema or SOAP Encoding type
2025-05-06 00:19:47.934050 wsdl: in getTypeDef: type=string, ns=http://www.w3.org/2001/XMLSchema
2025-05-06 00:19:47.934054 wsdl: in getTypeDef: do not have schema for namespace http://www.w3.org/2001/XMLSchema
2025-05-06 00:19:47.934058 wsdl: in serializeType: returning: <Enseigne>BDTEST13</Enseigne>
2025-05-06 00:19:47.934061 wsdl: in serializeType: name=Pays, type=http://www.w3.org/2001/XMLSchema:string, use=literal, encodingStyle=, unqualified=qualified
value=string(2) "FR"
2025-05-06 00:19:47.934065 wsdl: in serializeType: got a prefixed type: string, http://www.w3.org/2001/XMLSchema
2025-05-06 00:19:47.934067 wsdl: in serializeType: type namespace indicates XML Schema or SOAP Encoding type
2025-05-06 00:19:47.934070 wsdl: in getTypeDef: type=string, ns=http://www.w3.org/2001/XMLSchema
2025-05-06 00:19:47.934073 wsdl: in getTypeDef: do not have schema for namespace http://www.w3.org/2001/XMLSchema
2025-05-06 00:19:47.934075 wsdl: in serializeType: returning: <Pays>FR</Pays>
2025-05-06 00:19:47.934079 wsdl: no value provided for complexType element NumPointRelais and element is not nillable, so serialize nothing
2025-05-06 00:19:47.934082 wsdl: in serializeType: name=Ville, type=http://www.w3.org/2001/XMLSchema:string, use=literal, encodingStyle=, unqualified=qualified
value=string(4) "LYON"
2025-05-06 00:19:47.934085 wsdl: in serializeType: got a prefixed type: string, http://www.w3.org/2001/XMLSchema
2025-05-06 00:19:47.934088 wsdl: in serializeType: type namespace indicates XML Schema or SOAP Encoding type
2025-05-06 00:19:47.934090 wsdl: in getTypeDef: type=string, ns=http://www.w3.org/2001/XMLSchema
2025-05-06 00:19:47.934093 wsdl: in getTypeDef: do not have schema for namespace http://www.w3.org/2001/XMLSchema
2025-05-06 00:19:47.934095 wsdl: in serializeType: returning: <Ville>LYON</Ville>
2025-05-06 00:19:47.934098 wsdl: in serializeType: name=CP, type=http://www.w3.org/2001/XMLSchema:string, use=literal, encodingStyle=, unqualified=qualified
value=string(5) "69008"
2025-05-06 00:19:47.934101 wsdl: in serializeType: got a prefixed type: string, http://www.w3.org/2001/XMLSchema
2025-05-06 00:19:47.934104 wsdl: in serializeType: type namespace indicates XML Schema or SOAP Encoding type
2025-05-06 00:19:47.934107 wsdl: in getTypeDef: type=string, ns=http://www.w3.org/2001/XMLSchema
2025-05-06 00:19:47.934109 wsdl: in getTypeDef: do not have schema for namespace http://www.w3.org/2001/XMLSchema
2025-05-06 00:19:47.934111 wsdl: in serializeType: returning: <CP>69008</CP>
2025-05-06 00:19:47.934114 wsdl: in serializeType: name=Latitude, type=http://www.w3.org/2001/XMLSchema:string, use=literal, encodingStyle=, unqualified=qualified
value=string(0) ""
2025-05-06 00:19:47.934117 wsdl: in serializeType: got a prefixed type: string, http://www.w3.org/2001/XMLSchema
2025-05-06 00:19:47.934120 wsdl: in serializeType: type namespace indicates XML Schema or SOAP Encoding type
2025-05-06 00:19:47.934123 wsdl: in getTypeDef: type=string, ns=http://www.w3.org/2001/XMLSchema
2025-05-06 00:19:47.934125 wsdl: in getTypeDef: do not have schema for namespace http://www.w3.org/2001/XMLSchema
2025-05-06 00:19:47.934127 wsdl: in serializeType: returning: <Latitude></Latitude>
2025-05-06 00:19:47.934130 wsdl: in serializeType: name=Longitude, type=http://www.w3.org/2001/XMLSchema:string, use=literal, encodingStyle=, unqualified=qualified
value=string(0) ""
2025-05-06 00:19:47.934133 wsdl: in serializeType: got a prefixed type: string, http://www.w3.org/2001/XMLSchema
2025-05-06 00:19:47.934136 wsdl: in serializeType: type namespace indicates XML Schema or SOAP Encoding type
2025-05-06 00:19:47.934138 wsdl: in getTypeDef: type=string, ns=http://www.w3.org/2001/XMLSchema
2025-05-06 00:19:47.934141 wsdl: in getTypeDef: do not have schema for namespace http://www.w3.org/2001/XMLSchema
2025-05-06 00:19:47.934143 wsdl: in serializeType: returning: <Longitude></Longitude>
2025-05-06 00:19:47.934146 wsdl: in serializeType: name=Taille, type=http://www.w3.org/2001/XMLSchema:string, use=literal, encodingStyle=, unqualified=qualified
value=string(0) ""
2025-05-06 00:19:47.934149 wsdl: in serializeType: got a prefixed type: string, http://www.w3.org/2001/XMLSchema
2025-05-06 00:19:47.934151 wsdl: in serializeType: type namespace indicates XML Schema or SOAP Encoding type
2025-05-06 00:19:47.934153 wsdl: in getTypeDef: type=string, ns=http://www.w3.org/2001/XMLSchema
2025-05-06 00:19:47.934156 wsdl: in getTypeDef: do not have schema for namespace http://www.w3.org/2001/XMLSchema
2025-05-06 00:19:47.934158 wsdl: in serializeType: returning: <Taille></Taille>
2025-05-06 00:19:47.934161 wsdl: in serializeType: name=Poids, type=http://www.w3.org/2001/XMLSchema:string, use=literal, encodingStyle=, unqualified=qualified
value=string(5) "70000"
2025-05-06 00:19:47.934164 wsdl: in serializeType: got a prefixed type: string, http://www.w3.org/2001/XMLSchema
2025-05-06 00:19:47.934166 wsdl: in serializeType: type namespace indicates XML Schema or SOAP Encoding type
2025-05-06 00:19:47.934169 wsdl: in getTypeDef: type=string, ns=http://www.w3.org/2001/XMLSchema
2025-05-06 00:19:47.934171 wsdl: in getTypeDef: do not have schema for namespace http://www.w3.org/2001/XMLSchema
2025-05-06 00:19:47.934174 wsdl: in serializeType: returning: <Poids>70000</Poids>
2025-05-06 00:19:47.934176 wsdl: in serializeType: name=Action, type=http://www.w3.org/2001/XMLSchema:string, use=literal, encodingStyle=, unqualified=qualified
value=string(0) ""
2025-05-06 00:19:47.934179 wsdl: in serializeType: got a prefixed type: string, http://www.w3.org/2001/XMLSchema
2025-05-06 00:19:47.934182 wsdl: in serializeType: type namespace indicates XML Schema or SOAP Encoding type
2025-05-06 00:19:47.934184 wsdl: in getTypeDef: type=string, ns=http://www.w3.org/2001/XMLSchema
2025-05-06 00:19:47.934187 wsdl: in getTypeDef: do not have schema for namespace http://www.w3.org/2001/XMLSchema
2025-05-06 00:19:47.934189 wsdl: in serializeType: returning: <Action></Action>
2025-05-06 00:19:47.934192 wsdl: in serializeType: name=DelaiEnvoi, type=http://www.w3.org/2001/XMLSchema:string, use=literal, encodingStyle=, unqualified=qualified
value=string(1) "0"
2025-05-06 00:19:47.934195 wsdl: in serializeType: got a prefixed type: string, http://www.w3.org/2001/XMLSchema
2025-05-06 00:19:47.934197 wsdl: in serializeType: type namespace indicates XML Schema or SOAP Encoding type
2025-05-06 00:19:47.934200 wsdl: in getTypeDef: type=string, ns=http://www.w3.org/2001/XMLSchema
2025-05-06 00:19:47.934202 wsdl: in getTypeDef: do not have schema for namespace http://www.w3.org/2001/XMLSchema
2025-05-06 00:19:47.934205 wsdl: in serializeType: returning: <DelaiEnvoi>0</DelaiEnvoi>
2025-05-06 00:19:47.934207 wsdl: in serializeType: name=RayonRecherche, type=http://www.w3.org/2001/XMLSchema:string, use=literal, encodingStyle=, unqualified=qualified
value=string(2) "20"
2025-05-06 00:19:47.934210 wsdl: in serializeType: got a prefixed type: string, http://www.w3.org/2001/XMLSchema
2025-05-06 00:19:47.934213 wsdl: in serializeType: type namespace indicates XML Schema or SOAP Encoding type
2025-05-06 00:19:47.934216 wsdl: in getTypeDef: type=string, ns=http://www.w3.org/2001/XMLSchema
2025-05-06 00:19:47.934218 wsdl: in getTypeDef: do not have schema for namespace http://www.w3.org/2001/XMLSchema
2025-05-06 00:19:47.934220 wsdl: in serializeType: returning: <RayonRecherche>20</RayonRecherche>
2025-05-06 00:19:47.934223 wsdl: no value provided for complexType element TypeActivite and element is not nillable, so serialize nothing
2025-05-06 00:19:47.934226 wsdl: no value provided for complexType element NACE and element is not nillable, so serialize nothing
2025-05-06 00:19:47.934229 wsdl: in serializeType: name=Security, type=http://www.w3.org/2001/XMLSchema:string, use=literal, encodingStyle=, unqualified=qualified
value=string(32) "521E3A65D97511D4ABA5AA316D8F9E0E"
2025-05-06 00:19:47.934232 wsdl: in serializeType: got a prefixed type: string, http://www.w3.org/2001/XMLSchema
2025-05-06 00:19:47.934234 wsdl: in serializeType: type namespace indicates XML Schema or SOAP Encoding type
2025-05-06 00:19:47.934237 wsdl: in getTypeDef: type=string, ns=http://www.w3.org/2001/XMLSchema
2025-05-06 00:19:47.934240 wsdl: in getTypeDef: do not have schema for namespace http://www.w3.org/2001/XMLSchema
2025-05-06 00:19:47.934242 wsdl: in serializeType: returning: <Security>521E3A65D97511D4ABA5AA316D8F9E0E</Security>
2025-05-06 00:19:47.934245 wsdl: in serializeType: returning: <WSI3_PointRelais_Recherche xmlns="http://www.mondialrelay.fr/webservice/"><Enseigne>BDTEST13</Enseigne><Pays>FR</Pays><Ville>LYON</Ville><CP>69008</CP><Latitude></Latitude><Longitude></Longitude><Taille></Taille><Poids>70000</Poids><Action></Action><DelaiEnvoi>0</DelaiEnvoi><RayonRecherche>20</RayonRecherche><Security>521E3A65D97511D4ABA5AA316D8F9E0E</Security></WSI3_PointRelais_Recherche>
2025-05-06 00:19:47.934248 wsdl: serializeRPCParameters returning: <WSI3_PointRelais_Recherche xmlns="http://www.mondialrelay.fr/webservice/"><Enseigne>BDTEST13</Enseigne><Pays>FR</Pays><Ville>LYON</Ville><CP>69008</CP><Latitude></Latitude><Longitude></Longitude><Taille></Taille><Poids>70000</Poids><Action></Action><DelaiEnvoi>0</DelaiEnvoi><RayonRecherche>20</RayonRecherche><Security>521E3A65D97511D4ABA5AA316D8F9E0E</Security></WSI3_PointRelais_Recherche>
2025-05-06 00:19:47.934257 nusoap_client: In serializeEnvelope length=393 body (max 1000 characters)=<WSI3_PointRelais_Recherche xmlns="http://www.mondialrelay.fr/webservice/"><Enseigne>BDTEST13</Enseigne><Pays>FR</Pays><Ville>LYON</Ville><CP>69008</CP><Latitude></Latitude><Longitude></Longitude><Taille></Taille><Poids>70000</Poids><Action></Action><DelaiEnvoi>0</DelaiEnvoi><RayonRecherche>20</RayonRecherche><Security>521E3A65D97511D4ABA5AA316D8F9E0E</Security></WSI3_PointRelais_Recherche> style=document use=literal encodingStyle=
2025-05-06 00:19:47.934259 nusoap_client: headers:
bool(false)
2025-05-06 00:19:47.934262 nusoap_client: namespaces:
array(1) {
  ["ns1426"]=>
  string(28) "http://api.mondialrelay.com/"
}
2025-05-06 00:19:47.934269 nusoap_client: endpoint=http://api.mondialrelay.com/Web_Services.asmx, soapAction=http://www.mondialrelay.fr/webservice/WSI3_PointRelais_Recherche, namespace=http://api.mondialrelay.com/, style=document, use=literal, encodingStyle=
2025-05-06 00:19:47.934272 nusoap_client: SOAP message length=762 contents (max 1000 bytes)=<?xml version="1.0" encoding="utf-8"?><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:ns1426="http://api.mondialrelay.com/"><SOAP-ENV:Body><WSI3_PointRelais_Recherche xmlns="http://www.mondialrelay.fr/webservice/"><Enseigne>BDTEST13</Enseigne><Pays>FR</Pays><Ville>LYON</Ville><CP>69008</CP><Latitude></Latitude><Longitude></Longitude><Taille></Taille><Poids>70000</Poids><Action></Action><DelaiEnvoi>0</DelaiEnvoi><RayonRecherche>20</RayonRecherche><Security>521E3A65D97511D4ABA5AA316D8F9E0E</Security></WSI3_PointRelais_Recherche></SOAP-ENV:Body></SOAP-ENV:Envelope>
2025-05-06 00:19:47.934288 nusoap_client: transporting via HTTP
2025-05-06 00:19:47.934325 nusoap_client: sending message, length=762
2025-05-06 00:19:47.934294 soap_transport_http: ctor url=http://api.mondialrelay.com/Web_Services.asmx use_curl= curl_options:
array(0) {
}
2025-05-06 00:19:47.934300 soap_transport_http: parsed URL scheme = http
2025-05-06 00:19:47.934302 soap_transport_http: parsed URL host = api.mondialrelay.com
2025-05-06 00:19:47.934305 soap_transport_http: parsed URL path = /Web_Services.asmx
2025-05-06 00:19:47.934309 soap_transport_http: set header Host: api.mondialrelay.com
2025-05-06 00:19:47.934313 soap_transport_http: set header User-Agent: NuSOAP/0.9.5 (1.123)
2025-05-06 00:19:47.934318 soap_transport_http: set header Content-Type: text/xml; charset=utf-8
2025-05-06 00:19:47.934321 soap_transport_http: set header SOAPAction: "http://www.mondialrelay.fr/webservice/WSI3_PointRelais_Recherche"
2025-05-06 00:19:47.934333 soap_transport_http: entered send() with data of length: 762
2025-05-06 00:19:47.934338 soap_transport_http: connect connection_timeout 0, response_timeout 30, scheme http, host api.mondialrelay.com, port 80
2025-05-06 00:19:47.934342 soap_transport_http: calling fsockopen with host api.mondialrelay.com connection_timeout 0
2025-05-06 00:19:47.939745 soap_transport_http: set response timeout to 30
2025-05-06 00:19:47.939756 soap_transport_http: socket connected
2025-05-06 00:19:47.939763 soap_transport_http: set header Content-Length: 762
2025-05-06 00:19:47.939767 soap_transport_http: HTTP request: POST /Web_Services.asmx HTTP/1.0
2025-05-06 00:19:47.939771 soap_transport_http: HTTP header: Host: api.mondialrelay.com
2025-05-06 00:19:47.939773 soap_transport_http: HTTP header: User-Agent: NuSOAP/0.9.5 (1.123)
2025-05-06 00:19:47.939776 soap_transport_http: HTTP header: Content-Type: text/xml; charset=utf-8
2025-05-06 00:19:47.939779 soap_transport_http: HTTP header: SOAPAction: "http://www.mondialrelay.fr/webservice/WSI3_PointRelais_Recherche"
2025-05-06 00:19:47.939782 soap_transport_http: HTTP header: Content-Length: 762
2025-05-06 00:19:47.939802 soap_transport_http: wrote data to socket, length = 1000
2025-05-06 00:19:47.954076 soap_transport_http: read line of 32 bytes: HTTP/1.1 301 Moved Permanently
2025-05-06 00:19:47.954096 soap_transport_http: read line of 37 bytes: Date: Mon, 05 May 2025 22:19:47 GMT
2025-05-06 00:19:47.954101 soap_transport_http: read line of 25 bytes: Content-Type: text/html
2025-05-06 00:19:47.954105 soap_transport_http: read line of 21 bytes: Content-Length: 167
2025-05-06 00:19:47.954109 soap_transport_http: read line of 19 bytes: Connection: close
2025-05-06 00:19:47.954112 soap_transport_http: read line of 29 bytes: Cache-Control: max-age=3600
2025-05-06 00:19:47.954116 soap_transport_http: read line of 40 bytes: Expires: Mon, 05 May 2025 23:19:47 GMT
2025-05-06 00:19:47.954119 soap_transport_http: read line of 58 bytes: Location: https://api.mondialrelay.com/Web_Services.asmx
2025-05-06 00:19:47.954122 soap_transport_http: read line of 20 bytes: Server: cloudflare
2025-05-06 00:19:47.954126 soap_transport_http: read line of 30 bytes: CF-RAY: 93b39f18ab330226-CDG
2025-05-06 00:19:47.954130 soap_transport_http: read line of 30 bytes: alt-svc: h3=":443"; ma=86400
2025-05-06 00:19:47.954133 soap_transport_http: read line of 2 bytes: 
2025-05-06 00:19:47.954139 soap_transport_http: found end of headers after length 343
2025-05-06 00:19:47.954152 soap_transport_http: want to read content of length 167
2025-05-06 00:19:47.954158 soap_transport_http: read buffer of 167 bytes
2025-05-06 00:19:47.954164 soap_transport_http: read body of length 167
2025-05-06 00:19:47.954166 soap_transport_http: received a total of 510 bytes of data from server
2025-05-06 00:19:47.954193 soap_transport_http: closed socket
2025-05-06 00:19:47.954199 soap_transport_http: Got 301 Moved Permanently with Location: https://api.mondialrelay.com/Web_Services.asmx
2025-05-06 00:19:47.954205 soap_transport_http: parsed URL scheme = https
2025-05-06 00:19:47.954208 soap_transport_http: parsed URL host = api.mondialrelay.com
2025-05-06 00:19:47.954211 soap_transport_http: parsed URL path = /Web_Services.asmx
2025-05-06 00:19:47.954215 soap_transport_http: set header Host: api.mondialrelay.com
2025-05-06 00:19:47.954221 soap_transport_http: connect connection_timeout 0, response_timeout 30, scheme https, host api.mondialrelay.com, port 443
2025-05-06 00:19:47.954227 soap_transport_http: connect using cURL
2025-05-06 00:19:47.954249 soap_transport_http: setCurlOption option=10002, value=
string(50) "https://api.mondialrelay.com:443/Web_Services.asmx"
2025-05-06 00:19:47.954260 soap_transport_http: setCurlOption option=52, value=
int(1)
2025-05-06 00:19:47.954264 soap_transport_http: setCurlOption option=42, value=
int(1)
2025-05-06 00:19:47.954267 soap_transport_http: setCurlOption option=19913, value=
int(1)
2025-05-06 00:19:47.954271 soap_transport_http: setCurlOption option=13, value=
int(30)
2025-05-06 00:19:47.954274 soap_transport_http: set cURL SSL verify options
2025-05-06 00:19:47.954276 soap_transport_http: setCurlOption option=64, value=
int(0)
2025-05-06 00:19:47.954279 soap_transport_http: setCurlOption option=81, value=
int(0)
2025-05-06 00:19:47.954283 soap_transport_http: cURL connection set up
2025-05-06 00:19:47.954288 soap_transport_http: set header Content-Length: 762
2025-05-06 00:19:47.954291 soap_transport_http: HTTP request: POST /Web_Services.asmx HTTP/1.0
2025-05-06 00:19:47.954294 soap_transport_http: HTTP header: Host: api.mondialrelay.com
2025-05-06 00:19:47.954297 soap_transport_http: HTTP header: User-Agent: NuSOAP/0.9.5 (1.123)
2025-05-06 00:19:47.954299 soap_transport_http: HTTP header: Content-Type: text/xml; charset=utf-8
2025-05-06 00:19:47.954302 soap_transport_http: HTTP header: SOAPAction: "http://www.mondialrelay.fr/webservice/WSI3_PointRelais_Recherche"
2025-05-06 00:19:47.954305 soap_transport_http: HTTP header: Content-Length: 762
2025-05-06 00:19:47.954309 soap_transport_http: Skip cURL header Host: api.mondialrelay.com
2025-05-06 00:19:47.954313 soap_transport_http: Skip cURL header Content-Length: 762
2025-05-06 00:19:47.954315 soap_transport_http: setCurlOption option=10023, value=
array(3) {
  [0]=>
  string(32) "User-Agent: NuSOAP/0.9.5 (1.123)"
  [1]=>
  string(37) "Content-Type: text/xml; charset=utf-8"
  [2]=>
  string(78) "SOAPAction: "http://www.mondialrelay.fr/webservice/WSI3_PointRelais_Recherche""
}
2025-05-06 00:19:47.954322 soap_transport_http: set cURL HTTP headers
2025-05-06 00:19:47.954326 soap_transport_http: setCurlOption option=47, value=
int(1)
2025-05-06 00:19:47.954329 soap_transport_http: setCurlOption option=10015, value=
string(762) "<?xml version="1.0" encoding="utf-8"?><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:ns1426="http://api.mondialrelay.com/"><SOAP-ENV:Body><WSI3_PointRelais_Recherche xmlns="http://www.mondialrelay.fr/webservice/"><Enseigne>BDTEST13</Enseigne><Pays>FR</Pays><Ville>LYON</Ville><CP>69008</CP><Latitude></Latitude><Longitude></Longitude><Taille></Taille><Poids>70000</Poids><Action></Action><DelaiEnvoi>0</DelaiEnvoi><RayonRecherche>20</RayonRecherche><Security>521E3A65D97511D4ABA5AA316D8F9E0E</Security></WSI3_PointRelais_Recherche></SOAP-ENV:Body></SOAP-ENV:Envelope>"
2025-05-06 00:19:47.954334 soap_transport_http: set cURL POST data
2025-05-06 00:19:47.954337 soap_transport_http: set cURL payload
2025-05-06 00:19:47.954340 soap_transport_http: send and receive with cURL
2025-05-06 00:19:48.029164 soap_transport_http: No cURL error, closing cURL
2025-05-06 00:19:48.029309 soap_transport_http: found proper separation of headers and document
2025-05-06 00:19:48.029315 soap_transport_http: cleaned data, stringlen: 450
2025-05-06 00:19:48.029337 soap_transport_http: found cookie: dtCookie = v_4_srv_2_sn_8CE4DF7636BA6C8A8FC0D10E063CADF0_perc_100000_ol_0_mul_1_app-3A3e929e8638874d3a_0
2025-05-06 00:19:48.029347 soap_transport_http: found cookie: __cf_bm = vZ2AN4ofxoYUOmogxnS2PlMuyxAw8kKillQ1kJ1olLg-1746483588-1.0.1.1-J8tRui1XM0vtxApLOntacjjSAJx1WJtXYDzWzsDsDOzWIPx8_ZGte1XRoxHnqH6Dq4eLMTAkSfQkHWJvHOhw9dhwLvxWWTRQ0D0Q4O7kYBA
2025-05-06 00:19:48.029356 soap_transport_http: No Content-Encoding header
2025-05-06 00:19:48.029360 soap_transport_http: end of send()
2025-05-06 00:19:48.029371 nusoap_client: Setting new cookie(s)
2025-05-06 00:19:48.029377 nusoap_client: got response, length=450 type=text/xml; charset=utf-8
2025-05-06 00:19:48.029381 nusoap_client: Entering parseResponse() for data of length 450 headers:
array(15) {
  ["date"]=>
  string(29) "Mon, 05 May 2025 22:19:48 GMT"
  ["content-type"]=>
  string(23) "text/xml; charset=utf-8"
  ["content-length"]=>
  string(3) "450"
  ["connection"]=>
  string(10) "keep-alive"
  ["cache-control"]=>
  string(18) "private, max-age=0"
  ["expires"]=>
  string(29) "Mon, 05 May 2025 23:19:47 GMT"
  ["location"]=>
  string(46) "https://api.mondialrelay.com/Web_Services.asmx"
  ["server"]=>
  string(10) "cloudflare"
  ["cf-ray"]=>
  string(20) "93b39f18e81b9e54-CDG"
  ["alt-svc"]=>
  string(19) "h3=":443"; ma=86400"
  ["x-aspnet-version"]=>
  string(9) "4.0.30319"
  ["x-powered-by"]=>
  string(7) "ASP.NET"
  ["server-timing"]=>
  string(16) "dtSInfo;desc="1""
  ["set-cookie"]=>
  string(282) "__cf_bm=vZ2AN4ofxoYUOmogxnS2PlMuyxAw8kKillQ1kJ1olLg-1746483588-1.0.1.1-J8tRui1XM0vtxApLOntacjjSAJx1WJtXYDzWzsDsDOzWIPx8_ZGte1XRoxHnqH6Dq4eLMTAkSfQkHWJvHOhw9dhwLvxWWTRQ0D0Q4O7kYBA; path=/; expires=Mon, 05-May-25 22:49:48 GMT; domain=.mondialrelay.com; HttpOnly; Secure; SameSite=None"
  ["cf-cache-status"]=>
  string(7) "DYNAMIC"
}
2025-05-06 00:19:48.029399 nusoap_client: Got response encoding: utf-8
2025-05-06 00:19:48.029435 nusoap_client: Use encoding: UTF-8 when creating nusoap_parser
2025-05-06 00:19:48.029471 nusoap_parser: Charset from HTTP Content-Type matches encoding from XML declaration
2025-05-06 00:19:48.029475 nusoap_parser: Entering nusoap_parser(), length=450, encoding=UTF-8
2025-05-06 00:19:48.029544 nusoap_parser: found root struct WSI3_PointRelais_RechercheResponse, pos 2
2025-05-06 00:19:48.029568 nusoap_parser: in buildVal() for WSI3_PointRelais_RechercheResult(pos 3) of type 
2025-05-06 00:19:48.029572 nusoap_parser: in buildVal, there are children
2025-05-06 00:19:48.029577 nusoap_parser: in buildVal, adding Java Vector or generic compound type WSI3_PointRelais_RechercheResult
2025-05-06 00:19:48.029583 nusoap_parser: in buildVal, return:
array(1) {
  ["STAT"]=>
  &string(2) "97"
}
2025-05-06 00:19:48.029590 nusoap_parser: in buildVal() for WSI3_PointRelais_RechercheResponse(pos 2) of type struct
2025-05-06 00:19:48.029593 nusoap_parser: in buildVal, there are children
2025-05-06 00:19:48.029596 nusoap_parser: in buildVal, adding Java Vector or generic compound type WSI3_PointRelais_RechercheResponse
2025-05-06 00:19:48.029600 nusoap_parser: in buildVal, return:
array(1) {
  ["WSI3_PointRelais_RechercheResult"]=>
  &array(1) {
    ["STAT"]=>
    &string(2) "97"
  }
}
2025-05-06 00:19:48.029609 nusoap_parser: in nusoap_parser ctor, message:
array(5) {
  [0]=>
  array(9) {
    ["pos"]=>
    int(0)
    ["children"]=>
    string(2) "|1"
    ["cdata"]=>
    string(0) ""
    ["depth"]=>
    int(0)
    ["parent"]=>
    string(0) ""
    ["status"]=>
    string(8) "envelope"
    ["name"]=>
    string(8) "Envelope"
    ["attrs"]=>
    array(3) {
      ["xmlns:soap"]=>
      string(41) "http://schemas.xmlsoap.org/soap/envelope/"
      ["xmlns:xsi"]=>
      string(41) "http://www.w3.org/2001/XMLSchema-instance"
      ["xmlns:xsd"]=>
      string(32) "http://www.w3.org/2001/XMLSchema"
    }
    ["namespace"]=>
    string(41) "http://schemas.xmlsoap.org/soap/envelope/"
  }
  [1]=>
  array(9) {
    ["pos"]=>
    int(1)
    ["children"]=>
    string(2) "|2"
    ["cdata"]=>
    string(0) ""
    ["depth"]=>
    int(1)
    ["parent"]=>
    int(0)
    ["status"]=>
    string(4) "body"
    ["name"]=>
    string(4) "Body"
    ["attrs"]=>
    array(0) {
    }
    ["namespace"]=>
    string(41) "http://schemas.xmlsoap.org/soap/envelope/"
  }
  [2]=>
  array(11) {
    ["pos"]=>
    int(2)
    ["children"]=>
    string(2) "|3"
    ["cdata"]=>
    string(0) ""
    ["depth"]=>
    int(2)
    ["parent"]=>
    int(1)
    ["type"]=>
    string(6) "struct"
    ["status"]=>
    string(6) "method"
    ["name"]=>
    string(34) "WSI3_PointRelais_RechercheResponse"
    ["attrs"]=>
    array(1) {
      ["xmlns"]=>
      string(38) "http://www.mondialrelay.fr/webservice/"
    }
    ["namespace"]=>
    string(38) "http://www.mondialrelay.fr/webservice/"
    ["result"]=>
    array(1) {
      ["WSI3_PointRelais_RechercheResult"]=>
      &array(1) {
        ["STAT"]=>
        &string(2) "97"
      }
    }
  }
  [3]=>
  array(11) {
    ["pos"]=>
    int(3)
    ["children"]=>
    string(2) "|4"
    ["cdata"]=>
    string(0) ""
    ["depth"]=>
    int(3)
    ["parent"]=>
    int(2)
    ["status"]=>
    string(6) "method"
    ["name"]=>
    string(32) "WSI3_PointRelais_RechercheResult"
    ["attrs"]=>
    array(0) {
    }
    ["namespace"]=>
    string(38) "http://www.mondialrelay.fr/webservice/"
    ["type"]=>
    string(0) ""
    ["result"]=>
    &array(1) {
      ["STAT"]=>
      &string(2) "97"
    }
  }
  [4]=>
  array(10) {
    ["pos"]=>
    int(4)
    ["children"]=>
    string(0) ""
    ["cdata"]=>
    string(2) "97"
    ["depth"]=>
    int(4)
    ["parent"]=>
    int(3)
    ["status"]=>
    string(6) "method"
    ["name"]=>
    string(4) "STAT"
    ["attrs"]=>
    array(0) {
    }
    ["namespace"]=>
    string(38) "http://www.mondialrelay.fr/webservice/"
    ["result"]=>
    &string(2) "97"
  }
}
2025-05-06 00:19:48.029633 nusoap_parser: parsed successfully, found root struct: 2 of name WSI3_PointRelais_RechercheResponse
2025-05-06 00:19:48.029647 nusoap_client: sent message successfully and got a(n) array
return=array(1) {
  ["WSI3_PointRelais_RechercheResult"]=>
  &array(1) {
    ["STAT"]=>
    &string(2) "97"
  }
}