Skip to content

Instantly share code, notes, and snippets.

@ekandreas
Created April 23, 2015 10:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ekandreas/9105d5f157220315bcd8 to your computer and use it in GitHub Desktop.
Save ekandreas/9105d5f157220315bcd8 to your computer and use it in GitHub Desktop.
Error log Epostservice API via PHP
This file has been truncated, but you can view the full file.
Request
POST /aspnet/api3/api.asmx HTTP/1.0
Host: www.epostservice.se
User-Agent: NuSOAP/0.9.5 (1.123)
Content-Type: text/xml; charset=ISO-8859-1
SOAPAction: "http://epostservice.se/aspnet/api3/DocumentCreate"
Content-Length: 1182
<?xml version="1.0" encoding="ISO-8859-1"?><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns3686="http://epostservice.se/aspnet/api3/DocumentCreate"><SOAP-ENV:Body><DocumentCreate xmlns="http://epostservice.se/aspnet/api3"><apiKey>FE0AA375-5BA9-4D96-AF95-BEA89EA79846</apiKey><document><subject>Test via API</subject><name>TEST via API</name><senderAddress><userID>67018485</userID><email>andreas.ek@skolporten.com</email><name>Andreas Ek</name><created>2015-04-23T10:20:56+00:00</created><fields></fields><state>Active</state></senderAddress><state>Draft</state><schedule>1970-01-01T00:00:00.0000000+01:00</schedule><created>2015-04-23T10:20:56+00:00</created><changed>2015-04-23T10:20:56+00:00</changed><issurvey>false</issurvey><isweb>false</isweb><isemail>true</isemail><changedbyid>0</changedbyid><templateId>13861</templateId><stylesheetId>0</stylesheetId><headerId>0</headerId><footerId>0</footerId><fields></fields></document></DocumentCreate></SOAP-ENV:Body></SOAP-ENV:Envelope>
Response
HTTP/1.1 500 Internal Server Error
Cache-Control: private
Content-Type: text/xml; charset=utf-8
Server: Microsoft-IIS/8.0
X-AspNet-Version: 4.0.30319
X-Powered-By: ASP.NET
Date: Thu, 23 Apr 2015 10:21:20 GMT
Connection: close
Content-Length: 528
<?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><soap:Fault><faultcode>soap:Server</faultcode><faultstring>Server was unable to process request. ---&gt; Error executing operation.
If error persists contact Epostservice Support, support.multinet.se / support@epostservice.se / +46-8-528 022 00.</faultstring><detail /></soap:Fault></soap:Body></soap:Envelope>
Debug
2015-04-23 10:20:56.004960 nusoap_client: ctor wsdl=1 timeout=0 response_timeout=30
endpoint=<pre class='xdebug-var-dump' dir='ltr'><small>string</small> <font color='#cc0000'>'http://www.epostservice.se/aspnet/api3/api.asmx?WSDL'</font> <i>(length=52)</i>
</pre>2015-04-23 10:20:56.005063 nusoap_client: will use lazy evaluation of wsdl from http://www.epostservice.se/aspnet/api3/api.asmx?WSDL
2015-04-23 10:20:56.683013 nusoap_client: call: operation=DocumentCreate, namespace=http://epostservice.se/aspnet/api3/DocumentCreate, soapAction=http://epostservice.se/aspnet/api3/DocumentCreate, rpcParams=, style=rpc, use=encoded, endpointType=wsdl
params=<pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=2)</i>
'apiKey' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'FE0AA375-5BA9-4D96-AF95-BEA89EA79846'</font> <i>(length=36)</i>
'document' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=16)</i>
'subject' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'Test via API'</font> <i>(length=12)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'TEST via API'</font> <i>(length=12)</i>
'state' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'Draft'</font> <i>(length=5)</i>
'schedule' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1970-01-01T00:00:00.0000000+01:00'</font> <i>(length=33)</i>
'created' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'2015-04-23T10:20:56+00:00'</font> <i>(length=25)</i>
'changed' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'2015-04-23T10:20:56+00:00'</font> <i>(length=25)</i>
'issurvey' <font color='#888a85'>=&gt;</font> <small>int</small> <font color='#4e9a06'>0</font>
'isweb' <font color='#888a85'>=&gt;</font> <small>int</small> <font color='#4e9a06'>0</font>
'isemail' <font color='#888a85'>=&gt;</font> <small>boolean</small> <font color='#75507b'>true</font>
'changedbyid' <font color='#888a85'>=&gt;</font> <small>int</small> <font color='#4e9a06'>0</font>
'templateId' <font color='#888a85'>=&gt;</font> <small>int</small> <font color='#4e9a06'>13861</font>
'stylesheetId' <font color='#888a85'>=&gt;</font> <small>int</small> <font color='#4e9a06'>0</font>
'headerId' <font color='#888a85'>=&gt;</font> <small>int</small> <font color='#4e9a06'>0</font>
'footerId' <font color='#888a85'>=&gt;</font> <small>int</small> <font color='#4e9a06'>0</font>
'senderAddress' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=6)</i>
'userID' <font color='#888a85'>=&gt;</font> <small>int</small> <font color='#4e9a06'>67018485</font>
'email' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'andreas.ek@skolporten.com'</font> <i>(length=25)</i>
'created' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'2015-04-23T10:20:56+00:00'</font> <i>(length=25)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'Andreas Ek'</font> <i>(length=10)</i>
'state' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'Active'</font> <i>(length=6)</i>
'fields' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=0)</i>
...
'fields' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=0)</i>
<i><font color='#888a85'>empty</font></i>
</pre>headers=<pre class='xdebug-var-dump' dir='ltr'><small>boolean</small> <font color='#75507b'>false</font>
</pre>2015-04-23 10:20:56.683123 nusoap_client: instantiating wsdl class with doc: http://www.epostservice.se/aspnet/api3/api.asmx?WSDL
2015-04-23 10:20:56.683167 wsdl: ctor wsdl= timeout=0 response_timeout=30
2015-04-23 10:20:56.683197 wsdl: parse and process WSDL path=
2015-04-23 10:20:56.683233 wsdl: setCredentials username= authtype= certRequest=
<pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=0)</i>
<i><font color='#888a85'>empty</font></i>
</pre>2015-04-23 10:20:56.683306 wsdl: parse and process WSDL path=http://www.epostservice.se/aspnet/api3/api.asmx?WSDL
2015-04-23 10:20:56.683361 wsdl: parse WSDL at path=http://www.epostservice.se/aspnet/api3/api.asmx?WSDL
2015-04-23 10:20:56.683388 wsdl: getting WSDL http(s) URL http://www.epostservice.se/aspnet/api3/api.asmx?WSDL
2015-04-23 10:20:56.683427 soap_transport_http: ctor url=http://www.epostservice.se/aspnet/api3/api.asmx?WSDL use_curl= curl_options:
<pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=0)</i>
<i><font color='#888a85'>empty</font></i>
</pre>2015-04-23 10:20:56.683476 soap_transport_http: parsed URL scheme = http
2015-04-23 10:20:56.683498 soap_transport_http: parsed URL host = www.epostservice.se
2015-04-23 10:20:56.683520 soap_transport_http: parsed URL path = /aspnet/api3/api.asmx
2015-04-23 10:20:56.683541 soap_transport_http: parsed URL query = WSDL
2015-04-23 10:20:56.683571 soap_transport_http: set header Host: www.epostservice.se
2015-04-23 10:20:56.683612 soap_transport_http: set header User-Agent: NuSOAP/0.9.5 (1.123)
2015-04-23 10:20:56.683646 soap_transport_http: set header Accept-Encoding: gzip, deflate
2015-04-23 10:20:56.683670 soap_transport_http: set header Connection: close
2015-04-23 10:20:56.683698 soap_transport_http: entered send() with data of length: 0
2015-04-23 10:20:56.683727 soap_transport_http: connect connection_timeout 0, response_timeout 30, scheme http, host www.epostservice.se, port 80
2015-04-23 10:20:56.683762 soap_transport_http: calling fsockopen with host www.epostservice.se connection_timeout 0
2015-04-23 10:20:56.717988 soap_transport_http: set response timeout to 30
2015-04-23 10:20:56.718072 soap_transport_http: socket connected
2015-04-23 10:20:56.718126 soap_transport_http: HTTP request: GET /aspnet/api3/api.asmx?WSDL HTTP/1.1
2015-04-23 10:20:56.718162 soap_transport_http: HTTP header: Host: www.epostservice.se
2015-04-23 10:20:56.718184 soap_transport_http: HTTP header: User-Agent: NuSOAP/0.9.5 (1.123)
2015-04-23 10:20:56.718206 soap_transport_http: HTTP header: Accept-Encoding: gzip, deflate
2015-04-23 10:20:56.718227 soap_transport_http: HTTP header: Connection: close
2015-04-23 10:20:56.718346 soap_transport_http: wrote data to socket, length = 155
2015-04-23 10:20:56.740009 soap_transport_http: read line of 17 bytes: HTTP/1.1 200 OK
2015-04-23 10:20:56.740071 soap_transport_http: read line of 35 bytes: Cache-Control: private, max-age=0
2015-04-23 10:20:56.740118 soap_transport_http: read line of 39 bytes: Content-Type: text/xml; charset=utf-8
2015-04-23 10:20:56.740151 soap_transport_http: read line of 27 bytes: Server: Microsoft-IIS/8.0
2015-04-23 10:20:56.740184 soap_transport_http: read line of 29 bytes: X-AspNet-Version: 4.0.30319
2015-04-23 10:20:56.740217 soap_transport_http: read line of 23 bytes: X-Powered-By: ASP.NET
2015-04-23 10:20:56.740272 soap_transport_http: read line of 37 bytes: Date: Thu, 23 Apr 2015 10:21:19 GMT
2015-04-23 10:20:56.740308 soap_transport_http: read line of 19 bytes: Connection: close
2015-04-23 10:20:56.740388 soap_transport_http: read line of 24 bytes: Content-Length: 209893
2015-04-23 10:20:56.740436 soap_transport_http: read line of 2 bytes:
2015-04-23 10:20:56.740569 soap_transport_http: found end of headers after length 252
2015-04-23 10:20:56.740902 soap_transport_http: want to read content of length 209893
2015-04-23 10:20:56.740958 soap_transport_http: read buffer of 5220 bytes
2015-04-23 10:20:56.746359 soap_transport_http: read buffer of 2736 bytes
2015-04-23 10:20:56.746646 soap_transport_http: read buffer of 2736 bytes
2015-04-23 10:20:56.747319 soap_transport_http: read buffer of 2736 bytes
2015-04-23 10:20:56.748261 soap_transport_http: read buffer of 2736 bytes
2015-04-23 10:20:56.752473 soap_transport_http: read buffer of 2736 bytes
2015-04-23 10:20:56.752919 soap_transport_http: read buffer of 2840 bytes
2015-04-23 10:20:56.752992 soap_transport_http: read buffer of 5368 bytes
2015-04-23 10:20:56.753807 soap_transport_http: read buffer of 2736 bytes
2015-04-23 10:20:56.753963 soap_transport_http: read buffer of 5472 bytes
2015-04-23 10:20:56.755062 soap_transport_http: read buffer of 2736 bytes
2015-04-23 10:20:56.759135 soap_transport_http: read buffer of 2736 bytes
2015-04-23 10:20:56.759559 soap_transport_http: read buffer of 2736 bytes
2015-04-23 10:20:56.760599 soap_transport_http: read buffer of 2736 bytes
2015-04-23 10:20:56.760742 soap_transport_http: read buffer of 6840 bytes
2015-04-23 10:20:56.761249 soap_transport_http: read buffer of 2840 bytes
2015-04-23 10:20:56.761379 soap_transport_http: read buffer of 4000 bytes
2015-04-23 10:20:56.762466 soap_transport_http: read buffer of 2736 bytes
2015-04-23 10:20:56.762776 soap_transport_http: read buffer of 8192 bytes
2015-04-23 10:20:56.762833 soap_transport_http: read buffer of 4120 bytes
2015-04-23 10:20:56.763843 soap_transport_http: read buffer of 2736 bytes
2015-04-23 10:20:56.764136 soap_transport_http: read buffer of 1368 bytes
2015-04-23 10:20:56.765006 soap_transport_http: read buffer of 1368 bytes
2015-04-23 10:20:56.765500 soap_transport_http: read buffer of 6840 bytes
2015-04-23 10:20:56.766570 soap_transport_http: read buffer of 2736 bytes
2015-04-23 10:20:56.766986 soap_transport_http: read buffer of 8192 bytes
2015-04-23 10:20:56.767039 soap_transport_http: read buffer of 16 bytes
2015-04-23 10:20:56.767952 soap_transport_http: read buffer of 2736 bytes
2015-04-23 10:20:56.768967 soap_transport_http: read buffer of 8192 bytes
2015-04-23 10:20:56.769018 soap_transport_http: read buffer of 5488 bytes
2015-04-23 10:20:56.769500 soap_transport_http: read buffer of 2840 bytes
2015-04-23 10:20:56.769662 soap_transport_http: read buffer of 8104 bytes
2015-04-23 10:20:56.770222 soap_transport_http: read buffer of 2736 bytes
2015-04-23 10:20:56.770677 soap_transport_http: read buffer of 4260 bytes
2015-04-23 10:20:56.770791 soap_transport_http: read buffer of 3744 bytes
2015-04-23 10:20:56.770954 soap_transport_http: read buffer of 4156 bytes
2015-04-23 10:20:56.771008 soap_transport_http: read buffer of 1264 bytes
2015-04-23 10:20:56.771884 soap_transport_http: read buffer of 2736 bytes
2015-04-23 10:20:56.772578 soap_transport_http: read buffer of 2840 bytes
2015-04-23 10:20:56.772709 soap_transport_http: read buffer of 2840 bytes
2015-04-23 10:20:56.772858 soap_transport_http: read buffer of 4260 bytes
2015-04-23 10:20:56.773025 soap_transport_http: read buffer of 2372 bytes
2015-04-23 10:20:56.773115 soap_transport_http: read buffer of 2736 bytes
2015-04-23 10:20:56.774093 soap_transport_http: read buffer of 2736 bytes
2015-04-23 10:20:56.774343 soap_transport_http: read buffer of 2736 bytes
2015-04-23 10:20:56.775884 soap_transport_http: read buffer of 2736 bytes
2015-04-23 10:20:56.776423 soap_transport_http: read buffer of 4260 bytes
2015-04-23 10:20:56.776607 soap_transport_http: read buffer of 4260 bytes
2015-04-23 10:20:56.776711 soap_transport_http: read buffer of 5160 bytes
2015-04-23 10:20:56.777363 soap_transport_http: read buffer of 2736 bytes
2015-04-23 10:20:56.777736 soap_transport_http: read buffer of 2736 bytes
2015-04-23 10:20:56.777826 soap_transport_http: read buffer of 4104 bytes
2015-04-23 10:20:56.778336 soap_transport_http: read buffer of 2736 bytes
2015-04-23 10:20:56.779106 soap_transport_http: read buffer of 2736 bytes
2015-04-23 10:20:56.779243 soap_transport_http: read buffer of 8192 bytes
2015-04-23 10:20:56.779290 soap_transport_http: read buffer of 16 bytes
2015-04-23 10:20:56.780148 soap_transport_http: read buffer of 2736 bytes
2015-04-23 10:20:56.780353 soap_transport_http: read buffer of 2465 bytes
2015-04-23 10:20:56.780424 soap_transport_http: read to EOF
2015-04-23 10:20:56.780454 soap_transport_http: read body of length 209893
2015-04-23 10:20:56.780620 soap_transport_http: received a total of 210145 bytes of data from server
2015-04-23 10:20:56.780725 soap_transport_http: closed socket
2015-04-23 10:20:56.780791 soap_transport_http: No Content-Encoding header
2015-04-23 10:20:56.780826 soap_transport_http: end of send()
2015-04-23 10:20:56.780872 wsdl: got WSDL URL
2015-04-23 10:20:56.780897 wsdl: Parse WSDL
2015-04-23 10:20:56.781925 wsdl: Parsing WSDL schema
2015-04-23 10:20:56.781976 nusoap_xmlschema: nusoap_xmlschema class instantiated, inside constructor
2015-04-23 10:20:56.782154 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element HelloWorld type _HelloWorld_ContainedType
2015-04-23 10:20:56.782183 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element HelloWorld to elements array
2015-04-23 10:20:56.782260 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element HelloWorld named _HelloWorld_ContainedType
2015-04-23 10:20:56.782322 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _HelloWorld_ContainedType
2015-04-23 10:20:56.782382 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=3)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
</pre>
2015-04-23 10:20:56.782442 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element HelloWorld
2015-04-23 10:20:56.782517 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element HelloWorldResponse type _HelloWorldResponse_ContainedType
2015-04-23 10:20:56.782544 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element HelloWorldResponse to elements array
2015-04-23 10:20:56.782617 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element HelloWorldResponse named _HelloWorldResponse_ContainedType
2015-04-23 10:20:56.782765 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element HelloWorldResult of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.782798 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element HelloWorldResult to complexType _HelloWorldResponse_ContainedType
2015-04-23 10:20:56.783050 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element HelloWorldResult
2015-04-23 10:20:56.783185 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _HelloWorldResponse_ContainedType
2015-04-23 10:20:56.783252 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=1)</i>
'HelloWorldResult' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'HelloWorldResult'</font> <i>(length=16)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.783310 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element HelloWorldResponse
2015-04-23 10:20:56.783439 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element Version type _Version_ContainedType
2015-04-23 10:20:56.783470 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element Version to elements array
2015-04-23 10:20:56.783579 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element Version named _Version_ContainedType
2015-04-23 10:20:56.783641 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _Version_ContainedType
2015-04-23 10:20:56.783691 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=3)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
</pre>
2015-04-23 10:20:56.783747 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element Version
2015-04-23 10:20:56.783820 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element VersionResponse type _VersionResponse_ContainedType
2015-04-23 10:20:56.783846 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element VersionResponse to elements array
2015-04-23 10:20:56.783918 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element VersionResponse named _VersionResponse_ContainedType
2015-04-23 10:20:56.784067 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element VersionResult of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.784100 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element VersionResult to complexType _VersionResponse_ContainedType
2015-04-23 10:20:56.784155 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element VersionResult
2015-04-23 10:20:56.784235 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _VersionResponse_ContainedType
2015-04-23 10:20:56.784295 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=1)</i>
'VersionResult' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'VersionResult'</font> <i>(length=13)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.784349 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element VersionResponse
2015-04-23 10:20:56.784421 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element Methodname type _Methodname_ContainedType
2015-04-23 10:20:56.784447 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element Methodname to elements array
2015-04-23 10:20:56.784578 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element Methodname named _Methodname_ContainedType
2015-04-23 10:20:56.784739 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element message of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.784773 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element message to complexType _Methodname_ContainedType
2015-04-23 10:20:56.784830 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element message
2015-04-23 10:20:56.784908 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _Methodname_ContainedType
2015-04-23 10:20:56.784967 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=1)</i>
'message' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'message'</font> <i>(length=7)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.785027 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element Methodname
2015-04-23 10:20:56.785100 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element MethodnameResponse type _MethodnameResponse_ContainedType
2015-04-23 10:20:56.785127 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element MethodnameResponse to elements array
2015-04-23 10:20:56.785198 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element MethodnameResponse named _MethodnameResponse_ContainedType
2015-04-23 10:20:56.785346 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element MethodnameResult of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.785379 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element MethodnameResult to complexType _MethodnameResponse_ContainedType
2015-04-23 10:20:56.785435 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element MethodnameResult
2015-04-23 10:20:56.785614 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _MethodnameResponse_ContainedType
2015-04-23 10:20:56.785673 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=1)</i>
'MethodnameResult' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'MethodnameResult'</font> <i>(length=16)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.785730 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element MethodnameResponse
2015-04-23 10:20:56.785804 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element ApiKeyList type _ApiKeyList_ContainedType
2015-04-23 10:20:56.785831 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element ApiKeyList to elements array
2015-04-23 10:20:56.785903 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element ApiKeyList named _ApiKeyList_ContainedType
2015-04-23 10:20:56.786054 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element username of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.786087 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element username to complexType _ApiKeyList_ContainedType
2015-04-23 10:20:56.786142 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element username
2015-04-23 10:20:56.786245 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element password of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.786279 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element password to complexType _ApiKeyList_ContainedType
2015-04-23 10:20:56.786334 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element password
2015-04-23 10:20:56.786468 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _ApiKeyList_ContainedType
2015-04-23 10:20:56.786540 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=2)</i>
'username' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'username'</font> <i>(length=8)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'password' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'password'</font> <i>(length=8)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.786602 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element ApiKeyList
2015-04-23 10:20:56.786676 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element ApiKeyListResponse type _ApiKeyListResponse_ContainedType
2015-04-23 10:20:56.786702 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element ApiKeyListResponse to elements array
2015-04-23 10:20:56.786774 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element ApiKeyListResponse named _ApiKeyListResponse_ContainedType
2015-04-23 10:20:56.786921 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element ApiKeyListResult of type http://epostservice.se/aspnet/api3:ArrayOfApiKeyItem
2015-04-23 10:20:56.786955 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element ApiKeyListResult to complexType _ApiKeyListResponse_ContainedType
2015-04-23 10:20:56.787013 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element ApiKeyListResult
2015-04-23 10:20:56.787091 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _ApiKeyListResponse_ContainedType
2015-04-23 10:20:56.787148 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=1)</i>
'ApiKeyListResult' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'ApiKeyListResult'</font> <i>(length=16)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:ArrayOfApiKeyItem'</font> <i>(length=52)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.787202 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element ApiKeyListResponse
2015-04-23 10:20:56.787269 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing named complexType ArrayOfApiKeyItem
2015-04-23 10:20:56.787428 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element ApiKeyItem of type http://epostservice.se/aspnet/api3:ApiKeyItem
2015-04-23 10:20:56.787461 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element ApiKeyItem to complexType ArrayOfApiKeyItem
2015-04-23 10:20:56.787517 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element ApiKeyItem
2015-04-23 10:20:56.787595 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType ArrayOfApiKeyItem
2015-04-23 10:20:56.787654 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=6)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'ArrayOfApiKeyItem'</font> <i>(length=17)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=1)</i>
'ApiKeyItem' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=6)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'unbounded'</font> <i>(length=9)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'ApiKeyItem'</font> <i>(length=10)</i>
'nillable' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'true'</font> <i>(length=4)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:ApiKeyItem'</font> <i>(length=45)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.787722 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing named complexType ApiKeyItem
2015-04-23 10:20:56.787896 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element name of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.787931 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element name to complexType ApiKeyItem
2015-04-23 10:20:56.787987 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element name
2015-04-23 10:20:56.788094 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element validFrom of type http://www.w3.org/2001/XMLSchema:dateTime
2015-04-23 10:20:56.788127 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element validFrom to complexType ApiKeyItem
2015-04-23 10:20:56.788182 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element validFrom
2015-04-23 10:20:56.788285 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element validTo of type http://www.w3.org/2001/XMLSchema:dateTime
2015-04-23 10:20:56.788318 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element validTo to complexType ApiKeyItem
2015-04-23 10:20:56.788372 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element validTo
2015-04-23 10:20:56.788477 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element disabled of type http://www.w3.org/2001/XMLSchema:boolean
2015-04-23 10:20:56.788561 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element disabled to complexType ApiKeyItem
2015-04-23 10:20:56.788623 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element disabled
2015-04-23 10:20:56.788730 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element created of type http://www.w3.org/2001/XMLSchema:dateTime
2015-04-23 10:20:56.788764 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element created to complexType ApiKeyItem
2015-04-23 10:20:56.788818 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element created
2015-04-23 10:20:56.788924 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element key of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.788958 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element key to complexType ApiKeyItem
2015-04-23 10:20:56.789012 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element key
2015-04-23 10:20:56.789089 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType ApiKeyItem
2015-04-23 10:20:56.789195 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=6)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'ApiKeyItem'</font> <i>(length=10)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=6)</i>
'name' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'name'</font> <i>(length=4)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'validFrom' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'validFrom'</font> <i>(length=9)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:dateTime'</font> <i>(length=41)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'validTo' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'validTo'</font> <i>(length=7)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:dateTime'</font> <i>(length=41)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'disabled' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'disabled'</font> <i>(length=8)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:boolean'</font> <i>(length=40)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'created' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'created'</font> <i>(length=7)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:dateTime'</font> <i>(length=41)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'key' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'key'</font> <i>(length=3)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.789274 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element ValidateEmailAddress type _ValidateEmailAddress_ContainedType
2015-04-23 10:20:56.789301 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element ValidateEmailAddress to elements array
2015-04-23 10:20:56.789374 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element ValidateEmailAddress named _ValidateEmailAddress_ContainedType
2015-04-23 10:20:56.789530 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element apiKey of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.789562 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element apiKey to complexType _ValidateEmailAddress_ContainedType
2015-04-23 10:20:56.789615 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element apiKey
2015-04-23 10:20:56.789717 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element email of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.789748 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element email to complexType _ValidateEmailAddress_ContainedType
2015-04-23 10:20:56.789802 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element email
2015-04-23 10:20:56.789878 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _ValidateEmailAddress_ContainedType
2015-04-23 10:20:56.789943 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=2)</i>
'apiKey' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'apiKey'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'email' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'email'</font> <i>(length=5)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.789997 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element ValidateEmailAddress
2015-04-23 10:20:56.790067 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element ValidateEmailAddressResponse type _ValidateEmailAddressResponse_ContainedType
2015-04-23 10:20:56.790092 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element ValidateEmailAddressResponse to elements array
2015-04-23 10:20:56.790162 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element ValidateEmailAddressResponse named _ValidateEmailAddressResponse_ContainedType
2015-04-23 10:20:56.790363 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element ValidateEmailAddressResult of type http://www.w3.org/2001/XMLSchema:boolean
2015-04-23 10:20:56.790398 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element ValidateEmailAddressResult to complexType _ValidateEmailAddressResponse_ContainedType
2015-04-23 10:20:56.790460 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element ValidateEmailAddressResult
2015-04-23 10:20:56.790536 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _ValidateEmailAddressResponse_ContainedType
2015-04-23 10:20:56.790594 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=1)</i>
'ValidateEmailAddressResult' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'ValidateEmailAddressResult'</font> <i>(length=26)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:boolean'</font> <i>(length=40)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.790649 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element ValidateEmailAddressResponse
2015-04-23 10:20:56.790721 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element FilterEmailsGetValid type _FilterEmailsGetValid_ContainedType
2015-04-23 10:20:56.790746 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element FilterEmailsGetValid to elements array
2015-04-23 10:20:56.790815 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element FilterEmailsGetValid named _FilterEmailsGetValid_ContainedType
2015-04-23 10:20:56.790956 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element apiKey of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.790988 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element apiKey to complexType _FilterEmailsGetValid_ContainedType
2015-04-23 10:20:56.791042 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element apiKey
2015-04-23 10:20:56.791142 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element emails of type http://epostservice.se/aspnet/api3:ArrayOfString
2015-04-23 10:20:56.791173 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element emails to complexType _FilterEmailsGetValid_ContainedType
2015-04-23 10:20:56.791225 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element emails
2015-04-23 10:20:56.791299 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _FilterEmailsGetValid_ContainedType
2015-04-23 10:20:56.791361 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=2)</i>
'apiKey' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'apiKey'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'emails' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'emails'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:ArrayOfString'</font> <i>(length=48)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.791414 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element FilterEmailsGetValid
2015-04-23 10:20:56.791478 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing named complexType ArrayOfString
2015-04-23 10:20:56.791624 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element string of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.791656 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element string to complexType ArrayOfString
2015-04-23 10:20:56.791707 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element string
2015-04-23 10:20:56.791781 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType ArrayOfString
2015-04-23 10:20:56.791838 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=6)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'ArrayOfString'</font> <i>(length=13)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=1)</i>
'string' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=6)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'unbounded'</font> <i>(length=9)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'string'</font> <i>(length=6)</i>
'nillable' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'true'</font> <i>(length=4)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.791909 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element FilterEmailsGetValidResponse type _FilterEmailsGetValidResponse_ContainedType
2015-04-23 10:20:56.791933 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element FilterEmailsGetValidResponse to elements array
2015-04-23 10:20:56.792001 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element FilterEmailsGetValidResponse named _FilterEmailsGetValidResponse_ContainedType
2015-04-23 10:20:56.792311 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element FilterEmailsGetValidResult of type http://epostservice.se/aspnet/api3:ArrayOfString
2015-04-23 10:20:56.792385 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element FilterEmailsGetValidResult to complexType _FilterEmailsGetValidResponse_ContainedType
2015-04-23 10:20:56.792446 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element FilterEmailsGetValidResult
2015-04-23 10:20:56.792644 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _FilterEmailsGetValidResponse_ContainedType
2015-04-23 10:20:56.792775 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=1)</i>
'FilterEmailsGetValidResult' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'FilterEmailsGetValidResult'</font> <i>(length=26)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:ArrayOfString'</font> <i>(length=48)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.792833 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element FilterEmailsGetValidResponse
2015-04-23 10:20:56.792937 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element FilterEmailsGetInValid type _FilterEmailsGetInValid_ContainedType
2015-04-23 10:20:56.792965 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element FilterEmailsGetInValid to elements array
2015-04-23 10:20:56.793041 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element FilterEmailsGetInValid named _FilterEmailsGetInValid_ContainedType
2015-04-23 10:20:56.793188 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element apiKey of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.793220 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element apiKey to complexType _FilterEmailsGetInValid_ContainedType
2015-04-23 10:20:56.793274 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element apiKey
2015-04-23 10:20:56.793377 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element emails of type http://epostservice.se/aspnet/api3:ArrayOfString
2015-04-23 10:20:56.793410 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element emails to complexType _FilterEmailsGetInValid_ContainedType
2015-04-23 10:20:56.793462 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element emails
2015-04-23 10:20:56.793538 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _FilterEmailsGetInValid_ContainedType
2015-04-23 10:20:56.793603 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=2)</i>
'apiKey' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'apiKey'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'emails' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'emails'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:ArrayOfString'</font> <i>(length=48)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.793658 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element FilterEmailsGetInValid
2015-04-23 10:20:56.793730 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element FilterEmailsGetInValidResponse type _FilterEmailsGetInValidResponse_ContainedType
2015-04-23 10:20:56.793756 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element FilterEmailsGetInValidResponse to elements array
2015-04-23 10:20:56.793826 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element FilterEmailsGetInValidResponse named _FilterEmailsGetInValidResponse_ContainedType
2015-04-23 10:20:56.793971 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element FilterEmailsGetInValidResult of type http://epostservice.se/aspnet/api3:ArrayOfString
2015-04-23 10:20:56.794003 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element FilterEmailsGetInValidResult to complexType _FilterEmailsGetInValidResponse_ContainedType
2015-04-23 10:20:56.794057 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element FilterEmailsGetInValidResult
2015-04-23 10:20:56.794132 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _FilterEmailsGetInValidResponse_ContainedType
2015-04-23 10:20:56.794189 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=1)</i>
'FilterEmailsGetInValidResult' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'FilterEmailsGetInValidResult'</font> <i>(length=28)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:ArrayOfString'</font> <i>(length=48)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.794243 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element FilterEmailsGetInValidResponse
2015-04-23 10:20:56.794314 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element CheckEmailAddress type _CheckEmailAddress_ContainedType
2015-04-23 10:20:56.794340 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element CheckEmailAddress to elements array
2015-04-23 10:20:56.794410 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element CheckEmailAddress named _CheckEmailAddress_ContainedType
2015-04-23 10:20:56.794550 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element apiKey of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.794582 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element apiKey to complexType _CheckEmailAddress_ContainedType
2015-04-23 10:20:56.794636 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element apiKey
2015-04-23 10:20:56.794739 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element email of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.794772 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element email to complexType _CheckEmailAddress_ContainedType
2015-04-23 10:20:56.794825 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element email
2015-04-23 10:20:56.794900 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _CheckEmailAddress_ContainedType
2015-04-23 10:20:56.794964 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=2)</i>
'apiKey' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'apiKey'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'email' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'email'</font> <i>(length=5)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.795015 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element CheckEmailAddress
2015-04-23 10:20:56.795085 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element CheckEmailAddressResponse type _CheckEmailAddressResponse_ContainedType
2015-04-23 10:20:56.795110 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element CheckEmailAddressResponse to elements array
2015-04-23 10:20:56.795179 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element CheckEmailAddressResponse named _CheckEmailAddressResponse_ContainedType
2015-04-23 10:20:56.795321 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element CheckEmailAddressResult of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.795353 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element CheckEmailAddressResult to complexType _CheckEmailAddressResponse_ContainedType
2015-04-23 10:20:56.795406 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element CheckEmailAddressResult
2015-04-23 10:20:56.795605 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _CheckEmailAddressResponse_ContainedType
2015-04-23 10:20:56.795674 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=1)</i>
'CheckEmailAddressResult' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'CheckEmailAddressResult'</font> <i>(length=23)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.795746 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element CheckEmailAddressResponse
2015-04-23 10:20:56.795818 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element AddressSearch type _AddressSearch_ContainedType
2015-04-23 10:20:56.795843 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element AddressSearch to elements array
2015-04-23 10:20:56.795912 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element AddressSearch named _AddressSearch_ContainedType
2015-04-23 10:20:56.796050 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element apiKey of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.796081 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element apiKey to complexType _AddressSearch_ContainedType
2015-04-23 10:20:56.796133 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element apiKey
2015-04-23 10:20:56.796236 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element query of type http://epostservice.se/aspnet/api3:ArrayOfAddressQueryField
2015-04-23 10:20:56.796268 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element query to complexType _AddressSearch_ContainedType
2015-04-23 10:20:56.796321 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element query
2015-04-23 10:20:56.796421 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element fields of type http://epostservice.se/aspnet/api3:ArrayOfField
2015-04-23 10:20:56.796452 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element fields to complexType _AddressSearch_ContainedType
2015-04-23 10:20:56.796546 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element fields
2015-04-23 10:20:56.796658 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element state of type http://epostservice.se/aspnet/api3:AddressState
2015-04-23 10:20:56.796690 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element state to complexType _AddressSearch_ContainedType
2015-04-23 10:20:56.796754 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element state
2015-04-23 10:20:56.796863 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element onlyids of type http://www.w3.org/2001/XMLSchema:boolean
2015-04-23 10:20:56.796896 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element onlyids to complexType _AddressSearch_ContainedType
2015-04-23 10:20:56.796949 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element onlyids
2015-04-23 10:20:56.797021 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _AddressSearch_ContainedType
2015-04-23 10:20:56.797112 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'apiKey' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'apiKey'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'query' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'query'</font> <i>(length=5)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:ArrayOfAddressQueryField'</font> <i>(length=59)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'fields' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'fields'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:ArrayOfField'</font> <i>(length=47)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'state' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'state'</font> <i>(length=5)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:AddressState'</font> <i>(length=47)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'onlyids' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'onlyids'</font> <i>(length=7)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:boolean'</font> <i>(length=40)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.797166 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element AddressSearch
2015-04-23 10:20:56.797229 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing named complexType ArrayOfAddressQueryField
2015-04-23 10:20:56.797392 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element AddressQueryField of type http://epostservice.se/aspnet/api3:AddressQueryField
2015-04-23 10:20:56.797424 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element AddressQueryField to complexType ArrayOfAddressQueryField
2015-04-23 10:20:56.797477 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element AddressQueryField
2015-04-23 10:20:56.797551 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType ArrayOfAddressQueryField
2015-04-23 10:20:56.797609 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=6)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'ArrayOfAddressQueryField'</font> <i>(length=24)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=1)</i>
'AddressQueryField' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=6)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'unbounded'</font> <i>(length=9)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'AddressQueryField'</font> <i>(length=17)</i>
'nillable' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'true'</font> <i>(length=4)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:AddressQueryField'</font> <i>(length=52)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.797675 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing named complexType AddressQueryField
2015-04-23 10:20:56.797819 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element query of type http://epostservice.se/aspnet/api3:AddressQueryOptions
2015-04-23 10:20:56.797851 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element query to complexType AddressQueryField
2015-04-23 10:20:56.797904 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element query
2015-04-23 10:20:56.798004 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element field of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.798034 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element field to complexType AddressQueryField
2015-04-23 10:20:56.798140 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element field
2015-04-23 10:20:56.798316 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element issueid of type http://www.w3.org/2001/XMLSchema:int
2015-04-23 10:20:56.798349 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element issueid to complexType AddressQueryField
2015-04-23 10:20:56.798588 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element issueid
2015-04-23 10:20:56.798757 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element test of type http://epostservice.se/aspnet/api3:QueryTypes
2015-04-23 10:20:56.798802 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element test to complexType AddressQueryField
2015-04-23 10:20:56.798859 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element test
2015-04-23 10:20:56.798964 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element value1 of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.798995 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element value1 to complexType AddressQueryField
2015-04-23 10:20:56.799047 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element value1
2015-04-23 10:20:56.799148 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element value2 of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.799180 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element value2 to complexType AddressQueryField
2015-04-23 10:20:56.799232 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element value2
2015-04-23 10:20:56.799305 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType AddressQueryField
2015-04-23 10:20:56.799409 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=6)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'AddressQueryField'</font> <i>(length=17)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=6)</i>
'query' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'query'</font> <i>(length=5)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:AddressQueryOptions'</font> <i>(length=54)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'field' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'field'</font> <i>(length=5)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'issueid' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'issueid'</font> <i>(length=7)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:int'</font> <i>(length=36)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'test' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'test'</font> <i>(length=4)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:QueryTypes'</font> <i>(length=45)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'value1' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'value1'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'value2' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'value2'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.799482 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing simpleType for name AddressQueryOptions
2015-04-23 10:20:56.799572 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> restriction http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.799639 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration email
2015-04-23 10:20:56.799726 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration fullname
2015-04-23 10:20:56.799813 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration domain
2015-04-23 10:20:56.799924 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration issuereader
2015-04-23 10:20:56.800011 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration issuerecipient
2015-04-23 10:20:56.800148 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration issuefailed
2015-04-23 10:20:56.800312 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration issueunsubscribed
2015-04-23 10:20:56.800417 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration issuelinkclick
2015-04-23 10:20:56.800584 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration issueansweredsurvey
2015-04-23 10:20:56.800685 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration created
2015-04-23 10:20:56.800775 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration lastread
2015-04-23 10:20:56.800918 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration lastactivity
2015-04-23 10:20:56.801008 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration addressbookfield
2015-04-23 10:20:56.801097 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration surveyqueryresponse
2015-04-23 10:20:56.801195 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration listsubscribed
2015-04-23 10:20:56.801280 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration lastsurveyresponse
2015-04-23 10:20:56.801378 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration unsubscribeddate
2015-04-23 10:20:56.801475 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration listunsubscribeddate
2015-04-23 10:20:56.801562 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration surveyresponsedate
2015-04-23 10:20:56.801648 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration listsubscribedate
2015-04-23 10:20:56.801734 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration userid
2015-04-23 10:20:56.801819 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration subscribed
2015-04-23 10:20:56.801902 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration subscribedate
2015-04-23 10:20:56.801987 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration listmember
2015-04-23 10:20:56.802073 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration issuesuccess
2015-04-23 10:20:56.802159 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration issuenoread
2015-04-23 10:20:56.802247 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration issueclicked
2015-04-23 10:20:56.802343 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration mailid
2015-04-23 10:20:56.802431 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration surveyanswered
2015-04-23 10:20:56.802516 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration surveyrespondent
2015-04-23 10:20:56.802619 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing simpleType AddressQueryOptions
2015-04-23 10:20:56.802730 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'AddressQueryOptions'</font> <i>(length=19)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'simpleType'</font> <i>(length=10)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'scalar'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'enumeration' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=30)</i>
0 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'email'</font> <i>(length=5)</i>
1 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'fullname'</font> <i>(length=8)</i>
2 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'domain'</font> <i>(length=6)</i>
3 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'issuereader'</font> <i>(length=11)</i>
4 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'issuerecipient'</font> <i>(length=14)</i>
5 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'issuefailed'</font> <i>(length=11)</i>
6 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'issueunsubscribed'</font> <i>(length=17)</i>
7 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'issuelinkclick'</font> <i>(length=14)</i>
8 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'issueansweredsurvey'</font> <i>(length=19)</i>
9 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'created'</font> <i>(length=7)</i>
10 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'lastread'</font> <i>(length=8)</i>
11 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'lastactivity'</font> <i>(length=12)</i>
12 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'addressbookfield'</font> <i>(length=16)</i>
13 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'surveyqueryresponse'</font> <i>(length=19)</i>
14 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'listsubscribed'</font> <i>(length=14)</i>
15 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'lastsurveyresponse'</font> <i>(length=18)</i>
16 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'unsubscribeddate'</font> <i>(length=16)</i>
17 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'listunsubscribeddate'</font> <i>(length=20)</i>
18 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'surveyresponsedate'</font> <i>(length=18)</i>
19 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'listsubscribedate'</font> <i>(length=17)</i>
20 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'userid'</font> <i>(length=6)</i>
21 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'subscribed'</font> <i>(length=10)</i>
22 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'subscribedate'</font> <i>(length=13)</i>
23 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'listmember'</font> <i>(length=10)</i>
24 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'issuesuccess'</font> <i>(length=12)</i>
25 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'issuenoread'</font> <i>(length=11)</i>
26 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'issueclicked'</font> <i>(length=12)</i>
27 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'mailid'</font> <i>(length=6)</i>
28 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'surveyanswered'</font> <i>(length=14)</i>
29 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'surveyrespondent'</font> <i>(length=16)</i>
</pre>
2015-04-23 10:20:56.802809 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing simpleType for name QueryTypes
2015-04-23 10:20:56.802939 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> restriction http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.803012 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration Equal
2015-04-23 10:20:56.803100 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration NotEqual
2015-04-23 10:20:56.803186 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration LessThan
2015-04-23 10:20:56.803272 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration GreaterThan
2015-04-23 10:20:56.803358 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration LessThanOrEqual
2015-04-23 10:20:56.803443 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration GreaterThanOrEqual
2015-04-23 10:20:56.803550 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration Between
2015-04-23 10:20:56.803636 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration NotBetween
2015-04-23 10:20:56.803721 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration AnyInList
2015-04-23 10:20:56.803806 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration AllInList
2015-04-23 10:20:56.803890 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration NoneInList
2015-04-23 10:20:56.803974 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration InString
2015-04-23 10:20:56.804061 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration NotInString
2015-04-23 10:20:56.804147 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration BeginsWith
2015-04-23 10:20:56.804236 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration EndsWith
2015-04-23 10:20:56.804322 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration InList
2015-04-23 10:20:56.804407 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration NotInList
2015-04-23 10:20:56.804535 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration NotBeginsWith
2015-04-23 10:20:56.804635 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration NotEndsWith
2015-04-23 10:20:56.804723 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration IsTrue
2015-04-23 10:20:56.804810 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration IsFalse
2015-04-23 10:20:56.804895 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration Contains
2015-04-23 10:20:56.804995 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing simpleType QueryTypes
2015-04-23 10:20:56.805074 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'QueryTypes'</font> <i>(length=10)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'simpleType'</font> <i>(length=10)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'scalar'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'enumeration' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=22)</i>
0 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'Equal'</font> <i>(length=5)</i>
1 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'NotEqual'</font> <i>(length=8)</i>
2 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'LessThan'</font> <i>(length=8)</i>
3 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'GreaterThan'</font> <i>(length=11)</i>
4 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'LessThanOrEqual'</font> <i>(length=15)</i>
5 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'GreaterThanOrEqual'</font> <i>(length=18)</i>
6 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'Between'</font> <i>(length=7)</i>
7 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'NotBetween'</font> <i>(length=10)</i>
8 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'AnyInList'</font> <i>(length=9)</i>
9 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'AllInList'</font> <i>(length=9)</i>
10 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'NoneInList'</font> <i>(length=10)</i>
11 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'InString'</font> <i>(length=8)</i>
12 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'NotInString'</font> <i>(length=11)</i>
13 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'BeginsWith'</font> <i>(length=10)</i>
14 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'EndsWith'</font> <i>(length=8)</i>
15 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'InList'</font> <i>(length=6)</i>
16 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'NotInList'</font> <i>(length=9)</i>
17 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'NotBeginsWith'</font> <i>(length=13)</i>
18 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'NotEndsWith'</font> <i>(length=11)</i>
19 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'IsTrue'</font> <i>(length=6)</i>
20 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'IsFalse'</font> <i>(length=7)</i>
21 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'Contains'</font> <i>(length=8)</i>
</pre>
2015-04-23 10:20:56.805144 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing named complexType ArrayOfField
2015-04-23 10:20:56.805299 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element Field of type http://epostservice.se/aspnet/api3:Field
2015-04-23 10:20:56.805331 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element Field to complexType ArrayOfField
2015-04-23 10:20:56.805384 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element Field
2015-04-23 10:20:56.805697 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType ArrayOfField
2015-04-23 10:20:56.805870 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=6)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'ArrayOfField'</font> <i>(length=12)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=1)</i>
'Field' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=6)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'unbounded'</font> <i>(length=9)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'Field'</font> <i>(length=5)</i>
'nillable' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'true'</font> <i>(length=4)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:Field'</font> <i>(length=40)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.806086 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing named complexType Field
2015-04-23 10:20:56.806287 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element fieldId of type http://www.w3.org/2001/XMLSchema:int
2015-04-23 10:20:56.806321 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element fieldId to complexType Field
2015-04-23 10:20:56.806377 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element fieldId
2015-04-23 10:20:56.806511 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element fieldName of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.806545 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element fieldName to complexType Field
2015-04-23 10:20:56.806602 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element fieldName
2015-04-23 10:20:56.806705 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element fieldType of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.806737 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element fieldType to complexType Field
2015-04-23 10:20:56.806790 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element fieldType
2015-04-23 10:20:56.806892 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element fieldValue of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.806923 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element fieldValue to complexType Field
2015-04-23 10:20:56.806976 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element fieldValue
2015-04-23 10:20:56.807125 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element description of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.807159 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element description to complexType Field
2015-04-23 10:20:56.807215 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element description
2015-04-23 10:20:56.807291 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType Field
2015-04-23 10:20:56.807386 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=6)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'Field'</font> <i>(length=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'fieldId' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'fieldId'</font> <i>(length=7)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:int'</font> <i>(length=36)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'fieldName' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'fieldName'</font> <i>(length=9)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'fieldType' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'fieldType'</font> <i>(length=9)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'fieldValue' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'fieldValue'</font> <i>(length=10)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'description' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'description'</font> <i>(length=11)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.807457 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing simpleType for name AddressState
2015-04-23 10:20:56.807525 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> do nothing for element list
2015-04-23 10:20:56.807592 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed simpleType for element named __ContainedType
2015-04-23 10:20:56.807680 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> restriction http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.807748 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration Any
2015-04-23 10:20:56.807833 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration Active
2015-04-23 10:20:56.807923 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration Unsubscribed
2015-04-23 10:20:56.808010 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration Failed
2015-04-23 10:20:56.808095 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration Blacklisted
2015-04-23 10:20:56.808181 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration Invalid
2015-04-23 10:20:56.808265 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration Erased
2015-04-23 10:20:56.808350 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration NotSet
2015-04-23 10:20:56.808452 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing simpleType __ContainedType
2015-04-23 10:20:56.808549 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=3)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'scalar'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'enumeration' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=8)</i>
0 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'Any'</font> <i>(length=3)</i>
1 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'Active'</font> <i>(length=6)</i>
2 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'Unsubscribed'</font> <i>(length=12)</i>
3 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'Failed'</font> <i>(length=6)</i>
4 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'Blacklisted'</font> <i>(length=11)</i>
5 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'Invalid'</font> <i>(length=7)</i>
6 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'Erased'</font> <i>(length=6)</i>
7 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'NotSet'</font> <i>(length=6)</i>
</pre>
2015-04-23 10:20:56.808633 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing simpleType AddressState
2015-04-23 10:20:56.808677 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=3)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'AddressState'</font> <i>(length=12)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'simpleType'</font> <i>(length=10)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'scalar'</font> <i>(length=6)</i>
</pre>
2015-04-23 10:20:56.808752 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element AddressSearchResponse type _AddressSearchResponse_ContainedType
2015-04-23 10:20:56.808778 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element AddressSearchResponse to elements array
2015-04-23 10:20:56.808850 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element AddressSearchResponse named _AddressSearchResponse_ContainedType
2015-04-23 10:20:56.808993 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element AddressSearchResult of type http://epostservice.se/aspnet/api3:ArrayOfAddress
2015-04-23 10:20:56.809024 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element AddressSearchResult to complexType _AddressSearchResponse_ContainedType
2015-04-23 10:20:56.809078 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element AddressSearchResult
2015-04-23 10:20:56.809154 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _AddressSearchResponse_ContainedType
2015-04-23 10:20:56.809208 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=1)</i>
'AddressSearchResult' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'AddressSearchResult'</font> <i>(length=19)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:ArrayOfAddress'</font> <i>(length=49)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.809261 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element AddressSearchResponse
2015-04-23 10:20:56.809326 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing named complexType ArrayOfAddress
2015-04-23 10:20:56.809480 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element Address of type http://epostservice.se/aspnet/api3:Address
2015-04-23 10:20:56.809512 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element Address to complexType ArrayOfAddress
2015-04-23 10:20:56.809565 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element Address
2015-04-23 10:20:56.809639 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType ArrayOfAddress
2015-04-23 10:20:56.809696 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=6)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'ArrayOfAddress'</font> <i>(length=14)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=1)</i>
'Address' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=6)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'unbounded'</font> <i>(length=9)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'Address'</font> <i>(length=7)</i>
'nillable' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'true'</font> <i>(length=4)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:Address'</font> <i>(length=42)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.809778 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing named complexType Address
2015-04-23 10:20:56.809947 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element userID of type http://www.w3.org/2001/XMLSchema:int
2015-04-23 10:20:56.809983 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element userID to complexType Address
2015-04-23 10:20:56.810039 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element userID
2015-04-23 10:20:56.810152 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element email of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.810183 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element email to complexType Address
2015-04-23 10:20:56.810261 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element email
2015-04-23 10:20:56.810366 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element name of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.810399 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element name to complexType Address
2015-04-23 10:20:56.810451 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element name
2015-04-23 10:20:56.810564 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element created of type http://www.w3.org/2001/XMLSchema:dateTime
2015-04-23 10:20:56.810598 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element created to complexType Address
2015-04-23 10:20:56.810652 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element created
2015-04-23 10:20:56.810752 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element fields of type http://epostservice.se/aspnet/api3:ArrayOfField
2015-04-23 10:20:56.810783 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element fields to complexType Address
2015-04-23 10:20:56.810834 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element fields
2015-04-23 10:20:56.810935 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element state of type http://epostservice.se/aspnet/api3:AddressState
2015-04-23 10:20:56.810966 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element state to complexType Address
2015-04-23 10:20:56.811018 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element state
2015-04-23 10:20:56.811092 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType Address
2015-04-23 10:20:56.811194 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=6)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'Address'</font> <i>(length=7)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=6)</i>
'userID' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'userID'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:int'</font> <i>(length=36)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'email' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'email'</font> <i>(length=5)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'name' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'name'</font> <i>(length=4)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'created' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'created'</font> <i>(length=7)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:dateTime'</font> <i>(length=41)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'fields' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'fields'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:ArrayOfField'</font> <i>(length=47)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'state' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'state'</font> <i>(length=5)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:AddressState'</font> <i>(length=47)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.811266 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element RecipientSearch type _RecipientSearch_ContainedType
2015-04-23 10:20:56.811291 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element RecipientSearch to elements array
2015-04-23 10:20:56.811364 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element RecipientSearch named _RecipientSearch_ContainedType
2015-04-23 10:20:56.811504 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element apiKey of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.811537 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element apiKey to complexType _RecipientSearch_ContainedType
2015-04-23 10:20:56.811590 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element apiKey
2015-04-23 10:20:56.811692 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element query of type http://epostservice.se/aspnet/api3:ArrayOfAddressQueryField
2015-04-23 10:20:56.811723 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element query to complexType _RecipientSearch_ContainedType
2015-04-23 10:20:56.811775 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element query
2015-04-23 10:20:56.811876 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element fields of type http://epostservice.se/aspnet/api3:ArrayOfField
2015-04-23 10:20:56.811907 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element fields to complexType _RecipientSearch_ContainedType
2015-04-23 10:20:56.811960 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element fields
2015-04-23 10:20:56.812060 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element state of type http://epostservice.se/aspnet/api3:AddressState
2015-04-23 10:20:56.812092 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element state to complexType _RecipientSearch_ContainedType
2015-04-23 10:20:56.812144 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element state
2015-04-23 10:20:56.812243 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element onlyids of type http://www.w3.org/2001/XMLSchema:boolean
2015-04-23 10:20:56.812275 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element onlyids to complexType _RecipientSearch_ContainedType
2015-04-23 10:20:56.812328 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element onlyids
2015-04-23 10:20:56.812415 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _RecipientSearch_ContainedType
2015-04-23 10:20:56.812548 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'apiKey' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'apiKey'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'query' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'query'</font> <i>(length=5)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:ArrayOfAddressQueryField'</font> <i>(length=59)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'fields' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'fields'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:ArrayOfField'</font> <i>(length=47)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'state' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'state'</font> <i>(length=5)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:AddressState'</font> <i>(length=47)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'onlyids' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'onlyids'</font> <i>(length=7)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:boolean'</font> <i>(length=40)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.812610 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element RecipientSearch
2015-04-23 10:20:56.812696 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element RecipientSearchResponse type _RecipientSearchResponse_ContainedType
2015-04-23 10:20:56.812724 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element RecipientSearchResponse to elements array
2015-04-23 10:20:56.812804 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element RecipientSearchResponse named _RecipientSearchResponse_ContainedType
2015-04-23 10:20:56.812960 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element RecipientSearchResult of type http://epostservice.se/aspnet/api3:ArrayOfAddress
2015-04-23 10:20:56.812995 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element RecipientSearchResult to complexType _RecipientSearchResponse_ContainedType
2015-04-23 10:20:56.813056 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element RecipientSearchResult
2015-04-23 10:20:56.813139 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _RecipientSearchResponse_ContainedType
2015-04-23 10:20:56.813201 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=1)</i>
'RecipientSearchResult' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'RecipientSearchResult'</font> <i>(length=21)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:ArrayOfAddress'</font> <i>(length=49)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.813259 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element RecipientSearchResponse
2015-04-23 10:20:56.813335 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element RecipientSearchIds type _RecipientSearchIds_ContainedType
2015-04-23 10:20:56.813361 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element RecipientSearchIds to elements array
2015-04-23 10:20:56.813437 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element RecipientSearchIds named _RecipientSearchIds_ContainedType
2015-04-23 10:20:56.813590 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element apiKey of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.813626 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element apiKey to complexType _RecipientSearchIds_ContainedType
2015-04-23 10:20:56.813684 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element apiKey
2015-04-23 10:20:56.813803 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element query of type http://epostservice.se/aspnet/api3:ArrayOfAddressQueryField
2015-04-23 10:20:56.813834 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element query to complexType _RecipientSearchIds_ContainedType
2015-04-23 10:20:56.813887 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element query
2015-04-23 10:20:56.813999 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element state of type http://epostservice.se/aspnet/api3:AddressState
2015-04-23 10:20:56.814031 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element state to complexType _RecipientSearchIds_ContainedType
2015-04-23 10:20:56.814087 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element state
2015-04-23 10:20:56.814172 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _RecipientSearchIds_ContainedType
2015-04-23 10:20:56.814246 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=3)</i>
'apiKey' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'apiKey'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'query' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'query'</font> <i>(length=5)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:ArrayOfAddressQueryField'</font> <i>(length=59)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'state' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'state'</font> <i>(length=5)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:AddressState'</font> <i>(length=47)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.814300 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element RecipientSearchIds
2015-04-23 10:20:56.814370 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element RecipientSearchIdsResponse type _RecipientSearchIdsResponse_ContainedType
2015-04-23 10:20:56.814394 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element RecipientSearchIdsResponse to elements array
2015-04-23 10:20:56.814468 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element RecipientSearchIdsResponse named _RecipientSearchIdsResponse_ContainedType
2015-04-23 10:20:56.814608 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element RecipientSearchIdsResult of type http://epostservice.se/aspnet/api3:ArrayOfInt
2015-04-23 10:20:56.814640 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element RecipientSearchIdsResult to complexType _RecipientSearchIdsResponse_ContainedType
2015-04-23 10:20:56.814693 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element RecipientSearchIdsResult
2015-04-23 10:20:56.814767 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _RecipientSearchIdsResponse_ContainedType
2015-04-23 10:20:56.814822 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=1)</i>
'RecipientSearchIdsResult' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'RecipientSearchIdsResult'</font> <i>(length=24)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:ArrayOfInt'</font> <i>(length=45)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.814875 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element RecipientSearchIdsResponse
2015-04-23 10:20:56.814937 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing named complexType ArrayOfInt
2015-04-23 10:20:56.815074 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element int of type http://www.w3.org/2001/XMLSchema:int
2015-04-23 10:20:56.815141 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element int to complexType ArrayOfInt
2015-04-23 10:20:56.815221 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element int
2015-04-23 10:20:56.815415 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType ArrayOfInt
2015-04-23 10:20:56.816414 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=6)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'ArrayOfInt'</font> <i>(length=10)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=1)</i>
'int' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'unbounded'</font> <i>(length=9)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'int'</font> <i>(length=3)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:int'</font> <i>(length=36)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.816691 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element RecipientCreate type _RecipientCreate_ContainedType
2015-04-23 10:20:56.816800 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element RecipientCreate to elements array
2015-04-23 10:20:56.816883 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element RecipientCreate named _RecipientCreate_ContainedType
2015-04-23 10:20:56.817030 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element apiKey of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.817063 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element apiKey to complexType _RecipientCreate_ContainedType
2015-04-23 10:20:56.817117 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element apiKey
2015-04-23 10:20:56.817219 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element address of type http://epostservice.se/aspnet/api3:Address
2015-04-23 10:20:56.817250 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element address to complexType _RecipientCreate_ContainedType
2015-04-23 10:20:56.817303 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element address
2015-04-23 10:20:56.817377 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _RecipientCreate_ContainedType
2015-04-23 10:20:56.817443 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=2)</i>
'apiKey' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'apiKey'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'address' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'address'</font> <i>(length=7)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:Address'</font> <i>(length=42)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.817497 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element RecipientCreate
2015-04-23 10:20:56.817568 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element RecipientCreateResponse type _RecipientCreateResponse_ContainedType
2015-04-23 10:20:56.817593 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element RecipientCreateResponse to elements array
2015-04-23 10:20:56.817665 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element RecipientCreateResponse named _RecipientCreateResponse_ContainedType
2015-04-23 10:20:56.817829 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element RecipientCreateResult of type http://epostservice.se/aspnet/api3:Address
2015-04-23 10:20:56.817861 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element RecipientCreateResult to complexType _RecipientCreateResponse_ContainedType
2015-04-23 10:20:56.817915 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element RecipientCreateResult
2015-04-23 10:20:56.817990 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _RecipientCreateResponse_ContainedType
2015-04-23 10:20:56.818046 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=1)</i>
'RecipientCreateResult' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'RecipientCreateResult'</font> <i>(length=21)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:Address'</font> <i>(length=42)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.818099 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element RecipientCreateResponse
2015-04-23 10:20:56.818170 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element RecipientUpdate type _RecipientUpdate_ContainedType
2015-04-23 10:20:56.818196 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element RecipientUpdate to elements array
2015-04-23 10:20:56.818265 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element RecipientUpdate named _RecipientUpdate_ContainedType
2015-04-23 10:20:56.818405 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element apiKey of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.818437 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element apiKey to complexType _RecipientUpdate_ContainedType
2015-04-23 10:20:56.818490 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element apiKey
2015-04-23 10:20:56.818590 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element address of type http://epostservice.se/aspnet/api3:Address
2015-04-23 10:20:56.818620 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element address to complexType _RecipientUpdate_ContainedType
2015-04-23 10:20:56.818670 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element address
2015-04-23 10:20:56.818743 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _RecipientUpdate_ContainedType
2015-04-23 10:20:56.818806 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=2)</i>
'apiKey' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'apiKey'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'address' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'address'</font> <i>(length=7)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:Address'</font> <i>(length=42)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.818859 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element RecipientUpdate
2015-04-23 10:20:56.818929 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element RecipientUpdateResponse type _RecipientUpdateResponse_ContainedType
2015-04-23 10:20:56.818954 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element RecipientUpdateResponse to elements array
2015-04-23 10:20:56.819027 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element RecipientUpdateResponse named _RecipientUpdateResponse_ContainedType
2015-04-23 10:20:56.819081 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _RecipientUpdateResponse_ContainedType
2015-04-23 10:20:56.819123 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=3)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
</pre>
2015-04-23 10:20:56.819176 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element RecipientUpdateResponse
2015-04-23 10:20:56.819246 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element RecipientUnSubscribe type _RecipientUnSubscribe_ContainedType
2015-04-23 10:20:56.819271 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element RecipientUnSubscribe to elements array
2015-04-23 10:20:56.819342 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element RecipientUnSubscribe named _RecipientUnSubscribe_ContainedType
2015-04-23 10:20:56.819494 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element apiKey of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.819529 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element apiKey to complexType _RecipientUnSubscribe_ContainedType
2015-04-23 10:20:56.819583 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element apiKey
2015-04-23 10:20:56.819681 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element address of type http://epostservice.se/aspnet/api3:Address
2015-04-23 10:20:56.819712 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element address to complexType _RecipientUnSubscribe_ContainedType
2015-04-23 10:20:56.819763 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element address
2015-04-23 10:20:56.819887 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element lists of type http://epostservice.se/aspnet/api3:ArrayOfAddressList
2015-04-23 10:20:56.819918 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element lists to complexType _RecipientUnSubscribe_ContainedType
2015-04-23 10:20:56.819970 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element lists
2015-04-23 10:20:56.820068 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element remove of type http://www.w3.org/2001/XMLSchema:boolean
2015-04-23 10:20:56.820098 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element remove to complexType _RecipientUnSubscribe_ContainedType
2015-04-23 10:20:56.820148 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element remove
2015-04-23 10:20:56.820243 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _RecipientUnSubscribe_ContainedType
2015-04-23 10:20:56.820328 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=4)</i>
'apiKey' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'apiKey'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'address' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'address'</font> <i>(length=7)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:Address'</font> <i>(length=42)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'lists' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'lists'</font> <i>(length=5)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:ArrayOfAddressList'</font> <i>(length=53)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'remove' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'remove'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:boolean'</font> <i>(length=40)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.820383 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element RecipientUnSubscribe
2015-04-23 10:20:56.820445 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing named complexType ArrayOfAddressList
2015-04-23 10:20:56.820645 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element AddressList of type http://epostservice.se/aspnet/api3:AddressList
2015-04-23 10:20:56.820680 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element AddressList to complexType ArrayOfAddressList
2015-04-23 10:20:56.820733 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element AddressList
2015-04-23 10:20:56.820808 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType ArrayOfAddressList
2015-04-23 10:20:56.820880 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=6)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'ArrayOfAddressList'</font> <i>(length=18)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=1)</i>
'AddressList' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=6)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'unbounded'</font> <i>(length=9)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'AddressList'</font> <i>(length=11)</i>
'nillable' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'true'</font> <i>(length=4)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:AddressList'</font> <i>(length=46)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.820957 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing named complexType AddressList
2015-04-23 10:20:56.821109 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element listID of type http://www.w3.org/2001/XMLSchema:int
2015-04-23 10:20:56.821140 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element listID to complexType AddressList
2015-04-23 10:20:56.821194 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element listID
2015-04-23 10:20:56.821295 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element listName of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.821328 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element listName to complexType AddressList
2015-04-23 10:20:56.821379 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element listName
2015-04-23 10:20:56.821454 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType AddressList
2015-04-23 10:20:56.821519 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=6)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'AddressList'</font> <i>(length=11)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=2)</i>
'listID' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'listID'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:int'</font> <i>(length=36)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'listName' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'listName'</font> <i>(length=8)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.821592 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element RecipientUnSubscribeResponse type _RecipientUnSubscribeResponse_ContainedType
2015-04-23 10:20:56.821617 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element RecipientUnSubscribeResponse to elements array
2015-04-23 10:20:56.821688 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element RecipientUnSubscribeResponse named _RecipientUnSubscribeResponse_ContainedType
2015-04-23 10:20:56.821744 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _RecipientUnSubscribeResponse_ContainedType
2015-04-23 10:20:56.821786 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=3)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
</pre>
2015-04-23 10:20:56.821838 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element RecipientUnSubscribeResponse
2015-04-23 10:20:56.821907 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element RecipientSubscribe type _RecipientSubscribe_ContainedType
2015-04-23 10:20:56.821933 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element RecipientSubscribe to elements array
2015-04-23 10:20:56.822001 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element RecipientSubscribe named _RecipientSubscribe_ContainedType
2015-04-23 10:20:56.822140 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element apiKey of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.822172 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element apiKey to complexType _RecipientSubscribe_ContainedType
2015-04-23 10:20:56.822225 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element apiKey
2015-04-23 10:20:56.822325 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element address of type http://epostservice.se/aspnet/api3:Address
2015-04-23 10:20:56.822356 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element address to complexType _RecipientSubscribe_ContainedType
2015-04-23 10:20:56.822408 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element address
2015-04-23 10:20:56.822506 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element lists of type http://epostservice.se/aspnet/api3:ArrayOfAddressList
2015-04-23 10:20:56.822538 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element lists to complexType _RecipientSubscribe_ContainedType
2015-04-23 10:20:56.822590 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element lists
2015-04-23 10:20:56.822663 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _RecipientSubscribe_ContainedType
2015-04-23 10:20:56.822735 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=3)</i>
'apiKey' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'apiKey'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'address' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'address'</font> <i>(length=7)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:Address'</font> <i>(length=42)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'lists' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'lists'</font> <i>(length=5)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:ArrayOfAddressList'</font> <i>(length=53)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.822787 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element RecipientSubscribe
2015-04-23 10:20:56.822858 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element RecipientSubscribeResponse type _RecipientSubscribeResponse_ContainedType
2015-04-23 10:20:56.822883 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element RecipientSubscribeResponse to elements array
2015-04-23 10:20:56.822989 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element RecipientSubscribeResponse named _RecipientSubscribeResponse_ContainedType
2015-04-23 10:20:56.823043 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _RecipientSubscribeResponse_ContainedType
2015-04-23 10:20:56.823086 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=3)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
</pre>
2015-04-23 10:20:56.823138 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element RecipientSubscribeResponse
2015-04-23 10:20:56.823209 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element RecipientReSubscribe type _RecipientReSubscribe_ContainedType
2015-04-23 10:20:56.823247 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element RecipientReSubscribe to elements array
2015-04-23 10:20:56.823324 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element RecipientReSubscribe named _RecipientReSubscribe_ContainedType
2015-04-23 10:20:56.823470 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element apiKey of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.823523 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element apiKey to complexType _RecipientReSubscribe_ContainedType
2015-04-23 10:20:56.823577 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element apiKey
2015-04-23 10:20:56.823678 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element address of type http://epostservice.se/aspnet/api3:Address
2015-04-23 10:20:56.823710 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element address to complexType _RecipientReSubscribe_ContainedType
2015-04-23 10:20:56.823763 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element address
2015-04-23 10:20:56.823838 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _RecipientReSubscribe_ContainedType
2015-04-23 10:20:56.823904 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=2)</i>
'apiKey' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'apiKey'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'address' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'address'</font> <i>(length=7)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:Address'</font> <i>(length=42)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.823957 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element RecipientReSubscribe
2015-04-23 10:20:56.824028 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element RecipientReSubscribeResponse type _RecipientReSubscribeResponse_ContainedType
2015-04-23 10:20:56.824053 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element RecipientReSubscribeResponse to elements array
2015-04-23 10:20:56.824122 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element RecipientReSubscribeResponse named _RecipientReSubscribeResponse_ContainedType
2015-04-23 10:20:56.824662 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _RecipientReSubscribeResponse_ContainedType
2015-04-23 10:20:56.824719 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=3)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
</pre>
2015-04-23 10:20:56.824779 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element RecipientReSubscribeResponse
2015-04-23 10:20:56.824858 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element RecipientCreateToList type _RecipientCreateToList_ContainedType
2015-04-23 10:20:56.824884 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element RecipientCreateToList to elements array
2015-04-23 10:20:56.824960 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element RecipientCreateToList named _RecipientCreateToList_ContainedType
2015-04-23 10:20:56.825107 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element apiKey of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.825140 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element apiKey to complexType _RecipientCreateToList_ContainedType
2015-04-23 10:20:56.825195 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element apiKey
2015-04-23 10:20:56.825297 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element addresses of type http://epostservice.se/aspnet/api3:ArrayOfAddress
2015-04-23 10:20:56.825329 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element addresses to complexType _RecipientCreateToList_ContainedType
2015-04-23 10:20:56.825382 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element addresses
2015-04-23 10:20:56.825483 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element lists of type http://epostservice.se/aspnet/api3:ArrayOfAddressList
2015-04-23 10:20:56.825515 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element lists to complexType _RecipientCreateToList_ContainedType
2015-04-23 10:20:56.825569 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element lists
2015-04-23 10:20:56.825645 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _RecipientCreateToList_ContainedType
2015-04-23 10:20:56.825720 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=3)</i>
'apiKey' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'apiKey'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'addresses' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'addresses'</font> <i>(length=9)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:ArrayOfAddress'</font> <i>(length=49)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'lists' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'lists'</font> <i>(length=5)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:ArrayOfAddressList'</font> <i>(length=53)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.825772 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element RecipientCreateToList
2015-04-23 10:20:56.825842 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element RecipientCreateToListResponse type _RecipientCreateToListResponse_ContainedType
2015-04-23 10:20:56.825868 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element RecipientCreateToListResponse to elements array
2015-04-23 10:20:56.825941 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element RecipientCreateToListResponse named _RecipientCreateToListResponse_ContainedType
2015-04-23 10:20:56.826084 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element RecipientCreateToListResult of type http://epostservice.se/aspnet/api3:ArrayOfAddress
2015-04-23 10:20:56.826116 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element RecipientCreateToListResult to complexType _RecipientCreateToListResponse_ContainedType
2015-04-23 10:20:56.826171 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element RecipientCreateToListResult
2015-04-23 10:20:56.826245 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _RecipientCreateToListResponse_ContainedType
2015-04-23 10:20:56.826311 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=1)</i>
'RecipientCreateToListResult' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'RecipientCreateToListResult'</font> <i>(length=27)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:ArrayOfAddress'</font> <i>(length=49)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.826461 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element RecipientCreateToListResponse
2015-04-23 10:20:56.826543 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element RecipientCreateToListByEmail type _RecipientCreateToListByEmail_ContainedType
2015-04-23 10:20:56.826568 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element RecipientCreateToListByEmail to elements array
2015-04-23 10:20:56.826641 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element RecipientCreateToListByEmail named _RecipientCreateToListByEmail_ContainedType
2015-04-23 10:20:56.826783 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element apiKey of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.826836 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element apiKey to complexType _RecipientCreateToListByEmail_ContainedType
2015-04-23 10:20:56.826895 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element apiKey
2015-04-23 10:20:56.827001 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element addresses of type http://epostservice.se/aspnet/api3:ArrayOfString
2015-04-23 10:20:56.827033 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element addresses to complexType _RecipientCreateToListByEmail_ContainedType
2015-04-23 10:20:56.827087 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element addresses
2015-04-23 10:20:56.827187 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element listids of type http://epostservice.se/aspnet/api3:ArrayOfInt
2015-04-23 10:20:56.827218 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element listids to complexType _RecipientCreateToListByEmail_ContainedType
2015-04-23 10:20:56.827271 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element listids
2015-04-23 10:20:56.827347 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _RecipientCreateToListByEmail_ContainedType
2015-04-23 10:20:56.827423 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=3)</i>
'apiKey' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'apiKey'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'addresses' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'addresses'</font> <i>(length=9)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:ArrayOfString'</font> <i>(length=48)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'listids' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'listids'</font> <i>(length=7)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:ArrayOfInt'</font> <i>(length=45)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.827477 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element RecipientCreateToListByEmail
2015-04-23 10:20:56.827546 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element RecipientCreateToListByEmailResponse type _RecipientCreateToListByEmailResponse_ContainedType
2015-04-23 10:20:56.827572 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element RecipientCreateToListByEmailResponse to elements array
2015-04-23 10:20:56.827645 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element RecipientCreateToListByEmailResponse named _RecipientCreateToListByEmailResponse_ContainedType
2015-04-23 10:20:56.827700 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _RecipientCreateToListByEmailResponse_ContainedType
2015-04-23 10:20:56.827742 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=3)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
</pre>
2015-04-23 10:20:56.827793 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element RecipientCreateToListByEmailResponse
2015-04-23 10:20:56.827864 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element RecipientCreateToListByIds type _RecipientCreateToListByIds_ContainedType
2015-04-23 10:20:56.827889 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element RecipientCreateToListByIds to elements array
2015-04-23 10:20:56.827959 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element RecipientCreateToListByIds named _RecipientCreateToListByIds_ContainedType
2015-04-23 10:20:56.828100 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element apiKey of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.828132 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element apiKey to complexType _RecipientCreateToListByIds_ContainedType
2015-04-23 10:20:56.828188 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element apiKey
2015-04-23 10:20:56.828289 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element addressids of type http://epostservice.se/aspnet/api3:ArrayOfInt
2015-04-23 10:20:56.828321 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element addressids to complexType _RecipientCreateToListByIds_ContainedType
2015-04-23 10:20:56.828374 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element addressids
2015-04-23 10:20:56.828475 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element listids of type http://epostservice.se/aspnet/api3:ArrayOfInt
2015-04-23 10:20:56.829939 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element listids to complexType _RecipientCreateToListByIds_ContainedType
2015-04-23 10:20:56.830014 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element listids
2015-04-23 10:20:56.830119 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _RecipientCreateToListByIds_ContainedType
2015-04-23 10:20:56.830212 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=3)</i>
'apiKey' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'apiKey'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'addressids' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'addressids'</font> <i>(length=10)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:ArrayOfInt'</font> <i>(length=45)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'listids' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'listids'</font> <i>(length=7)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:ArrayOfInt'</font> <i>(length=45)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.830268 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element RecipientCreateToListByIds
2015-04-23 10:20:56.830342 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element RecipientCreateToListByIdsResponse type _RecipientCreateToListByIdsResponse_ContainedType
2015-04-23 10:20:56.830367 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element RecipientCreateToListByIdsResponse to elements array
2015-04-23 10:20:56.830438 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element RecipientCreateToListByIdsResponse named _RecipientCreateToListByIdsResponse_ContainedType
2015-04-23 10:20:56.830492 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _RecipientCreateToListByIdsResponse_ContainedType
2015-04-23 10:20:56.830536 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=3)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
</pre>
2015-04-23 10:20:56.830589 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element RecipientCreateToListByIdsResponse
2015-04-23 10:20:56.830661 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element RecipientGet type _RecipientGet_ContainedType
2015-04-23 10:20:56.830686 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element RecipientGet to elements array
2015-04-23 10:20:56.830753 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element RecipientGet named _RecipientGet_ContainedType
2015-04-23 10:20:56.830897 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element apiKey of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.830928 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element apiKey to complexType _RecipientGet_ContainedType
2015-04-23 10:20:56.830979 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element apiKey
2015-04-23 10:20:56.831074 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element address of type http://epostservice.se/aspnet/api3:Address
2015-04-23 10:20:56.831104 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element address to complexType _RecipientGet_ContainedType
2015-04-23 10:20:56.831155 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element address
2015-04-23 10:20:56.831262 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _RecipientGet_ContainedType
2015-04-23 10:20:56.831351 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=2)</i>
'apiKey' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'apiKey'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'address' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'address'</font> <i>(length=7)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:Address'</font> <i>(length=42)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.831413 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element RecipientGet
2015-04-23 10:20:56.831486 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element RecipientGetResponse type _RecipientGetResponse_ContainedType
2015-04-23 10:20:56.831511 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element RecipientGetResponse to elements array
2015-04-23 10:20:56.831586 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element RecipientGetResponse named _RecipientGetResponse_ContainedType
2015-04-23 10:20:56.831726 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element RecipientGetResult of type http://epostservice.se/aspnet/api3:Address
2015-04-23 10:20:56.831757 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element RecipientGetResult to complexType _RecipientGetResponse_ContainedType
2015-04-23 10:20:56.831811 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element RecipientGetResult
2015-04-23 10:20:56.831884 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _RecipientGetResponse_ContainedType
2015-04-23 10:20:56.831939 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=1)</i>
'RecipientGetResult' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'RecipientGetResult'</font> <i>(length=18)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:Address'</font> <i>(length=42)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.831990 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element RecipientGetResponse
2015-04-23 10:20:56.832059 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element RecipientGetListByIds type _RecipientGetListByIds_ContainedType
2015-04-23 10:20:56.832085 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element RecipientGetListByIds to elements array
2015-04-23 10:20:56.832157 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element RecipientGetListByIds named _RecipientGetListByIds_ContainedType
2015-04-23 10:20:56.832298 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element apiKey of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.832330 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element apiKey to complexType _RecipientGetListByIds_ContainedType
2015-04-23 10:20:56.832380 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element apiKey
2015-04-23 10:20:56.832479 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element ids of type http://epostservice.se/aspnet/api3:ArrayOfInt
2015-04-23 10:20:56.832584 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element ids to complexType _RecipientGetListByIds_ContainedType
2015-04-23 10:20:56.832641 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element ids
2015-04-23 10:20:56.832717 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _RecipientGetListByIds_ContainedType
2015-04-23 10:20:56.832787 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=2)</i>
'apiKey' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'apiKey'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'ids' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'ids'</font> <i>(length=3)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:ArrayOfInt'</font> <i>(length=45)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.832843 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element RecipientGetListByIds
2015-04-23 10:20:56.832917 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element RecipientGetListByIdsResponse type _RecipientGetListByIdsResponse_ContainedType
2015-04-23 10:20:56.832942 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element RecipientGetListByIdsResponse to elements array
2015-04-23 10:20:56.833015 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element RecipientGetListByIdsResponse named _RecipientGetListByIdsResponse_ContainedType
2015-04-23 10:20:56.833158 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element RecipientGetListByIdsResult of type http://epostservice.se/aspnet/api3:Address
2015-04-23 10:20:56.833190 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element RecipientGetListByIdsResult to complexType _RecipientGetListByIdsResponse_ContainedType
2015-04-23 10:20:56.833244 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element RecipientGetListByIdsResult
2015-04-23 10:20:56.833319 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _RecipientGetListByIdsResponse_ContainedType
2015-04-23 10:20:56.833376 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=1)</i>
'RecipientGetListByIdsResult' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'RecipientGetListByIdsResult'</font> <i>(length=27)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:Address'</font> <i>(length=42)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.833430 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element RecipientGetListByIdsResponse
2015-04-23 10:20:56.833501 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element RecipientGetListByEmails type _RecipientGetListByEmails_ContainedType
2015-04-23 10:20:56.833526 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element RecipientGetListByEmails to elements array
2015-04-23 10:20:56.833596 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element RecipientGetListByEmails named _RecipientGetListByEmails_ContainedType
2015-04-23 10:20:56.833736 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element apiKey of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.833769 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element apiKey to complexType _RecipientGetListByEmails_ContainedType
2015-04-23 10:20:56.833822 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element apiKey
2015-04-23 10:20:56.833925 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element emails of type http://epostservice.se/aspnet/api3:ArrayOfString
2015-04-23 10:20:56.833958 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element emails to complexType _RecipientGetListByEmails_ContainedType
2015-04-23 10:20:56.834015 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element emails
2015-04-23 10:20:56.834090 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _RecipientGetListByEmails_ContainedType
2015-04-23 10:20:56.834157 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=2)</i>
'apiKey' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'apiKey'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'emails' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'emails'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:ArrayOfString'</font> <i>(length=48)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.834210 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element RecipientGetListByEmails
2015-04-23 10:20:56.834281 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element RecipientGetListByEmailsResponse type _RecipientGetListByEmailsResponse_ContainedType
2015-04-23 10:20:56.834306 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element RecipientGetListByEmailsResponse to elements array
2015-04-23 10:20:56.834375 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element RecipientGetListByEmailsResponse named _RecipientGetListByEmailsResponse_ContainedType
2015-04-23 10:20:56.834517 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element RecipientGetListByEmailsResult of type http://epostservice.se/aspnet/api3:Address
2015-04-23 10:20:56.834549 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element RecipientGetListByEmailsResult to complexType _RecipientGetListByEmailsResponse_ContainedType
2015-04-23 10:20:56.834603 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element RecipientGetListByEmailsResult
2015-04-23 10:20:56.834678 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _RecipientGetListByEmailsResponse_ContainedType
2015-04-23 10:20:56.834733 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=1)</i>
'RecipientGetListByEmailsResult' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'RecipientGetListByEmailsResult'</font> <i>(length=30)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:Address'</font> <i>(length=42)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.834789 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element RecipientGetListByEmailsResponse
2015-04-23 10:20:56.834861 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element RecipientAddressLists type _RecipientAddressLists_ContainedType
2015-04-23 10:20:56.834886 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element RecipientAddressLists to elements array
2015-04-23 10:20:56.834958 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element RecipientAddressLists named _RecipientAddressLists_ContainedType
2015-04-23 10:20:56.835100 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element apiKey of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.835131 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element apiKey to complexType _RecipientAddressLists_ContainedType
2015-04-23 10:20:56.835185 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element apiKey
2015-04-23 10:20:56.835304 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element address of type http://epostservice.se/aspnet/api3:Address
2015-04-23 10:20:56.835439 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element address to complexType _RecipientAddressLists_ContainedType
2015-04-23 10:20:56.835505 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element address
2015-04-23 10:20:56.835581 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _RecipientAddressLists_ContainedType
2015-04-23 10:20:56.835649 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=2)</i>
'apiKey' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'apiKey'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'address' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'address'</font> <i>(length=7)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:Address'</font> <i>(length=42)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.835706 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element RecipientAddressLists
2015-04-23 10:20:56.835778 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element RecipientAddressListsResponse type _RecipientAddressListsResponse_ContainedType
2015-04-23 10:20:56.835803 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element RecipientAddressListsResponse to elements array
2015-04-23 10:20:56.835879 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element RecipientAddressListsResponse named _RecipientAddressListsResponse_ContainedType
2015-04-23 10:20:56.836019 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element RecipientAddressListsResult of type http://epostservice.se/aspnet/api3:ArrayOfAddressList
2015-04-23 10:20:56.836051 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element RecipientAddressListsResult to complexType _RecipientAddressListsResponse_ContainedType
2015-04-23 10:20:56.836105 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element RecipientAddressListsResult
2015-04-23 10:20:56.836176 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _RecipientAddressListsResponse_ContainedType
2015-04-23 10:20:56.836234 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=1)</i>
'RecipientAddressListsResult' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'RecipientAddressListsResult'</font> <i>(length=27)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:ArrayOfAddressList'</font> <i>(length=53)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.836287 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element RecipientAddressListsResponse
2015-04-23 10:20:56.836358 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element RecipientErase type _RecipientErase_ContainedType
2015-04-23 10:20:56.836383 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element RecipientErase to elements array
2015-04-23 10:20:56.836541 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element RecipientErase named _RecipientErase_ContainedType
2015-04-23 10:20:56.836692 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element apiKey of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.836723 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element apiKey to complexType _RecipientErase_ContainedType
2015-04-23 10:20:56.836775 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element apiKey
2015-04-23 10:20:56.836874 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element address of type http://epostservice.se/aspnet/api3:Address
2015-04-23 10:20:56.836904 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element address to complexType _RecipientErase_ContainedType
2015-04-23 10:20:56.836955 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element address
2015-04-23 10:20:56.837026 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _RecipientErase_ContainedType
2015-04-23 10:20:56.837094 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=2)</i>
'apiKey' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'apiKey'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'address' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'address'</font> <i>(length=7)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:Address'</font> <i>(length=42)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.837145 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element RecipientErase
2015-04-23 10:20:56.837214 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element RecipientEraseResponse type _RecipientEraseResponse_ContainedType
2015-04-23 10:20:56.837237 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element RecipientEraseResponse to elements array
2015-04-23 10:20:56.837309 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element RecipientEraseResponse named _RecipientEraseResponse_ContainedType
2015-04-23 10:20:56.837364 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _RecipientEraseResponse_ContainedType
2015-04-23 10:20:56.837409 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=3)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
</pre>
2015-04-23 10:20:56.837481 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element RecipientEraseResponse
2015-04-23 10:20:56.837559 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element RecipientVerifiedSubscribe type _RecipientVerifiedSubscribe_ContainedType
2015-04-23 10:20:56.837584 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element RecipientVerifiedSubscribe to elements array
2015-04-23 10:20:56.837654 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element RecipientVerifiedSubscribe named _RecipientVerifiedSubscribe_ContainedType
2015-04-23 10:20:56.837796 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element apiKey of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.837828 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element apiKey to complexType _RecipientVerifiedSubscribe_ContainedType
2015-04-23 10:20:56.837883 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element apiKey
2015-04-23 10:20:56.837982 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element address of type http://epostservice.se/aspnet/api3:Address
2015-04-23 10:20:56.838014 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element address to complexType _RecipientVerifiedSubscribe_ContainedType
2015-04-23 10:20:56.838068 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element address
2015-04-23 10:20:56.838168 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element lists of type http://epostservice.se/aspnet/api3:ArrayOfAddressList
2015-04-23 10:20:56.838200 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element lists to complexType _RecipientVerifiedSubscribe_ContainedType
2015-04-23 10:20:56.838252 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element lists
2015-04-23 10:20:56.838352 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element extra of type http://epostservice.se/aspnet/api3:ArrayOfField
2015-04-23 10:20:56.838387 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element extra to complexType _RecipientVerifiedSubscribe_ContainedType
2015-04-23 10:20:56.838440 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element extra
2015-04-23 10:20:56.838512 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _RecipientVerifiedSubscribe_ContainedType
2015-04-23 10:20:56.838593 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=4)</i>
'apiKey' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'apiKey'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'address' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'address'</font> <i>(length=7)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:Address'</font> <i>(length=42)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'lists' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'lists'</font> <i>(length=5)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:ArrayOfAddressList'</font> <i>(length=53)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'extra' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'extra'</font> <i>(length=5)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:ArrayOfField'</font> <i>(length=47)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.838651 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element RecipientVerifiedSubscribe
2015-04-23 10:20:56.838720 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element RecipientVerifiedSubscribeResponse type _RecipientVerifiedSubscribeResponse_ContainedType
2015-04-23 10:20:56.838743 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element RecipientVerifiedSubscribeResponse to elements array
2015-04-23 10:20:56.838813 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element RecipientVerifiedSubscribeResponse named _RecipientVerifiedSubscribeResponse_ContainedType
2015-04-23 10:20:56.838868 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _RecipientVerifiedSubscribeResponse_ContainedType
2015-04-23 10:20:56.838908 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=3)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
</pre>
2015-04-23 10:20:56.838959 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element RecipientVerifiedSubscribeResponse
2015-04-23 10:20:56.839028 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element RecipientRemoveFromList type _RecipientRemoveFromList_ContainedType
2015-04-23 10:20:56.839053 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element RecipientRemoveFromList to elements array
2015-04-23 10:20:56.839278 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element RecipientRemoveFromList named _RecipientRemoveFromList_ContainedType
2015-04-23 10:20:56.839665 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element apiKey of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.839700 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element apiKey to complexType _RecipientRemoveFromList_ContainedType
2015-04-23 10:20:56.839806 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element apiKey
2015-04-23 10:20:56.840126 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element address of type http://epostservice.se/aspnet/api3:Address
2015-04-23 10:20:56.840163 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element address to complexType _RecipientRemoveFromList_ContainedType
2015-04-23 10:20:56.840220 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element address
2015-04-23 10:20:56.840461 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element lists of type http://epostservice.se/aspnet/api3:ArrayOfAddressList
2015-04-23 10:20:56.840686 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element lists to complexType _RecipientRemoveFromList_ContainedType
2015-04-23 10:20:56.840759 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element lists
2015-04-23 10:20:56.840982 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _RecipientRemoveFromList_ContainedType
2015-04-23 10:20:56.841130 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=3)</i>
'apiKey' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'apiKey'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'address' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'address'</font> <i>(length=7)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:Address'</font> <i>(length=42)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'lists' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'lists'</font> <i>(length=5)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:ArrayOfAddressList'</font> <i>(length=53)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.841199 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element RecipientRemoveFromList
2015-04-23 10:20:56.841345 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element RecipientRemoveFromListResponse type _RecipientRemoveFromListResponse_ContainedType
2015-04-23 10:20:56.841406 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element RecipientRemoveFromListResponse to elements array
2015-04-23 10:20:56.841599 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element RecipientRemoveFromListResponse named _RecipientRemoveFromListResponse_ContainedType
2015-04-23 10:20:56.841798 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _RecipientRemoveFromListResponse_ContainedType
2015-04-23 10:20:56.841848 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=3)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
</pre>
2015-04-23 10:20:56.842005 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element RecipientRemoveFromListResponse
2015-04-23 10:20:56.842206 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element FieldList type _FieldList_ContainedType
2015-04-23 10:20:56.842253 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element FieldList to elements array
2015-04-23 10:20:56.842427 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element FieldList named _FieldList_ContainedType
2015-04-23 10:20:56.842583 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element apiKey of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.842616 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element apiKey to complexType _FieldList_ContainedType
2015-04-23 10:20:56.842670 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element apiKey
2015-04-23 10:20:56.842746 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _FieldList_ContainedType
2015-04-23 10:20:56.842803 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=1)</i>
'apiKey' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'apiKey'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.842863 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element FieldList
2015-04-23 10:20:56.842940 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element FieldListResponse type _FieldListResponse_ContainedType
2015-04-23 10:20:56.842963 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element FieldListResponse to elements array
2015-04-23 10:20:56.843028 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element FieldListResponse named _FieldListResponse_ContainedType
2015-04-23 10:20:56.843159 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element FieldListResult of type http://epostservice.se/aspnet/api3:ArrayOfField
2015-04-23 10:20:56.843190 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element FieldListResult to complexType _FieldListResponse_ContainedType
2015-04-23 10:20:56.843240 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element FieldListResult
2015-04-23 10:20:56.843319 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _FieldListResponse_ContainedType
2015-04-23 10:20:56.843374 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=1)</i>
'FieldListResult' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'FieldListResult'</font> <i>(length=15)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:ArrayOfField'</font> <i>(length=47)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.843427 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element FieldListResponse
2015-04-23 10:20:56.843495 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element FieldAdd type _FieldAdd_ContainedType
2015-04-23 10:20:56.843519 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element FieldAdd to elements array
2015-04-23 10:20:56.843586 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element FieldAdd named _FieldAdd_ContainedType
2015-04-23 10:20:56.843720 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element apiKey of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.843751 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element apiKey to complexType _FieldAdd_ContainedType
2015-04-23 10:20:56.843802 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element apiKey
2015-04-23 10:20:56.843898 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element fieldName of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.843928 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element fieldName to complexType _FieldAdd_ContainedType
2015-04-23 10:20:56.843978 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element fieldName
2015-04-23 10:20:56.844074 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element fieldType of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.844106 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element fieldType to complexType _FieldAdd_ContainedType
2015-04-23 10:20:56.844289 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element fieldType
2015-04-23 10:20:56.844362 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _FieldAdd_ContainedType
2015-04-23 10:20:56.844434 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=3)</i>
'apiKey' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'apiKey'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'fieldName' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'fieldName'</font> <i>(length=9)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'fieldType' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'fieldType'</font> <i>(length=9)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.844487 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element FieldAdd
2015-04-23 10:20:56.844612 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element FieldAddResponse type _FieldAddResponse_ContainedType
2015-04-23 10:20:56.844636 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element FieldAddResponse to elements array
2015-04-23 10:20:56.844706 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element FieldAddResponse named _FieldAddResponse_ContainedType
2015-04-23 10:20:56.844839 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element FieldAddResult of type http://epostservice.se/aspnet/api3:Field
2015-04-23 10:20:56.844869 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element FieldAddResult to complexType _FieldAddResponse_ContainedType
2015-04-23 10:20:56.844919 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element FieldAddResult
2015-04-23 10:20:56.844988 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _FieldAddResponse_ContainedType
2015-04-23 10:20:56.845044 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=1)</i>
'FieldAddResult' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'FieldAddResult'</font> <i>(length=14)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:Field'</font> <i>(length=40)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.845093 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element FieldAddResponse
2015-04-23 10:20:56.845158 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element AddresslistSearch type _AddresslistSearch_ContainedType
2015-04-23 10:20:56.845181 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element AddresslistSearch to elements array
2015-04-23 10:20:56.845260 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element AddresslistSearch named _AddresslistSearch_ContainedType
2015-04-23 10:20:56.845507 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element apiKey of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.845539 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element apiKey to complexType _AddresslistSearch_ContainedType
2015-04-23 10:20:56.845591 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element apiKey
2015-04-23 10:20:56.845702 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element query of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.845734 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element query to complexType _AddresslistSearch_ContainedType
2015-04-23 10:20:56.845788 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element query
2015-04-23 10:20:56.845864 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _AddresslistSearch_ContainedType
2015-04-23 10:20:56.845934 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=2)</i>
'apiKey' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'apiKey'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'query' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'query'</font> <i>(length=5)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.845988 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element AddresslistSearch
2015-04-23 10:20:56.846059 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element AddresslistSearchResponse type _AddresslistSearchResponse_ContainedType
2015-04-23 10:20:56.846084 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element AddresslistSearchResponse to elements array
2015-04-23 10:20:56.846158 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element AddresslistSearchResponse named _AddresslistSearchResponse_ContainedType
2015-04-23 10:20:56.846300 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element AddresslistSearchResult of type http://epostservice.se/aspnet/api3:ArrayOfAddressList
2015-04-23 10:20:56.846333 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element AddresslistSearchResult to complexType _AddresslistSearchResponse_ContainedType
2015-04-23 10:20:56.846387 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element AddresslistSearchResult
2015-04-23 10:20:56.846462 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _AddresslistSearchResponse_ContainedType
2015-04-23 10:20:56.846519 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=1)</i>
'AddresslistSearchResult' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'AddresslistSearchResult'</font> <i>(length=23)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:ArrayOfAddressList'</font> <i>(length=53)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.846575 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element AddresslistSearchResponse
2015-04-23 10:20:56.846646 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element AddresslistCreate type _AddresslistCreate_ContainedType
2015-04-23 10:20:56.846671 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element AddresslistCreate to elements array
2015-04-23 10:20:56.846741 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element AddresslistCreate named _AddresslistCreate_ContainedType
2015-04-23 10:20:56.846882 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element apiKey of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.846912 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element apiKey to complexType _AddresslistCreate_ContainedType
2015-04-23 10:20:56.846961 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element apiKey
2015-04-23 10:20:56.847054 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element list of type http://epostservice.se/aspnet/api3:AddressList
2015-04-23 10:20:56.847083 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element list to complexType _AddresslistCreate_ContainedType
2015-04-23 10:20:56.847138 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element list
2015-04-23 10:20:56.847208 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _AddresslistCreate_ContainedType
2015-04-23 10:20:56.847287 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=2)</i>
'apiKey' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'apiKey'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'list' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'list'</font> <i>(length=4)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:AddressList'</font> <i>(length=46)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.847358 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element AddresslistCreate
2015-04-23 10:20:56.847427 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element AddresslistCreateResponse type _AddresslistCreateResponse_ContainedType
2015-04-23 10:20:56.847451 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element AddresslistCreateResponse to elements array
2015-04-23 10:20:56.847518 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element AddresslistCreateResponse named _AddresslistCreateResponse_ContainedType
2015-04-23 10:20:56.847652 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element AddresslistCreateResult of type http://epostservice.se/aspnet/api3:AddressList
2015-04-23 10:20:56.847683 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element AddresslistCreateResult to complexType _AddresslistCreateResponse_ContainedType
2015-04-23 10:20:56.847733 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element AddresslistCreateResult
2015-04-23 10:20:56.847804 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _AddresslistCreateResponse_ContainedType
2015-04-23 10:20:56.847863 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=1)</i>
'AddresslistCreateResult' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'AddresslistCreateResult'</font> <i>(length=23)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:AddressList'</font> <i>(length=46)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.847914 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element AddresslistCreateResponse
2015-04-23 10:20:56.847981 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element AddressLists type _AddressLists_ContainedType
2015-04-23 10:20:56.848005 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element AddressLists to elements array
2015-04-23 10:20:56.848074 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element AddressLists named _AddressLists_ContainedType
2015-04-23 10:20:56.848209 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element apiKey of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.848239 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element apiKey to complexType _AddressLists_ContainedType
2015-04-23 10:20:56.848289 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element apiKey
2015-04-23 10:20:56.848368 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _AddressLists_ContainedType
2015-04-23 10:20:56.848422 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=1)</i>
'apiKey' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'apiKey'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.848473 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element AddressLists
2015-04-23 10:20:56.848599 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element AddressListsResponse type _AddressListsResponse_ContainedType
2015-04-23 10:20:56.848625 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element AddressListsResponse to elements array
2015-04-23 10:20:56.848695 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element AddressListsResponse named _AddressListsResponse_ContainedType
2015-04-23 10:20:56.848827 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element AddressListsResult of type http://epostservice.se/aspnet/api3:ArrayOfAddressList
2015-04-23 10:20:56.848857 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element AddressListsResult to complexType _AddressListsResponse_ContainedType
2015-04-23 10:20:56.848907 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element AddressListsResult
2015-04-23 10:20:56.848977 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _AddressListsResponse_ContainedType
2015-04-23 10:20:56.849032 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=1)</i>
'AddressListsResult' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'AddressListsResult'</font> <i>(length=18)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:ArrayOfAddressList'</font> <i>(length=53)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.849081 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element AddressListsResponse
2015-04-23 10:20:56.849146 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element DocumentCreate type _DocumentCreate_ContainedType
2015-04-23 10:20:56.849169 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element DocumentCreate to elements array
2015-04-23 10:20:56.849233 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element DocumentCreate named _DocumentCreate_ContainedType
2015-04-23 10:20:56.849362 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element apiKey of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.849392 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element apiKey to complexType _DocumentCreate_ContainedType
2015-04-23 10:20:56.849440 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element apiKey
2015-04-23 10:20:56.849533 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element document of type http://epostservice.se/aspnet/api3:Document
2015-04-23 10:20:56.849562 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element document to complexType _DocumentCreate_ContainedType
2015-04-23 10:20:56.849613 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element document
2015-04-23 10:20:56.849684 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _DocumentCreate_ContainedType
2015-04-23 10:20:56.849753 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=2)</i>
'apiKey' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'apiKey'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'document' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'document'</font> <i>(length=8)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:Document'</font> <i>(length=43)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.849809 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element DocumentCreate
2015-04-23 10:20:56.849870 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing named complexType Document
2015-04-23 10:20:56.850002 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element documentId of type http://www.w3.org/2001/XMLSchema:int
2015-04-23 10:20:56.850032 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element documentId to complexType Document
2015-04-23 10:20:56.850082 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element documentId
2015-04-23 10:20:56.850177 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element subject of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.850206 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element subject to complexType Document
2015-04-23 10:20:56.850254 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element subject
2015-04-23 10:20:56.850357 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element name of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.850387 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element name to complexType Document
2015-04-23 10:20:56.850449 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element name
2015-04-23 10:20:56.850591 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element senderAddress of type http://epostservice.se/aspnet/api3:Address
2015-04-23 10:20:56.850622 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element senderAddress to complexType Document
2015-04-23 10:20:56.850672 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element senderAddress
2015-04-23 10:20:56.850764 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element state of type http://epostservice.se/aspnet/api3:DocumentState
2015-04-23 10:20:56.850793 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element state to complexType Document
2015-04-23 10:20:56.850841 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element state
2015-04-23 10:20:56.850940 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element schedule of type http://www.w3.org/2001/XMLSchema:dateTime
2015-04-23 10:20:56.850973 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element schedule to complexType Document
2015-04-23 10:20:56.851022 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element schedule
2015-04-23 10:20:56.851116 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element created of type http://www.w3.org/2001/XMLSchema:dateTime
2015-04-23 10:20:56.851145 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element created to complexType Document
2015-04-23 10:20:56.851193 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element created
2015-04-23 10:20:56.851286 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element changed of type http://www.w3.org/2001/XMLSchema:dateTime
2015-04-23 10:20:56.851315 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element changed to complexType Document
2015-04-23 10:20:56.851363 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element changed
2015-04-23 10:20:56.851462 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element issurvey of type http://www.w3.org/2001/XMLSchema:boolean
2015-04-23 10:20:56.851490 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element issurvey to complexType Document
2015-04-23 10:20:56.851539 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element issurvey
2015-04-23 10:20:56.851636 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element isweb of type http://www.w3.org/2001/XMLSchema:boolean
2015-04-23 10:20:56.851665 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element isweb to complexType Document
2015-04-23 10:20:56.851713 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element isweb
2015-04-23 10:20:56.851814 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element isemail of type http://www.w3.org/2001/XMLSchema:boolean
2015-04-23 10:20:56.851843 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element isemail to complexType Document
2015-04-23 10:20:56.851891 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element isemail
2015-04-23 10:20:56.851984 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element changedbyid of type http://www.w3.org/2001/XMLSchema:int
2015-04-23 10:20:56.852013 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element changedbyid to complexType Document
2015-04-23 10:20:56.852061 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element changedbyid
2015-04-23 10:20:56.852153 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element templateId of type http://www.w3.org/2001/XMLSchema:int
2015-04-23 10:20:56.852184 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element templateId to complexType Document
2015-04-23 10:20:56.852234 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element templateId
2015-04-23 10:20:56.852333 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element stylesheetId of type http://www.w3.org/2001/XMLSchema:int
2015-04-23 10:20:56.852362 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element stylesheetId to complexType Document
2015-04-23 10:20:56.852410 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element stylesheetId
2015-04-23 10:20:56.852559 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element headerId of type http://www.w3.org/2001/XMLSchema:int
2015-04-23 10:20:56.852592 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element headerId to complexType Document
2015-04-23 10:20:56.852654 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element headerId
2015-04-23 10:20:56.852882 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element footerId of type http://www.w3.org/2001/XMLSchema:int
2015-04-23 10:20:56.852925 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element footerId to complexType Document
2015-04-23 10:20:56.852989 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element footerId
2015-04-23 10:20:56.853097 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element preheader of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.853129 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element preheader to complexType Document
2015-04-23 10:20:56.853181 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element preheader
2015-04-23 10:20:56.853290 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element fields of type http://epostservice.se/aspnet/api3:ArrayOfField
2015-04-23 10:20:56.853320 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element fields to complexType Document
2015-04-23 10:20:56.853369 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element fields
2015-04-23 10:20:56.853439 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType Document
2015-04-23 10:20:56.853671 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=6)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'Document'</font> <i>(length=8)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=18)</i>
'documentId' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'documentId'</font> <i>(length=10)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:int'</font> <i>(length=36)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'subject' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'subject'</font> <i>(length=7)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'name' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'name'</font> <i>(length=4)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'senderAddress' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'senderAddress'</font> <i>(length=13)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:Address'</font> <i>(length=42)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'state' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'state'</font> <i>(length=5)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:DocumentState'</font> <i>(length=48)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'schedule' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=6)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'schedule'</font> <i>(length=8)</i>
'nillable' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'true'</font> <i>(length=4)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:dateTime'</font> <i>(length=41)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'created' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'created'</font> <i>(length=7)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:dateTime'</font> <i>(length=41)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'changed' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'changed'</font> <i>(length=7)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:dateTime'</font> <i>(length=41)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'issurvey' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=6)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'issurvey'</font> <i>(length=8)</i>
'nillable' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'true'</font> <i>(length=4)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:boolean'</font> <i>(length=40)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'isweb' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=6)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'isweb'</font> <i>(length=5)</i>
'nillable' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'true'</font> <i>(length=4)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:boolean'</font> <i>(length=40)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'isemail' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=6)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'isemail'</font> <i>(length=7)</i>
'nillable' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'true'</font> <i>(length=4)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:boolean'</font> <i>(length=40)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'changedbyid' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'changedbyid'</font> <i>(length=11)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:int'</font> <i>(length=36)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'templateId' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'templateId'</font> <i>(length=10)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:int'</font> <i>(length=36)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'stylesheetId' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=6)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'stylesheetId'</font> <i>(length=12)</i>
'nillable' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'true'</font> <i>(length=4)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:int'</font> <i>(length=36)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'headerId' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=6)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'headerId'</font> <i>(length=8)</i>
'nillable' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'true'</font> <i>(length=4)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:int'</font> <i>(length=36)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'footerId' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=6)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'footerId'</font> <i>(length=8)</i>
'nillable' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'true'</font> <i>(length=4)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:int'</font> <i>(length=36)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'preheader' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'preheader'</font> <i>(length=9)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'fields' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'fields'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:ArrayOfField'</font> <i>(length=47)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.853760 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing simpleType for name DocumentState
2015-04-23 10:20:56.853849 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> restriction http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.853916 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration Draft
2015-04-23 10:20:56.853998 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration Published
2015-04-23 10:20:56.854079 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration Erased
2015-04-23 10:20:56.854160 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration Undefined
2015-04-23 10:20:56.854253 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing simpleType DocumentState
2015-04-23 10:20:56.854303 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'DocumentState'</font> <i>(length=13)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'simpleType'</font> <i>(length=10)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'scalar'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'enumeration' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=4)</i>
0 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'Draft'</font> <i>(length=5)</i>
1 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'Published'</font> <i>(length=9)</i>
2 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'Erased'</font> <i>(length=6)</i>
3 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'Undefined'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.854372 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element DocumentCreateResponse type _DocumentCreateResponse_ContainedType
2015-04-23 10:20:56.854396 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element DocumentCreateResponse to elements array
2015-04-23 10:20:56.854465 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element DocumentCreateResponse named _DocumentCreateResponse_ContainedType
2015-04-23 10:20:56.854598 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element DocumentCreateResult of type http://epostservice.se/aspnet/api3:Document
2015-04-23 10:20:56.854627 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element DocumentCreateResult to complexType _DocumentCreateResponse_ContainedType
2015-04-23 10:20:56.854677 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element DocumentCreateResult
2015-04-23 10:20:56.854746 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _DocumentCreateResponse_ContainedType
2015-04-23 10:20:56.854798 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=1)</i>
'DocumentCreateResult' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'DocumentCreateResult'</font> <i>(length=20)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:Document'</font> <i>(length=43)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.854857 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element DocumentCreateResponse
2015-04-23 10:20:56.854939 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element DocumentCreateByRssFeed type _DocumentCreateByRssFeed_ContainedType
2015-04-23 10:20:56.854972 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element DocumentCreateByRssFeed to elements array
2015-04-23 10:20:56.855060 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element DocumentCreateByRssFeed named _DocumentCreateByRssFeed_ContainedType
2015-04-23 10:20:56.855216 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element apiKey of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.855246 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element apiKey to complexType _DocumentCreateByRssFeed_ContainedType
2015-04-23 10:20:56.855296 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element apiKey
2015-04-23 10:20:56.855390 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element document of type http://epostservice.se/aspnet/api3:Document
2015-04-23 10:20:56.856171 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element document to complexType _DocumentCreateByRssFeed_ContainedType
2015-04-23 10:20:56.856228 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element document
2015-04-23 10:20:56.856325 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element rssUrl of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.856355 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element rssUrl to complexType _DocumentCreateByRssFeed_ContainedType
2015-04-23 10:20:56.856408 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element rssUrl
2015-04-23 10:20:56.856546 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element rssTemplateId of type http://www.w3.org/2001/XMLSchema:int
2015-04-23 10:20:56.856581 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element rssTemplateId to complexType _DocumentCreateByRssFeed_ContainedType
2015-04-23 10:20:56.856635 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element rssTemplateId
2015-04-23 10:20:56.856733 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element extra of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.856762 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element extra to complexType _DocumentCreateByRssFeed_ContainedType
2015-04-23 10:20:56.856812 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element extra
2015-04-23 10:20:56.856881 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _DocumentCreateByRssFeed_ContainedType
2015-04-23 10:20:56.856972 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'apiKey' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'apiKey'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'document' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'document'</font> <i>(length=8)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:Document'</font> <i>(length=43)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'rssUrl' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'rssUrl'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'rssTemplateId' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'rssTemplateId'</font> <i>(length=13)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:int'</font> <i>(length=36)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'extra' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'extra'</font> <i>(length=5)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.857022 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element DocumentCreateByRssFeed
2015-04-23 10:20:56.857088 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element DocumentCreateByRssFeedResponse type _DocumentCreateByRssFeedResponse_ContainedType
2015-04-23 10:20:56.857111 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element DocumentCreateByRssFeedResponse to elements array
2015-04-23 10:20:56.857182 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element DocumentCreateByRssFeedResponse named _DocumentCreateByRssFeedResponse_ContainedType
2015-04-23 10:20:56.857314 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element DocumentCreateByRssFeedResult of type http://epostservice.se/aspnet/api3:Document
2015-04-23 10:20:56.857344 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element DocumentCreateByRssFeedResult to complexType _DocumentCreateByRssFeedResponse_ContainedType
2015-04-23 10:20:56.857393 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element DocumentCreateByRssFeedResult
2015-04-23 10:20:56.857463 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _DocumentCreateByRssFeedResponse_ContainedType
2015-04-23 10:20:56.857515 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=1)</i>
'DocumentCreateByRssFeedResult' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'DocumentCreateByRssFeedResult'</font> <i>(length=29)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:Document'</font> <i>(length=43)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.857564 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element DocumentCreateByRssFeedResponse
2015-04-23 10:20:56.857629 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element DocumentAddBlocksByRssFeed type _DocumentAddBlocksByRssFeed_ContainedType
2015-04-23 10:20:56.857652 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element DocumentAddBlocksByRssFeed to elements array
2015-04-23 10:20:56.857718 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element DocumentAddBlocksByRssFeed named _DocumentAddBlocksByRssFeed_ContainedType
2015-04-23 10:20:56.857849 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element apiKey of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.857879 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element apiKey to complexType _DocumentAddBlocksByRssFeed_ContainedType
2015-04-23 10:20:56.857928 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element apiKey
2015-04-23 10:20:56.858021 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element documentId of type http://www.w3.org/2001/XMLSchema:int
2015-04-23 10:20:56.858050 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element documentId to complexType _DocumentAddBlocksByRssFeed_ContainedType
2015-04-23 10:20:56.858099 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element documentId
2015-04-23 10:20:56.858191 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element rssUrl of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.858220 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element rssUrl to complexType _DocumentAddBlocksByRssFeed_ContainedType
2015-04-23 10:20:56.858268 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element rssUrl
2015-04-23 10:20:56.858360 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element rssTemplateId of type http://www.w3.org/2001/XMLSchema:int
2015-04-23 10:20:56.858389 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element rssTemplateId to complexType _DocumentAddBlocksByRssFeed_ContainedType
2015-04-23 10:20:56.858438 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element rssTemplateId
2015-04-23 10:20:56.858530 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element extra of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.858559 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element extra to complexType _DocumentAddBlocksByRssFeed_ContainedType
2015-04-23 10:20:56.858608 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element extra
2015-04-23 10:20:56.858677 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _DocumentAddBlocksByRssFeed_ContainedType
2015-04-23 10:20:56.858763 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'apiKey' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'apiKey'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'documentId' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'documentId'</font> <i>(length=10)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:int'</font> <i>(length=36)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'rssUrl' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'rssUrl'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'rssTemplateId' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'rssTemplateId'</font> <i>(length=13)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:int'</font> <i>(length=36)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'extra' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'extra'</font> <i>(length=5)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.858813 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element DocumentAddBlocksByRssFeed
2015-04-23 10:20:56.858878 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element DocumentAddBlocksByRssFeedResponse type _DocumentAddBlocksByRssFeedResponse_ContainedType
2015-04-23 10:20:56.858901 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element DocumentAddBlocksByRssFeedResponse to elements array
2015-04-23 10:20:56.858969 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element DocumentAddBlocksByRssFeedResponse named _DocumentAddBlocksByRssFeedResponse_ContainedType
2015-04-23 10:20:56.859122 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element DocumentAddBlocksByRssFeedResult of type http://epostservice.se/aspnet/api3:Document
2015-04-23 10:20:56.859153 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element DocumentAddBlocksByRssFeedResult to complexType _DocumentAddBlocksByRssFeedResponse_ContainedType
2015-04-23 10:20:56.859204 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element DocumentAddBlocksByRssFeedResult
2015-04-23 10:20:56.859274 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _DocumentAddBlocksByRssFeedResponse_ContainedType
2015-04-23 10:20:56.859328 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=1)</i>
'DocumentAddBlocksByRssFeedResult' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'DocumentAddBlocksByRssFeedResult'</font> <i>(length=32)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:Document'</font> <i>(length=43)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.859376 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element DocumentAddBlocksByRssFeedResponse
2015-04-23 10:20:56.859441 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element DocumentSearch type _DocumentSearch_ContainedType
2015-04-23 10:20:56.859464 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element DocumentSearch to elements array
2015-04-23 10:20:56.859528 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element DocumentSearch named _DocumentSearch_ContainedType
2015-04-23 10:20:56.859658 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element apiKey of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.859688 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element apiKey to complexType _DocumentSearch_ContainedType
2015-04-23 10:20:56.859740 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element apiKey
2015-04-23 10:20:56.859835 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element query of type http://epostservice.se/aspnet/api3:ArrayOfDocumentQueryField
2015-04-23 10:20:56.859865 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element query to complexType _DocumentSearch_ContainedType
2015-04-23 10:20:56.859914 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element query
2015-04-23 10:20:56.860007 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element fields of type http://epostservice.se/aspnet/api3:ArrayOfField
2015-04-23 10:20:56.860036 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element fields to complexType _DocumentSearch_ContainedType
2015-04-23 10:20:56.860085 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element fields
2015-04-23 10:20:56.860178 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element onlyids of type http://www.w3.org/2001/XMLSchema:boolean
2015-04-23 10:20:56.860219 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element onlyids to complexType _DocumentSearch_ContainedType
2015-04-23 10:20:56.860271 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element onlyids
2015-04-23 10:20:56.860352 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _DocumentSearch_ContainedType
2015-04-23 10:20:56.860430 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=4)</i>
'apiKey' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'apiKey'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'query' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'query'</font> <i>(length=5)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:ArrayOfDocumentQueryField'</font> <i>(length=60)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'fields' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'fields'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:ArrayOfField'</font> <i>(length=47)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'onlyids' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'onlyids'</font> <i>(length=7)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:boolean'</font> <i>(length=40)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.860481 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element DocumentSearch
2015-04-23 10:20:56.860589 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing named complexType ArrayOfDocumentQueryField
2015-04-23 10:20:56.860760 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element DocumentQueryField of type http://epostservice.se/aspnet/api3:DocumentQueryField
2015-04-23 10:20:56.860792 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element DocumentQueryField to complexType ArrayOfDocumentQueryField
2015-04-23 10:20:56.860842 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element DocumentQueryField
2015-04-23 10:20:56.860911 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType ArrayOfDocumentQueryField
2015-04-23 10:20:56.860968 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=6)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'ArrayOfDocumentQueryField'</font> <i>(length=25)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=1)</i>
'DocumentQueryField' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=6)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'unbounded'</font> <i>(length=9)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'DocumentQueryField'</font> <i>(length=18)</i>
'nillable' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'true'</font> <i>(length=4)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:DocumentQueryField'</font> <i>(length=53)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.861029 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing named complexType DocumentQueryField
2015-04-23 10:20:56.861166 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element query of type http://epostservice.se/aspnet/api3:DocumentQueryOptions
2015-04-23 10:20:56.861195 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element query to complexType DocumentQueryField
2015-04-23 10:20:56.861245 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element query
2015-04-23 10:20:56.861338 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element field of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.861367 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element field to complexType DocumentQueryField
2015-04-23 10:20:56.861427 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element field
2015-04-23 10:20:56.861531 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element documentid of type http://www.w3.org/2001/XMLSchema:int
2015-04-23 10:20:56.861560 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element documentid to complexType DocumentQueryField
2015-04-23 10:20:56.861609 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element documentid
2015-04-23 10:20:56.861702 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element test of type http://epostservice.se/aspnet/api3:QueryTypes
2015-04-23 10:20:56.861731 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element test to complexType DocumentQueryField
2015-04-23 10:20:56.861779 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element test
2015-04-23 10:20:56.861871 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element value1 of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.861900 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element value1 to complexType DocumentQueryField
2015-04-23 10:20:56.861949 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element value1
2015-04-23 10:20:56.862041 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element value2 of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.862070 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element value2 to complexType DocumentQueryField
2015-04-23 10:20:56.862118 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element value2
2015-04-23 10:20:56.862187 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType DocumentQueryField
2015-04-23 10:20:56.862285 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=6)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'DocumentQueryField'</font> <i>(length=18)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=6)</i>
'query' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'query'</font> <i>(length=5)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:DocumentQueryOptions'</font> <i>(length=55)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'field' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'field'</font> <i>(length=5)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'documentid' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'documentid'</font> <i>(length=10)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:int'</font> <i>(length=36)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'test' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'test'</font> <i>(length=4)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:QueryTypes'</font> <i>(length=45)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'value1' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'value1'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'value2' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'value2'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.862364 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing simpleType for name DocumentQueryOptions
2015-04-23 10:20:56.862449 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> restriction http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.862512 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration documentname
2015-04-23 10:20:56.862593 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration documentid
2015-04-23 10:20:56.862673 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration subject
2015-04-23 10:20:56.862753 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration created
2015-04-23 10:20:56.862843 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration authorid
2015-04-23 10:20:56.862930 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration senderid
2015-04-23 10:20:56.863016 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration senttorecipient
2015-04-23 10:20:56.863102 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration openedbyrecipient
2015-04-23 10:20:56.863207 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration linkclickedbyrecipient
2015-04-23 10:20:56.863301 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration publishdate
2015-04-23 10:20:56.863504 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration scheduledate
2015-04-23 10:20:56.863644 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration sentdate
2015-04-23 10:20:56.863747 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration recipientcount
2015-04-23 10:20:56.863837 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration linkclickcount
2015-04-23 10:20:56.863925 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration readcount
2015-04-23 10:20:56.864019 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration haslinkto
2015-04-23 10:20:56.864104 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration issurvey
2015-04-23 10:20:56.864187 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration isscheduled
2015-04-23 10:20:56.864270 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration isemail
2015-04-23 10:20:56.864381 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration isweb
2015-04-23 10:20:56.864462 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration ispublished
2015-04-23 10:20:56.864632 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration issent
2015-04-23 10:20:56.864728 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration documentfield
2015-04-23 10:20:56.864819 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration isdraft
2015-04-23 10:20:56.864900 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration changeddate
2015-04-23 10:20:56.865001 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration changedbyid
2015-04-23 10:20:56.865103 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration iserased
2015-04-23 10:20:56.865183 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration templateid
2015-04-23 10:20:56.865274 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration category
2015-04-23 10:20:56.865357 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration senderemail
2015-04-23 10:20:56.865478 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration addresslistid
2015-04-23 10:20:56.865579 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration addresslistname
2015-04-23 10:20:56.865701 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration state
2015-04-23 10:20:56.865806 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration sendername
2015-04-23 10:20:56.865896 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration ishidefromnewslettergallery
2015-04-23 10:20:56.866009 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration campaignid
2015-04-23 10:20:56.866108 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration categoryid
2015-04-23 10:20:56.866399 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration senttomailid
2015-04-23 10:20:56.866560 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration unitid
2015-04-23 10:20:56.866722 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration publicationid
2015-04-23 10:20:56.866804 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> enumeration issuetypeid
2015-04-23 10:20:56.866897 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing simpleType DocumentQueryOptions
2015-04-23 10:20:56.867003 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'DocumentQueryOptions'</font> <i>(length=20)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'simpleType'</font> <i>(length=10)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'scalar'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'enumeration' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=41)</i>
0 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'documentname'</font> <i>(length=12)</i>
1 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'documentid'</font> <i>(length=10)</i>
2 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'subject'</font> <i>(length=7)</i>
3 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'created'</font> <i>(length=7)</i>
4 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'authorid'</font> <i>(length=8)</i>
5 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'senderid'</font> <i>(length=8)</i>
6 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'senttorecipient'</font> <i>(length=15)</i>
7 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'openedbyrecipient'</font> <i>(length=17)</i>
8 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'linkclickedbyrecipient'</font> <i>(length=22)</i>
9 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'publishdate'</font> <i>(length=11)</i>
10 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'scheduledate'</font> <i>(length=12)</i>
11 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sentdate'</font> <i>(length=8)</i>
12 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'recipientcount'</font> <i>(length=14)</i>
13 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'linkclickcount'</font> <i>(length=14)</i>
14 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'readcount'</font> <i>(length=9)</i>
15 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'haslinkto'</font> <i>(length=9)</i>
16 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'issurvey'</font> <i>(length=8)</i>
17 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'isscheduled'</font> <i>(length=11)</i>
18 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'isemail'</font> <i>(length=7)</i>
19 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'isweb'</font> <i>(length=5)</i>
20 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'ispublished'</font> <i>(length=11)</i>
21 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'issent'</font> <i>(length=6)</i>
22 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'documentfield'</font> <i>(length=13)</i>
23 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'isdraft'</font> <i>(length=7)</i>
24 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'changeddate'</font> <i>(length=11)</i>
25 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'changedbyid'</font> <i>(length=11)</i>
26 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'iserased'</font> <i>(length=8)</i>
27 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'templateid'</font> <i>(length=10)</i>
28 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'category'</font> <i>(length=8)</i>
29 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'senderemail'</font> <i>(length=11)</i>
30 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'addresslistid'</font> <i>(length=13)</i>
31 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'addresslistname'</font> <i>(length=15)</i>
32 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'state'</font> <i>(length=5)</i>
33 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sendername'</font> <i>(length=10)</i>
34 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'ishidefromnewslettergallery'</font> <i>(length=27)</i>
35 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'campaignid'</font> <i>(length=10)</i>
36 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'categoryid'</font> <i>(length=10)</i>
37 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'senttomailid'</font> <i>(length=12)</i>
38 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'unitid'</font> <i>(length=6)</i>
39 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'publicationid'</font> <i>(length=13)</i>
40 <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'issuetypeid'</font> <i>(length=11)</i>
</pre>
2015-04-23 10:20:56.867077 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element DocumentSearchResponse type _DocumentSearchResponse_ContainedType
2015-04-23 10:20:56.867102 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element DocumentSearchResponse to elements array
2015-04-23 10:20:56.867177 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element DocumentSearchResponse named _DocumentSearchResponse_ContainedType
2015-04-23 10:20:56.867313 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element DocumentSearchResult of type http://epostservice.se/aspnet/api3:ArrayOfDocument
2015-04-23 10:20:56.867344 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element DocumentSearchResult to complexType _DocumentSearchResponse_ContainedType
2015-04-23 10:20:56.867394 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element DocumentSearchResult
2015-04-23 10:20:56.867464 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _DocumentSearchResponse_ContainedType
2015-04-23 10:20:56.867561 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=1)</i>
'DocumentSearchResult' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'DocumentSearchResult'</font> <i>(length=20)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:ArrayOfDocument'</font> <i>(length=50)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.867641 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element DocumentSearchResponse
2015-04-23 10:20:56.867730 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing named complexType ArrayOfDocument
2015-04-23 10:20:56.867939 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element Document of type http://epostservice.se/aspnet/api3:Document
2015-04-23 10:20:56.867983 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element Document to complexType ArrayOfDocument
2015-04-23 10:20:56.868055 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element Document
2015-04-23 10:20:56.868154 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType ArrayOfDocument
2015-04-23 10:20:56.868236 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=6)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'ArrayOfDocument'</font> <i>(length=15)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=1)</i>
'Document' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=6)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'unbounded'</font> <i>(length=9)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'Document'</font> <i>(length=8)</i>
'nillable' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'true'</font> <i>(length=4)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:Document'</font> <i>(length=43)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.868333 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element DocumentSearchSorted type _DocumentSearchSorted_ContainedType
2015-04-23 10:20:56.868367 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element DocumentSearchSorted to elements array
2015-04-23 10:20:56.868470 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element DocumentSearchSorted named _DocumentSearchSorted_ContainedType
2015-04-23 10:20:56.868745 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element apiKey of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.868792 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element apiKey to complexType _DocumentSearchSorted_ContainedType
2015-04-23 10:20:56.868865 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element apiKey
2015-04-23 10:20:56.869002 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element query of type http://epostservice.se/aspnet/api3:ArrayOfDocumentQueryField
2015-04-23 10:20:56.869046 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element query to complexType _DocumentSearchSorted_ContainedType
2015-04-23 10:20:56.869117 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element query
2015-04-23 10:20:56.869252 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element fields of type http://epostservice.se/aspnet/api3:ArrayOfField
2015-04-23 10:20:56.869294 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element fields to complexType _DocumentSearchSorted_ContainedType
2015-04-23 10:20:56.869364 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element fields
2015-04-23 10:20:56.869497 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element sortby of type http://epostservice.se/aspnet/api3:ArrayOfField
2015-04-23 10:20:56.869539 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element sortby to complexType _DocumentSearchSorted_ContainedType
2015-04-23 10:20:56.869610 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element sortby
2015-04-23 10:20:56.869709 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _DocumentSearchSorted_ContainedType
2015-04-23 10:20:56.869825 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=4)</i>
'apiKey' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'apiKey'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'query' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'query'</font> <i>(length=5)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:ArrayOfDocumentQueryField'</font> <i>(length=60)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'fields' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'fields'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:ArrayOfField'</font> <i>(length=47)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'sortby' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sortby'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:ArrayOfField'</font> <i>(length=47)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.869897 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element DocumentSearchSorted
2015-04-23 10:20:56.869993 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element DocumentSearchSortedResponse type _DocumentSearchSortedResponse_ContainedType
2015-04-23 10:20:56.870027 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element DocumentSearchSortedResponse to elements array
2015-04-23 10:20:56.870125 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element DocumentSearchSortedResponse named _DocumentSearchSortedResponse_ContainedType
2015-04-23 10:20:56.870320 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element DocumentSearchSortedResult of type http://epostservice.se/aspnet/api3:ArrayOfDocument
2015-04-23 10:20:56.870363 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element DocumentSearchSortedResult to complexType _DocumentSearchSortedResponse_ContainedType
2015-04-23 10:20:56.870435 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element DocumentSearchSortedResult
2015-04-23 10:20:56.870536 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _DocumentSearchSortedResponse_ContainedType
2015-04-23 10:20:56.870613 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=1)</i>
'DocumentSearchSortedResult' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'DocumentSearchSortedResult'</font> <i>(length=26)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:ArrayOfDocument'</font> <i>(length=50)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.870683 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element DocumentSearchSortedResponse
2015-04-23 10:20:56.870778 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element DocumentUpdate type _DocumentUpdate_ContainedType
2015-04-23 10:20:56.870812 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element DocumentUpdate to elements array
2015-04-23 10:20:56.870908 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element DocumentUpdate named _DocumentUpdate_ContainedType
2015-04-23 10:20:56.871126 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element apiKey of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.871167 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element apiKey to complexType _DocumentUpdate_ContainedType
2015-04-23 10:20:56.871231 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element apiKey
2015-04-23 10:20:56.871352 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element document of type http://epostservice.se/aspnet/api3:Document
2015-04-23 10:20:56.871389 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element document to complexType _DocumentUpdate_ContainedType
2015-04-23 10:20:56.871451 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element document
2015-04-23 10:20:56.871540 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _DocumentUpdate_ContainedType
2015-04-23 10:20:56.871620 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=2)</i>
'apiKey' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'apiKey'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'document' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'document'</font> <i>(length=8)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:Document'</font> <i>(length=43)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.871682 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element DocumentUpdate
2015-04-23 10:20:56.871765 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element DocumentUpdateResponse type _DocumentUpdateResponse_ContainedType
2015-04-23 10:20:56.871795 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element DocumentUpdateResponse to elements array
2015-04-23 10:20:56.871883 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element DocumentUpdateResponse named _DocumentUpdateResponse_ContainedType
2015-04-23 10:20:56.872051 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element DocumentUpdateResult of type http://epostservice.se/aspnet/api3:Document
2015-04-23 10:20:56.872088 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element DocumentUpdateResult to complexType _DocumentUpdateResponse_ContainedType
2015-04-23 10:20:56.872152 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element DocumentUpdateResult
2015-04-23 10:20:56.872241 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _DocumentUpdateResponse_ContainedType
2015-04-23 10:20:56.872309 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=1)</i>
'DocumentUpdateResult' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'DocumentUpdateResult'</font> <i>(length=20)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:Document'</font> <i>(length=43)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.872371 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element DocumentUpdateResponse
2015-04-23 10:20:56.872463 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element DocumentPublish type _DocumentPublish_ContainedType
2015-04-23 10:20:56.872563 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element DocumentPublish to elements array
2015-04-23 10:20:56.872662 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element DocumentPublish named _DocumentPublish_ContainedType
2015-04-23 10:20:56.872834 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element apiKey of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.872873 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element apiKey to complexType _DocumentPublish_ContainedType
2015-04-23 10:20:56.872941 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element apiKey
2015-04-23 10:20:56.873063 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element documentId of type http://www.w3.org/2001/XMLSchema:int
2015-04-23 10:20:56.873101 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element documentId to complexType _DocumentPublish_ContainedType
2015-04-23 10:20:56.873164 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element documentId
2015-04-23 10:20:56.873253 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _DocumentPublish_ContainedType
2015-04-23 10:20:56.873355 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=2)</i>
'apiKey' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'apiKey'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'documentId' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'documentId'</font> <i>(length=10)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:int'</font> <i>(length=36)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.873428 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element DocumentPublish
2015-04-23 10:20:56.873514 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element DocumentPublishResponse type _DocumentPublishResponse_ContainedType
2015-04-23 10:20:56.873543 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element DocumentPublishResponse to elements array
2015-04-23 10:20:56.873627 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element DocumentPublishResponse named _DocumentPublishResponse_ContainedType
2015-04-23 10:20:56.873794 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element DocumentPublishResult of type http://www.w3.org/2001/XMLSchema:boolean
2015-04-23 10:20:56.873833 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element DocumentPublishResult to complexType _DocumentPublishResponse_ContainedType
2015-04-23 10:20:56.873901 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element DocumentPublishResult
2015-04-23 10:20:56.873997 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _DocumentPublishResponse_ContainedType
2015-04-23 10:20:56.874059 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=1)</i>
'DocumentPublishResult' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'DocumentPublishResult'</font> <i>(length=21)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:boolean'</font> <i>(length=40)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.874115 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element DocumentPublishResponse
2015-04-23 10:20:56.874191 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element DocumentSend type _DocumentSend_ContainedType
2015-04-23 10:20:56.874219 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element DocumentSend to elements array
2015-04-23 10:20:56.874293 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element DocumentSend named _DocumentSend_ContainedType
2015-04-23 10:20:56.874444 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element apiKey of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.874478 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element apiKey to complexType _DocumentSend_ContainedType
2015-04-23 10:20:56.874535 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element apiKey
2015-04-23 10:20:56.874643 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element document of type http://epostservice.se/aspnet/api3:Document
2015-04-23 10:20:56.874677 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element document to complexType _DocumentSend_ContainedType
2015-04-23 10:20:56.874734 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element document
2015-04-23 10:20:56.874840 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element recipients of type http://epostservice.se/aspnet/api3:ArrayOfAddress
2015-04-23 10:20:56.874874 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element recipients to complexType _DocumentSend_ContainedType
2015-04-23 10:20:56.874931 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element recipients
2015-04-23 10:20:56.875039 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element fields of type http://epostservice.se/aspnet/api3:ArrayOfField
2015-04-23 10:20:56.875072 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element fields to complexType _DocumentSend_ContainedType
2015-04-23 10:20:56.875129 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element fields
2015-04-23 10:20:56.875208 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _DocumentSend_ContainedType
2015-04-23 10:20:56.875299 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=4)</i>
'apiKey' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'apiKey'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'document' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'document'</font> <i>(length=8)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:Document'</font> <i>(length=43)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'recipients' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'recipients'</font> <i>(length=10)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:ArrayOfAddress'</font> <i>(length=49)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'fields' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'fields'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:ArrayOfField'</font> <i>(length=47)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.875443 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element DocumentSend
2015-04-23 10:20:56.875519 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element DocumentSendResponse type _DocumentSendResponse_ContainedType
2015-04-23 10:20:56.875547 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element DocumentSendResponse to elements array
2015-04-23 10:20:56.875626 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element DocumentSendResponse named _DocumentSendResponse_ContainedType
2015-04-23 10:20:56.875777 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element DocumentSendResult of type http://www.w3.org/2001/XMLSchema:boolean
2015-04-23 10:20:56.875812 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element DocumentSendResult to complexType _DocumentSendResponse_ContainedType
2015-04-23 10:20:56.875869 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element DocumentSendResult
2015-04-23 10:20:56.875949 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _DocumentSendResponse_ContainedType
2015-04-23 10:20:56.876009 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=1)</i>
'DocumentSendResult' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'DocumentSendResult'</font> <i>(length=18)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:boolean'</font> <i>(length=40)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.876065 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element DocumentSendResponse
2015-04-23 10:20:56.876141 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element DocumentPreflight type _DocumentPreflight_ContainedType
2015-04-23 10:20:56.876168 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element DocumentPreflight to elements array
2015-04-23 10:20:56.876242 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element DocumentPreflight named _DocumentPreflight_ContainedType
2015-04-23 10:20:56.876411 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element apiKey of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.876448 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element apiKey to complexType _DocumentPreflight_ContainedType
2015-04-23 10:20:56.876552 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element apiKey
2015-04-23 10:20:56.876662 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element documentid of type http://www.w3.org/2001/XMLSchema:int
2015-04-23 10:20:56.876694 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element documentid to complexType _DocumentPreflight_ContainedType
2015-04-23 10:20:56.876751 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element documentid
2015-04-23 10:20:56.876825 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _DocumentPreflight_ContainedType
2015-04-23 10:20:56.876891 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=2)</i>
'apiKey' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'apiKey'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'documentid' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'documentid'</font> <i>(length=10)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:int'</font> <i>(length=36)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.876943 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element DocumentPreflight
2015-04-23 10:20:56.877013 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element DocumentPreflightResponse type _DocumentPreflightResponse_ContainedType
2015-04-23 10:20:56.877038 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element DocumentPreflightResponse to elements array
2015-04-23 10:20:56.877106 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element DocumentPreflightResponse named _DocumentPreflightResponse_ContainedType
2015-04-23 10:20:56.877243 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element DocumentPreflightResult of type http://epostservice.se/aspnet/api3:ArrayOfActivity
2015-04-23 10:20:56.877275 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element DocumentPreflightResult to complexType _DocumentPreflightResponse_ContainedType
2015-04-23 10:20:56.877327 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element DocumentPreflightResult
2015-04-23 10:20:56.877400 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _DocumentPreflightResponse_ContainedType
2015-04-23 10:20:56.877455 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=1)</i>
'DocumentPreflightResult' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'DocumentPreflightResult'</font> <i>(length=23)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:ArrayOfActivity'</font> <i>(length=50)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.877506 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element DocumentPreflightResponse
2015-04-23 10:20:56.877569 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing named complexType ArrayOfActivity
2015-04-23 10:20:56.877719 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element Activity of type http://epostservice.se/aspnet/api3:Activity
2015-04-23 10:20:56.877751 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element Activity to complexType ArrayOfActivity
2015-04-23 10:20:56.877803 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element Activity
2015-04-23 10:20:56.877876 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType ArrayOfActivity
2015-04-23 10:20:56.877933 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=6)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'ArrayOfActivity'</font> <i>(length=15)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=1)</i>
'Activity' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=6)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'unbounded'</font> <i>(length=9)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'Activity'</font> <i>(length=8)</i>
'nillable' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'true'</font> <i>(length=4)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:Activity'</font> <i>(length=43)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.878025 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing named complexType Activity
2015-04-23 10:20:56.878166 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element type of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.878196 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element type to complexType Activity
2015-04-23 10:20:56.878246 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element type
2015-04-23 10:20:56.878339 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element date of type http://www.w3.org/2001/XMLSchema:dateTime
2015-04-23 10:20:56.878368 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element date to complexType Activity
2015-04-23 10:20:56.878417 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element date
2015-04-23 10:20:56.878509 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element result of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.878538 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element result to complexType Activity
2015-04-23 10:20:56.878586 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element result
2015-04-23 10:20:56.878678 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element extra of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.878708 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element extra to complexType Activity
2015-04-23 10:20:56.878756 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element extra
2015-04-23 10:20:56.878825 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType Activity
2015-04-23 10:20:56.878905 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=6)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'Activity'</font> <i>(length=8)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=4)</i>
'type' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'type'</font> <i>(length=4)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'date' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'date'</font> <i>(length=4)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:dateTime'</font> <i>(length=41)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'result' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'result'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'extra' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'extra'</font> <i>(length=5)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.878973 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element DocumentSendTransaction type _DocumentSendTransaction_ContainedType
2015-04-23 10:20:56.878997 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element DocumentSendTransaction to elements array
2015-04-23 10:20:56.879064 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element DocumentSendTransaction named _DocumentSendTransaction_ContainedType
2015-04-23 10:20:56.879196 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element apiKey of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.879225 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element apiKey to complexType _DocumentSendTransaction_ContainedType
2015-04-23 10:20:56.879275 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element apiKey
2015-04-23 10:20:56.879369 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element document of type http://epostservice.se/aspnet/api3:Document
2015-04-23 10:20:56.879398 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element document to complexType _DocumentSendTransaction_ContainedType
2015-04-23 10:20:56.879447 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element document
2015-04-23 10:20:56.879539 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element recipients of type http://epostservice.se/aspnet/api3:ArrayOfAddress
2015-04-23 10:20:56.879568 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element recipients to complexType _DocumentSendTransaction_ContainedType
2015-04-23 10:20:56.879625 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element recipients
2015-04-23 10:20:56.879716 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element fields of type http://epostservice.se/aspnet/api3:ArrayOfField
2015-04-23 10:20:56.879744 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element fields to complexType _DocumentSendTransaction_ContainedType
2015-04-23 10:20:56.879792 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element fields
2015-04-23 10:20:56.879859 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _DocumentSendTransaction_ContainedType
2015-04-23 10:20:56.879935 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=4)</i>
'apiKey' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'apiKey'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'document' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'document'</font> <i>(length=8)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:Document'</font> <i>(length=43)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'recipients' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'recipients'</font> <i>(length=10)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:ArrayOfAddress'</font> <i>(length=49)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'fields' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'fields'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:ArrayOfField'</font> <i>(length=47)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.879984 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element DocumentSendTransaction
2015-04-23 10:20:56.880048 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element DocumentSendTransactionResponse type _DocumentSendTransactionResponse_ContainedType
2015-04-23 10:20:56.880070 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element DocumentSendTransactionResponse to elements array
2015-04-23 10:20:56.880138 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element DocumentSendTransactionResponse named _DocumentSendTransactionResponse_ContainedType
2015-04-23 10:20:56.880276 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element DocumentSendTransactionResult of type http://epostservice.se/aspnet/api3:ArrayOfAddress
2015-04-23 10:20:56.880315 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element DocumentSendTransactionResult to complexType _DocumentSendTransactionResponse_ContainedType
2015-04-23 10:20:56.880363 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element DocumentSendTransactionResult
2015-04-23 10:20:56.880430 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _DocumentSendTransactionResponse_ContainedType
2015-04-23 10:20:56.880521 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=1)</i>
'DocumentSendTransactionResult' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'DocumentSendTransactionResult'</font> <i>(length=29)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:ArrayOfAddress'</font> <i>(length=49)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.880580 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element DocumentSendTransactionResponse
2015-04-23 10:20:56.880647 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element DocumentTransactionActivity type _DocumentTransactionActivity_ContainedType
2015-04-23 10:20:56.880670 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element DocumentTransactionActivity to elements array
2015-04-23 10:20:56.880734 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element DocumentTransactionActivity named _DocumentTransactionActivity_ContainedType
2015-04-23 10:20:56.880862 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element apiKey of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.880891 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element apiKey to complexType _DocumentTransactionActivity_ContainedType
2015-04-23 10:20:56.880939 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element apiKey
2015-04-23 10:20:56.881030 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element mailid of type http://www.w3.org/2001/XMLSchema:int
2015-04-23 10:20:56.881059 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element mailid to complexType _DocumentTransactionActivity_ContainedType
2015-04-23 10:20:56.881107 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element mailid
2015-04-23 10:20:56.881197 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element filter of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.881225 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element filter to complexType _DocumentTransactionActivity_ContainedType
2015-04-23 10:20:56.881276 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element filter
2015-04-23 10:20:56.881343 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _DocumentTransactionActivity_ContainedType
2015-04-23 10:20:56.881413 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=3)</i>
'apiKey' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'apiKey'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'mailid' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'mailid'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:int'</font> <i>(length=36)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'filter' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'filter'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.881462 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element DocumentTransactionActivity
2015-04-23 10:20:56.881526 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element DocumentTransactionActivityResponse type _DocumentTransactionActivityResponse_ContainedType
2015-04-23 10:20:56.881548 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element DocumentTransactionActivityResponse to elements array
2015-04-23 10:20:56.881614 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element DocumentTransactionActivityResponse named _DocumentTransactionActivityResponse_ContainedType
2015-04-23 10:20:56.881742 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element DocumentTransactionActivityResult of type http://epostservice.se/aspnet/api3:ArrayOfActivity
2015-04-23 10:20:56.881771 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element DocumentTransactionActivityResult to complexType _DocumentTransactionActivityResponse_ContainedType
2015-04-23 10:20:56.881819 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element DocumentTransactionActivityResult
2015-04-23 10:20:56.881886 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _DocumentTransactionActivityResponse_ContainedType
2015-04-23 10:20:56.881938 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=1)</i>
'DocumentTransactionActivityResult' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'DocumentTransactionActivityResult'</font> <i>(length=33)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:ArrayOfActivity'</font> <i>(length=50)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.881985 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element DocumentTransactionActivityResponse
2015-04-23 10:20:56.882048 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element DocumentSource type _DocumentSource_ContainedType
2015-04-23 10:20:56.882071 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element DocumentSource to elements array
2015-04-23 10:20:56.882133 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element DocumentSource named _DocumentSource_ContainedType
2015-04-23 10:20:56.882258 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element apiKey of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.882287 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element apiKey to complexType _DocumentSource_ContainedType
2015-04-23 10:20:56.882335 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element apiKey
2015-04-23 10:20:56.882450 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element document of type http://epostservice.se/aspnet/api3:Document
2015-04-23 10:20:56.882488 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element document to complexType _DocumentSource_ContainedType
2015-04-23 10:20:56.882546 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element document
2015-04-23 10:20:56.882626 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _DocumentSource_ContainedType
2015-04-23 10:20:56.882687 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=2)</i>
'apiKey' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'apiKey'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'document' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'document'</font> <i>(length=8)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:Document'</font> <i>(length=43)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.882744 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element DocumentSource
2015-04-23 10:20:56.882807 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element DocumentSourceResponse type _DocumentSourceResponse_ContainedType
2015-04-23 10:20:56.882829 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element DocumentSourceResponse to elements array
2015-04-23 10:20:56.882895 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element DocumentSourceResponse named _DocumentSourceResponse_ContainedType
2015-04-23 10:20:56.883038 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element DocumentSourceResult of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.883069 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element DocumentSourceResult to complexType _DocumentSourceResponse_ContainedType
2015-04-23 10:20:56.883119 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element DocumentSourceResult
2015-04-23 10:20:56.883187 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _DocumentSourceResponse_ContainedType
2015-04-23 10:20:56.883240 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=1)</i>
'DocumentSourceResult' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'DocumentSourceResult'</font> <i>(length=20)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.883287 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element DocumentSourceResponse
2015-04-23 10:20:56.883371 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element DocumentColumnBlockCount type _DocumentColumnBlockCount_ContainedType
2015-04-23 10:20:56.883395 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element DocumentColumnBlockCount to elements array
2015-04-23 10:20:56.883463 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element DocumentColumnBlockCount named _DocumentColumnBlockCount_ContainedType
2015-04-23 10:20:56.883591 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element apiKey of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.883620 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element apiKey to complexType _DocumentColumnBlockCount_ContainedType
2015-04-23 10:20:56.883668 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element apiKey
2015-04-23 10:20:56.883758 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element document of type http://epostservice.se/aspnet/api3:Document
2015-04-23 10:20:56.883787 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element document to complexType _DocumentColumnBlockCount_ContainedType
2015-04-23 10:20:56.883834 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element document
2015-04-23 10:20:56.883924 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element columnIndex of type http://www.w3.org/2001/XMLSchema:int
2015-04-23 10:20:56.883952 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element columnIndex to complexType _DocumentColumnBlockCount_ContainedType
2015-04-23 10:20:56.884000 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element columnIndex
2015-04-23 10:20:56.884067 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _DocumentColumnBlockCount_ContainedType
2015-04-23 10:20:56.884136 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=3)</i>
'apiKey' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'apiKey'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'document' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'document'</font> <i>(length=8)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:Document'</font> <i>(length=43)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'columnIndex' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'columnIndex'</font> <i>(length=11)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:int'</font> <i>(length=36)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.884184 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element DocumentColumnBlockCount
2015-04-23 10:20:56.884259 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element DocumentColumnBlockCountResponse type _DocumentColumnBlockCountResponse_ContainedType
2015-04-23 10:20:56.884282 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element DocumentColumnBlockCountResponse to elements array
2015-04-23 10:20:56.884348 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element DocumentColumnBlockCountResponse named _DocumentColumnBlockCountResponse_ContainedType
2015-04-23 10:20:56.884479 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element DocumentColumnBlockCountResult of type http://www.w3.org/2001/XMLSchema:int
2015-04-23 10:20:56.884584 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element DocumentColumnBlockCountResult to complexType _DocumentColumnBlockCountResponse_ContainedType
2015-04-23 10:20:56.884642 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element DocumentColumnBlockCountResult
2015-04-23 10:20:56.884723 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _DocumentColumnBlockCountResponse_ContainedType
2015-04-23 10:20:56.884777 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=1)</i>
'DocumentColumnBlockCountResult' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'DocumentColumnBlockCountResult'</font> <i>(length=30)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:int'</font> <i>(length=36)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.884827 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element DocumentColumnBlockCountResponse
2015-04-23 10:20:56.884894 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element DocumentColumnIndexes type _DocumentColumnIndexes_ContainedType
2015-04-23 10:20:56.884917 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element DocumentColumnIndexes to elements array
2015-04-23 10:20:56.884986 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element DocumentColumnIndexes named _DocumentColumnIndexes_ContainedType
2015-04-23 10:20:56.885117 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element apiKey of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.885147 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element apiKey to complexType _DocumentColumnIndexes_ContainedType
2015-04-23 10:20:56.885292 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element apiKey
2015-04-23 10:20:56.885433 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element document of type http://epostservice.se/aspnet/api3:Document
2015-04-23 10:20:56.885461 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element document to complexType _DocumentColumnIndexes_ContainedType
2015-04-23 10:20:56.885509 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element document
2015-04-23 10:20:56.885577 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _DocumentColumnIndexes_ContainedType
2015-04-23 10:20:56.885636 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=2)</i>
'apiKey' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'apiKey'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'document' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'document'</font> <i>(length=8)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:Document'</font> <i>(length=43)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.885684 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element DocumentColumnIndexes
2015-04-23 10:20:56.885747 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element DocumentColumnIndexesResponse type _DocumentColumnIndexesResponse_ContainedType
2015-04-23 10:20:56.885769 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element DocumentColumnIndexesResponse to elements array
2015-04-23 10:20:56.885834 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element DocumentColumnIndexesResponse named _DocumentColumnIndexesResponse_ContainedType
2015-04-23 10:20:56.885961 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element DocumentColumnIndexesResult of type http://epostservice.se/aspnet/api3:ArrayOfInt
2015-04-23 10:20:56.885990 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element DocumentColumnIndexesResult to complexType _DocumentColumnIndexesResponse_ContainedType
2015-04-23 10:20:56.886037 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element DocumentColumnIndexesResult
2015-04-23 10:20:56.886104 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _DocumentColumnIndexesResponse_ContainedType
2015-04-23 10:20:56.886155 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=1)</i>
'DocumentColumnIndexesResult' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'DocumentColumnIndexesResult'</font> <i>(length=27)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:ArrayOfInt'</font> <i>(length=45)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.886202 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element DocumentColumnIndexesResponse
2015-04-23 10:20:56.886265 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element DocumentColumn type _DocumentColumn_ContainedType
2015-04-23 10:20:56.886287 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element DocumentColumn to elements array
2015-04-23 10:20:56.886352 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element DocumentColumn named _DocumentColumn_ContainedType
2015-04-23 10:20:56.886478 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element apiKey of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.886507 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element apiKey to complexType _DocumentColumn_ContainedType
2015-04-23 10:20:56.886576 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element apiKey
2015-04-23 10:20:56.886686 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element document of type http://epostservice.se/aspnet/api3:Document
2015-04-23 10:20:56.886714 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element document to complexType _DocumentColumn_ContainedType
2015-04-23 10:20:56.886761 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element document
2015-04-23 10:20:56.886851 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element columnIndex of type http://www.w3.org/2001/XMLSchema:int
2015-04-23 10:20:56.886879 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element columnIndex to complexType _DocumentColumn_ContainedType
2015-04-23 10:20:56.886926 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element columnIndex
2015-04-23 10:20:56.886993 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _DocumentColumn_ContainedType
2015-04-23 10:20:56.887061 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=3)</i>
'apiKey' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'apiKey'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'document' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'document'</font> <i>(length=8)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:Document'</font> <i>(length=43)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'columnIndex' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'columnIndex'</font> <i>(length=11)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:int'</font> <i>(length=36)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.887109 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element DocumentColumn
2015-04-23 10:20:56.887189 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element DocumentColumnResponse type _DocumentColumnResponse_ContainedType
2015-04-23 10:20:56.887213 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element DocumentColumnResponse to elements array
2015-04-23 10:20:56.887283 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element DocumentColumnResponse named _DocumentColumnResponse_ContainedType
2015-04-23 10:20:56.887411 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element DocumentColumnResult of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.887440 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element DocumentColumnResult to complexType _DocumentColumnResponse_ContainedType
2015-04-23 10:20:56.887488 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element DocumentColumnResult
2015-04-23 10:20:56.887556 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _DocumentColumnResponse_ContainedType
2015-04-23 10:20:56.887608 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=1)</i>
'DocumentColumnResult' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'DocumentColumnResult'</font> <i>(length=20)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.887655 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element DocumentColumnResponse
2015-04-23 10:20:56.887719 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element DocumentAddBlock type _DocumentAddBlock_ContainedType
2015-04-23 10:20:56.887741 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element DocumentAddBlock to elements array
2015-04-23 10:20:56.887803 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element DocumentAddBlock named _DocumentAddBlock_ContainedType
2015-04-23 10:20:56.887932 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element apiKey of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.887961 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element apiKey to complexType _DocumentAddBlock_ContainedType
2015-04-23 10:20:56.888009 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element apiKey
2015-04-23 10:20:56.888100 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element block of type http://epostservice.se/aspnet/api3:Block
2015-04-23 10:20:56.888128 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element block to complexType _DocumentAddBlock_ContainedType
2015-04-23 10:20:56.888176 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element block
2015-04-23 10:20:56.888243 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _DocumentAddBlock_ContainedType
2015-04-23 10:20:56.888302 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=2)</i>
'apiKey' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'apiKey'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'block' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'block'</font> <i>(length=5)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:Block'</font> <i>(length=40)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.888350 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element DocumentAddBlock
2015-04-23 10:20:56.888408 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing named complexType Block
2015-04-23 10:20:56.888575 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element blockId of type http://www.w3.org/2001/XMLSchema:int
2015-04-23 10:20:56.888607 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element blockId to complexType Block
2015-04-23 10:20:56.888658 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element blockId
2015-04-23 10:20:56.888750 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element templateBlockId of type http://www.w3.org/2001/XMLSchema:int
2015-04-23 10:20:56.888779 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element templateBlockId to complexType Block
2015-04-23 10:20:56.888830 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element templateBlockId
2015-04-23 10:20:56.888921 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element documentId of type http://www.w3.org/2001/XMLSchema:int
2015-04-23 10:20:56.888949 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element documentId to complexType Block
2015-04-23 10:20:56.888997 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element documentId
2015-04-23 10:20:56.889087 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element index of type http://www.w3.org/2001/XMLSchema:int
2015-04-23 10:20:56.889115 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element index to complexType Block
2015-04-23 10:20:56.889162 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element index
2015-04-23 10:20:56.889252 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element columnIndex of type http://www.w3.org/2001/XMLSchema:int
2015-04-23 10:20:56.889280 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element columnIndex to complexType Block
2015-04-23 10:20:56.889328 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element columnIndex
2015-04-23 10:20:56.889418 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element fields of type http://epostservice.se/aspnet/api3:ArrayOfField
2015-04-23 10:20:56.889446 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element fields to complexType Block
2015-04-23 10:20:56.889493 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element fields
2015-04-23 10:20:56.889560 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType Block
2015-04-23 10:20:56.889656 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=6)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'Block'</font> <i>(length=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=6)</i>
'blockId' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'blockId'</font> <i>(length=7)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:int'</font> <i>(length=36)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'templateBlockId' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'templateBlockId'</font> <i>(length=15)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:int'</font> <i>(length=36)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'documentId' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'documentId'</font> <i>(length=10)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:int'</font> <i>(length=36)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'index' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'index'</font> <i>(length=5)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:int'</font> <i>(length=36)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'columnIndex' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'columnIndex'</font> <i>(length=11)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:int'</font> <i>(length=36)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'fields' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'fields'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:ArrayOfField'</font> <i>(length=47)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.889725 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element DocumentAddBlockResponse type _DocumentAddBlockResponse_ContainedType
2015-04-23 10:20:56.889748 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element DocumentAddBlockResponse to elements array
2015-04-23 10:20:56.889853 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element DocumentAddBlockResponse named _DocumentAddBlockResponse_ContainedType
2015-04-23 10:20:56.890022 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element DocumentAddBlockResult of type http://epostservice.se/aspnet/api3:Block
2015-04-23 10:20:56.890052 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element DocumentAddBlockResult to complexType _DocumentAddBlockResponse_ContainedType
2015-04-23 10:20:56.890100 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element DocumentAddBlockResult
2015-04-23 10:20:56.890169 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _DocumentAddBlockResponse_ContainedType
2015-04-23 10:20:56.890221 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=1)</i>
'DocumentAddBlockResult' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'DocumentAddBlockResult'</font> <i>(length=22)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:Block'</font> <i>(length=40)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.890269 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element DocumentAddBlockResponse
2015-04-23 10:20:56.890332 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element DocumentGet type _DocumentGet_ContainedType
2015-04-23 10:20:56.890355 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element DocumentGet to elements array
2015-04-23 10:20:56.890417 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element DocumentGet named _DocumentGet_ContainedType
2015-04-23 10:20:56.890544 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element apiKey of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.890572 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element apiKey to complexType _DocumentGet_ContainedType
2015-04-23 10:20:56.890620 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element apiKey
2015-04-23 10:20:56.890711 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element documentId of type http://www.w3.org/2001/XMLSchema:int
2015-04-23 10:20:56.890739 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element documentId to complexType _DocumentGet_ContainedType
2015-04-23 10:20:56.890787 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element documentId
2015-04-23 10:20:56.890854 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _DocumentGet_ContainedType
2015-04-23 10:20:56.890913 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=2)</i>
'apiKey' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'apiKey'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'documentId' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'documentId'</font> <i>(length=10)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:int'</font> <i>(length=36)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.890973 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element DocumentGet
2015-04-23 10:20:56.891065 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element DocumentGetResponse type _DocumentGetResponse_ContainedType
2015-04-23 10:20:56.891089 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element DocumentGetResponse to elements array
2015-04-23 10:20:56.891158 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element DocumentGetResponse named _DocumentGetResponse_ContainedType
2015-04-23 10:20:56.891285 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element DocumentGetResult of type http://epostservice.se/aspnet/api3:Document
2015-04-23 10:20:56.891314 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element DocumentGetResult to complexType _DocumentGetResponse_ContainedType
2015-04-23 10:20:56.891362 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element DocumentGetResult
2015-04-23 10:20:56.891430 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _DocumentGetResponse_ContainedType
2015-04-23 10:20:56.891482 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=1)</i>
'DocumentGetResult' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'DocumentGetResult'</font> <i>(length=17)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:Document'</font> <i>(length=43)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.891528 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element DocumentGetResponse
2015-04-23 10:20:56.891591 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element StaticDocumentGet type _StaticDocumentGet_ContainedType
2015-04-23 10:20:56.891614 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element StaticDocumentGet to elements array
2015-04-23 10:20:56.891678 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element StaticDocumentGet named _StaticDocumentGet_ContainedType
2015-04-23 10:20:56.891805 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element apiKey of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.891833 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element apiKey to complexType _StaticDocumentGet_ContainedType
2015-04-23 10:20:56.891881 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element apiKey
2015-04-23 10:20:56.891971 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element staticDocumentId of type http://www.w3.org/2001/XMLSchema:int
2015-04-23 10:20:56.891999 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element staticDocumentId to complexType _StaticDocumentGet_ContainedType
2015-04-23 10:20:56.892046 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element staticDocumentId
2015-04-23 10:20:56.892113 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _StaticDocumentGet_ContainedType
2015-04-23 10:20:56.892175 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=2)</i>
'apiKey' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'apiKey'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'staticDocumentId' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'staticDocumentId'</font> <i>(length=16)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:int'</font> <i>(length=36)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.892224 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element StaticDocumentGet
2015-04-23 10:20:56.892287 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element StaticDocumentGetResponse type _StaticDocumentGetResponse_ContainedType
2015-04-23 10:20:56.892309 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element StaticDocumentGetResponse to elements array
2015-04-23 10:20:56.892375 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element StaticDocumentGetResponse named _StaticDocumentGetResponse_ContainedType
2015-04-23 10:20:56.892553 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element StaticDocumentGetResult of type http://epostservice.se/aspnet/api3:StaticDocument
2015-04-23 10:20:56.892585 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element StaticDocumentGetResult to complexType _StaticDocumentGetResponse_ContainedType
2015-04-23 10:20:56.892636 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element StaticDocumentGetResult
2015-04-23 10:20:56.892705 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _StaticDocumentGetResponse_ContainedType
2015-04-23 10:20:56.892764 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=1)</i>
'StaticDocumentGetResult' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'StaticDocumentGetResult'</font> <i>(length=23)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:StaticDocument'</font> <i>(length=49)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.892812 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element StaticDocumentGetResponse
2015-04-23 10:20:56.892871 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing named complexType StaticDocument
2015-04-23 10:20:56.893003 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element changed of type http://www.w3.org/2001/XMLSchema:dateTime
2015-04-23 10:20:56.893033 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element changed to complexType StaticDocument
2015-04-23 10:20:56.893081 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element changed
2015-04-23 10:20:56.893173 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element created of type http://www.w3.org/2001/XMLSchema:dateTime
2015-04-23 10:20:56.893202 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element created to complexType StaticDocument
2015-04-23 10:20:56.893253 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element created
2015-04-23 10:20:56.893349 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element draftDocument of type http://epostservice.se/aspnet/api3:Document
2015-04-23 10:20:56.893378 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element draftDocument to complexType StaticDocument
2015-04-23 10:20:56.893448 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element draftDocument
2015-04-23 10:20:56.893563 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element publishedDocument of type http://epostservice.se/aspnet/api3:Document
2015-04-23 10:20:56.893592 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element publishedDocument to complexType StaticDocument
2015-04-23 10:20:56.893640 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element publishedDocument
2015-04-23 10:20:56.893708 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType StaticDocument
2015-04-23 10:20:56.893794 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=6)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'StaticDocument'</font> <i>(length=14)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=4)</i>
'changed' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'changed'</font> <i>(length=7)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:dateTime'</font> <i>(length=41)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'created' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'created'</font> <i>(length=7)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:dateTime'</font> <i>(length=41)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'draftDocument' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'draftDocument'</font> <i>(length=13)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:Document'</font> <i>(length=43)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'publishedDocument' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'publishedDocument'</font> <i>(length=17)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:Document'</font> <i>(length=43)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.893864 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element DocumentLinks type _DocumentLinks_ContainedType
2015-04-23 10:20:56.893887 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element DocumentLinks to elements array
2015-04-23 10:20:56.893952 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element DocumentLinks named _DocumentLinks_ContainedType
2015-04-23 10:20:56.894078 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element apiKey of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.894107 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element apiKey to complexType _DocumentLinks_ContainedType
2015-04-23 10:20:56.894155 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element apiKey
2015-04-23 10:20:56.894245 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element documentId of type http://www.w3.org/2001/XMLSchema:int
2015-04-23 10:20:56.894273 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element documentId to complexType _DocumentLinks_ContainedType
2015-04-23 10:20:56.894320 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element documentId
2015-04-23 10:20:56.894387 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _DocumentLinks_ContainedType
2015-04-23 10:20:56.894448 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=2)</i>
'apiKey' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'apiKey'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'documentId' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'documentId'</font> <i>(length=10)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:int'</font> <i>(length=36)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.894495 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element DocumentLinks
2015-04-23 10:20:56.894580 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element DocumentLinksResponse type _DocumentLinksResponse_ContainedType
2015-04-23 10:20:56.894613 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element DocumentLinksResponse to elements array
2015-04-23 10:20:56.894687 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element DocumentLinksResponse named _DocumentLinksResponse_ContainedType
2015-04-23 10:20:56.894813 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element DocumentLinksResult of type http://epostservice.se/aspnet/api3:ArrayOfLink
2015-04-23 10:20:56.894842 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element DocumentLinksResult to complexType _DocumentLinksResponse_ContainedType
2015-04-23 10:20:56.894890 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element DocumentLinksResult
2015-04-23 10:20:56.894957 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _DocumentLinksResponse_ContainedType
2015-04-23 10:20:56.895008 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=1)</i>
'DocumentLinksResult' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'DocumentLinksResult'</font> <i>(length=19)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:ArrayOfLink'</font> <i>(length=46)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.895070 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element DocumentLinksResponse
2015-04-23 10:20:56.895135 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing named complexType ArrayOfLink
2015-04-23 10:20:56.895271 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element Link of type http://epostservice.se/aspnet/api3:Link
2015-04-23 10:20:56.895823 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element Link to complexType ArrayOfLink
2015-04-23 10:20:56.895902 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element Link
2015-04-23 10:20:56.895979 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType ArrayOfLink
2015-04-23 10:20:56.896045 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=6)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'ArrayOfLink'</font> <i>(length=11)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=1)</i>
'Link' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=6)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'unbounded'</font> <i>(length=9)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'Link'</font> <i>(length=4)</i>
'nillable' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'true'</font> <i>(length=4)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:Link'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.896114 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing named complexType Link
2015-04-23 10:20:56.896258 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element linkid of type http://www.w3.org/2001/XMLSchema:int
2015-04-23 10:20:56.896290 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element linkid to complexType Link
2015-04-23 10:20:56.896343 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element linkid
2015-04-23 10:20:56.896444 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element url of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.896476 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element url to complexType Link
2015-04-23 10:20:56.896574 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element url
2015-04-23 10:20:56.896683 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element clicks of type http://www.w3.org/2001/XMLSchema:int
2015-04-23 10:20:56.896715 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element clicks to complexType Link
2015-04-23 10:20:56.896769 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element clicks
2015-04-23 10:20:56.896870 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element uniqueclicks of type http://www.w3.org/2001/XMLSchema:int
2015-04-23 10:20:56.896901 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element uniqueclicks to complexType Link
2015-04-23 10:20:56.896954 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element uniqueclicks
2015-04-23 10:20:56.897035 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType Link
2015-04-23 10:20:56.897117 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=6)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'Link'</font> <i>(length=4)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=4)</i>
'linkid' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'linkid'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:int'</font> <i>(length=36)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'url' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'url'</font> <i>(length=3)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'clicks' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'clicks'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:int'</font> <i>(length=36)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'uniqueclicks' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'uniqueclicks'</font> <i>(length=12)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:int'</font> <i>(length=36)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.897187 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element DocumentLinkClicks type _DocumentLinkClicks_ContainedType
2015-04-23 10:20:56.897211 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element DocumentLinkClicks to elements array
2015-04-23 10:20:56.897278 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element DocumentLinkClicks named _DocumentLinkClicks_ContainedType
2015-04-23 10:20:56.897406 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element apiKey of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.897435 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element apiKey to complexType _DocumentLinkClicks_ContainedType
2015-04-23 10:20:56.897483 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element apiKey
2015-04-23 10:20:56.897626 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element documentId of type http://www.w3.org/2001/XMLSchema:int
2015-04-23 10:20:56.897661 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element documentId to complexType _DocumentLinkClicks_ContainedType
2015-04-23 10:20:56.897722 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element documentId
2015-04-23 10:20:56.897820 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element from of type http://www.w3.org/2001/XMLSchema:dateTime
2015-04-23 10:20:56.897849 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element from to complexType _DocumentLinkClicks_ContainedType
2015-04-23 10:20:56.897896 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element from
2015-04-23 10:20:56.897993 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element to of type http://www.w3.org/2001/XMLSchema:dateTime
2015-04-23 10:20:56.898022 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element to to complexType _DocumentLinkClicks_ContainedType
2015-04-23 10:20:56.898069 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element to
2015-04-23 10:20:56.898137 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _DocumentLinkClicks_ContainedType
2015-04-23 10:20:56.898222 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=4)</i>
'apiKey' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'apiKey'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'documentId' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'documentId'</font> <i>(length=10)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:int'</font> <i>(length=36)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'from' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=6)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'from'</font> <i>(length=4)</i>
'nillable' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'true'</font> <i>(length=4)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:dateTime'</font> <i>(length=41)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'to' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=6)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'to'</font> <i>(length=2)</i>
'nillable' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'true'</font> <i>(length=4)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:dateTime'</font> <i>(length=41)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.898272 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element DocumentLinkClicks
2015-04-23 10:20:56.898336 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element DocumentLinkClicksResponse type _DocumentLinkClicksResponse_ContainedType
2015-04-23 10:20:56.898361 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element DocumentLinkClicksResponse to elements array
2015-04-23 10:20:56.898636 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element DocumentLinkClicksResponse named _DocumentLinkClicksResponse_ContainedType
2015-04-23 10:20:56.898767 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element DocumentLinkClicksResult of type http://epostservice.se/aspnet/api3:ArrayOfLinkClick
2015-04-23 10:20:56.898796 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element DocumentLinkClicksResult to complexType _DocumentLinkClicksResponse_ContainedType
2015-04-23 10:20:56.898845 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element DocumentLinkClicksResult
2015-04-23 10:20:56.898913 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _DocumentLinkClicksResponse_ContainedType
2015-04-23 10:20:56.898968 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=1)</i>
'DocumentLinkClicksResult' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'DocumentLinkClicksResult'</font> <i>(length=24)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:ArrayOfLinkClick'</font> <i>(length=51)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.899016 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element DocumentLinkClicksResponse
2015-04-23 10:20:56.899075 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing named complexType ArrayOfLinkClick
2015-04-23 10:20:56.899212 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element LinkClick of type http://epostservice.se/aspnet/api3:LinkClick
2015-04-23 10:20:56.899241 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element LinkClick to complexType ArrayOfLinkClick
2015-04-23 10:20:56.899289 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element LinkClick
2015-04-23 10:20:56.899357 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType ArrayOfLinkClick
2015-04-23 10:20:56.899411 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=6)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'ArrayOfLinkClick'</font> <i>(length=16)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=1)</i>
'LinkClick' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=6)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'unbounded'</font> <i>(length=9)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'LinkClick'</font> <i>(length=9)</i>
'nillable' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'true'</font> <i>(length=4)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:LinkClick'</font> <i>(length=44)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.899470 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing named complexType LinkClick
2015-04-23 10:20:56.899598 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element linkid of type http://www.w3.org/2001/XMLSchema:int
2015-04-23 10:20:56.899627 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element linkid to complexType LinkClick
2015-04-23 10:20:56.899675 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element linkid
2015-04-23 10:20:56.899765 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element created of type http://www.w3.org/2001/XMLSchema:dateTime
2015-04-23 10:20:56.899793 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element created to complexType LinkClick
2015-04-23 10:20:56.899864 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element created
2015-04-23 10:20:56.899974 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element userid of type http://www.w3.org/2001/XMLSchema:int
2015-04-23 10:20:56.900003 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element userid to complexType LinkClick
2015-04-23 10:20:56.900050 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element userid
2015-04-23 10:20:56.900140 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element email of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.900168 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element email to complexType LinkClick
2015-04-23 10:20:56.900215 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element email
2015-04-23 10:20:56.900303 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType LinkClick
2015-04-23 10:20:56.900384 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=6)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'LinkClick'</font> <i>(length=9)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=4)</i>
'linkid' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'linkid'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:int'</font> <i>(length=36)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'created' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'created'</font> <i>(length=7)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:dateTime'</font> <i>(length=41)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'userid' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'userid'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:int'</font> <i>(length=36)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'email' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'email'</font> <i>(length=5)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.900454 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element DocumentReads type _DocumentReads_ContainedType
2015-04-23 10:20:56.900477 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element DocumentReads to elements array
2015-04-23 10:20:56.900583 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element DocumentReads named _DocumentReads_ContainedType
2015-04-23 10:20:56.900716 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element apiKey of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.900745 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element apiKey to complexType _DocumentReads_ContainedType
2015-04-23 10:20:56.900793 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element apiKey
2015-04-23 10:20:56.900885 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element documentId of type http://www.w3.org/2001/XMLSchema:int
2015-04-23 10:20:56.900913 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element documentId to complexType _DocumentReads_ContainedType
2015-04-23 10:20:56.900960 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element documentId
2015-04-23 10:20:56.901057 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element from of type http://www.w3.org/2001/XMLSchema:dateTime
2015-04-23 10:20:56.901096 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element from to complexType _DocumentReads_ContainedType
2015-04-23 10:20:56.901153 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element from
2015-04-23 10:20:56.901249 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element to of type http://www.w3.org/2001/XMLSchema:dateTime
2015-04-23 10:20:56.901277 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element to to complexType _DocumentReads_ContainedType
2015-04-23 10:20:56.901324 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element to
2015-04-23 10:20:56.901391 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _DocumentReads_ContainedType
2015-04-23 10:20:56.901477 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=4)</i>
'apiKey' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'apiKey'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'documentId' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'documentId'</font> <i>(length=10)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:int'</font> <i>(length=36)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'from' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=6)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'from'</font> <i>(length=4)</i>
'nillable' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'true'</font> <i>(length=4)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:dateTime'</font> <i>(length=41)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'to' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=6)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'to'</font> <i>(length=2)</i>
'nillable' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'true'</font> <i>(length=4)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:dateTime'</font> <i>(length=41)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.901529 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element DocumentReads
2015-04-23 10:20:56.901593 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element DocumentReadsResponse type _DocumentReadsResponse_ContainedType
2015-04-23 10:20:56.901615 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element DocumentReadsResponse to elements array
2015-04-23 10:20:56.901680 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element DocumentReadsResponse named _DocumentReadsResponse_ContainedType
2015-04-23 10:20:56.901808 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element DocumentReadsResult of type http://epostservice.se/aspnet/api3:ArrayOfReads
2015-04-23 10:20:56.901837 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element DocumentReadsResult to complexType _DocumentReadsResponse_ContainedType
2015-04-23 10:20:56.901885 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element DocumentReadsResult
2015-04-23 10:20:56.901952 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _DocumentReadsResponse_ContainedType
2015-04-23 10:20:56.902006 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=1)</i>
'DocumentReadsResult' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'DocumentReadsResult'</font> <i>(length=19)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:ArrayOfReads'</font> <i>(length=47)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.902053 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element DocumentReadsResponse
2015-04-23 10:20:56.902111 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing named complexType ArrayOfReads
2015-04-23 10:20:56.902255 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element Reads of type http://epostservice.se/aspnet/api3:Reads
2015-04-23 10:20:56.902284 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element Reads to complexType ArrayOfReads
2015-04-23 10:20:56.902332 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element Reads
2015-04-23 10:20:56.902398 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType ArrayOfReads
2015-04-23 10:20:56.902454 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=6)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'ArrayOfReads'</font> <i>(length=12)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=1)</i>
'Reads' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=6)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'unbounded'</font> <i>(length=9)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'Reads'</font> <i>(length=5)</i>
'nillable' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'true'</font> <i>(length=4)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:Reads'</font> <i>(length=40)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.902514 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing named complexType Reads
2015-04-23 10:20:56.902643 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element userid of type http://www.w3.org/2001/XMLSchema:int
2015-04-23 10:20:56.902672 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element userid to complexType Reads
2015-04-23 10:20:56.902720 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element userid
2015-04-23 10:20:56.902810 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element created of type http://www.w3.org/2001/XMLSchema:dateTime
2015-04-23 10:20:56.902838 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element created to complexType Reads
2015-04-23 10:20:56.902885 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element created
2015-04-23 10:20:56.902992 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element issueid of type http://www.w3.org/2001/XMLSchema:int
2015-04-23 10:20:56.903022 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element issueid to complexType Reads
2015-04-23 10:20:56.903072 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element issueid
2015-04-23 10:20:56.903164 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element mobile of type http://www.w3.org/2001/XMLSchema:boolean
2015-04-23 10:20:56.903193 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element mobile to complexType Reads
2015-04-23 10:20:56.903240 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element mobile
2015-04-23 10:20:56.903332 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element email of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.903360 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element email to complexType Reads
2015-04-23 10:20:56.903418 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element email
2015-04-23 10:20:56.903515 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType Reads
2015-04-23 10:20:56.903607 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=6)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'Reads'</font> <i>(length=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'userid' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'userid'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:int'</font> <i>(length=36)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'created' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'created'</font> <i>(length=7)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:dateTime'</font> <i>(length=41)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'issueid' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'issueid'</font> <i>(length=7)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:int'</font> <i>(length=36)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'mobile' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'mobile'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:boolean'</font> <i>(length=40)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'email' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'email'</font> <i>(length=5)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.903677 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element DocumentRecipients type _DocumentRecipients_ContainedType
2015-04-23 10:20:56.903700 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element DocumentRecipients to elements array
2015-04-23 10:20:56.903766 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element DocumentRecipients named _DocumentRecipients_ContainedType
2015-04-23 10:20:56.903894 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element apiKey of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.903923 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element apiKey to complexType _DocumentRecipients_ContainedType
2015-04-23 10:20:56.903971 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element apiKey
2015-04-23 10:20:56.904061 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element documentId of type http://www.w3.org/2001/XMLSchema:int
2015-04-23 10:20:56.904090 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element documentId to complexType _DocumentRecipients_ContainedType
2015-04-23 10:20:56.904137 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element documentId
2015-04-23 10:20:56.904233 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element from of type http://www.w3.org/2001/XMLSchema:dateTime
2015-04-23 10:20:56.904261 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element from to complexType _DocumentRecipients_ContainedType
2015-04-23 10:20:56.904308 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element from
2015-04-23 10:20:56.904404 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element to of type http://www.w3.org/2001/XMLSchema:dateTime
2015-04-23 10:20:56.904432 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element to to complexType _DocumentRecipients_ContainedType
2015-04-23 10:20:56.904479 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element to
2015-04-23 10:20:56.904596 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _DocumentRecipients_ContainedType
2015-04-23 10:20:56.904692 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=4)</i>
'apiKey' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'apiKey'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'documentId' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'documentId'</font> <i>(length=10)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:int'</font> <i>(length=36)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'from' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=6)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'from'</font> <i>(length=4)</i>
'nillable' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'true'</font> <i>(length=4)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:dateTime'</font> <i>(length=41)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'to' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=6)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'to'</font> <i>(length=2)</i>
'nillable' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'true'</font> <i>(length=4)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:dateTime'</font> <i>(length=41)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.904743 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element DocumentRecipients
2015-04-23 10:20:56.904809 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element DocumentRecipientsResponse type _DocumentRecipientsResponse_ContainedType
2015-04-23 10:20:56.904831 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element DocumentRecipientsResponse to elements array
2015-04-23 10:20:56.904897 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element DocumentRecipientsResponse named _DocumentRecipientsResponse_ContainedType
2015-04-23 10:20:56.905024 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element DocumentRecipientsResult of type http://epostservice.se/aspnet/api3:ArrayOfDelivery
2015-04-23 10:20:56.905053 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element DocumentRecipientsResult to complexType _DocumentRecipientsResponse_ContainedType
2015-04-23 10:20:56.905102 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element DocumentRecipientsResult
2015-04-23 10:20:56.905169 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _DocumentRecipientsResponse_ContainedType
2015-04-23 10:20:56.905222 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=1)</i>
'DocumentRecipientsResult' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'DocumentRecipientsResult'</font> <i>(length=24)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:ArrayOfDelivery'</font> <i>(length=50)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.905270 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element DocumentRecipientsResponse
2015-04-23 10:20:56.905328 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing named complexType ArrayOfDelivery
2015-04-23 10:20:56.905464 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element Delivery of type http://epostservice.se/aspnet/api3:Delivery
2015-04-23 10:20:56.905493 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element Delivery to complexType ArrayOfDelivery
2015-04-23 10:20:56.905541 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element Delivery
2015-04-23 10:20:56.905608 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType ArrayOfDelivery
2015-04-23 10:20:56.905661 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=6)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'ArrayOfDelivery'</font> <i>(length=15)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=1)</i>
'Delivery' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=6)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'unbounded'</font> <i>(length=9)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'Delivery'</font> <i>(length=8)</i>
'nillable' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'true'</font> <i>(length=4)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:Delivery'</font> <i>(length=43)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.905847 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing named complexType Delivery
2015-04-23 10:20:56.906001 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element userid of type http://www.w3.org/2001/XMLSchema:int
2015-04-23 10:20:56.906030 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element userid to complexType Delivery
2015-04-23 10:20:56.906078 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element userid
2015-04-23 10:20:56.906168 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element created of type http://www.w3.org/2001/XMLSchema:dateTime
2015-04-23 10:20:56.906196 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element created to complexType Delivery
2015-04-23 10:20:56.906243 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element created
2015-04-23 10:20:56.906333 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element success of type http://www.w3.org/2001/XMLSchema:boolean
2015-04-23 10:20:56.906361 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element success to complexType Delivery
2015-04-23 10:20:56.906411 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element success
2015-04-23 10:20:56.906502 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element error of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.906530 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element error to complexType Delivery
2015-04-23 10:20:56.906577 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element error
2015-04-23 10:20:56.906666 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element email of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.906694 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element email to complexType Delivery
2015-04-23 10:20:56.906741 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element email
2015-04-23 10:20:56.906808 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType Delivery
2015-04-23 10:20:56.906899 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=6)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'Delivery'</font> <i>(length=8)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'userid' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'userid'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:int'</font> <i>(length=36)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'created' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'created'</font> <i>(length=7)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:dateTime'</font> <i>(length=41)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'success' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'success'</font> <i>(length=7)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:boolean'</font> <i>(length=40)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'error' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'error'</font> <i>(length=5)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'email' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'email'</font> <i>(length=5)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.906969 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element TemplateBlockFields type _TemplateBlockFields_ContainedType
2015-04-23 10:20:56.906992 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element TemplateBlockFields to elements array
2015-04-23 10:20:56.907056 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element TemplateBlockFields named _TemplateBlockFields_ContainedType
2015-04-23 10:20:56.907201 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element apiKey of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.907232 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element apiKey to complexType _TemplateBlockFields_ContainedType
2015-04-23 10:20:56.907283 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element apiKey
2015-04-23 10:20:56.907375 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element templateblockid of type http://www.w3.org/2001/XMLSchema:int
2015-04-23 10:20:56.907403 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element templateblockid to complexType _TemplateBlockFields_ContainedType
2015-04-23 10:20:56.907451 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element templateblockid
2015-04-23 10:20:56.907518 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _TemplateBlockFields_ContainedType
2015-04-23 10:20:56.907581 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=2)</i>
'apiKey' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'apiKey'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'templateblockid' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'templateblockid'</font> <i>(length=15)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:int'</font> <i>(length=36)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.907629 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element TemplateBlockFields
2015-04-23 10:20:56.907693 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element TemplateBlockFieldsResponse type _TemplateBlockFieldsResponse_ContainedType
2015-04-23 10:20:56.907715 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element TemplateBlockFieldsResponse to elements array
2015-04-23 10:20:56.907780 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element TemplateBlockFieldsResponse named _TemplateBlockFieldsResponse_ContainedType
2015-04-23 10:20:56.907906 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element TemplateBlockFieldsResult of type http://epostservice.se/aspnet/api3:ArrayOfField
2015-04-23 10:20:56.907935 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element TemplateBlockFieldsResult to complexType _TemplateBlockFieldsResponse_ContainedType
2015-04-23 10:20:56.907983 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element TemplateBlockFieldsResult
2015-04-23 10:20:56.908050 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _TemplateBlockFieldsResponse_ContainedType
2015-04-23 10:20:56.908101 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=1)</i>
'TemplateBlockFieldsResult' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'TemplateBlockFieldsResult'</font> <i>(length=25)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:ArrayOfField'</font> <i>(length=47)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.908147 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element TemplateBlockFieldsResponse
2015-04-23 10:20:56.908210 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element GetStaticDocuments type _GetStaticDocuments_ContainedType
2015-04-23 10:20:56.908233 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element GetStaticDocuments to elements array
2015-04-23 10:20:56.908297 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element GetStaticDocuments named _GetStaticDocuments_ContainedType
2015-04-23 10:20:56.908424 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element apiKey of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.908452 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element apiKey to complexType _GetStaticDocuments_ContainedType
2015-04-23 10:20:56.908534 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element apiKey
2015-04-23 10:20:56.908611 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _GetStaticDocuments_ContainedType
2015-04-23 10:20:56.908663 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=1)</i>
'apiKey' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'apiKey'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.908710 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element GetStaticDocuments
2015-04-23 10:20:56.908775 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element GetStaticDocumentsResponse type _GetStaticDocumentsResponse_ContainedType
2015-04-23 10:20:56.908798 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element GetStaticDocumentsResponse to elements array
2015-04-23 10:20:56.908861 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element GetStaticDocumentsResponse named _GetStaticDocumentsResponse_ContainedType
2015-04-23 10:20:56.908988 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element GetStaticDocumentsResult of type http://epostservice.se/aspnet/api3:ArrayOfDocument
2015-04-23 10:20:56.909016 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element GetStaticDocumentsResult to complexType _GetStaticDocumentsResponse_ContainedType
2015-04-23 10:20:56.909068 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element GetStaticDocumentsResult
2015-04-23 10:20:56.909136 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _GetStaticDocumentsResponse_ContainedType
2015-04-23 10:20:56.909193 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=1)</i>
'GetStaticDocumentsResult' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'GetStaticDocumentsResult'</font> <i>(length=24)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:ArrayOfDocument'</font> <i>(length=50)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.909242 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element GetStaticDocumentsResponse
2015-04-23 10:20:56.909305 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element GetTransactionDocuments type _GetTransactionDocuments_ContainedType
2015-04-23 10:20:56.909328 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element GetTransactionDocuments to elements array
2015-04-23 10:20:56.909390 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element GetTransactionDocuments named _GetTransactionDocuments_ContainedType
2015-04-23 10:20:56.909516 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element apiKey of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.909544 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element apiKey to complexType _GetTransactionDocuments_ContainedType
2015-04-23 10:20:56.909592 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element apiKey
2015-04-23 10:20:56.909659 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _GetTransactionDocuments_ContainedType
2015-04-23 10:20:56.909711 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=1)</i>
'apiKey' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'apiKey'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.909758 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element GetTransactionDocuments
2015-04-23 10:20:56.909821 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element GetTransactionDocumentsResponse type _GetTransactionDocumentsResponse_ContainedType
2015-04-23 10:20:56.909854 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element GetTransactionDocumentsResponse to elements array
2015-04-23 10:20:56.909953 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element GetTransactionDocumentsResponse named _GetTransactionDocumentsResponse_ContainedType
2015-04-23 10:20:56.910092 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element GetTransactionDocumentsResult of type http://epostservice.se/aspnet/api3:ArrayOfDocument
2015-04-23 10:20:56.910122 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element GetTransactionDocumentsResult to complexType _GetTransactionDocumentsResponse_ContainedType
2015-04-23 10:20:56.910172 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element GetTransactionDocumentsResult
2015-04-23 10:20:56.910249 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _GetTransactionDocumentsResponse_ContainedType
2015-04-23 10:20:56.910299 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=1)</i>
'GetTransactionDocumentsResult' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'GetTransactionDocumentsResult'</font> <i>(length=29)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:ArrayOfDocument'</font> <i>(length=50)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.910346 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element GetTransactionDocumentsResponse
2015-04-23 10:20:56.910409 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element HtmlClipList type _HtmlClipList_ContainedType
2015-04-23 10:20:56.910432 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element HtmlClipList to elements array
2015-04-23 10:20:56.910498 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element HtmlClipList named _HtmlClipList_ContainedType
2015-04-23 10:20:56.910625 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element apiKey of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.910653 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element apiKey to complexType _HtmlClipList_ContainedType
2015-04-23 10:20:56.910701 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element apiKey
2015-04-23 10:20:56.910798 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _HtmlClipList_ContainedType
2015-04-23 10:20:56.910859 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=1)</i>
'apiKey' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'apiKey'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.910922 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element HtmlClipList
2015-04-23 10:20:56.910988 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element HtmlClipListResponse type _HtmlClipListResponse_ContainedType
2015-04-23 10:20:56.911011 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element HtmlClipListResponse to elements array
2015-04-23 10:20:56.911073 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element HtmlClipListResponse named _HtmlClipListResponse_ContainedType
2015-04-23 10:20:56.911200 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element HtmlClipListResult of type http://epostservice.se/aspnet/api3:ArrayOfHtmlClip
2015-04-23 10:20:56.911229 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element HtmlClipListResult to complexType _HtmlClipListResponse_ContainedType
2015-04-23 10:20:56.911277 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element HtmlClipListResult
2015-04-23 10:20:56.911344 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _HtmlClipListResponse_ContainedType
2015-04-23 10:20:56.911396 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=1)</i>
'HtmlClipListResult' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'HtmlClipListResult'</font> <i>(length=18)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:ArrayOfHtmlClip'</font> <i>(length=50)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.911445 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element HtmlClipListResponse
2015-04-23 10:20:56.911503 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing named complexType ArrayOfHtmlClip
2015-04-23 10:20:56.911639 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element HtmlClip of type http://epostservice.se/aspnet/api3:HtmlClip
2015-04-23 10:20:56.911668 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element HtmlClip to complexType ArrayOfHtmlClip
2015-04-23 10:20:56.911716 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element HtmlClip
2015-04-23 10:20:56.911782 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType ArrayOfHtmlClip
2015-04-23 10:20:56.911837 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=6)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'ArrayOfHtmlClip'</font> <i>(length=15)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=1)</i>
'HtmlClip' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=6)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'unbounded'</font> <i>(length=9)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'HtmlClip'</font> <i>(length=8)</i>
'nillable' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'true'</font> <i>(length=4)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:HtmlClip'</font> <i>(length=43)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.911897 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing named complexType HtmlClip
2015-04-23 10:20:56.912025 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element clipID of type http://www.w3.org/2001/XMLSchema:int
2015-04-23 10:20:56.912053 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element clipID to complexType HtmlClip
2015-04-23 10:20:56.912101 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element clipID
2015-04-23 10:20:56.912191 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element path of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.912219 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element path to complexType HtmlClip
2015-04-23 10:20:56.912269 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element path
2015-04-23 10:20:56.912359 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element name of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.912387 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element name to complexType HtmlClip
2015-04-23 10:20:56.912434 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element name
2015-04-23 10:20:56.912571 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element source of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.912602 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element source to complexType HtmlClip
2015-04-23 10:20:56.912653 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element source
2015-04-23 10:20:56.912746 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element content of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.912775 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element content to complexType HtmlClip
2015-04-23 10:20:56.912822 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element content
2015-04-23 10:20:56.912890 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType HtmlClip
2015-04-23 10:20:56.912980 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=6)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'HtmlClip'</font> <i>(length=8)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'clipID' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'clipID'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:int'</font> <i>(length=36)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'path' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'path'</font> <i>(length=4)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'name' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'name'</font> <i>(length=4)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'source' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'source'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'content' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'content'</font> <i>(length=7)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.913051 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element HtmlClipAdd type _HtmlClipAdd_ContainedType
2015-04-23 10:20:56.913074 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element HtmlClipAdd to elements array
2015-04-23 10:20:56.913138 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element HtmlClipAdd named _HtmlClipAdd_ContainedType
2015-04-23 10:20:56.913268 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element apiKey of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.913297 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element apiKey to complexType _HtmlClipAdd_ContainedType
2015-04-23 10:20:56.913345 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element apiKey
2015-04-23 10:20:56.913436 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element clip of type http://epostservice.se/aspnet/api3:HtmlClip
2015-04-23 10:20:56.913464 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element clip to complexType _HtmlClipAdd_ContainedType
2015-04-23 10:20:56.913512 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element clip
2015-04-23 10:20:56.913578 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _HtmlClipAdd_ContainedType
2015-04-23 10:20:56.913638 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=2)</i>
'apiKey' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'apiKey'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'clip' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'clip'</font> <i>(length=4)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:HtmlClip'</font> <i>(length=43)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.913685 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element HtmlClipAdd
2015-04-23 10:20:56.913748 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element HtmlClipAddResponse type _HtmlClipAddResponse_ContainedType
2015-04-23 10:20:56.913770 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element HtmlClipAddResponse to elements array
2015-04-23 10:20:56.913836 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element HtmlClipAddResponse named _HtmlClipAddResponse_ContainedType
2015-04-23 10:20:56.913963 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element HtmlClipAddResult of type http://epostservice.se/aspnet/api3:HtmlClip
2015-04-23 10:20:56.914002 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element HtmlClipAddResult to complexType _HtmlClipAddResponse_ContainedType
2015-04-23 10:20:56.914064 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element HtmlClipAddResult
2015-04-23 10:20:56.914151 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _HtmlClipAddResponse_ContainedType
2015-04-23 10:20:56.914203 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=1)</i>
'HtmlClipAddResult' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'HtmlClipAddResult'</font> <i>(length=17)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:HtmlClip'</font> <i>(length=43)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.914251 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element HtmlClipAddResponse
2015-04-23 10:20:56.914314 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element HtmlClipRemove type _HtmlClipRemove_ContainedType
2015-04-23 10:20:56.914337 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element HtmlClipRemove to elements array
2015-04-23 10:20:56.914412 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element HtmlClipRemove named _HtmlClipRemove_ContainedType
2015-04-23 10:20:56.914553 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element apiKey of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.914581 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element apiKey to complexType _HtmlClipRemove_ContainedType
2015-04-23 10:20:56.914629 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element apiKey
2015-04-23 10:20:56.914720 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element clip of type http://epostservice.se/aspnet/api3:HtmlClip
2015-04-23 10:20:56.914748 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element clip to complexType _HtmlClipRemove_ContainedType
2015-04-23 10:20:56.914796 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element clip
2015-04-23 10:20:56.914862 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _HtmlClipRemove_ContainedType
2015-04-23 10:20:56.914922 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=2)</i>
'apiKey' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'apiKey'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'clip' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'clip'</font> <i>(length=4)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:HtmlClip'</font> <i>(length=43)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.914973 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element HtmlClipRemove
2015-04-23 10:20:56.915051 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element HtmlClipRemoveResponse type _HtmlClipRemoveResponse_ContainedType
2015-04-23 10:20:56.915075 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element HtmlClipRemoveResponse to elements array
2015-04-23 10:20:56.915145 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element HtmlClipRemoveResponse named _HtmlClipRemoveResponse_ContainedType
2015-04-23 10:20:56.915273 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element HtmlClipRemoveResult of type http://www.w3.org/2001/XMLSchema:boolean
2015-04-23 10:20:56.915302 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element HtmlClipRemoveResult to complexType _HtmlClipRemoveResponse_ContainedType
2015-04-23 10:20:56.915350 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element HtmlClipRemoveResult
2015-04-23 10:20:56.915417 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _HtmlClipRemoveResponse_ContainedType
2015-04-23 10:20:56.915470 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=1)</i>
'HtmlClipRemoveResult' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'HtmlClipRemoveResult'</font> <i>(length=20)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:boolean'</font> <i>(length=40)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.915518 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element HtmlClipRemoveResponse
2015-04-23 10:20:56.915582 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element HtmlClipSearch type _HtmlClipSearch_ContainedType
2015-04-23 10:20:56.915604 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element HtmlClipSearch to elements array
2015-04-23 10:20:56.915666 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element HtmlClipSearch named _HtmlClipSearch_ContainedType
2015-04-23 10:20:56.915963 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element apiKey of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.915992 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element apiKey to complexType _HtmlClipSearch_ContainedType
2015-04-23 10:20:56.916042 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element apiKey
2015-04-23 10:20:56.916133 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element query of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.916161 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element query to complexType _HtmlClipSearch_ContainedType
2015-04-23 10:20:56.916208 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element query
2015-04-23 10:20:56.916275 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _HtmlClipSearch_ContainedType
2015-04-23 10:20:56.916338 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=2)</i>
'apiKey' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'apiKey'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'query' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'query'</font> <i>(length=5)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.916386 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element HtmlClipSearch
2015-04-23 10:20:56.916449 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element HtmlClipSearchResponse type _HtmlClipSearchResponse_ContainedType
2015-04-23 10:20:56.916471 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element HtmlClipSearchResponse to elements array
2015-04-23 10:20:56.916572 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element HtmlClipSearchResponse named _HtmlClipSearchResponse_ContainedType
2015-04-23 10:20:56.916705 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element HtmlClipSearchResult of type http://epostservice.se/aspnet/api3:ArrayOfHtmlClip
2015-04-23 10:20:56.916734 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element HtmlClipSearchResult to complexType _HtmlClipSearchResponse_ContainedType
2015-04-23 10:20:56.916783 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element HtmlClipSearchResult
2015-04-23 10:20:56.916851 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _HtmlClipSearchResponse_ContainedType
2015-04-23 10:20:56.916903 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=1)</i>
'HtmlClipSearchResult' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'HtmlClipSearchResult'</font> <i>(length=20)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:ArrayOfHtmlClip'</font> <i>(length=50)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.916950 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element HtmlClipSearchResponse
2015-04-23 10:20:56.917014 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element SenderList type _SenderList_ContainedType
2015-04-23 10:20:56.917036 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element SenderList to elements array
2015-04-23 10:20:56.917101 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element SenderList named _SenderList_ContainedType
2015-04-23 10:20:56.917228 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element apiKey of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.917256 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element apiKey to complexType _SenderList_ContainedType
2015-04-23 10:20:56.917304 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element apiKey
2015-04-23 10:20:56.917372 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _SenderList_ContainedType
2015-04-23 10:20:56.917427 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=1)</i>
'apiKey' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'apiKey'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.917475 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element SenderList
2015-04-23 10:20:56.917539 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element SenderListResponse type _SenderListResponse_ContainedType
2015-04-23 10:20:56.917561 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element SenderListResponse to elements array
2015-04-23 10:20:56.917625 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element SenderListResponse named _SenderListResponse_ContainedType
2015-04-23 10:20:56.917751 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element SenderListResult of type http://epostservice.se/aspnet/api3:ArrayOfAddress
2015-04-23 10:20:56.917780 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element SenderListResult to complexType _SenderListResponse_ContainedType
2015-04-23 10:20:56.917827 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element SenderListResult
2015-04-23 10:20:56.917895 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _SenderListResponse_ContainedType
2015-04-23 10:20:56.917945 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=1)</i>
'SenderListResult' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'SenderListResult'</font> <i>(length=16)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:ArrayOfAddress'</font> <i>(length=49)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.917996 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element SenderListResponse
2015-04-23 10:20:56.918059 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element SenderCreate type _SenderCreate_ContainedType
2015-04-23 10:20:56.918082 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element SenderCreate to elements array
2015-04-23 10:20:56.918144 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element SenderCreate named _SenderCreate_ContainedType
2015-04-23 10:20:56.918270 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element apiKey of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.918298 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element apiKey to complexType _SenderCreate_ContainedType
2015-04-23 10:20:56.918346 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element apiKey
2015-04-23 10:20:56.918436 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element sender of type http://epostservice.se/aspnet/api3:Address
2015-04-23 10:20:56.918464 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element sender to complexType _SenderCreate_ContainedType
2015-04-23 10:20:56.918513 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element sender
2015-04-23 10:20:56.918580 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _SenderCreate_ContainedType
2015-04-23 10:20:56.918642 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=2)</i>
'apiKey' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'apiKey'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'sender' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sender'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:Address'</font> <i>(length=42)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.918690 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element SenderCreate
2015-04-23 10:20:56.918754 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element SenderCreateResponse type _SenderCreateResponse_ContainedType
2015-04-23 10:20:56.918776 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element SenderCreateResponse to elements array
2015-04-23 10:20:56.918838 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element SenderCreateResponse named _SenderCreateResponse_ContainedType
2015-04-23 10:20:56.918981 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element SenderCreateResult of type http://epostservice.se/aspnet/api3:Address
2015-04-23 10:20:56.919012 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element SenderCreateResult to complexType _SenderCreateResponse_ContainedType
2015-04-23 10:20:56.919062 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element SenderCreateResult
2015-04-23 10:20:56.919130 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _SenderCreateResponse_ContainedType
2015-04-23 10:20:56.919182 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=1)</i>
'SenderCreateResult' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'SenderCreateResult'</font> <i>(length=18)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:Address'</font> <i>(length=42)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.919230 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element SenderCreateResponse
2015-04-23 10:20:56.919294 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element SenderGet type _SenderGet_ContainedType
2015-04-23 10:20:56.919317 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element SenderGet to elements array
2015-04-23 10:20:56.919384 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element SenderGet named _SenderGet_ContainedType
2015-04-23 10:20:56.919511 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element apiKey of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.919540 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element apiKey to complexType _SenderGet_ContainedType
2015-04-23 10:20:56.919587 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element apiKey
2015-04-23 10:20:56.919678 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element sender of type http://epostservice.se/aspnet/api3:Address
2015-04-23 10:20:56.919706 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element sender to complexType _SenderGet_ContainedType
2015-04-23 10:20:56.919753 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element sender
2015-04-23 10:20:56.919820 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _SenderGet_ContainedType
2015-04-23 10:20:56.919889 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=2)</i>
'apiKey' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'apiKey'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'sender' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sender'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:Address'</font> <i>(length=42)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.919972 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element SenderGet
2015-04-23 10:20:56.920034 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element SenderGetResponse type _SenderGetResponse_ContainedType
2015-04-23 10:20:56.920056 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element SenderGetResponse to elements array
2015-04-23 10:20:56.920120 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element SenderGetResponse named _SenderGetResponse_ContainedType
2015-04-23 10:20:56.920247 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element SenderGetResult of type http://epostservice.se/aspnet/api3:Address
2015-04-23 10:20:56.920276 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element SenderGetResult to complexType _SenderGetResponse_ContainedType
2015-04-23 10:20:56.920324 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element SenderGetResult
2015-04-23 10:20:56.920390 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _SenderGetResponse_ContainedType
2015-04-23 10:20:56.920440 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=1)</i>
'SenderGetResult' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'SenderGetResult'</font> <i>(length=15)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:Address'</font> <i>(length=42)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.920487 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element SenderGetResponse
2015-04-23 10:20:56.920593 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element SenderRemove type _SenderRemove_ContainedType
2015-04-23 10:20:56.920617 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element SenderRemove to elements array
2015-04-23 10:20:56.920684 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element SenderRemove named _SenderRemove_ContainedType
2015-04-23 10:20:56.920812 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element apiKey of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.920841 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element apiKey to complexType _SenderRemove_ContainedType
2015-04-23 10:20:56.920889 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element apiKey
2015-04-23 10:20:56.920980 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element sender of type http://epostservice.se/aspnet/api3:Address
2015-04-23 10:20:56.921008 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element sender to complexType _SenderRemove_ContainedType
2015-04-23 10:20:56.921067 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element sender
2015-04-23 10:20:56.921144 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _SenderRemove_ContainedType
2015-04-23 10:20:56.921204 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=2)</i>
'apiKey' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'apiKey'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'sender' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sender'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:Address'</font> <i>(length=42)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.921251 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element SenderRemove
2015-04-23 10:20:56.921314 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element SenderRemoveResponse type _SenderRemoveResponse_ContainedType
2015-04-23 10:20:56.921336 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element SenderRemoveResponse to elements array
2015-04-23 10:20:56.921401 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element SenderRemoveResponse named _SenderRemoveResponse_ContainedType
2015-04-23 10:20:56.921528 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element SenderRemoveResult of type http://www.w3.org/2001/XMLSchema:boolean
2015-04-23 10:20:56.921557 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element SenderRemoveResult to complexType _SenderRemoveResponse_ContainedType
2015-04-23 10:20:56.921605 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element SenderRemoveResult
2015-04-23 10:20:56.921672 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _SenderRemoveResponse_ContainedType
2015-04-23 10:20:56.921723 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=1)</i>
'SenderRemoveResult' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'SenderRemoveResult'</font> <i>(length=18)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:boolean'</font> <i>(length=40)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.921769 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element SenderRemoveResponse
2015-04-23 10:20:56.921832 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element SenderUpdate type _SenderUpdate_ContainedType
2015-04-23 10:20:56.921854 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element SenderUpdate to elements array
2015-04-23 10:20:56.921924 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element SenderUpdate named _SenderUpdate_ContainedType
2015-04-23 10:20:56.922050 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element apiKey of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.922078 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element apiKey to complexType _SenderUpdate_ContainedType
2015-04-23 10:20:56.922126 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element apiKey
2015-04-23 10:20:56.922216 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element sender of type http://epostservice.se/aspnet/api3:Address
2015-04-23 10:20:56.922244 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element sender to complexType _SenderUpdate_ContainedType
2015-04-23 10:20:56.922291 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element sender
2015-04-23 10:20:56.922358 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _SenderUpdate_ContainedType
2015-04-23 10:20:56.922417 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=2)</i>
'apiKey' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'apiKey'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'sender' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sender'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:Address'</font> <i>(length=42)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.922463 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element SenderUpdate
2015-04-23 10:20:56.922526 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element SenderUpdateResponse type _SenderUpdateResponse_ContainedType
2015-04-23 10:20:56.922559 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element SenderUpdateResponse to elements array
2015-04-23 10:20:56.922638 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element SenderUpdateResponse named _SenderUpdateResponse_ContainedType
2015-04-23 10:20:56.922788 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element SenderUpdateResult of type http://www.w3.org/2001/XMLSchema:boolean
2015-04-23 10:20:56.922817 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element SenderUpdateResult to complexType _SenderUpdateResponse_ContainedType
2015-04-23 10:20:56.922865 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element SenderUpdateResult
2015-04-23 10:20:56.922932 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _SenderUpdateResponse_ContainedType
2015-04-23 10:20:56.922994 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=1)</i>
'SenderUpdateResult' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'SenderUpdateResult'</font> <i>(length=18)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:boolean'</font> <i>(length=40)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.923049 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element SenderUpdateResponse
2015-04-23 10:20:56.923114 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element UserList type _UserList_ContainedType
2015-04-23 10:20:56.923136 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element UserList to elements array
2015-04-23 10:20:56.923202 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element UserList named _UserList_ContainedType
2015-04-23 10:20:56.923351 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element apiKey of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.923382 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element apiKey to complexType _UserList_ContainedType
2015-04-23 10:20:56.923430 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element apiKey
2015-04-23 10:20:56.923498 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _UserList_ContainedType
2015-04-23 10:20:56.923549 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=1)</i>
'apiKey' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'apiKey'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.923595 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element UserList
2015-04-23 10:20:56.923658 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element UserListResponse type _UserListResponse_ContainedType
2015-04-23 10:20:56.923680 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element UserListResponse to elements array
2015-04-23 10:20:56.923742 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element UserListResponse named _UserListResponse_ContainedType
2015-04-23 10:20:56.923872 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element UserListResult of type http://epostservice.se/aspnet/api3:ArrayOfAddress
2015-04-23 10:20:56.923901 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element UserListResult to complexType _UserListResponse_ContainedType
2015-04-23 10:20:56.923949 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element UserListResult
2015-04-23 10:20:56.924016 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _UserListResponse_ContainedType
2015-04-23 10:20:56.924066 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=1)</i>
'UserListResult' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'UserListResult'</font> <i>(length=14)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:ArrayOfAddress'</font> <i>(length=49)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.924112 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element UserListResponse
2015-04-23 10:20:56.924175 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element UserCreate type _UserCreate_ContainedType
2015-04-23 10:20:56.924197 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element UserCreate to elements array
2015-04-23 10:20:56.924259 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element UserCreate named _UserCreate_ContainedType
2015-04-23 10:20:56.924384 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element apiKey of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.924423 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element apiKey to complexType _UserCreate_ContainedType
2015-04-23 10:20:56.924479 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element apiKey
2015-04-23 10:20:56.924612 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element sender of type http://epostservice.se/aspnet/api3:Address
2015-04-23 10:20:56.924643 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element sender to complexType _UserCreate_ContainedType
2015-04-23 10:20:56.924691 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element sender
2015-04-23 10:20:56.924842 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _UserCreate_ContainedType
2015-04-23 10:20:56.924933 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=2)</i>
'apiKey' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'apiKey'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'sender' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sender'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:Address'</font> <i>(length=42)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.924989 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element UserCreate
2015-04-23 10:20:56.925058 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element UserCreateResponse type _UserCreateResponse_ContainedType
2015-04-23 10:20:56.925081 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element UserCreateResponse to elements array
2015-04-23 10:20:56.925150 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element UserCreateResponse named _UserCreateResponse_ContainedType
2015-04-23 10:20:56.925280 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element UserCreateResult of type http://epostservice.se/aspnet/api3:Address
2015-04-23 10:20:56.925309 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element UserCreateResult to complexType _UserCreateResponse_ContainedType
2015-04-23 10:20:56.925357 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element UserCreateResult
2015-04-23 10:20:56.925424 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _UserCreateResponse_ContainedType
2015-04-23 10:20:56.925477 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=1)</i>
'UserCreateResult' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'UserCreateResult'</font> <i>(length=16)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:Address'</font> <i>(length=42)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.925523 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element UserCreateResponse
2015-04-23 10:20:56.925586 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element UserRemove type _UserRemove_ContainedType
2015-04-23 10:20:56.925608 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element UserRemove to elements array
2015-04-23 10:20:56.925673 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element UserRemove named _UserRemove_ContainedType
2015-04-23 10:20:56.925799 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element apiKey of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.926075 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element apiKey to complexType _UserRemove_ContainedType
2015-04-23 10:20:56.926150 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element apiKey
2015-04-23 10:20:56.926246 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element sender of type http://epostservice.se/aspnet/api3:Address
2015-04-23 10:20:56.926275 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element sender to complexType _UserRemove_ContainedType
2015-04-23 10:20:56.926323 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element sender
2015-04-23 10:20:56.926391 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _UserRemove_ContainedType
2015-04-23 10:20:56.926454 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=2)</i>
'apiKey' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'apiKey'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'sender' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sender'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:Address'</font> <i>(length=42)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.926502 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element UserRemove
2015-04-23 10:20:56.926565 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element UserRemoveResponse type _UserRemoveResponse_ContainedType
2015-04-23 10:20:56.926589 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element UserRemoveResponse to elements array
2015-04-23 10:20:56.926696 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element UserRemoveResponse named _UserRemoveResponse_ContainedType
2015-04-23 10:20:56.926837 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element UserRemoveResult of type http://www.w3.org/2001/XMLSchema:boolean
2015-04-23 10:20:56.926866 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element UserRemoveResult to complexType _UserRemoveResponse_ContainedType
2015-04-23 10:20:56.926915 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element UserRemoveResult
2015-04-23 10:20:56.926983 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _UserRemoveResponse_ContainedType
2015-04-23 10:20:56.927035 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=1)</i>
'UserRemoveResult' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'UserRemoveResult'</font> <i>(length=16)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:boolean'</font> <i>(length=40)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.927082 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element UserRemoveResponse
2015-04-23 10:20:56.927146 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element UserUpdate type _UserUpdate_ContainedType
2015-04-23 10:20:56.927168 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element UserUpdate to elements array
2015-04-23 10:20:56.927230 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element UserUpdate named _UserUpdate_ContainedType
2015-04-23 10:20:56.927357 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element apiKey of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.927385 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element apiKey to complexType _UserUpdate_ContainedType
2015-04-23 10:20:56.927433 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element apiKey
2015-04-23 10:20:56.927524 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element sender of type http://epostservice.se/aspnet/api3:Address
2015-04-23 10:20:56.927552 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element sender to complexType _UserUpdate_ContainedType
2015-04-23 10:20:56.927602 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element sender
2015-04-23 10:20:56.927669 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _UserUpdate_ContainedType
2015-04-23 10:20:56.927729 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=2)</i>
'apiKey' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'apiKey'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'sender' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sender'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:Address'</font> <i>(length=42)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.927777 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element UserUpdate
2015-04-23 10:20:56.927840 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element UserUpdateResponse type _UserUpdateResponse_ContainedType
2015-04-23 10:20:56.927863 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element UserUpdateResponse to elements array
2015-04-23 10:20:56.927925 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element UserUpdateResponse named _UserUpdateResponse_ContainedType
2015-04-23 10:20:56.928051 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element UserUpdateResult of type http://www.w3.org/2001/XMLSchema:boolean
2015-04-23 10:20:56.928080 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element UserUpdateResult to complexType _UserUpdateResponse_ContainedType
2015-04-23 10:20:56.928128 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element UserUpdateResult
2015-04-23 10:20:56.928194 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _UserUpdateResponse_ContainedType
2015-04-23 10:20:56.928245 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=1)</i>
'UserUpdateResult' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'UserUpdateResult'</font> <i>(length=16)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:boolean'</font> <i>(length=40)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.928292 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element UserUpdateResponse
2015-04-23 10:20:56.928355 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element Report type _Report_ContainedType
2015-04-23 10:20:56.928378 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element Report to elements array
2015-04-23 10:20:56.928445 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element Report named _Report_ContainedType
2015-04-23 10:20:56.928619 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element apiKey of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.928650 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element apiKey to complexType _Report_ContainedType
2015-04-23 10:20:56.928700 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element apiKey
2015-04-23 10:20:56.928792 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element reportName of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.928821 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element reportName to complexType _Report_ContainedType
2015-04-23 10:20:56.928869 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element reportName
2015-04-23 10:20:56.928971 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element options of type http://epostservice.se/aspnet/api3:ArrayOfString
2015-04-23 10:20:56.929021 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element options to complexType _Report_ContainedType
2015-04-23 10:20:56.929070 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element options
2015-04-23 10:20:56.929164 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element notifyEmails of type http://epostservice.se/aspnet/api3:ArrayOfString
2015-04-23 10:20:56.929193 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element notifyEmails to complexType _Report_ContainedType
2015-04-23 10:20:56.929254 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element notifyEmails
2015-04-23 10:20:56.929356 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element sentToEmails of type http://epostservice.se/aspnet/api3:ArrayOfString
2015-04-23 10:20:56.929388 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element sentToEmails to complexType _Report_ContainedType
2015-04-23 10:20:56.929445 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element sentToEmails
2015-04-23 10:20:56.929555 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element schedule of type http://www.w3.org/2001/XMLSchema:dateTime
2015-04-23 10:20:56.929587 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element schedule to complexType _Report_ContainedType
2015-04-23 10:20:56.929641 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element schedule
2015-04-23 10:20:56.929717 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _Report_ContainedType
2015-04-23 10:20:56.929826 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=6)</i>
'apiKey' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'apiKey'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'reportName' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'reportName'</font> <i>(length=10)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'options' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'options'</font> <i>(length=7)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:ArrayOfString'</font> <i>(length=48)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'notifyEmails' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'notifyEmails'</font> <i>(length=12)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:ArrayOfString'</font> <i>(length=48)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'sentToEmails' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sentToEmails'</font> <i>(length=12)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:ArrayOfString'</font> <i>(length=48)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'schedule' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=6)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'schedule'</font> <i>(length=8)</i>
'nillable' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'true'</font> <i>(length=4)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:dateTime'</font> <i>(length=41)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.929881 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element Report
2015-04-23 10:20:56.929954 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element ReportResponse type _ReportResponse_ContainedType
2015-04-23 10:20:56.929979 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element ReportResponse to elements array
2015-04-23 10:20:56.930054 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element ReportResponse named _ReportResponse_ContainedType
2015-04-23 10:20:56.930197 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element ReportResult of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.930230 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element ReportResult to complexType _ReportResponse_ContainedType
2015-04-23 10:20:56.930284 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element ReportResult
2015-04-23 10:20:56.930375 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _ReportResponse_ContainedType
2015-04-23 10:20:56.930426 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=1)</i>
'ReportResult' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'ReportResult'</font> <i>(length=12)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.930474 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element ReportResponse
2015-04-23 10:20:56.930537 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element ReportList type _ReportList_ContainedType
2015-04-23 10:20:56.930560 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element ReportList to elements array
2015-04-23 10:20:56.930626 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element ReportList named _ReportList_ContainedType
2015-04-23 10:20:56.930752 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element apiKey of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.930781 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element apiKey to complexType _ReportList_ContainedType
2015-04-23 10:20:56.930829 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element apiKey
2015-04-23 10:20:56.930897 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _ReportList_ContainedType
2015-04-23 10:20:56.930947 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=1)</i>
'apiKey' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'apiKey'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.930994 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element ReportList
2015-04-23 10:20:56.931057 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element ReportListResponse type _ReportListResponse_ContainedType
2015-04-23 10:20:56.931080 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element ReportListResponse to elements array
2015-04-23 10:20:56.931159 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element ReportListResponse named _ReportListResponse_ContainedType
2015-04-23 10:20:56.931296 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element ReportListResult of type http://epostservice.se/aspnet/api3:ArrayOfString
2015-04-23 10:20:56.931326 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element ReportListResult to complexType _ReportListResponse_ContainedType
2015-04-23 10:20:56.931374 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element ReportListResult
2015-04-23 10:20:56.931443 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _ReportListResponse_ContainedType
2015-04-23 10:20:56.931495 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=1)</i>
'ReportListResult' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'ReportListResult'</font> <i>(length=16)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:ArrayOfString'</font> <i>(length=48)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.931542 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element ReportListResponse
2015-04-23 10:20:56.931605 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element TemplateList type _TemplateList_ContainedType
2015-04-23 10:20:56.931628 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element TemplateList to elements array
2015-04-23 10:20:56.931689 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element TemplateList named _TemplateList_ContainedType
2015-04-23 10:20:56.931815 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element apiKey of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.931844 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element apiKey to complexType _TemplateList_ContainedType
2015-04-23 10:20:56.931892 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element apiKey
2015-04-23 10:20:56.931982 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element tags of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.932010 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element tags to complexType _TemplateList_ContainedType
2015-04-23 10:20:56.932057 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element tags
2015-04-23 10:20:56.932124 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _TemplateList_ContainedType
2015-04-23 10:20:56.932183 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=2)</i>
'apiKey' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'apiKey'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'tags' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'tags'</font> <i>(length=4)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.932230 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element TemplateList
2015-04-23 10:20:56.932293 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element TemplateListResponse type _TemplateListResponse_ContainedType
2015-04-23 10:20:56.932315 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element TemplateListResponse to elements array
2015-04-23 10:20:56.932380 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element TemplateListResponse named _TemplateListResponse_ContainedType
2015-04-23 10:20:56.932553 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element TemplateListResult of type http://epostservice.se/aspnet/api3:ArrayOfIdNamePairOfInt32String
2015-04-23 10:20:56.932584 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element TemplateListResult to complexType _TemplateListResponse_ContainedType
2015-04-23 10:20:56.932636 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element TemplateListResult
2015-04-23 10:20:56.932706 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _TemplateListResponse_ContainedType
2015-04-23 10:20:56.932758 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=1)</i>
'TemplateListResult' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'TemplateListResult'</font> <i>(length=18)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:ArrayOfIdNamePairOfInt32String'</font> <i>(length=65)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.932806 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element TemplateListResponse
2015-04-23 10:20:56.932865 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing named complexType ArrayOfIdNamePairOfInt32String
2015-04-23 10:20:56.932999 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element IdNamePairOfInt32String of type http://epostservice.se/aspnet/api3:IdNamePairOfInt32String
2015-04-23 10:20:56.933029 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element IdNamePairOfInt32String to complexType ArrayOfIdNamePairOfInt32String
2015-04-23 10:20:56.933077 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element IdNamePairOfInt32String
2015-04-23 10:20:56.933145 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType ArrayOfIdNamePairOfInt32String
2015-04-23 10:20:56.933197 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=6)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'ArrayOfIdNamePairOfInt32String'</font> <i>(length=30)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=1)</i>
'IdNamePairOfInt32String' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'unbounded'</font> <i>(length=9)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'IdNamePairOfInt32String'</font> <i>(length=23)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:IdNamePairOfInt32String'</font> <i>(length=58)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.933257 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing named complexType IdNamePairOfInt32String
2015-04-23 10:20:56.933385 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element Id of type http://www.w3.org/2001/XMLSchema:int
2015-04-23 10:20:56.933414 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element Id to complexType IdNamePairOfInt32String
2015-04-23 10:20:56.933462 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element Id
2015-04-23 10:20:56.933553 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element Name of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.933581 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element Name to complexType IdNamePairOfInt32String
2015-04-23 10:20:56.933631 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element Name
2015-04-23 10:20:56.933699 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType IdNamePairOfInt32String
2015-04-23 10:20:56.933759 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=6)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'IdNamePairOfInt32String'</font> <i>(length=23)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=2)</i>
'Id' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'Id'</font> <i>(length=2)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:int'</font> <i>(length=36)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'Name' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'Name'</font> <i>(length=4)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.933825 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element SendWelcomeLetter type _SendWelcomeLetter_ContainedType
2015-04-23 10:20:56.933848 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element SendWelcomeLetter to elements array
2015-04-23 10:20:56.933910 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element SendWelcomeLetter named _SendWelcomeLetter_ContainedType
2015-04-23 10:20:56.934036 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element hash of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.934065 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element hash to complexType _SendWelcomeLetter_ContainedType
2015-04-23 10:20:56.934112 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element hash
2015-04-23 10:20:56.934203 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element companyId of type http://www.w3.org/2001/XMLSchema:int
2015-04-23 10:20:56.934231 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element companyId to complexType _SendWelcomeLetter_ContainedType
2015-04-23 10:20:56.934279 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element companyId
2015-04-23 10:20:56.934369 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element recipientUserId of type http://www.w3.org/2001/XMLSchema:int
2015-04-23 10:20:56.934397 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element recipientUserId to complexType _SendWelcomeLetter_ContainedType
2015-04-23 10:20:56.934447 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element recipientUserId
2015-04-23 10:20:56.934544 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element staticDocumentId of type http://www.w3.org/2001/XMLSchema:int
2015-04-23 10:20:56.934572 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element staticDocumentId to complexType _SendWelcomeLetter_ContainedType
2015-04-23 10:20:56.934620 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element staticDocumentId
2015-04-23 10:20:56.934687 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _SendWelcomeLetter_ContainedType
2015-04-23 10:20:56.934779 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=4)</i>
'hash' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'hash'</font> <i>(length=4)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'companyId' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'companyId'</font> <i>(length=9)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:int'</font> <i>(length=36)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'recipientUserId' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'recipientUserId'</font> <i>(length=15)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:int'</font> <i>(length=36)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'staticDocumentId' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=6)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'staticDocumentId'</font> <i>(length=16)</i>
'nillable' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'true'</font> <i>(length=4)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:int'</font> <i>(length=36)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.934837 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element SendWelcomeLetter
2015-04-23 10:20:56.934903 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element SendWelcomeLetterResponse type _SendWelcomeLetterResponse_ContainedType
2015-04-23 10:20:56.934926 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element SendWelcomeLetterResponse to elements array
2015-04-23 10:20:56.934992 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element SendWelcomeLetterResponse named _SendWelcomeLetterResponse_ContainedType
2015-04-23 10:20:56.935042 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _SendWelcomeLetterResponse_ContainedType
2015-04-23 10:20:56.935082 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=3)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
</pre>
2015-04-23 10:20:56.935129 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element SendWelcomeLetterResponse
2015-04-23 10:20:56.935193 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element SendVerificationLetter type _SendVerificationLetter_ContainedType
2015-04-23 10:20:56.935215 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element SendVerificationLetter to elements array
2015-04-23 10:20:56.935277 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element SendVerificationLetter named _SendVerificationLetter_ContainedType
2015-04-23 10:20:56.935404 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element hash of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.935433 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element hash to complexType _SendVerificationLetter_ContainedType
2015-04-23 10:20:56.935480 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element hash
2015-04-23 10:20:56.935571 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element verifyHash of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.935599 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element verifyHash to complexType _SendVerificationLetter_ContainedType
2015-04-23 10:20:56.935646 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element verifyHash
2015-04-23 10:20:56.935736 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element companyId of type http://www.w3.org/2001/XMLSchema:int
2015-04-23 10:20:56.935774 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element companyId to complexType _SendVerificationLetter_ContainedType
2015-04-23 10:20:56.935946 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element companyId
2015-04-23 10:20:56.936056 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element email of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.936084 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element email to complexType _SendVerificationLetter_ContainedType
2015-04-23 10:20:56.936131 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element email
2015-04-23 10:20:56.936221 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element fullname of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.936249 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element fullname to complexType _SendVerificationLetter_ContainedType
2015-04-23 10:20:56.936296 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element fullname
2015-04-23 10:20:56.936386 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element senderUserId of type http://www.w3.org/2001/XMLSchema:int
2015-04-23 10:20:56.936414 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element senderUserId to complexType _SendVerificationLetter_ContainedType
2015-04-23 10:20:56.936461 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element senderUserId
2015-04-23 10:20:56.936592 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element addresslistArray of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.936623 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element addresslistArray to complexType _SendVerificationLetter_ContainedType
2015-04-23 10:20:56.936674 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element addresslistArray
2015-04-23 10:20:56.936766 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element ipAddress of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.936795 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element ipAddress to complexType _SendVerificationLetter_ContainedType
2015-04-23 10:20:56.936843 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element ipAddress
2015-04-23 10:20:56.936933 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element lang of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.936961 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element lang to complexType _SendVerificationLetter_ContainedType
2015-04-23 10:20:56.937009 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element lang
2015-04-23 10:20:56.937099 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element verifyMessage of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.937127 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element verifyMessage to complexType _SendVerificationLetter_ContainedType
2015-04-23 10:20:56.937174 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element verifyMessage
2015-04-23 10:20:56.937264 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element subject of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.937292 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element subject to complexType _SendVerificationLetter_ContainedType
2015-04-23 10:20:56.937340 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element subject
2015-04-23 10:20:56.937407 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _SendVerificationLetter_ContainedType
2015-04-23 10:20:56.937570 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=11)</i>
'hash' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'hash'</font> <i>(length=4)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'verifyHash' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'verifyHash'</font> <i>(length=10)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'companyId' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'companyId'</font> <i>(length=9)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:int'</font> <i>(length=36)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'email' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'email'</font> <i>(length=5)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'fullname' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'fullname'</font> <i>(length=8)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'senderUserId' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'senderUserId'</font> <i>(length=12)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:int'</font> <i>(length=36)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'addresslistArray' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'addresslistArray'</font> <i>(length=16)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'ipAddress' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'ipAddress'</font> <i>(length=9)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'lang' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'lang'</font> <i>(length=4)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'verifyMessage' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'verifyMessage'</font> <i>(length=13)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'subject' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'subject'</font> <i>(length=7)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.937641 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element SendVerificationLetter
2015-04-23 10:20:56.937705 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element SendVerificationLetterResponse type _SendVerificationLetterResponse_ContainedType
2015-04-23 10:20:56.937727 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element SendVerificationLetterResponse to elements array
2015-04-23 10:20:56.937796 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element SendVerificationLetterResponse named _SendVerificationLetterResponse_ContainedType
2015-04-23 10:20:56.937846 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _SendVerificationLetterResponse_ContainedType
2015-04-23 10:20:56.937884 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=3)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
</pre>
2015-04-23 10:20:56.937931 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element SendVerificationLetterResponse
2015-04-23 10:20:56.937995 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element SendKgletter type _SendKgletter_ContainedType
2015-04-23 10:20:56.938017 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element SendKgletter to elements array
2015-04-23 10:20:56.938079 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element SendKgletter named _SendKgletter_ContainedType
2015-04-23 10:20:56.938205 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element apiKey of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.938234 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element apiKey to complexType _SendKgletter_ContainedType
2015-04-23 10:20:56.938282 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element apiKey
2015-04-23 10:20:56.938371 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element hash of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.938410 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element hash to complexType _SendKgletter_ContainedType
2015-04-23 10:20:56.938460 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element hash
2015-04-23 10:20:56.938554 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element recipientUserId of type http://www.w3.org/2001/XMLSchema:int
2015-04-23 10:20:56.938583 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element recipientUserId to complexType _SendKgletter_ContainedType
2015-04-23 10:20:56.938633 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element recipientUserId
2015-04-23 10:20:56.938728 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element staticDocumentId of type http://www.w3.org/2001/XMLSchema:int
2015-04-23 10:20:56.938757 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element staticDocumentId to complexType _SendKgletter_ContainedType
2015-04-23 10:20:56.938813 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element staticDocumentId
2015-04-23 10:20:56.938884 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _SendKgletter_ContainedType
2015-04-23 10:20:56.938964 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=4)</i>
'apiKey' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'apiKey'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'hash' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'hash'</font> <i>(length=4)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'recipientUserId' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'recipientUserId'</font> <i>(length=15)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:int'</font> <i>(length=36)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'staticDocumentId' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'staticDocumentId'</font> <i>(length=16)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:int'</font> <i>(length=36)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:56.939015 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element SendKgletter
2015-04-23 10:20:56.939103 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing untyped element SendKgletterResponse type _SendKgletterResponse_ContainedType
2015-04-23 10:20:56.939129 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element SendKgletterResponse to elements array
2015-04-23 10:20:56.939202 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing unnamed complexType for element SendKgletterResponse named _SendKgletterResponse_ContainedType
2015-04-23 10:20:56.939255 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing complexType _SendKgletterResponse_ContainedType
2015-04-23 10:20:56.939297 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=3)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
</pre>
2015-04-23 10:20:56.939347 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element SendKgletterResponse
2015-04-23 10:20:56.939444 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element string of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.939472 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element string to elements array
2015-04-23 10:20:56.939520 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element string
2015-04-23 10:20:56.939605 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element ArrayOfApiKeyItem of type http://epostservice.se/aspnet/api3:ArrayOfApiKeyItem
2015-04-23 10:20:56.939633 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element ArrayOfApiKeyItem to elements array
2015-04-23 10:20:56.939681 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element ArrayOfApiKeyItem
2015-04-23 10:20:56.939759 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element boolean of type http://www.w3.org/2001/XMLSchema:boolean
2015-04-23 10:20:56.939787 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element boolean to elements array
2015-04-23 10:20:56.939834 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element boolean
2015-04-23 10:20:56.939918 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element ArrayOfString of type http://epostservice.se/aspnet/api3:ArrayOfString
2015-04-23 10:20:56.939946 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element ArrayOfString to elements array
2015-04-23 10:20:56.939994 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element ArrayOfString
2015-04-23 10:20:56.940077 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element Address of type http://epostservice.se/aspnet/api3:Address
2015-04-23 10:20:56.940105 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element Address to elements array
2015-04-23 10:20:56.940175 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element Address
2015-04-23 10:20:56.940300 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element ArrayOfField of type http://epostservice.se/aspnet/api3:ArrayOfField
2015-04-23 10:20:56.940327 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element ArrayOfField to elements array
2015-04-23 10:20:56.940388 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element ArrayOfField
2015-04-23 10:20:56.940477 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element Field of type http://epostservice.se/aspnet/api3:Field
2015-04-23 10:20:56.940545 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element Field to elements array
2015-04-23 10:20:56.940602 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element Field
2015-04-23 10:20:56.940696 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element ArrayOfAddressList of type http://epostservice.se/aspnet/api3:ArrayOfAddressList
2015-04-23 10:20:56.940726 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element ArrayOfAddressList to elements array
2015-04-23 10:20:56.940777 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element ArrayOfAddressList
2015-04-23 10:20:56.940866 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element Document of type http://epostservice.se/aspnet/api3:Document
2015-04-23 10:20:56.940895 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element Document to elements array
2015-04-23 10:20:56.940946 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element Document
2015-04-23 10:20:56.941035 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element ArrayOfActivity of type http://epostservice.se/aspnet/api3:ArrayOfActivity
2015-04-23 10:20:56.941064 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element ArrayOfActivity to elements array
2015-04-23 10:20:56.941115 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element ArrayOfActivity
2015-04-23 10:20:56.941203 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element StaticDocument of type http://epostservice.se/aspnet/api3:StaticDocument
2015-04-23 10:20:56.941232 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element StaticDocument to elements array
2015-04-23 10:20:56.941282 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element StaticDocument
2015-04-23 10:20:56.941378 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element ArrayOfLink of type http://epostservice.se/aspnet/api3:ArrayOfLink
2015-04-23 10:20:56.941405 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element ArrayOfLink to elements array
2015-04-23 10:20:56.941453 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element ArrayOfLink
2015-04-23 10:20:56.941536 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element ArrayOfDocument of type http://epostservice.se/aspnet/api3:ArrayOfDocument
2015-04-23 10:20:56.941564 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element ArrayOfDocument to elements array
2015-04-23 10:20:56.941611 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element ArrayOfDocument
2015-04-23 10:20:56.941694 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element ArrayOfHtmlClip of type http://epostservice.se/aspnet/api3:ArrayOfHtmlClip
2015-04-23 10:20:56.941722 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element ArrayOfHtmlClip to elements array
2015-04-23 10:20:56.941769 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element ArrayOfHtmlClip
2015-04-23 10:20:56.941853 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element ArrayOfAddress of type http://epostservice.se/aspnet/api3:ArrayOfAddress
2015-04-23 10:20:56.941880 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element ArrayOfAddress to elements array
2015-04-23 10:20:56.941928 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element ArrayOfAddress
2015-04-23 10:20:56.942011 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> processing typed element ArrayOfIdNamePairOfInt32String of type http://epostservice.se/aspnet/api3:ArrayOfIdNamePairOfInt32String
2015-04-23 10:20:56.942039 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> add element ArrayOfIdNamePairOfInt32String to elements array
2015-04-23 10:20:56.942091 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> done processing element ArrayOfIdNamePairOfInt32String
2015-04-23 10:20:56.942133 wsdl: Parsing WSDL schema done
2015-04-23 10:20:56.942163 wsdl: Parsing WSDL schema
2015-04-23 10:20:56.942193 nusoap_xmlschema: nusoap_xmlschema class instantiated, inside constructor
2015-04-23 10:20:56.942308 nusoap_xmlschema: <http://epostservice.se/aspnet/api3/AbstractTypes> import namespace http://schemas.xmlsoap.org/soap/encoding/
2015-04-23 10:20:56.942397 nusoap_xmlschema: <http://epostservice.se/aspnet/api3/AbstractTypes> processing named complexType StringArray
2015-04-23 10:20:56.942460 nusoap_xmlschema: <http://epostservice.se/aspnet/api3/AbstractTypes> do nothing for element complexContent
2015-04-23 10:20:56.942533 nusoap_xmlschema: <http://epostservice.se/aspnet/api3/AbstractTypes> restriction http://schemas.xmlsoap.org/soap/encoding/:Array
2015-04-23 10:20:56.942663 nusoap_xmlschema: <http://epostservice.se/aspnet/api3/AbstractTypes> processing typed element String of type http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.942692 nusoap_xmlschema: <http://epostservice.se/aspnet/api3/AbstractTypes> add element String to complexType StringArray
2015-04-23 10:20:56.942740 nusoap_xmlschema: <http://epostservice.se/aspnet/api3/AbstractTypes> done processing element String
2015-04-23 10:20:56.942850 nusoap_xmlschema: <http://epostservice.se/aspnet/api3/AbstractTypes> done processing complexType StringArray
2015-04-23 10:20:56.942923 nusoap_xmlschema: <http://epostservice.se/aspnet/api3/AbstractTypes> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=7)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'StringArray'</font> <i>(length=11)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'restrictionBase' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://schemas.xmlsoap.org/soap/encoding/:Array'</font> <i>(length=47)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=1)</i>
'String' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'unbounded'</font> <i>(length=9)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'String'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'unqualified'</font> <i>(length=11)</i>
</pre>
2015-04-23 10:20:56.942968 wsdl: Parsing WSDL schema done
2015-04-23 10:20:56.943091 wsdl: msg HelloWorldSoapIn: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:HelloWorld
2015-04-23 10:20:56.943207 wsdl: msg HelloWorldSoapOut: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:HelloWorldResponse
2015-04-23 10:20:56.943321 wsdl: msg VersionSoapIn: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:Version
2015-04-23 10:20:56.943438 wsdl: msg VersionSoapOut: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:VersionResponse
2015-04-23 10:20:56.943550 wsdl: msg MethodnameSoapIn: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:Methodname
2015-04-23 10:20:56.943662 wsdl: msg MethodnameSoapOut: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:MethodnameResponse
2015-04-23 10:20:56.943774 wsdl: msg ApiKeyListSoapIn: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:ApiKeyList
2015-04-23 10:20:56.943886 wsdl: msg ApiKeyListSoapOut: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:ApiKeyListResponse
2015-04-23 10:20:56.943998 wsdl: msg ValidateEmailAddressSoapIn: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:ValidateEmailAddress
2015-04-23 10:20:56.944110 wsdl: msg ValidateEmailAddressSoapOut: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:ValidateEmailAddressResponse
2015-04-23 10:20:56.944221 wsdl: msg FilterEmailsGetValidSoapIn: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:FilterEmailsGetValid
2015-04-23 10:20:56.944333 wsdl: msg FilterEmailsGetValidSoapOut: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:FilterEmailsGetValidResponse
2015-04-23 10:20:56.944443 wsdl: msg FilterEmailsGetInValidSoapIn: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:FilterEmailsGetInValid
2015-04-23 10:20:56.944599 wsdl: msg FilterEmailsGetInValidSoapOut: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:FilterEmailsGetInValidResponse
2015-04-23 10:20:56.944717 wsdl: msg CheckEmailAddressSoapIn: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:CheckEmailAddress
2015-04-23 10:20:56.944854 wsdl: msg CheckEmailAddressSoapOut: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:CheckEmailAddressResponse
2015-04-23 10:20:56.944970 wsdl: msg AddressSearchSoapIn: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:AddressSearch
2015-04-23 10:20:56.945095 wsdl: msg AddressSearchSoapOut: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:AddressSearchResponse
2015-04-23 10:20:56.945210 wsdl: msg RecipientSearchSoapIn: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:RecipientSearch
2015-04-23 10:20:56.945322 wsdl: msg RecipientSearchSoapOut: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:RecipientSearchResponse
2015-04-23 10:20:56.945575 wsdl: msg RecipientSearchIdsSoapIn: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:RecipientSearchIds
2015-04-23 10:20:56.945710 wsdl: msg RecipientSearchIdsSoapOut: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:RecipientSearchIdsResponse
2015-04-23 10:20:56.945821 wsdl: msg RecipientCreateSoapIn: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:RecipientCreate
2015-04-23 10:20:56.945935 wsdl: msg RecipientCreateSoapOut: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:RecipientCreateResponse
2015-04-23 10:20:56.946047 wsdl: msg RecipientUpdateSoapIn: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:RecipientUpdate
2015-04-23 10:20:56.946159 wsdl: msg RecipientUpdateSoapOut: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:RecipientUpdateResponse
2015-04-23 10:20:56.946273 wsdl: msg RecipientUnSubscribeSoapIn: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:RecipientUnSubscribe
2015-04-23 10:20:56.946385 wsdl: msg RecipientUnSubscribeSoapOut: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:RecipientUnSubscribeResponse
2015-04-23 10:20:56.946499 wsdl: msg RecipientSubscribeSoapIn: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:RecipientSubscribe
2015-04-23 10:20:56.946613 wsdl: msg RecipientSubscribeSoapOut: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:RecipientSubscribeResponse
2015-04-23 10:20:56.946769 wsdl: msg RecipientReSubscribeSoapIn: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:RecipientReSubscribe
2015-04-23 10:20:56.946885 wsdl: msg RecipientReSubscribeSoapOut: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:RecipientReSubscribeResponse
2015-04-23 10:20:56.946997 wsdl: msg RecipientCreateToListSoapIn: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:RecipientCreateToList
2015-04-23 10:20:56.947109 wsdl: msg RecipientCreateToListSoapOut: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:RecipientCreateToListResponse
2015-04-23 10:20:56.947223 wsdl: msg RecipientCreateToListByEmailSoapIn: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:RecipientCreateToListByEmail
2015-04-23 10:20:56.947335 wsdl: msg RecipientCreateToListByEmailSoapOut: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:RecipientCreateToListByEmailResponse
2015-04-23 10:20:56.947467 wsdl: msg RecipientCreateToListByIdsSoapIn: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:RecipientCreateToListByIds
2015-04-23 10:20:56.947588 wsdl: msg RecipientCreateToListByIdsSoapOut: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:RecipientCreateToListByIdsResponse
2015-04-23 10:20:56.947700 wsdl: msg RecipientGetSoapIn: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:RecipientGet
2015-04-23 10:20:56.947814 wsdl: msg RecipientGetSoapOut: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:RecipientGetResponse
2015-04-23 10:20:56.947927 wsdl: msg RecipientGetListByIdsSoapIn: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:RecipientGetListByIds
2015-04-23 10:20:56.948038 wsdl: msg RecipientGetListByIdsSoapOut: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:RecipientGetListByIdsResponse
2015-04-23 10:20:56.948153 wsdl: msg RecipientGetListByEmailsSoapIn: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:RecipientGetListByEmails
2015-04-23 10:20:56.948265 wsdl: msg RecipientGetListByEmailsSoapOut: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:RecipientGetListByEmailsResponse
2015-04-23 10:20:56.948377 wsdl: msg RecipientAddressListsSoapIn: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:RecipientAddressLists
2015-04-23 10:20:56.948523 wsdl: msg RecipientAddressListsSoapOut: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:RecipientAddressListsResponse
2015-04-23 10:20:56.948650 wsdl: msg RecipientEraseSoapIn: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:RecipientErase
2015-04-23 10:20:56.948763 wsdl: msg RecipientEraseSoapOut: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:RecipientEraseResponse
2015-04-23 10:20:56.948880 wsdl: msg RecipientVerifiedSubscribeSoapIn: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:RecipientVerifiedSubscribe
2015-04-23 10:20:56.948992 wsdl: msg RecipientVerifiedSubscribeSoapOut: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:RecipientVerifiedSubscribeResponse
2015-04-23 10:20:56.949106 wsdl: msg RecipientRemoveFromListSoapIn: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:RecipientRemoveFromList
2015-04-23 10:20:56.949221 wsdl: msg RecipientRemoveFromListSoapOut: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:RecipientRemoveFromListResponse
2015-04-23 10:20:56.949333 wsdl: msg FieldListSoapIn: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:FieldList
2015-04-23 10:20:56.949447 wsdl: msg FieldListSoapOut: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:FieldListResponse
2015-04-23 10:20:56.949559 wsdl: msg FieldAddSoapIn: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:FieldAdd
2015-04-23 10:20:56.949671 wsdl: msg FieldAddSoapOut: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:FieldAddResponse
2015-04-23 10:20:56.949785 wsdl: msg AddresslistSearchSoapIn: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:AddresslistSearch
2015-04-23 10:20:56.949897 wsdl: msg AddresslistSearchSoapOut: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:AddresslistSearchResponse
2015-04-23 10:20:56.950008 wsdl: msg AddresslistCreateSoapIn: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:AddresslistCreate
2015-04-23 10:20:56.950123 wsdl: msg AddresslistCreateSoapOut: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:AddresslistCreateResponse
2015-04-23 10:20:56.950269 wsdl: msg AddressListsSoapIn: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:AddressLists
2015-04-23 10:20:56.950383 wsdl: msg AddressListsSoapOut: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:AddressListsResponse
2015-04-23 10:20:56.950495 wsdl: msg DocumentCreateSoapIn: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:DocumentCreate
2015-04-23 10:20:56.950611 wsdl: msg DocumentCreateSoapOut: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:DocumentCreateResponse
2015-04-23 10:20:56.950724 wsdl: msg DocumentCreateByRssFeedSoapIn: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:DocumentCreateByRssFeed
2015-04-23 10:20:56.950838 wsdl: msg DocumentCreateByRssFeedSoapOut: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:DocumentCreateByRssFeedResponse
2015-04-23 10:20:56.950966 wsdl: msg DocumentAddBlocksByRssFeedSoapIn: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:DocumentAddBlocksByRssFeed
2015-04-23 10:20:56.951084 wsdl: msg DocumentAddBlocksByRssFeedSoapOut: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:DocumentAddBlocksByRssFeedResponse
2015-04-23 10:20:56.951200 wsdl: msg DocumentSearchSoapIn: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:DocumentSearch
2015-04-23 10:20:56.951311 wsdl: msg DocumentSearchSoapOut: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:DocumentSearchResponse
2015-04-23 10:20:56.951423 wsdl: msg DocumentSearchSortedSoapIn: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:DocumentSearchSorted
2015-04-23 10:20:56.951540 wsdl: msg DocumentSearchSortedSoapOut: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:DocumentSearchSortedResponse
2015-04-23 10:20:56.951652 wsdl: msg DocumentUpdateSoapIn: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:DocumentUpdate
2015-04-23 10:20:56.951766 wsdl: msg DocumentUpdateSoapOut: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:DocumentUpdateResponse
2015-04-23 10:20:56.951878 wsdl: msg DocumentPublishSoapIn: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:DocumentPublish
2015-04-23 10:20:56.951989 wsdl: msg DocumentPublishSoapOut: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:DocumentPublishResponse
2015-04-23 10:20:56.952105 wsdl: msg DocumentSendSoapIn: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:DocumentSend
2015-04-23 10:20:56.952216 wsdl: msg DocumentSendSoapOut: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:DocumentSendResponse
2015-04-23 10:20:56.952327 wsdl: msg DocumentPreflightSoapIn: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:DocumentPreflight
2015-04-23 10:20:56.952444 wsdl: msg DocumentPreflightSoapOut: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:DocumentPreflightResponse
2015-04-23 10:20:56.952605 wsdl: msg DocumentSendTransactionSoapIn: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:DocumentSendTransaction
2015-04-23 10:20:56.952724 wsdl: msg DocumentSendTransactionSoapOut: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:DocumentSendTransactionResponse
2015-04-23 10:20:56.952837 wsdl: msg DocumentTransactionActivitySoapIn: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:DocumentTransactionActivity
2015-04-23 10:20:56.952950 wsdl: msg DocumentTransactionActivitySoapOut: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:DocumentTransactionActivityResponse
2015-04-23 10:20:56.953064 wsdl: msg DocumentSourceSoapIn: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:DocumentSource
2015-04-23 10:20:56.953176 wsdl: msg DocumentSourceSoapOut: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:DocumentSourceResponse
2015-04-23 10:20:56.953289 wsdl: msg DocumentColumnBlockCountSoapIn: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:DocumentColumnBlockCount
2015-04-23 10:20:56.953401 wsdl: msg DocumentColumnBlockCountSoapOut: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:DocumentColumnBlockCountResponse
2015-04-23 10:20:56.953513 wsdl: msg DocumentColumnIndexesSoapIn: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:DocumentColumnIndexes
2015-04-23 10:20:56.953626 wsdl: msg DocumentColumnIndexesSoapOut: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:DocumentColumnIndexesResponse
2015-04-23 10:20:56.953738 wsdl: msg DocumentColumnSoapIn: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:DocumentColumn
2015-04-23 10:20:56.953849 wsdl: msg DocumentColumnSoapOut: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:DocumentColumnResponse
2015-04-23 10:20:56.953963 wsdl: msg DocumentAddBlockSoapIn: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:DocumentAddBlock
2015-04-23 10:20:56.954074 wsdl: msg DocumentAddBlockSoapOut: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:DocumentAddBlockResponse
2015-04-23 10:20:56.954188 wsdl: msg DocumentGetSoapIn: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:DocumentGet
2015-04-23 10:20:56.954300 wsdl: msg DocumentGetSoapOut: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:DocumentGetResponse
2015-04-23 10:20:56.954411 wsdl: msg StaticDocumentGetSoapIn: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:StaticDocumentGet
2015-04-23 10:20:56.954524 wsdl: msg StaticDocumentGetSoapOut: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:StaticDocumentGetResponse
2015-04-23 10:20:56.954635 wsdl: msg DocumentLinksSoapIn: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:DocumentLinks
2015-04-23 10:20:56.954748 wsdl: msg DocumentLinksSoapOut: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:DocumentLinksResponse
2015-04-23 10:20:56.954865 wsdl: msg DocumentLinkClicksSoapIn: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:DocumentLinkClicks
2015-04-23 10:20:56.954997 wsdl: msg DocumentLinkClicksSoapOut: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:DocumentLinkClicksResponse
2015-04-23 10:20:56.955115 wsdl: msg DocumentReadsSoapIn: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:DocumentReads
2015-04-23 10:20:56.955228 wsdl: msg DocumentReadsSoapOut: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:DocumentReadsResponse
2015-04-23 10:20:56.955341 wsdl: msg DocumentRecipientsSoapIn: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:DocumentRecipients
2015-04-23 10:20:56.955577 wsdl: msg DocumentRecipientsSoapOut: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:DocumentRecipientsResponse
2015-04-23 10:20:56.955689 wsdl: msg TemplateBlockFieldsSoapIn: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:TemplateBlockFields
2015-04-23 10:20:56.955801 wsdl: msg TemplateBlockFieldsSoapOut: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:TemplateBlockFieldsResponse
2015-04-23 10:20:56.955916 wsdl: msg GetStaticDocumentsSoapIn: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:GetStaticDocuments
2015-04-23 10:20:56.956028 wsdl: msg GetStaticDocumentsSoapOut: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:GetStaticDocumentsResponse
2015-04-23 10:20:56.956142 wsdl: msg GetTransactionDocumentsSoapIn: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:GetTransactionDocuments
2015-04-23 10:20:56.956254 wsdl: msg GetTransactionDocumentsSoapOut: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:GetTransactionDocumentsResponse
2015-04-23 10:20:56.956366 wsdl: msg HtmlClipListSoapIn: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:HtmlClipList
2015-04-23 10:20:56.956480 wsdl: msg HtmlClipListSoapOut: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:HtmlClipListResponse
2015-04-23 10:20:56.956636 wsdl: msg HtmlClipAddSoapIn: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:HtmlClipAdd
2015-04-23 10:20:56.956800 wsdl: msg HtmlClipAddSoapOut: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:HtmlClipAddResponse
2015-04-23 10:20:56.956917 wsdl: msg HtmlClipRemoveSoapIn: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:HtmlClipRemove
2015-04-23 10:20:56.957029 wsdl: msg HtmlClipRemoveSoapOut: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:HtmlClipRemoveResponse
2015-04-23 10:20:56.957143 wsdl: msg HtmlClipSearchSoapIn: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:HtmlClipSearch
2015-04-23 10:20:56.957256 wsdl: msg HtmlClipSearchSoapOut: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:HtmlClipSearchResponse
2015-04-23 10:20:56.957368 wsdl: msg SenderListSoapIn: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:SenderList
2015-04-23 10:20:56.957482 wsdl: msg SenderListSoapOut: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:SenderListResponse
2015-04-23 10:20:56.957594 wsdl: msg SenderCreateSoapIn: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:SenderCreate
2015-04-23 10:20:56.957706 wsdl: msg SenderCreateSoapOut: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:SenderCreateResponse
2015-04-23 10:20:56.957820 wsdl: msg SenderGetSoapIn: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:SenderGet
2015-04-23 10:20:56.957935 wsdl: msg SenderGetSoapOut: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:SenderGetResponse
2015-04-23 10:20:56.958048 wsdl: msg SenderRemoveSoapIn: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:SenderRemove
2015-04-23 10:20:56.958167 wsdl: msg SenderRemoveSoapOut: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:SenderRemoveResponse
2015-04-23 10:20:56.958283 wsdl: msg SenderUpdateSoapIn: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:SenderUpdate
2015-04-23 10:20:56.958395 wsdl: msg SenderUpdateSoapOut: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:SenderUpdateResponse
2015-04-23 10:20:56.958510 wsdl: msg UserListSoapIn: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:UserList
2015-04-23 10:20:56.958621 wsdl: msg UserListSoapOut: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:UserListResponse
2015-04-23 10:20:56.958735 wsdl: msg UserCreateSoapIn: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:UserCreate
2015-04-23 10:20:56.958847 wsdl: msg UserCreateSoapOut: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:UserCreateResponse
2015-04-23 10:20:56.958975 wsdl: msg UserRemoveSoapIn: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:UserRemove
2015-04-23 10:20:56.959099 wsdl: msg UserRemoveSoapOut: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:UserRemoveResponse
2015-04-23 10:20:56.959211 wsdl: msg UserUpdateSoapIn: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:UserUpdate
2015-04-23 10:20:56.959323 wsdl: msg UserUpdateSoapOut: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:UserUpdateResponse
2015-04-23 10:20:56.959437 wsdl: msg ReportSoapIn: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:Report
2015-04-23 10:20:56.959549 wsdl: msg ReportSoapOut: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:ReportResponse
2015-04-23 10:20:56.959663 wsdl: msg ReportListSoapIn: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:ReportList
2015-04-23 10:20:56.959774 wsdl: msg ReportListSoapOut: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:ReportListResponse
2015-04-23 10:20:56.959885 wsdl: msg TemplateListSoapIn: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:TemplateList
2015-04-23 10:20:56.959999 wsdl: msg TemplateListSoapOut: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:TemplateListResponse
2015-04-23 10:20:56.960111 wsdl: msg SendWelcomeLetterSoapIn: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:SendWelcomeLetter
2015-04-23 10:20:56.960244 wsdl: msg SendWelcomeLetterSoapOut: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:SendWelcomeLetterResponse
2015-04-23 10:20:56.960378 wsdl: msg SendVerificationLetterSoapIn: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:SendVerificationLetter
2015-04-23 10:20:56.960518 wsdl: msg SendVerificationLetterSoapOut: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:SendVerificationLetterResponse
2015-04-23 10:20:56.960650 wsdl: msg SendKgletterSoapIn: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:SendKgletter
2015-04-23 10:20:56.960764 wsdl: msg SendKgletterSoapOut: found part (with element) parameters: parameters,http://epostservice.se/aspnet/api3:SendKgletterResponse
2015-04-23 10:20:56.960942 wsdl: msg HelloWorldHttpGetOut: found part (with element) Body: Body,http://epostservice.se/aspnet/api3:string
2015-04-23 10:20:56.961115 wsdl: msg VersionHttpGetOut: found part (with element) Body: Body,http://epostservice.se/aspnet/api3:string
2015-04-23 10:20:56.961229 wsdl: msg MethodnameHttpGetIn: found part (with type) message: message,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.961344 wsdl: msg MethodnameHttpGetOut: found part (with element) Body: Body,http://epostservice.se/aspnet/api3:string
2015-04-23 10:20:56.961456 wsdl: msg ApiKeyListHttpGetIn: found part (with type) username: username,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.961532 wsdl: msg ApiKeyListHttpGetIn: found part (with type) password: password,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.961646 wsdl: msg ApiKeyListHttpGetOut: found part (with element) Body: Body,http://epostservice.se/aspnet/api3:ArrayOfApiKeyItem
2015-04-23 10:20:56.961758 wsdl: msg ValidateEmailAddressHttpGetIn: found part (with type) apiKey: apiKey,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.961834 wsdl: msg ValidateEmailAddressHttpGetIn: found part (with type) email: email,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.961948 wsdl: msg ValidateEmailAddressHttpGetOut: found part (with element) Body: Body,http://epostservice.se/aspnet/api3:boolean
2015-04-23 10:20:56.962061 wsdl: msg FilterEmailsGetValidHttpGetIn: found part (with type) apiKey: apiKey,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.962136 wsdl: msg FilterEmailsGetValidHttpGetIn: found part (with type) emails: emails,http://epostservice.se/aspnet/api3/AbstractTypes:StringArray
2015-04-23 10:20:56.962260 wsdl: msg FilterEmailsGetValidHttpGetOut: found part (with element) Body: Body,http://epostservice.se/aspnet/api3:ArrayOfString
2015-04-23 10:20:56.962388 wsdl: msg FilterEmailsGetInValidHttpGetIn: found part (with type) apiKey: apiKey,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.962481 wsdl: msg FilterEmailsGetInValidHttpGetIn: found part (with type) emails: emails,http://epostservice.se/aspnet/api3/AbstractTypes:StringArray
2015-04-23 10:20:56.962605 wsdl: msg FilterEmailsGetInValidHttpGetOut: found part (with element) Body: Body,http://epostservice.se/aspnet/api3:ArrayOfString
2015-04-23 10:20:56.962734 wsdl: msg CheckEmailAddressHttpGetIn: found part (with type) apiKey: apiKey,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.962819 wsdl: msg CheckEmailAddressHttpGetIn: found part (with type) email: email,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.962944 wsdl: msg CheckEmailAddressHttpGetOut: found part (with element) Body: Body,http://epostservice.se/aspnet/api3:string
2015-04-23 10:20:56.963072 wsdl: msg RecipientCreateToListByEmailHttpGetIn: found part (with type) apiKey: apiKey,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.963157 wsdl: msg RecipientCreateToListByEmailHttpGetIn: found part (with type) addresses: addresses,http://epostservice.se/aspnet/api3/AbstractTypes:StringArray
2015-04-23 10:20:56.963241 wsdl: msg RecipientCreateToListByEmailHttpGetIn: found part (with type) listids: listids,http://epostservice.se/aspnet/api3/AbstractTypes:StringArray
2015-04-23 10:20:56.963407 wsdl: msg RecipientCreateToListByIdsHttpGetIn: found part (with type) apiKey: apiKey,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.963523 wsdl: msg RecipientCreateToListByIdsHttpGetIn: found part (with type) addressids: addressids,http://epostservice.se/aspnet/api3/AbstractTypes:StringArray
2015-04-23 10:20:56.963607 wsdl: msg RecipientCreateToListByIdsHttpGetIn: found part (with type) listids: listids,http://epostservice.se/aspnet/api3/AbstractTypes:StringArray
2015-04-23 10:20:56.963760 wsdl: msg RecipientGetListByIdsHttpGetIn: found part (with type) apiKey: apiKey,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.963844 wsdl: msg RecipientGetListByIdsHttpGetIn: found part (with type) ids: ids,http://epostservice.se/aspnet/api3/AbstractTypes:StringArray
2015-04-23 10:20:56.963963 wsdl: msg RecipientGetListByIdsHttpGetOut: found part (with element) Body: Body,http://epostservice.se/aspnet/api3:Address
2015-04-23 10:20:56.964082 wsdl: msg RecipientGetListByEmailsHttpGetIn: found part (with type) apiKey: apiKey,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.964164 wsdl: msg RecipientGetListByEmailsHttpGetIn: found part (with type) emails: emails,http://epostservice.se/aspnet/api3/AbstractTypes:StringArray
2015-04-23 10:20:56.964282 wsdl: msg RecipientGetListByEmailsHttpGetOut: found part (with element) Body: Body,http://epostservice.se/aspnet/api3:Address
2015-04-23 10:20:56.964408 wsdl: msg FieldListHttpGetIn: found part (with type) apiKey: apiKey,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.964570 wsdl: msg FieldListHttpGetOut: found part (with element) Body: Body,http://epostservice.se/aspnet/api3:ArrayOfField
2015-04-23 10:20:56.964689 wsdl: msg FieldAddHttpGetIn: found part (with type) apiKey: apiKey,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.964784 wsdl: msg FieldAddHttpGetIn: found part (with type) fieldName: fieldName,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.964865 wsdl: msg FieldAddHttpGetIn: found part (with type) fieldType: fieldType,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.964981 wsdl: msg FieldAddHttpGetOut: found part (with element) Body: Body,http://epostservice.se/aspnet/api3:Field
2015-04-23 10:20:56.965093 wsdl: msg AddresslistSearchHttpGetIn: found part (with type) apiKey: apiKey,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.965169 wsdl: msg AddresslistSearchHttpGetIn: found part (with type) query: query,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.965281 wsdl: msg AddresslistSearchHttpGetOut: found part (with element) Body: Body,http://epostservice.se/aspnet/api3:ArrayOfAddressList
2015-04-23 10:20:56.965393 wsdl: msg AddressListsHttpGetIn: found part (with type) apiKey: apiKey,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.965681 wsdl: msg AddressListsHttpGetOut: found part (with element) Body: Body,http://epostservice.se/aspnet/api3:ArrayOfAddressList
2015-04-23 10:20:56.965798 wsdl: msg DocumentAddBlocksByRssFeedHttpGetIn: found part (with type) apiKey: apiKey,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.965874 wsdl: msg DocumentAddBlocksByRssFeedHttpGetIn: found part (with type) documentId: documentId,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.965950 wsdl: msg DocumentAddBlocksByRssFeedHttpGetIn: found part (with type) rssUrl: rssUrl,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.966309 wsdl: msg DocumentAddBlocksByRssFeedHttpGetIn: found part (with type) rssTemplateId: rssTemplateId,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.966387 wsdl: msg DocumentAddBlocksByRssFeedHttpGetIn: found part (with type) extra: extra,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.966503 wsdl: msg DocumentAddBlocksByRssFeedHttpGetOut: found part (with element) Body: Body,http://epostservice.se/aspnet/api3:Document
2015-04-23 10:20:56.966616 wsdl: msg DocumentPublishHttpGetIn: found part (with type) apiKey: apiKey,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.966692 wsdl: msg DocumentPublishHttpGetIn: found part (with type) documentId: documentId,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.966852 wsdl: msg DocumentPublishHttpGetOut: found part (with element) Body: Body,http://epostservice.se/aspnet/api3:boolean
2015-04-23 10:20:56.966965 wsdl: msg DocumentPreflightHttpGetIn: found part (with type) apiKey: apiKey,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.967042 wsdl: msg DocumentPreflightHttpGetIn: found part (with type) documentid: documentid,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.967154 wsdl: msg DocumentPreflightHttpGetOut: found part (with element) Body: Body,http://epostservice.se/aspnet/api3:ArrayOfActivity
2015-04-23 10:20:56.967269 wsdl: msg DocumentTransactionActivityHttpGetIn: found part (with type) apiKey: apiKey,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.967348 wsdl: msg DocumentTransactionActivityHttpGetIn: found part (with type) mailid: mailid,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.967424 wsdl: msg DocumentTransactionActivityHttpGetIn: found part (with type) filter: filter,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.967535 wsdl: msg DocumentTransactionActivityHttpGetOut: found part (with element) Body: Body,http://epostservice.se/aspnet/api3:ArrayOfActivity
2015-04-23 10:20:56.967666 wsdl: msg DocumentGetHttpGetIn: found part (with type) apiKey: apiKey,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.967748 wsdl: msg DocumentGetHttpGetIn: found part (with type) documentId: documentId,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.967861 wsdl: msg DocumentGetHttpGetOut: found part (with element) Body: Body,http://epostservice.se/aspnet/api3:Document
2015-04-23 10:20:56.967976 wsdl: msg StaticDocumentGetHttpGetIn: found part (with type) apiKey: apiKey,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.968053 wsdl: msg StaticDocumentGetHttpGetIn: found part (with type) staticDocumentId: staticDocumentId,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.968165 wsdl: msg StaticDocumentGetHttpGetOut: found part (with element) Body: Body,http://epostservice.se/aspnet/api3:StaticDocument
2015-04-23 10:20:56.968280 wsdl: msg DocumentLinksHttpGetIn: found part (with type) apiKey: apiKey,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.968357 wsdl: msg DocumentLinksHttpGetIn: found part (with type) documentId: documentId,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.968469 wsdl: msg DocumentLinksHttpGetOut: found part (with element) Body: Body,http://epostservice.se/aspnet/api3:ArrayOfLink
2015-04-23 10:20:56.968627 wsdl: msg TemplateBlockFieldsHttpGetIn: found part (with type) apiKey: apiKey,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.968706 wsdl: msg TemplateBlockFieldsHttpGetIn: found part (with type) templateblockid: templateblockid,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.968818 wsdl: msg TemplateBlockFieldsHttpGetOut: found part (with element) Body: Body,http://epostservice.se/aspnet/api3:ArrayOfField
2015-04-23 10:20:56.968975 wsdl: msg GetStaticDocumentsHttpGetIn: found part (with type) apiKey: apiKey,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.969106 wsdl: msg GetStaticDocumentsHttpGetOut: found part (with element) Body: Body,http://epostservice.se/aspnet/api3:ArrayOfDocument
2015-04-23 10:20:56.969224 wsdl: msg GetTransactionDocumentsHttpGetIn: found part (with type) apiKey: apiKey,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.969343 wsdl: msg GetTransactionDocumentsHttpGetOut: found part (with element) Body: Body,http://epostservice.se/aspnet/api3:ArrayOfDocument
2015-04-23 10:20:56.969467 wsdl: msg HtmlClipListHttpGetIn: found part (with type) apiKey: apiKey,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.969580 wsdl: msg HtmlClipListHttpGetOut: found part (with element) Body: Body,http://epostservice.se/aspnet/api3:ArrayOfHtmlClip
2015-04-23 10:20:56.969698 wsdl: msg HtmlClipSearchHttpGetIn: found part (with type) apiKey: apiKey,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.969775 wsdl: msg HtmlClipSearchHttpGetIn: found part (with type) query: query,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.969887 wsdl: msg HtmlClipSearchHttpGetOut: found part (with element) Body: Body,http://epostservice.se/aspnet/api3:ArrayOfHtmlClip
2015-04-23 10:20:56.970000 wsdl: msg SenderListHttpGetIn: found part (with type) apiKey: apiKey,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.970113 wsdl: msg SenderListHttpGetOut: found part (with element) Body: Body,http://epostservice.se/aspnet/api3:ArrayOfAddress
2015-04-23 10:20:56.970236 wsdl: msg UserListHttpGetIn: found part (with type) apiKey: apiKey,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.970381 wsdl: msg UserListHttpGetOut: found part (with element) Body: Body,http://epostservice.se/aspnet/api3:ArrayOfAddress
2015-04-23 10:20:56.970495 wsdl: msg ReportListHttpGetIn: found part (with type) apiKey: apiKey,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.970608 wsdl: msg ReportListHttpGetOut: found part (with element) Body: Body,http://epostservice.se/aspnet/api3:ArrayOfString
2015-04-23 10:20:56.970722 wsdl: msg TemplateListHttpGetIn: found part (with type) apiKey: apiKey,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.970798 wsdl: msg TemplateListHttpGetIn: found part (with type) tags: tags,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.970910 wsdl: msg TemplateListHttpGetOut: found part (with element) Body: Body,http://epostservice.se/aspnet/api3:ArrayOfIdNamePairOfInt32String
2015-04-23 10:20:56.971040 wsdl: msg SendVerificationLetterHttpGetIn: found part (with type) hash: hash,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.971122 wsdl: msg SendVerificationLetterHttpGetIn: found part (with type) verifyHash: verifyHash,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.971199 wsdl: msg SendVerificationLetterHttpGetIn: found part (with type) companyId: companyId,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.971274 wsdl: msg SendVerificationLetterHttpGetIn: found part (with type) email: email,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.971349 wsdl: msg SendVerificationLetterHttpGetIn: found part (with type) fullname: fullname,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.971428 wsdl: msg SendVerificationLetterHttpGetIn: found part (with type) senderUserId: senderUserId,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.971504 wsdl: msg SendVerificationLetterHttpGetIn: found part (with type) addresslistArray: addresslistArray,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.971579 wsdl: msg SendVerificationLetterHttpGetIn: found part (with type) ipAddress: ipAddress,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.971655 wsdl: msg SendVerificationLetterHttpGetIn: found part (with type) lang: lang,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.971730 wsdl: msg SendVerificationLetterHttpGetIn: found part (with type) verifyMessage: verifyMessage,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.971806 wsdl: msg SendVerificationLetterHttpGetIn: found part (with type) subject: subject,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.971953 wsdl: msg SendKgletterHttpGetIn: found part (with type) apiKey: apiKey,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.972029 wsdl: msg SendKgletterHttpGetIn: found part (with type) hash: hash,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.972105 wsdl: msg SendKgletterHttpGetIn: found part (with type) recipientUserId: recipientUserId,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.972180 wsdl: msg SendKgletterHttpGetIn: found part (with type) staticDocumentId: staticDocumentId,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.972359 wsdl: msg HelloWorldHttpPostOut: found part (with element) Body: Body,http://epostservice.se/aspnet/api3:string
2015-04-23 10:20:56.972548 wsdl: msg VersionHttpPostOut: found part (with element) Body: Body,http://epostservice.se/aspnet/api3:string
2015-04-23 10:20:56.972671 wsdl: msg MethodnameHttpPostIn: found part (with type) message: message,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.972783 wsdl: msg MethodnameHttpPostOut: found part (with element) Body: Body,http://epostservice.se/aspnet/api3:string
2015-04-23 10:20:56.972899 wsdl: msg ApiKeyListHttpPostIn: found part (with type) username: username,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.972975 wsdl: msg ApiKeyListHttpPostIn: found part (with type) password: password,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.973087 wsdl: msg ApiKeyListHttpPostOut: found part (with element) Body: Body,http://epostservice.se/aspnet/api3:ArrayOfApiKeyItem
2015-04-23 10:20:56.973202 wsdl: msg ValidateEmailAddressHttpPostIn: found part (with type) apiKey: apiKey,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.973280 wsdl: msg ValidateEmailAddressHttpPostIn: found part (with type) email: email,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.973392 wsdl: msg ValidateEmailAddressHttpPostOut: found part (with element) Body: Body,http://epostservice.se/aspnet/api3:boolean
2015-04-23 10:20:56.973504 wsdl: msg FilterEmailsGetValidHttpPostIn: found part (with type) apiKey: apiKey,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.973582 wsdl: msg FilterEmailsGetValidHttpPostIn: found part (with type) emails: emails,http://epostservice.se/aspnet/api3/AbstractTypes:StringArray
2015-04-23 10:20:56.973694 wsdl: msg FilterEmailsGetValidHttpPostOut: found part (with element) Body: Body,http://epostservice.se/aspnet/api3:ArrayOfString
2015-04-23 10:20:56.973807 wsdl: msg FilterEmailsGetInValidHttpPostIn: found part (with type) apiKey: apiKey,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.973886 wsdl: msg FilterEmailsGetInValidHttpPostIn: found part (with type) emails: emails,http://epostservice.se/aspnet/api3/AbstractTypes:StringArray
2015-04-23 10:20:56.973999 wsdl: msg FilterEmailsGetInValidHttpPostOut: found part (with element) Body: Body,http://epostservice.se/aspnet/api3:ArrayOfString
2015-04-23 10:20:56.974111 wsdl: msg CheckEmailAddressHttpPostIn: found part (with type) apiKey: apiKey,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.974187 wsdl: msg CheckEmailAddressHttpPostIn: found part (with type) email: email,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.974301 wsdl: msg CheckEmailAddressHttpPostOut: found part (with element) Body: Body,http://epostservice.se/aspnet/api3:string
2015-04-23 10:20:56.974413 wsdl: msg RecipientCreateToListByEmailHttpPostIn: found part (with type) apiKey: apiKey,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.974490 wsdl: msg RecipientCreateToListByEmailHttpPostIn: found part (with type) addresses: addresses,http://epostservice.se/aspnet/api3/AbstractTypes:StringArray
2015-04-23 10:20:56.974567 wsdl: msg RecipientCreateToListByEmailHttpPostIn: found part (with type) listids: listids,http://epostservice.se/aspnet/api3/AbstractTypes:StringArray
2015-04-23 10:20:56.974730 wsdl: msg RecipientCreateToListByIdsHttpPostIn: found part (with type) apiKey: apiKey,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.974808 wsdl: msg RecipientCreateToListByIdsHttpPostIn: found part (with type) addressids: addressids,http://epostservice.se/aspnet/api3/AbstractTypes:StringArray
2015-04-23 10:20:56.974883 wsdl: msg RecipientCreateToListByIdsHttpPostIn: found part (with type) listids: listids,http://epostservice.se/aspnet/api3/AbstractTypes:StringArray
2015-04-23 10:20:56.975051 wsdl: msg RecipientGetListByIdsHttpPostIn: found part (with type) apiKey: apiKey,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.975128 wsdl: msg RecipientGetListByIdsHttpPostIn: found part (with type) ids: ids,http://epostservice.se/aspnet/api3/AbstractTypes:StringArray
2015-04-23 10:20:56.975240 wsdl: msg RecipientGetListByIdsHttpPostOut: found part (with element) Body: Body,http://epostservice.se/aspnet/api3:Address
2015-04-23 10:20:56.975356 wsdl: msg RecipientGetListByEmailsHttpPostIn: found part (with type) apiKey: apiKey,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.975555 wsdl: msg RecipientGetListByEmailsHttpPostIn: found part (with type) emails: emails,http://epostservice.se/aspnet/api3/AbstractTypes:StringArray
2015-04-23 10:20:56.975690 wsdl: msg RecipientGetListByEmailsHttpPostOut: found part (with element) Body: Body,http://epostservice.se/aspnet/api3:Address
2015-04-23 10:20:56.975804 wsdl: msg FieldListHttpPostIn: found part (with type) apiKey: apiKey,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.975916 wsdl: msg FieldListHttpPostOut: found part (with element) Body: Body,http://epostservice.se/aspnet/api3:ArrayOfField
2015-04-23 10:20:56.976027 wsdl: msg FieldAddHttpPostIn: found part (with type) apiKey: apiKey,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.976107 wsdl: msg FieldAddHttpPostIn: found part (with type) fieldName: fieldName,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.976183 wsdl: msg FieldAddHttpPostIn: found part (with type) fieldType: fieldType,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.976294 wsdl: msg FieldAddHttpPostOut: found part (with element) Body: Body,http://epostservice.se/aspnet/api3:Field
2015-04-23 10:20:56.976407 wsdl: msg AddresslistSearchHttpPostIn: found part (with type) apiKey: apiKey,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.976483 wsdl: msg AddresslistSearchHttpPostIn: found part (with type) query: query,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.976639 wsdl: msg AddresslistSearchHttpPostOut: found part (with element) Body: Body,http://epostservice.se/aspnet/api3:ArrayOfAddressList
2015-04-23 10:20:56.976789 wsdl: msg AddressListsHttpPostIn: found part (with type) apiKey: apiKey,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.976915 wsdl: msg AddressListsHttpPostOut: found part (with element) Body: Body,http://epostservice.se/aspnet/api3:ArrayOfAddressList
2015-04-23 10:20:56.977027 wsdl: msg DocumentAddBlocksByRssFeedHttpPostIn: found part (with type) apiKey: apiKey,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.977103 wsdl: msg DocumentAddBlocksByRssFeedHttpPostIn: found part (with type) documentId: documentId,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.977181 wsdl: msg DocumentAddBlocksByRssFeedHttpPostIn: found part (with type) rssUrl: rssUrl,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.977258 wsdl: msg DocumentAddBlocksByRssFeedHttpPostIn: found part (with type) rssTemplateId: rssTemplateId,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.977334 wsdl: msg DocumentAddBlocksByRssFeedHttpPostIn: found part (with type) extra: extra,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.977446 wsdl: msg DocumentAddBlocksByRssFeedHttpPostOut: found part (with element) Body: Body,http://epostservice.se/aspnet/api3:Document
2015-04-23 10:20:56.977559 wsdl: msg DocumentPublishHttpPostIn: found part (with type) apiKey: apiKey,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.977636 wsdl: msg DocumentPublishHttpPostIn: found part (with type) documentId: documentId,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.977748 wsdl: msg DocumentPublishHttpPostOut: found part (with element) Body: Body,http://epostservice.se/aspnet/api3:boolean
2015-04-23 10:20:56.977878 wsdl: msg DocumentPreflightHttpPostIn: found part (with type) apiKey: apiKey,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.977963 wsdl: msg DocumentPreflightHttpPostIn: found part (with type) documentid: documentid,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.978076 wsdl: msg DocumentPreflightHttpPostOut: found part (with element) Body: Body,http://epostservice.se/aspnet/api3:ArrayOfActivity
2015-04-23 10:20:56.978200 wsdl: msg DocumentTransactionActivityHttpPostIn: found part (with type) apiKey: apiKey,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.978277 wsdl: msg DocumentTransactionActivityHttpPostIn: found part (with type) mailid: mailid,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.978353 wsdl: msg DocumentTransactionActivityHttpPostIn: found part (with type) filter: filter,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.978465 wsdl: msg DocumentTransactionActivityHttpPostOut: found part (with element) Body: Body,http://epostservice.se/aspnet/api3:ArrayOfActivity
2015-04-23 10:20:56.978580 wsdl: msg DocumentGetHttpPostIn: found part (with type) apiKey: apiKey,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.978656 wsdl: msg DocumentGetHttpPostIn: found part (with type) documentId: documentId,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.978768 wsdl: msg DocumentGetHttpPostOut: found part (with element) Body: Body,http://epostservice.se/aspnet/api3:Document
2015-04-23 10:20:56.978885 wsdl: msg StaticDocumentGetHttpPostIn: found part (with type) apiKey: apiKey,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.978961 wsdl: msg StaticDocumentGetHttpPostIn: found part (with type) staticDocumentId: staticDocumentId,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.979073 wsdl: msg StaticDocumentGetHttpPostOut: found part (with element) Body: Body,http://epostservice.se/aspnet/api3:StaticDocument
2015-04-23 10:20:56.979186 wsdl: msg DocumentLinksHttpPostIn: found part (with type) apiKey: apiKey,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.979273 wsdl: msg DocumentLinksHttpPostIn: found part (with type) documentId: documentId,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.979395 wsdl: msg DocumentLinksHttpPostOut: found part (with element) Body: Body,http://epostservice.se/aspnet/api3:ArrayOfLink
2015-04-23 10:20:56.979508 wsdl: msg TemplateBlockFieldsHttpPostIn: found part (with type) apiKey: apiKey,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.979584 wsdl: msg TemplateBlockFieldsHttpPostIn: found part (with type) templateblockid: templateblockid,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.979696 wsdl: msg TemplateBlockFieldsHttpPostOut: found part (with element) Body: Body,http://epostservice.se/aspnet/api3:ArrayOfField
2015-04-23 10:20:56.979807 wsdl: msg GetStaticDocumentsHttpPostIn: found part (with type) apiKey: apiKey,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.979921 wsdl: msg GetStaticDocumentsHttpPostOut: found part (with element) Body: Body,http://epostservice.se/aspnet/api3:ArrayOfDocument
2015-04-23 10:20:56.980033 wsdl: msg GetTransactionDocumentsHttpPostIn: found part (with type) apiKey: apiKey,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.980144 wsdl: msg GetTransactionDocumentsHttpPostOut: found part (with element) Body: Body,http://epostservice.se/aspnet/api3:ArrayOfDocument
2015-04-23 10:20:56.980272 wsdl: msg HtmlClipListHttpPostIn: found part (with type) apiKey: apiKey,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.980391 wsdl: msg HtmlClipListHttpPostOut: found part (with element) Body: Body,http://epostservice.se/aspnet/api3:ArrayOfHtmlClip
2015-04-23 10:20:56.980541 wsdl: msg HtmlClipSearchHttpPostIn: found part (with type) apiKey: apiKey,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.980625 wsdl: msg HtmlClipSearchHttpPostIn: found part (with type) query: query,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.980739 wsdl: msg HtmlClipSearchHttpPostOut: found part (with element) Body: Body,http://epostservice.se/aspnet/api3:ArrayOfHtmlClip
2015-04-23 10:20:56.980875 wsdl: msg SenderListHttpPostIn: found part (with type) apiKey: apiKey,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.980988 wsdl: msg SenderListHttpPostOut: found part (with element) Body: Body,http://epostservice.se/aspnet/api3:ArrayOfAddress
2015-04-23 10:20:56.981100 wsdl: msg UserListHttpPostIn: found part (with type) apiKey: apiKey,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.981214 wsdl: msg UserListHttpPostOut: found part (with element) Body: Body,http://epostservice.se/aspnet/api3:ArrayOfAddress
2015-04-23 10:20:56.981326 wsdl: msg ReportListHttpPostIn: found part (with type) apiKey: apiKey,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.981438 wsdl: msg ReportListHttpPostOut: found part (with element) Body: Body,http://epostservice.se/aspnet/api3:ArrayOfString
2015-04-23 10:20:56.981553 wsdl: msg TemplateListHttpPostIn: found part (with type) apiKey: apiKey,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.981628 wsdl: msg TemplateListHttpPostIn: found part (with type) tags: tags,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.981740 wsdl: msg TemplateListHttpPostOut: found part (with element) Body: Body,http://epostservice.se/aspnet/api3:ArrayOfIdNamePairOfInt32String
2015-04-23 10:20:56.981896 wsdl: msg SendVerificationLetterHttpPostIn: found part (with type) hash: hash,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.981975 wsdl: msg SendVerificationLetterHttpPostIn: found part (with type) verifyHash: verifyHash,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.982051 wsdl: msg SendVerificationLetterHttpPostIn: found part (with type) companyId: companyId,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.982126 wsdl: msg SendVerificationLetterHttpPostIn: found part (with type) email: email,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.982202 wsdl: msg SendVerificationLetterHttpPostIn: found part (with type) fullname: fullname,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.982280 wsdl: msg SendVerificationLetterHttpPostIn: found part (with type) senderUserId: senderUserId,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.982357 wsdl: msg SendVerificationLetterHttpPostIn: found part (with type) addresslistArray: addresslistArray,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.982446 wsdl: msg SendVerificationLetterHttpPostIn: found part (with type) ipAddress: ipAddress,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.982525 wsdl: msg SendVerificationLetterHttpPostIn: found part (with type) lang: lang,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.982605 wsdl: msg SendVerificationLetterHttpPostIn: found part (with type) verifyMessage: verifyMessage,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.982685 wsdl: msg SendVerificationLetterHttpPostIn: found part (with type) subject: subject,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.982840 wsdl: msg SendKgletterHttpPostIn: found part (with type) apiKey: apiKey,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.982920 wsdl: msg SendKgletterHttpPostIn: found part (with type) hash: hash,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.983017 wsdl: msg SendKgletterHttpPostIn: found part (with type) recipientUserId: recipientUserId,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.983102 wsdl: msg SendKgletterHttpPostIn: found part (with type) staticDocumentId: staticDocumentId,http://www.w3.org/2001/XMLSchema:string
2015-04-23 10:20:56.983238 wsdl: portType ApiSoap operation: HelloWorld
2015-04-23 10:20:56.983424 wsdl: portType ApiSoap operation: Version
2015-04-23 10:20:56.983588 wsdl: portType ApiSoap operation: Methodname
2015-04-23 10:20:56.983754 wsdl: portType ApiSoap operation: ApiKeyList
2015-04-23 10:20:56.983916 wsdl: portType ApiSoap operation: ValidateEmailAddress
2015-04-23 10:20:56.984081 wsdl: portType ApiSoap operation: FilterEmailsGetValid
2015-04-23 10:20:56.984246 wsdl: portType ApiSoap operation: FilterEmailsGetInValid
2015-04-23 10:20:56.984409 wsdl: portType ApiSoap operation: CheckEmailAddress
2015-04-23 10:20:56.984615 wsdl: portType ApiSoap operation: AddressSearch
2015-04-23 10:20:56.984807 wsdl: portType ApiSoap operation: RecipientSearch
2015-04-23 10:20:56.984971 wsdl: portType ApiSoap operation: RecipientSearchIds
2015-04-23 10:20:56.985137 wsdl: portType ApiSoap operation: RecipientCreate
2015-04-23 10:20:56.985301 wsdl: portType ApiSoap operation: RecipientUpdate
2015-04-23 10:20:56.985593 wsdl: portType ApiSoap operation: RecipientUnSubscribe
2015-04-23 10:20:56.985799 wsdl: portType ApiSoap operation: RecipientSubscribe
2015-04-23 10:20:56.985963 wsdl: portType ApiSoap operation: RecipientReSubscribe
2015-04-23 10:20:56.986125 wsdl: portType ApiSoap operation: RecipientCreateToList
2015-04-23 10:20:56.986290 wsdl: portType ApiSoap operation: RecipientCreateToListByEmail
2015-04-23 10:20:56.986457 wsdl: portType ApiSoap operation: RecipientCreateToListByIds
2015-04-23 10:20:56.986621 wsdl: portType ApiSoap operation: RecipientGet
2015-04-23 10:20:56.986805 wsdl: portType ApiSoap operation: RecipientGetListByIds
2015-04-23 10:20:56.986967 wsdl: portType ApiSoap operation: RecipientGetListByEmails
2015-04-23 10:20:56.987132 wsdl: portType ApiSoap operation: RecipientAddressLists
2015-04-23 10:20:56.987313 wsdl: portType ApiSoap operation: RecipientErase
2015-04-23 10:20:56.987483 wsdl: portType ApiSoap operation: RecipientVerifiedSubscribe
2015-04-23 10:20:56.987646 wsdl: portType ApiSoap operation: RecipientRemoveFromList
2015-04-23 10:20:56.987851 wsdl: portType ApiSoap operation: FieldList
2015-04-23 10:20:56.988013 wsdl: portType ApiSoap operation: FieldAdd
2015-04-23 10:20:56.988175 wsdl: portType ApiSoap operation: AddresslistSearch
2015-04-23 10:20:56.988337 wsdl: portType ApiSoap operation: AddresslistCreate
2015-04-23 10:20:56.988549 wsdl: portType ApiSoap operation: AddressLists
2015-04-23 10:20:56.988729 wsdl: portType ApiSoap operation: DocumentCreate
2015-04-23 10:20:56.988900 wsdl: portType ApiSoap operation: DocumentCreateByRssFeed
2015-04-23 10:20:56.989073 wsdl: portType ApiSoap operation: DocumentAddBlocksByRssFeed
2015-04-23 10:20:56.989245 wsdl: portType ApiSoap operation: DocumentSearch
2015-04-23 10:20:56.989417 wsdl: portType ApiSoap operation: DocumentSearchSorted
2015-04-23 10:20:56.989588 wsdl: portType ApiSoap operation: DocumentUpdate
2015-04-23 10:20:56.989750 wsdl: portType ApiSoap operation: DocumentPublish
2015-04-23 10:20:56.989913 wsdl: portType ApiSoap operation: DocumentSend
2015-04-23 10:20:56.990075 wsdl: portType ApiSoap operation: DocumentPreflight
2015-04-23 10:20:56.990236 wsdl: portType ApiSoap operation: DocumentSendTransaction
2015-04-23 10:20:56.990398 wsdl: portType ApiSoap operation: DocumentTransactionActivity
2015-04-23 10:20:56.990561 wsdl: portType ApiSoap operation: DocumentSource
2015-04-23 10:20:56.990722 wsdl: portType ApiSoap operation: DocumentColumnBlockCount
2015-04-23 10:20:56.990896 wsdl: portType ApiSoap operation: DocumentColumnIndexes
2015-04-23 10:20:56.991067 wsdl: portType ApiSoap operation: DocumentColumn
2015-04-23 10:20:56.991289 wsdl: portType ApiSoap operation: DocumentAddBlock
2015-04-23 10:20:56.991489 wsdl: portType ApiSoap operation: DocumentGet
2015-04-23 10:20:56.991729 wsdl: portType ApiSoap operation: StaticDocumentGet
2015-04-23 10:20:56.991967 wsdl: portType ApiSoap operation: DocumentLinks
2015-04-23 10:20:56.992207 wsdl: portType ApiSoap operation: DocumentLinkClicks
2015-04-23 10:20:56.992447 wsdl: portType ApiSoap operation: DocumentReads
2015-04-23 10:20:56.992761 wsdl: portType ApiSoap operation: DocumentRecipients
2015-04-23 10:20:56.993007 wsdl: portType ApiSoap operation: TemplateBlockFields
2015-04-23 10:20:56.993248 wsdl: portType ApiSoap operation: GetStaticDocuments
2015-04-23 10:20:56.993463 wsdl: portType ApiSoap operation: GetTransactionDocuments
2015-04-23 10:20:56.993625 wsdl: portType ApiSoap operation: HtmlClipList
2015-04-23 10:20:56.993788 wsdl: portType ApiSoap operation: HtmlClipAdd
2015-04-23 10:20:56.993950 wsdl: portType ApiSoap operation: HtmlClipRemove
2015-04-23 10:20:56.994112 wsdl: portType ApiSoap operation: HtmlClipSearch
2015-04-23 10:20:56.994274 wsdl: portType ApiSoap operation: SenderList
2015-04-23 10:20:56.994435 wsdl: portType ApiSoap operation: SenderCreate
2015-04-23 10:20:56.994597 wsdl: portType ApiSoap operation: SenderGet
2015-04-23 10:20:56.994763 wsdl: portType ApiSoap operation: SenderRemove
2015-04-23 10:20:56.994925 wsdl: portType ApiSoap operation: SenderUpdate
2015-04-23 10:20:56.995089 wsdl: portType ApiSoap operation: UserList
2015-04-23 10:20:56.995271 wsdl: portType ApiSoap operation: UserCreate
2015-04-23 10:20:56.995435 wsdl: portType ApiSoap operation: UserRemove
2015-04-23 10:20:56.995740 wsdl: portType ApiSoap operation: UserUpdate
2015-04-23 10:20:56.995926 wsdl: portType ApiSoap operation: Report
2015-04-23 10:20:56.996109 wsdl: portType ApiSoap operation: ReportList
2015-04-23 10:20:56.996290 wsdl: portType ApiSoap operation: TemplateList
2015-04-23 10:20:56.996472 wsdl: portType ApiSoap operation: SendWelcomeLetter
2015-04-23 10:20:56.996701 wsdl: portType ApiSoap operation: SendVerificationLetter
2015-04-23 10:20:56.996887 wsdl: portType ApiSoap operation: SendKgletter
2015-04-23 10:20:56.997098 wsdl: portType ApiHttpGet operation: HelloWorld
2015-04-23 10:20:56.997262 wsdl: portType ApiHttpGet operation: Version
2015-04-23 10:20:56.997428 wsdl: portType ApiHttpGet operation: Methodname
2015-04-23 10:20:56.997591 wsdl: portType ApiHttpGet operation: ApiKeyList
2015-04-23 10:20:56.997807 wsdl: portType ApiHttpGet operation: ValidateEmailAddress
2015-04-23 10:20:56.998003 wsdl: portType ApiHttpGet operation: FilterEmailsGetValid
2015-04-23 10:20:56.998164 wsdl: portType ApiHttpGet operation: FilterEmailsGetInValid
2015-04-23 10:20:56.998327 wsdl: portType ApiHttpGet operation: CheckEmailAddress
2015-04-23 10:20:56.998489 wsdl: portType ApiHttpGet operation: RecipientCreateToListByEmail
2015-04-23 10:20:56.998652 wsdl: portType ApiHttpGet operation: RecipientCreateToListByIds
2015-04-23 10:20:56.998816 wsdl: portType ApiHttpGet operation: RecipientGetListByIds
2015-04-23 10:20:56.998977 wsdl: portType ApiHttpGet operation: RecipientGetListByEmails
2015-04-23 10:20:56.999139 wsdl: portType ApiHttpGet operation: FieldList
2015-04-23 10:20:56.999333 wsdl: portType ApiHttpGet operation: FieldAdd
2015-04-23 10:20:56.999505 wsdl: portType ApiHttpGet operation: AddresslistSearch
2015-04-23 10:20:56.999667 wsdl: portType ApiHttpGet operation: AddressLists
2015-04-23 10:20:56.999828 wsdl: portType ApiHttpGet operation: DocumentAddBlocksByRssFeed
2015-04-23 10:20:56.999990 wsdl: portType ApiHttpGet operation: DocumentPublish
2015-04-23 10:20:57.000172 wsdl: portType ApiHttpGet operation: DocumentPreflight
2015-04-23 10:20:57.000337 wsdl: portType ApiHttpGet operation: DocumentTransactionActivity
2015-04-23 10:20:57.000534 wsdl: portType ApiHttpGet operation: DocumentGet
2015-04-23 10:20:57.000707 wsdl: portType ApiHttpGet operation: StaticDocumentGet
2015-04-23 10:20:57.000870 wsdl: portType ApiHttpGet operation: DocumentLinks
2015-04-23 10:20:57.001032 wsdl: portType ApiHttpGet operation: TemplateBlockFields
2015-04-23 10:20:57.001193 wsdl: portType ApiHttpGet operation: GetStaticDocuments
2015-04-23 10:20:57.001355 wsdl: portType ApiHttpGet operation: GetTransactionDocuments
2015-04-23 10:20:57.001517 wsdl: portType ApiHttpGet operation: HtmlClipList
2015-04-23 10:20:57.001679 wsdl: portType ApiHttpGet operation: HtmlClipSearch
2015-04-23 10:20:57.001840 wsdl: portType ApiHttpGet operation: SenderList
2015-04-23 10:20:57.002022 wsdl: portType ApiHttpGet operation: UserList
2015-04-23 10:20:57.002183 wsdl: portType ApiHttpGet operation: ReportList
2015-04-23 10:20:57.002344 wsdl: portType ApiHttpGet operation: TemplateList
2015-04-23 10:20:57.002506 wsdl: portType ApiHttpGet operation: SendVerificationLetter
2015-04-23 10:20:57.002668 wsdl: portType ApiHttpGet operation: SendKgletter
2015-04-23 10:20:57.002883 wsdl: portType ApiHttpPost operation: HelloWorld
2015-04-23 10:20:57.003051 wsdl: portType ApiHttpPost operation: Version
2015-04-23 10:20:57.003214 wsdl: portType ApiHttpPost operation: Methodname
2015-04-23 10:20:57.003376 wsdl: portType ApiHttpPost operation: ApiKeyList
2015-04-23 10:20:57.003548 wsdl: portType ApiHttpPost operation: ValidateEmailAddress
2015-04-23 10:20:57.003720 wsdl: portType ApiHttpPost operation: FilterEmailsGetValid
2015-04-23 10:20:57.003881 wsdl: portType ApiHttpPost operation: FilterEmailsGetInValid
2015-04-23 10:20:57.004042 wsdl: portType ApiHttpPost operation: CheckEmailAddress
2015-04-23 10:20:57.004206 wsdl: portType ApiHttpPost operation: RecipientCreateToListByEmail
2015-04-23 10:20:57.004369 wsdl: portType ApiHttpPost operation: RecipientCreateToListByIds
2015-04-23 10:20:57.004595 wsdl: portType ApiHttpPost operation: RecipientGetListByIds
2015-04-23 10:20:57.004794 wsdl: portType ApiHttpPost operation: RecipientGetListByEmails
2015-04-23 10:20:57.004969 wsdl: portType ApiHttpPost operation: FieldList
2015-04-23 10:20:57.005139 wsdl: portType ApiHttpPost operation: FieldAdd
2015-04-23 10:20:57.005310 wsdl: portType ApiHttpPost operation: AddresslistSearch
2015-04-23 10:20:57.005619 wsdl: portType ApiHttpPost operation: AddressLists
2015-04-23 10:20:57.005800 wsdl: portType ApiHttpPost operation: DocumentAddBlocksByRssFeed
2015-04-23 10:20:57.006005 wsdl: portType ApiHttpPost operation: DocumentPublish
2015-04-23 10:20:57.006173 wsdl: portType ApiHttpPost operation: DocumentPreflight
2015-04-23 10:20:57.006336 wsdl: portType ApiHttpPost operation: DocumentTransactionActivity
2015-04-23 10:20:57.006498 wsdl: portType ApiHttpPost operation: DocumentGet
2015-04-23 10:20:57.006659 wsdl: portType ApiHttpPost operation: StaticDocumentGet
2015-04-23 10:20:57.006875 wsdl: portType ApiHttpPost operation: DocumentLinks
2015-04-23 10:20:57.007047 wsdl: portType ApiHttpPost operation: TemplateBlockFields
2015-04-23 10:20:57.007208 wsdl: portType ApiHttpPost operation: GetStaticDocuments
2015-04-23 10:20:57.007389 wsdl: portType ApiHttpPost operation: GetTransactionDocuments
2015-04-23 10:20:57.007554 wsdl: portType ApiHttpPost operation: HtmlClipList
2015-04-23 10:20:57.007714 wsdl: portType ApiHttpPost operation: HtmlClipSearch
2015-04-23 10:20:57.007875 wsdl: portType ApiHttpPost operation: SenderList
2015-04-23 10:20:57.008036 wsdl: portType ApiHttpPost operation: UserList
2015-04-23 10:20:57.008196 wsdl: portType ApiHttpPost operation: ReportList
2015-04-23 10:20:57.008357 wsdl: portType ApiHttpPost operation: TemplateList
2015-04-23 10:20:57.008554 wsdl: portType ApiHttpPost operation: SendVerificationLetter
2015-04-23 10:20:57.008725 wsdl: portType ApiHttpPost operation: SendKgletter
2015-04-23 10:20:57.008971 wsdl: current binding: ApiSoap of portType: http://epostservice.se/aspnet/api3:ApiSoap
2015-04-23 10:20:57.009073 wsdl: current binding operation: HelloWorld
2015-04-23 10:20:57.009304 wsdl: current binding operation: Version
2015-04-23 10:20:57.009526 wsdl: current binding operation: Methodname
2015-04-23 10:20:57.009746 wsdl: current binding operation: ApiKeyList
2015-04-23 10:20:57.009977 wsdl: current binding operation: ValidateEmailAddress
2015-04-23 10:20:57.010229 wsdl: current binding operation: FilterEmailsGetValid
2015-04-23 10:20:57.010449 wsdl: current binding operation: FilterEmailsGetInValid
2015-04-23 10:20:57.010669 wsdl: current binding operation: CheckEmailAddress
2015-04-23 10:20:57.010890 wsdl: current binding operation: AddressSearch
2015-04-23 10:20:57.011162 wsdl: current binding operation: RecipientSearch
2015-04-23 10:20:57.011387 wsdl: current binding operation: RecipientSearchIds
2015-04-23 10:20:57.011607 wsdl: current binding operation: RecipientCreate
2015-04-23 10:20:57.011826 wsdl: current binding operation: RecipientUpdate
2015-04-23 10:20:57.012044 wsdl: current binding operation: RecipientUnSubscribe
2015-04-23 10:20:57.012264 wsdl: current binding operation: RecipientSubscribe
2015-04-23 10:20:57.012547 wsdl: current binding operation: RecipientReSubscribe
2015-04-23 10:20:57.012777 wsdl: current binding operation: RecipientCreateToList
2015-04-23 10:20:57.012999 wsdl: current binding operation: RecipientCreateToListByEmail
2015-04-23 10:20:57.013219 wsdl: current binding operation: RecipientCreateToListByIds
2015-04-23 10:20:57.013453 wsdl: current binding operation: RecipientGet
2015-04-23 10:20:57.013687 wsdl: current binding operation: RecipientGetListByIds
2015-04-23 10:20:57.013941 wsdl: current binding operation: RecipientGetListByEmails
2015-04-23 10:20:57.014335 wsdl: current binding operation: RecipientAddressLists
2015-04-23 10:20:57.014683 wsdl: current binding operation: RecipientErase
2015-04-23 10:20:57.015015 wsdl: current binding operation: RecipientVerifiedSubscribe
2015-04-23 10:20:57.015486 wsdl: current binding operation: RecipientRemoveFromList
2015-04-23 10:20:57.015751 wsdl: current binding operation: FieldList
2015-04-23 10:20:57.016015 wsdl: current binding operation: FieldAdd
2015-04-23 10:20:57.016279 wsdl: current binding operation: AddresslistSearch
2015-04-23 10:20:57.016646 wsdl: current binding operation: AddresslistCreate
2015-04-23 10:20:57.016943 wsdl: current binding operation: AddressLists
2015-04-23 10:20:57.017232 wsdl: current binding operation: DocumentCreate
2015-04-23 10:20:57.017521 wsdl: current binding operation: DocumentCreateByRssFeed
2015-04-23 10:20:57.017811 wsdl: current binding operation: DocumentAddBlocksByRssFeed
2015-04-23 10:20:57.018099 wsdl: current binding operation: DocumentSearch
2015-04-23 10:20:57.018401 wsdl: current binding operation: DocumentSearchSorted
2015-04-23 10:20:57.018661 wsdl: current binding operation: DocumentUpdate
2015-04-23 10:20:57.018921 wsdl: current binding operation: DocumentPublish
2015-04-23 10:20:57.019196 wsdl: current binding operation: DocumentSend
2015-04-23 10:20:57.019458 wsdl: current binding operation: DocumentPreflight
2015-04-23 10:20:57.019763 wsdl: current binding operation: DocumentSendTransaction
2015-04-23 10:20:57.020069 wsdl: current binding operation: DocumentTransactionActivity
2015-04-23 10:20:57.020339 wsdl: current binding operation: DocumentSource
2015-04-23 10:20:57.020659 wsdl: current binding operation: DocumentColumnBlockCount
2015-04-23 10:20:57.020937 wsdl: current binding operation: DocumentColumnIndexes
2015-04-23 10:20:57.021183 wsdl: current binding operation: DocumentColumn
2015-04-23 10:20:57.021428 wsdl: current binding operation: DocumentAddBlock
2015-04-23 10:20:57.021673 wsdl: current binding operation: DocumentGet
2015-04-23 10:20:57.021916 wsdl: current binding operation: StaticDocumentGet
2015-04-23 10:20:57.022160 wsdl: current binding operation: DocumentLinks
2015-04-23 10:20:57.022428 wsdl: current binding operation: DocumentLinkClicks
2015-04-23 10:20:57.022657 wsdl: current binding operation: DocumentReads
2015-04-23 10:20:57.022881 wsdl: current binding operation: DocumentRecipients
2015-04-23 10:20:57.023104 wsdl: current binding operation: TemplateBlockFields
2015-04-23 10:20:57.023328 wsdl: current binding operation: GetStaticDocuments
2015-04-23 10:20:57.023551 wsdl: current binding operation: GetTransactionDocuments
2015-04-23 10:20:57.023778 wsdl: current binding operation: HtmlClipList
2015-04-23 10:20:57.024000 wsdl: current binding operation: HtmlClipAdd
2015-04-23 10:20:57.024248 wsdl: current binding operation: HtmlClipRemove
2015-04-23 10:20:57.024474 wsdl: current binding operation: HtmlClipSearch
2015-04-23 10:20:57.024738 wsdl: current binding operation: SenderList
2015-04-23 10:20:57.024964 wsdl: current binding operation: SenderCreate
2015-04-23 10:20:57.025189 wsdl: current binding operation: SenderGet
2015-04-23 10:20:57.025573 wsdl: current binding operation: SenderRemove
2015-04-23 10:20:57.025795 wsdl: current binding operation: SenderUpdate
2015-04-23 10:20:57.026020 wsdl: current binding operation: UserList
2015-04-23 10:20:57.026244 wsdl: current binding operation: UserCreate
2015-04-23 10:20:57.026468 wsdl: current binding operation: UserRemove
2015-04-23 10:20:57.026735 wsdl: current binding operation: UserUpdate
2015-04-23 10:20:57.026957 wsdl: current binding operation: Report
2015-04-23 10:20:57.027179 wsdl: current binding operation: ReportList
2015-04-23 10:20:57.027424 wsdl: current binding operation: TemplateList
2015-04-23 10:20:57.027653 wsdl: current binding operation: SendWelcomeLetter
2015-04-23 10:20:57.027877 wsdl: current binding operation: SendVerificationLetter
2015-04-23 10:20:57.028099 wsdl: current binding operation: SendKgletter
2015-04-23 10:20:57.028365 wsdl: current binding: ApiSoap12 of portType: http://epostservice.se/aspnet/api3:ApiSoap
2015-04-23 10:20:57.028462 wsdl: current binding operation: HelloWorld
2015-04-23 10:20:57.028733 wsdl: current binding operation: Version
2015-04-23 10:20:57.028959 wsdl: current binding operation: Methodname
2015-04-23 10:20:57.029181 wsdl: current binding operation: ApiKeyList
2015-04-23 10:20:57.029408 wsdl: current binding operation: ValidateEmailAddress
2015-04-23 10:20:57.029631 wsdl: current binding operation: FilterEmailsGetValid
2015-04-23 10:20:57.029976 wsdl: current binding operation: FilterEmailsGetInValid
2015-04-23 10:20:57.030204 wsdl: current binding operation: CheckEmailAddress
2015-04-23 10:20:57.030428 wsdl: current binding operation: AddressSearch
2015-04-23 10:20:57.030652 wsdl: current binding operation: RecipientSearch
2015-04-23 10:20:57.030878 wsdl: current binding operation: RecipientSearchIds
2015-04-23 10:20:57.031101 wsdl: current binding operation: RecipientCreate
2015-04-23 10:20:57.031326 wsdl: current binding operation: RecipientUpdate
2015-04-23 10:20:57.031551 wsdl: current binding operation: RecipientUnSubscribe
2015-04-23 10:20:57.031774 wsdl: current binding operation: RecipientSubscribe
2015-04-23 10:20:57.031998 wsdl: current binding operation: RecipientReSubscribe
2015-04-23 10:20:57.032231 wsdl: current binding operation: RecipientCreateToList
2015-04-23 10:20:57.032476 wsdl: current binding operation: RecipientCreateToListByEmail
2015-04-23 10:20:57.032752 wsdl: current binding operation: RecipientCreateToListByIds
2015-04-23 10:20:57.032979 wsdl: current binding operation: RecipientGet
2015-04-23 10:20:57.033204 wsdl: current binding operation: RecipientGetListByIds
2015-04-23 10:20:57.033427 wsdl: current binding operation: RecipientGetListByEmails
2015-04-23 10:20:57.033650 wsdl: current binding operation: RecipientAddressLists
2015-04-23 10:20:57.033873 wsdl: current binding operation: RecipientErase
2015-04-23 10:20:57.034118 wsdl: current binding operation: RecipientVerifiedSubscribe
2015-04-23 10:20:57.034345 wsdl: current binding operation: RecipientRemoveFromList
2015-04-23 10:20:57.034570 wsdl: current binding operation: FieldList
2015-04-23 10:20:57.034794 wsdl: current binding operation: FieldAdd
2015-04-23 10:20:57.035016 wsdl: current binding operation: AddresslistSearch
2015-04-23 10:20:57.035238 wsdl: current binding operation: AddresslistCreate
2015-04-23 10:20:57.035586 wsdl: current binding operation: AddressLists
2015-04-23 10:20:57.035811 wsdl: current binding operation: DocumentCreate
2015-04-23 10:20:57.036034 wsdl: current binding operation: DocumentCreateByRssFeed
2015-04-23 10:20:57.036258 wsdl: current binding operation: DocumentAddBlocksByRssFeed
2015-04-23 10:20:57.036481 wsdl: current binding operation: DocumentSearch
2015-04-23 10:20:57.036778 wsdl: current binding operation: DocumentSearchSorted
2015-04-23 10:20:57.037004 wsdl: current binding operation: DocumentUpdate
2015-04-23 10:20:57.037230 wsdl: current binding operation: DocumentPublish
2015-04-23 10:20:57.037454 wsdl: current binding operation: DocumentSend
2015-04-23 10:20:57.037680 wsdl: current binding operation: DocumentPreflight
2015-04-23 10:20:57.037903 wsdl: current binding operation: DocumentSendTransaction
2015-04-23 10:20:57.038124 wsdl: current binding operation: DocumentTransactionActivity
2015-04-23 10:20:57.038349 wsdl: current binding operation: DocumentSource
2015-04-23 10:20:57.038572 wsdl: current binding operation: DocumentColumnBlockCount
2015-04-23 10:20:57.038839 wsdl: current binding operation: DocumentColumnIndexes
2015-04-23 10:20:57.039065 wsdl: current binding operation: DocumentColumn
2015-04-23 10:20:57.039288 wsdl: current binding operation: DocumentAddBlock
2015-04-23 10:20:57.039511 wsdl: current binding operation: DocumentGet
2015-04-23 10:20:57.039736 wsdl: current binding operation: StaticDocumentGet
2015-04-23 10:20:57.040025 wsdl: current binding operation: DocumentLinks
2015-04-23 10:20:57.040253 wsdl: current binding operation: DocumentLinkClicks
2015-04-23 10:20:57.040478 wsdl: current binding operation: DocumentReads
2015-04-23 10:20:57.040742 wsdl: current binding operation: DocumentRecipients
2015-04-23 10:20:57.041039 wsdl: current binding operation: TemplateBlockFields
2015-04-23 10:20:57.041263 wsdl: current binding operation: GetStaticDocuments
2015-04-23 10:20:57.041486 wsdl: current binding operation: GetTransactionDocuments
2015-04-23 10:20:57.041709 wsdl: current binding operation: HtmlClipList
2015-04-23 10:20:57.041932 wsdl: current binding operation: HtmlClipAdd
2015-04-23 10:20:57.042154 wsdl: current binding operation: HtmlClipRemove
2015-04-23 10:20:57.042379 wsdl: current binding operation: HtmlClipSearch
2015-04-23 10:20:57.042602 wsdl: current binding operation: SenderList
2015-04-23 10:20:57.042825 wsdl: current binding operation: SenderCreate
2015-04-23 10:20:57.043050 wsdl: current binding operation: SenderGet
2015-04-23 10:20:57.043294 wsdl: current binding operation: SenderRemove
2015-04-23 10:20:57.043522 wsdl: current binding operation: SenderUpdate
2015-04-23 10:20:57.043751 wsdl: current binding operation: UserList
2015-04-23 10:20:57.043973 wsdl: current binding operation: UserCreate
2015-04-23 10:20:57.044198 wsdl: current binding operation: UserRemove
2015-04-23 10:20:57.044422 wsdl: current binding operation: UserUpdate
2015-04-23 10:20:57.044685 wsdl: current binding operation: Report
2015-04-23 10:20:57.044923 wsdl: current binding operation: ReportList
2015-04-23 10:20:57.045148 wsdl: current binding operation: TemplateList
2015-04-23 10:20:57.045530 wsdl: current binding operation: SendWelcomeLetter
2015-04-23 10:20:57.045788 wsdl: current binding operation: SendVerificationLetter
2015-04-23 10:20:57.046043 wsdl: current binding operation: SendKgletter
2015-04-23 10:20:57.046340 wsdl: current binding: ApiHttpGet of portType: http://epostservice.se/aspnet/api3:ApiHttpGet
2015-04-23 10:20:57.046438 wsdl: current binding operation: HelloWorld
2015-04-23 10:20:57.046697 wsdl: current binding operation: Version
2015-04-23 10:20:57.046928 wsdl: current binding operation: Methodname
2015-04-23 10:20:57.047133 wsdl: current binding operation: ApiKeyList
2015-04-23 10:20:57.047337 wsdl: current binding operation: ValidateEmailAddress
2015-04-23 10:20:57.047542 wsdl: current binding operation: FilterEmailsGetValid
2015-04-23 10:20:57.047746 wsdl: current binding operation: FilterEmailsGetInValid
2015-04-23 10:20:57.047948 wsdl: current binding operation: CheckEmailAddress
2015-04-23 10:20:57.048153 wsdl: current binding operation: RecipientCreateToListByEmail
2015-04-23 10:20:57.048324 wsdl: current binding operation: RecipientCreateToListByIds
2015-04-23 10:20:57.048526 wsdl: current binding operation: RecipientGetListByIds
2015-04-23 10:20:57.048745 wsdl: current binding operation: RecipientGetListByEmails
2015-04-23 10:20:57.049035 wsdl: current binding operation: FieldList
2015-04-23 10:20:57.049239 wsdl: current binding operation: FieldAdd
2015-04-23 10:20:57.049442 wsdl: current binding operation: AddresslistSearch
2015-04-23 10:20:57.049644 wsdl: current binding operation: AddressLists
2015-04-23 10:20:57.049847 wsdl: current binding operation: DocumentAddBlocksByRssFeed
2015-04-23 10:20:57.050079 wsdl: current binding operation: DocumentPublish
2015-04-23 10:20:57.050284 wsdl: current binding operation: DocumentPreflight
2015-04-23 10:20:57.050489 wsdl: current binding operation: DocumentTransactionActivity
2015-04-23 10:20:57.050693 wsdl: current binding operation: DocumentGet
2015-04-23 10:20:57.050895 wsdl: current binding operation: StaticDocumentGet
2015-04-23 10:20:57.051119 wsdl: current binding operation: DocumentLinks
2015-04-23 10:20:57.051328 wsdl: current binding operation: TemplateBlockFields
2015-04-23 10:20:57.051535 wsdl: current binding operation: GetStaticDocuments
2015-04-23 10:20:57.051741 wsdl: current binding operation: GetTransactionDocuments
2015-04-23 10:20:57.051970 wsdl: current binding operation: HtmlClipList
2015-04-23 10:20:57.052173 wsdl: current binding operation: HtmlClipSearch
2015-04-23 10:20:57.052376 wsdl: current binding operation: SenderList
2015-04-23 10:20:57.052631 wsdl: current binding operation: UserList
2015-04-23 10:20:57.052841 wsdl: current binding operation: ReportList
2015-04-23 10:20:57.053046 wsdl: current binding operation: TemplateList
2015-04-23 10:20:57.053252 wsdl: current binding operation: SendVerificationLetter
2015-04-23 10:20:57.053422 wsdl: current binding operation: SendKgletter
2015-04-23 10:20:57.053634 wsdl: current binding: ApiHttpPost of portType: http://epostservice.se/aspnet/api3:ApiHttpPost
2015-04-23 10:20:57.053723 wsdl: current binding operation: HelloWorld
2015-04-23 10:20:57.053936 wsdl: current binding operation: Version
2015-04-23 10:20:57.054172 wsdl: current binding operation: Methodname
2015-04-23 10:20:57.054385 wsdl: current binding operation: ApiKeyList
2015-04-23 10:20:57.054598 wsdl: current binding operation: ValidateEmailAddress
2015-04-23 10:20:57.054811 wsdl: current binding operation: FilterEmailsGetValid
2015-04-23 10:20:57.055027 wsdl: current binding operation: FilterEmailsGetInValid
2015-04-23 10:20:57.055238 wsdl: current binding operation: CheckEmailAddress
2015-04-23 10:20:57.055573 wsdl: current binding operation: RecipientCreateToListByEmail
2015-04-23 10:20:57.055749 wsdl: current binding operation: RecipientCreateToListByIds
2015-04-23 10:20:57.055926 wsdl: current binding operation: RecipientGetListByIds
2015-04-23 10:20:57.056138 wsdl: current binding operation: RecipientGetListByEmails
2015-04-23 10:20:57.056350 wsdl: current binding operation: FieldList
2015-04-23 10:20:57.056661 wsdl: current binding operation: FieldAdd
2015-04-23 10:20:57.056878 wsdl: current binding operation: AddresslistSearch
2015-04-23 10:20:57.057089 wsdl: current binding operation: AddressLists
2015-04-23 10:20:57.057300 wsdl: current binding operation: DocumentAddBlocksByRssFeed
2015-04-23 10:20:57.057515 wsdl: current binding operation: DocumentPublish
2015-04-23 10:20:57.057728 wsdl: current binding operation: DocumentPreflight
2015-04-23 10:20:57.057939 wsdl: current binding operation: DocumentTransactionActivity
2015-04-23 10:20:57.058152 wsdl: current binding operation: DocumentGet
2015-04-23 10:20:57.058366 wsdl: current binding operation: StaticDocumentGet
2015-04-23 10:20:57.058577 wsdl: current binding operation: DocumentLinks
2015-04-23 10:20:57.058787 wsdl: current binding operation: TemplateBlockFields
2015-04-23 10:20:57.058999 wsdl: current binding operation: GetStaticDocuments
2015-04-23 10:20:57.059230 wsdl: current binding operation: GetTransactionDocuments
2015-04-23 10:20:57.059446 wsdl: current binding operation: HtmlClipList
2015-04-23 10:20:57.059655 wsdl: current binding operation: HtmlClipSearch
2015-04-23 10:20:57.059876 wsdl: current binding operation: SenderList
2015-04-23 10:20:57.060155 wsdl: current binding operation: UserList
2015-04-23 10:20:57.060367 wsdl: current binding operation: ReportList
2015-04-23 10:20:57.060623 wsdl: current binding operation: TemplateList
2015-04-23 10:20:57.060841 wsdl: current binding operation: SendVerificationLetter
2015-04-23 10:20:57.061021 wsdl: current binding operation: SendKgletter
2015-04-23 10:20:57.061245 wsdl: current service: Api
2015-04-23 10:20:57.061330 wsdl: current port: ApiSoap
2015-04-23 10:20:57.061451 wsdl: current port: ApiSoap12
2015-04-23 10:20:57.061570 wsdl: current port: ApiHttpGet
2015-04-23 10:20:57.061685 wsdl: current port: ApiHttpPost
2015-04-23 10:20:57.061783 wsdl: Parsing WSDL done
2015-04-23 10:20:57.061845 wsdl: post-parse data gathering for HelloWorld
2015-04-23 10:20:57.061897 wsdl: post-parse data gathering for Version
2015-04-23 10:20:57.061930 wsdl: post-parse data gathering for Methodname
2015-04-23 10:20:57.061959 wsdl: post-parse data gathering for ApiKeyList
2015-04-23 10:20:57.061989 wsdl: post-parse data gathering for ValidateEmailAddress
2015-04-23 10:20:57.062019 wsdl: post-parse data gathering for FilterEmailsGetValid
2015-04-23 10:20:57.062048 wsdl: post-parse data gathering for FilterEmailsGetInValid
2015-04-23 10:20:57.062077 wsdl: post-parse data gathering for CheckEmailAddress
2015-04-23 10:20:57.062105 wsdl: post-parse data gathering for AddressSearch
2015-04-23 10:20:57.062135 wsdl: post-parse data gathering for RecipientSearch
2015-04-23 10:20:57.062164 wsdl: post-parse data gathering for RecipientSearchIds
2015-04-23 10:20:57.062193 wsdl: post-parse data gathering for RecipientCreate
2015-04-23 10:20:57.062222 wsdl: post-parse data gathering for RecipientUpdate
2015-04-23 10:20:57.062251 wsdl: post-parse data gathering for RecipientUnSubscribe
2015-04-23 10:20:57.062279 wsdl: post-parse data gathering for RecipientSubscribe
2015-04-23 10:20:57.062309 wsdl: post-parse data gathering for RecipientReSubscribe
2015-04-23 10:20:57.062337 wsdl: post-parse data gathering for RecipientCreateToList
2015-04-23 10:20:57.062367 wsdl: post-parse data gathering for RecipientCreateToListByEmail
2015-04-23 10:20:57.062396 wsdl: post-parse data gathering for RecipientCreateToListByIds
2015-04-23 10:20:57.062426 wsdl: post-parse data gathering for RecipientGet
2015-04-23 10:20:57.062456 wsdl: post-parse data gathering for RecipientGetListByIds
2015-04-23 10:20:57.062489 wsdl: post-parse data gathering for RecipientGetListByEmails
2015-04-23 10:20:57.062518 wsdl: post-parse data gathering for RecipientAddressLists
2015-04-23 10:20:57.062550 wsdl: post-parse data gathering for RecipientErase
2015-04-23 10:20:57.062578 wsdl: post-parse data gathering for RecipientVerifiedSubscribe
2015-04-23 10:20:57.062608 wsdl: post-parse data gathering for RecipientRemoveFromList
2015-04-23 10:20:57.062637 wsdl: post-parse data gathering for FieldList
2015-04-23 10:20:57.062665 wsdl: post-parse data gathering for FieldAdd
2015-04-23 10:20:57.062694 wsdl: post-parse data gathering for AddresslistSearch
2015-04-23 10:20:57.062722 wsdl: post-parse data gathering for AddresslistCreate
2015-04-23 10:20:57.062751 wsdl: post-parse data gathering for AddressLists
2015-04-23 10:20:57.062779 wsdl: post-parse data gathering for DocumentCreate
2015-04-23 10:20:57.062808 wsdl: post-parse data gathering for DocumentCreateByRssFeed
2015-04-23 10:20:57.062836 wsdl: post-parse data gathering for DocumentAddBlocksByRssFeed
2015-04-23 10:20:57.062866 wsdl: post-parse data gathering for DocumentSearch
2015-04-23 10:20:57.062934 wsdl: post-parse data gathering for DocumentSearchSorted
2015-04-23 10:20:57.062967 wsdl: post-parse data gathering for DocumentUpdate
2015-04-23 10:20:57.062995 wsdl: post-parse data gathering for DocumentPublish
2015-04-23 10:20:57.063024 wsdl: post-parse data gathering for DocumentSend
2015-04-23 10:20:57.063052 wsdl: post-parse data gathering for DocumentPreflight
2015-04-23 10:20:57.063081 wsdl: post-parse data gathering for DocumentSendTransaction
2015-04-23 10:20:57.063109 wsdl: post-parse data gathering for DocumentTransactionActivity
2015-04-23 10:20:57.063139 wsdl: post-parse data gathering for DocumentSource
2015-04-23 10:20:57.063166 wsdl: post-parse data gathering for DocumentColumnBlockCount
2015-04-23 10:20:57.063196 wsdl: post-parse data gathering for DocumentColumnIndexes
2015-04-23 10:20:57.063224 wsdl: post-parse data gathering for DocumentColumn
2015-04-23 10:20:57.063253 wsdl: post-parse data gathering for DocumentAddBlock
2015-04-23 10:20:57.063282 wsdl: post-parse data gathering for DocumentGet
2015-04-23 10:20:57.063312 wsdl: post-parse data gathering for StaticDocumentGet
2015-04-23 10:20:57.063343 wsdl: post-parse data gathering for DocumentLinks
2015-04-23 10:20:57.063371 wsdl: post-parse data gathering for DocumentLinkClicks
2015-04-23 10:20:57.063401 wsdl: post-parse data gathering for DocumentReads
2015-04-23 10:20:57.063429 wsdl: post-parse data gathering for DocumentRecipients
2015-04-23 10:20:57.063459 wsdl: post-parse data gathering for TemplateBlockFields
2015-04-23 10:20:57.063487 wsdl: post-parse data gathering for GetStaticDocuments
2015-04-23 10:20:57.063516 wsdl: post-parse data gathering for GetTransactionDocuments
2015-04-23 10:20:57.063544 wsdl: post-parse data gathering for HtmlClipList
2015-04-23 10:20:57.063573 wsdl: post-parse data gathering for HtmlClipAdd
2015-04-23 10:20:57.063601 wsdl: post-parse data gathering for HtmlClipRemove
2015-04-23 10:20:57.063631 wsdl: post-parse data gathering for HtmlClipSearch
2015-04-23 10:20:57.063658 wsdl: post-parse data gathering for SenderList
2015-04-23 10:20:57.063687 wsdl: post-parse data gathering for SenderCreate
2015-04-23 10:20:57.063715 wsdl: post-parse data gathering for SenderGet
2015-04-23 10:20:57.063744 wsdl: post-parse data gathering for SenderRemove
2015-04-23 10:20:57.063772 wsdl: post-parse data gathering for SenderUpdate
2015-04-23 10:20:57.063801 wsdl: post-parse data gathering for UserList
2015-04-23 10:20:57.063829 wsdl: post-parse data gathering for UserCreate
2015-04-23 10:20:57.063858 wsdl: post-parse data gathering for UserRemove
2015-04-23 10:20:57.063885 wsdl: post-parse data gathering for UserUpdate
2015-04-23 10:20:57.063915 wsdl: post-parse data gathering for Report
2015-04-23 10:20:57.063969 wsdl: post-parse data gathering for ReportList
2015-04-23 10:20:57.064005 wsdl: post-parse data gathering for TemplateList
2015-04-23 10:20:57.064083 wsdl: post-parse data gathering for SendWelcomeLetter
2015-04-23 10:20:57.064114 wsdl: post-parse data gathering for SendVerificationLetter
2015-04-23 10:20:57.064145 wsdl: post-parse data gathering for SendKgletter
2015-04-23 10:20:57.064177 wsdl: post-parse data gathering for HelloWorld
2015-04-23 10:20:57.064216 wsdl: post-parse data gathering for Version
2015-04-23 10:20:57.064245 wsdl: post-parse data gathering for Methodname
2015-04-23 10:20:57.064273 wsdl: post-parse data gathering for ApiKeyList
2015-04-23 10:20:57.064302 wsdl: post-parse data gathering for ValidateEmailAddress
2015-04-23 10:20:57.064330 wsdl: post-parse data gathering for FilterEmailsGetValid
2015-04-23 10:20:57.064359 wsdl: post-parse data gathering for FilterEmailsGetInValid
2015-04-23 10:20:57.064387 wsdl: post-parse data gathering for CheckEmailAddress
2015-04-23 10:20:57.064416 wsdl: post-parse data gathering for AddressSearch
2015-04-23 10:20:57.064444 wsdl: post-parse data gathering for RecipientSearch
2015-04-23 10:20:57.064472 wsdl: post-parse data gathering for RecipientSearchIds
2015-04-23 10:20:57.064541 wsdl: post-parse data gathering for RecipientCreate
2015-04-23 10:20:57.064579 wsdl: post-parse data gathering for RecipientUpdate
2015-04-23 10:20:57.064607 wsdl: post-parse data gathering for RecipientUnSubscribe
2015-04-23 10:20:57.064638 wsdl: post-parse data gathering for RecipientSubscribe
2015-04-23 10:20:57.064667 wsdl: post-parse data gathering for RecipientReSubscribe
2015-04-23 10:20:57.064706 wsdl: post-parse data gathering for RecipientCreateToList
2015-04-23 10:20:57.064734 wsdl: post-parse data gathering for RecipientCreateToListByEmail
2015-04-23 10:20:57.064763 wsdl: post-parse data gathering for RecipientCreateToListByIds
2015-04-23 10:20:57.064791 wsdl: post-parse data gathering for RecipientGet
2015-04-23 10:20:57.064820 wsdl: post-parse data gathering for RecipientGetListByIds
2015-04-23 10:20:57.064848 wsdl: post-parse data gathering for RecipientGetListByEmails
2015-04-23 10:20:57.064879 wsdl: post-parse data gathering for RecipientAddressLists
2015-04-23 10:20:57.064907 wsdl: post-parse data gathering for RecipientErase
2015-04-23 10:20:57.064935 wsdl: post-parse data gathering for RecipientVerifiedSubscribe
2015-04-23 10:20:57.064964 wsdl: post-parse data gathering for RecipientRemoveFromList
2015-04-23 10:20:57.064992 wsdl: post-parse data gathering for FieldList
2015-04-23 10:20:57.065020 wsdl: post-parse data gathering for FieldAdd
2015-04-23 10:20:57.065048 wsdl: post-parse data gathering for AddresslistSearch
2015-04-23 10:20:57.065076 wsdl: post-parse data gathering for AddresslistCreate
2015-04-23 10:20:57.065103 wsdl: post-parse data gathering for AddressLists
2015-04-23 10:20:57.065131 wsdl: post-parse data gathering for DocumentCreate
2015-04-23 10:20:57.065158 wsdl: post-parse data gathering for DocumentCreateByRssFeed
2015-04-23 10:20:57.065186 wsdl: post-parse data gathering for DocumentAddBlocksByRssFeed
2015-04-23 10:20:57.065214 wsdl: post-parse data gathering for DocumentSearch
2015-04-23 10:20:57.065241 wsdl: post-parse data gathering for DocumentSearchSorted
2015-04-23 10:20:57.065269 wsdl: post-parse data gathering for DocumentUpdate
2015-04-23 10:20:57.065297 wsdl: post-parse data gathering for DocumentPublish
2015-04-23 10:20:57.065485 wsdl: post-parse data gathering for DocumentSend
2015-04-23 10:20:57.065513 wsdl: post-parse data gathering for DocumentPreflight
2015-04-23 10:20:57.065562 wsdl: post-parse data gathering for DocumentSendTransaction
2015-04-23 10:20:57.065589 wsdl: post-parse data gathering for DocumentTransactionActivity
2015-04-23 10:20:57.065617 wsdl: post-parse data gathering for DocumentSource
2015-04-23 10:20:57.065645 wsdl: post-parse data gathering for DocumentColumnBlockCount
2015-04-23 10:20:57.065673 wsdl: post-parse data gathering for DocumentColumnIndexes
2015-04-23 10:20:57.065700 wsdl: post-parse data gathering for DocumentColumn
2015-04-23 10:20:57.065728 wsdl: post-parse data gathering for DocumentAddBlock
2015-04-23 10:20:57.065759 wsdl: post-parse data gathering for DocumentGet
2015-04-23 10:20:57.065786 wsdl: post-parse data gathering for StaticDocumentGet
2015-04-23 10:20:57.065814 wsdl: post-parse data gathering for DocumentLinks
2015-04-23 10:20:57.065842 wsdl: post-parse data gathering for DocumentLinkClicks
2015-04-23 10:20:57.065870 wsdl: post-parse data gathering for DocumentReads
2015-04-23 10:20:57.065897 wsdl: post-parse data gathering for DocumentRecipients
2015-04-23 10:20:57.065925 wsdl: post-parse data gathering for TemplateBlockFields
2015-04-23 10:20:57.065952 wsdl: post-parse data gathering for GetStaticDocuments
2015-04-23 10:20:57.065979 wsdl: post-parse data gathering for GetTransactionDocuments
2015-04-23 10:20:57.066008 wsdl: post-parse data gathering for HtmlClipList
2015-04-23 10:20:57.066035 wsdl: post-parse data gathering for HtmlClipAdd
2015-04-23 10:20:57.066062 wsdl: post-parse data gathering for HtmlClipRemove
2015-04-23 10:20:57.066091 wsdl: post-parse data gathering for HtmlClipSearch
2015-04-23 10:20:57.066118 wsdl: post-parse data gathering for SenderList
2015-04-23 10:20:57.066145 wsdl: post-parse data gathering for SenderCreate
2015-04-23 10:20:57.066172 wsdl: post-parse data gathering for SenderGet
2015-04-23 10:20:57.066200 wsdl: post-parse data gathering for SenderRemove
2015-04-23 10:20:57.066227 wsdl: post-parse data gathering for SenderUpdate
2015-04-23 10:20:57.066254 wsdl: post-parse data gathering for UserList
2015-04-23 10:20:57.066282 wsdl: post-parse data gathering for UserCreate
2015-04-23 10:20:57.066309 wsdl: post-parse data gathering for UserRemove
2015-04-23 10:20:57.066336 wsdl: post-parse data gathering for UserUpdate
2015-04-23 10:20:57.066363 wsdl: post-parse data gathering for Report
2015-04-23 10:20:57.066391 wsdl: post-parse data gathering for ReportList
2015-04-23 10:20:57.066417 wsdl: post-parse data gathering for TemplateList
2015-04-23 10:20:57.066445 wsdl: post-parse data gathering for SendWelcomeLetter
2015-04-23 10:20:57.066472 wsdl: post-parse data gathering for SendVerificationLetter
2015-04-23 10:20:57.066500 wsdl: post-parse data gathering for SendKgletter
2015-04-23 10:20:57.066530 wsdl: post-parse data gathering for HelloWorld
2015-04-23 10:20:57.066558 wsdl: post-parse data gathering for Version
2015-04-23 10:20:57.066636 wsdl: post-parse data gathering for Methodname
2015-04-23 10:20:57.066672 wsdl: post-parse data gathering for ApiKeyList
2015-04-23 10:20:57.066696 wsdl: post-parse data gathering for ValidateEmailAddress
2015-04-23 10:20:57.066720 wsdl: post-parse data gathering for FilterEmailsGetValid
2015-04-23 10:20:57.066744 wsdl: post-parse data gathering for FilterEmailsGetInValid
2015-04-23 10:20:57.066768 wsdl: post-parse data gathering for CheckEmailAddress
2015-04-23 10:20:57.066791 wsdl: post-parse data gathering for RecipientCreateToListByEmail
2015-04-23 10:20:57.066816 wsdl: post-parse data gathering for RecipientCreateToListByIds
2015-04-23 10:20:57.066839 wsdl: post-parse data gathering for RecipientGetListByIds
2015-04-23 10:20:57.066863 wsdl: post-parse data gathering for RecipientGetListByEmails
2015-04-23 10:20:57.066886 wsdl: post-parse data gathering for FieldList
2015-04-23 10:20:57.066909 wsdl: post-parse data gathering for FieldAdd
2015-04-23 10:20:57.066932 wsdl: post-parse data gathering for AddresslistSearch
2015-04-23 10:20:57.066956 wsdl: post-parse data gathering for AddressLists
2015-04-23 10:20:57.066980 wsdl: post-parse data gathering for DocumentAddBlocksByRssFeed
2015-04-23 10:20:57.067003 wsdl: post-parse data gathering for DocumentPublish
2015-04-23 10:20:57.067027 wsdl: post-parse data gathering for DocumentPreflight
2015-04-23 10:20:57.067051 wsdl: post-parse data gathering for DocumentTransactionActivity
2015-04-23 10:20:57.067074 wsdl: post-parse data gathering for DocumentGet
2015-04-23 10:20:57.067098 wsdl: post-parse data gathering for StaticDocumentGet
2015-04-23 10:20:57.067121 wsdl: post-parse data gathering for DocumentLinks
2015-04-23 10:20:57.067145 wsdl: post-parse data gathering for TemplateBlockFields
2015-04-23 10:20:57.067171 wsdl: post-parse data gathering for GetStaticDocuments
2015-04-23 10:20:57.067195 wsdl: post-parse data gathering for GetTransactionDocuments
2015-04-23 10:20:57.067218 wsdl: post-parse data gathering for HtmlClipList
2015-04-23 10:20:57.067241 wsdl: post-parse data gathering for HtmlClipSearch
2015-04-23 10:20:57.067264 wsdl: post-parse data gathering for SenderList
2015-04-23 10:20:57.067287 wsdl: post-parse data gathering for UserList
2015-04-23 10:20:57.067311 wsdl: post-parse data gathering for ReportList
2015-04-23 10:20:57.067334 wsdl: post-parse data gathering for TemplateList
2015-04-23 10:20:57.067356 wsdl: post-parse data gathering for SendVerificationLetter
2015-04-23 10:20:57.067380 wsdl: post-parse data gathering for SendKgletter
2015-04-23 10:20:57.067406 wsdl: post-parse data gathering for HelloWorld
2015-04-23 10:20:57.067433 wsdl: post-parse data gathering for Version
2015-04-23 10:20:57.067456 wsdl: post-parse data gathering for Methodname
2015-04-23 10:20:57.067480 wsdl: post-parse data gathering for ApiKeyList
2015-04-23 10:20:57.067502 wsdl: post-parse data gathering for ValidateEmailAddress
2015-04-23 10:20:57.067526 wsdl: post-parse data gathering for FilterEmailsGetValid
2015-04-23 10:20:57.067549 wsdl: post-parse data gathering for FilterEmailsGetInValid
2015-04-23 10:20:57.067572 wsdl: post-parse data gathering for CheckEmailAddress
2015-04-23 10:20:57.067596 wsdl: post-parse data gathering for RecipientCreateToListByEmail
2015-04-23 10:20:57.067619 wsdl: post-parse data gathering for RecipientCreateToListByIds
2015-04-23 10:20:57.067643 wsdl: post-parse data gathering for RecipientGetListByIds
2015-04-23 10:20:57.067667 wsdl: post-parse data gathering for RecipientGetListByEmails
2015-04-23 10:20:57.067691 wsdl: post-parse data gathering for FieldList
2015-04-23 10:20:57.067714 wsdl: post-parse data gathering for FieldAdd
2015-04-23 10:20:57.067737 wsdl: post-parse data gathering for AddresslistSearch
2015-04-23 10:20:57.067761 wsdl: post-parse data gathering for AddressLists
2015-04-23 10:20:57.067784 wsdl: post-parse data gathering for DocumentAddBlocksByRssFeed
2015-04-23 10:20:57.067807 wsdl: post-parse data gathering for DocumentPublish
2015-04-23 10:20:57.067830 wsdl: post-parse data gathering for DocumentPreflight
2015-04-23 10:20:57.067856 wsdl: post-parse data gathering for DocumentTransactionActivity
2015-04-23 10:20:57.067880 wsdl: post-parse data gathering for DocumentGet
2015-04-23 10:20:57.067904 wsdl: post-parse data gathering for StaticDocumentGet
2015-04-23 10:20:57.067928 wsdl: post-parse data gathering for DocumentLinks
2015-04-23 10:20:57.067951 wsdl: post-parse data gathering for TemplateBlockFields
2015-04-23 10:20:57.067975 wsdl: post-parse data gathering for GetStaticDocuments
2015-04-23 10:20:57.067998 wsdl: post-parse data gathering for GetTransactionDocuments
2015-04-23 10:20:57.068023 wsdl: post-parse data gathering for HtmlClipList
2015-04-23 10:20:57.068046 wsdl: post-parse data gathering for HtmlClipSearch
2015-04-23 10:20:57.068071 wsdl: post-parse data gathering for SenderList
2015-04-23 10:20:57.068094 wsdl: post-parse data gathering for UserList
2015-04-23 10:20:57.068117 wsdl: post-parse data gathering for ReportList
2015-04-23 10:20:57.068142 wsdl: post-parse data gathering for TemplateList
2015-04-23 10:20:57.068164 wsdl: post-parse data gathering for SendVerificationLetter
2015-04-23 10:20:57.068189 wsdl: post-parse data gathering for SendKgletter
2015-04-23 10:20:57.068550 nusoap_client: checkWSDL
2015-04-23 10:20:57.068584 wsdl: getOperations for port '' bindingType http://schemas.xmlsoap.org/wsdl/soap/
2015-04-23 10:20:57.068605 wsdl: getOperations checking port ApiSoap bindingType http://schemas.xmlsoap.org/wsdl/soap/
2015-04-23 10:20:57.068625 wsdl: getOperations found port ApiSoap bindingType http://schemas.xmlsoap.org/wsdl/soap/
2015-04-23 10:20:57.068654 wsdl: getOperations checking port ApiSoap12 bindingType http://schemas.xmlsoap.org/wsdl/soap12/
2015-04-23 10:20:57.068674 wsdl: getOperations checking port ApiHttpGet bindingType http://schemas.xmlsoap.org/wsdl/http/
2015-04-23 10:20:57.068693 wsdl: getOperations checking port ApiHttpPost bindingType http://schemas.xmlsoap.org/wsdl/http/
2015-04-23 10:20:57.068733 nusoap_client: got 75 operations from wsdl http://www.epostservice.se/aspnet/api3/api.asmx?WSDL for binding type soap
2015-04-23 10:20:57.068766 nusoap_client: found operation
opData=<pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=9)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'DocumentCreate'</font> <i>(length=14)</i>
'binding' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'ApiSoap'</font> <i>(length=7)</i>
'endpoint' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.epostservice.se/aspnet/api3/api.asmx'</font> <i>(length=47)</i>
'soapAction' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3/DocumentCreate'</font> <i>(length=49)</i>
'style' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'document'</font> <i>(length=8)</i>
'input' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=3)</i>
'use' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'literal'</font> <i>(length=7)</i>
'message' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'DocumentCreateSoapIn'</font> <i>(length=20)</i>
'parts' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=1)</i>
'parameters' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:DocumentCreate^'</font> <i>(length=50)</i>
'output' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=3)</i>
'use' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'literal'</font> <i>(length=7)</i>
'message' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'DocumentCreateSoapOut'</font> <i>(length=21)</i>
'parts' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=1)</i>
'parameters' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:DocumentCreateResponse^'</font> <i>(length=58)</i>
'transport' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://schemas.xmlsoap.org/soap/http'</font> <i>(length=36)</i>
'documentation' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>''</font> <i>(length=0)</i>
</pre>2015-04-23 10:20:57.068900 nusoap_client: serializing param array for WSDL operation DocumentCreate
2015-04-23 10:20:57.068940 wsdl: in serializeRPCParameters: operation=DocumentCreate, direction=input, XMLSchemaVersion=http://www.w3.org/2001/XMLSchema, bindingType=soap
parameters=<pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=2)</i>
'apiKey' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'FE0AA375-5BA9-4D96-AF95-BEA89EA79846'</font> <i>(length=36)</i>
'document' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=16)</i>
'subject' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'Test via API'</font> <i>(length=12)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'TEST via API'</font> <i>(length=12)</i>
'state' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'Draft'</font> <i>(length=5)</i>
'schedule' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1970-01-01T00:00:00.0000000+01:00'</font> <i>(length=33)</i>
'created' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'2015-04-23T10:20:56+00:00'</font> <i>(length=25)</i>
'changed' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'2015-04-23T10:20:56+00:00'</font> <i>(length=25)</i>
'issurvey' <font color='#888a85'>=&gt;</font> <small>int</small> <font color='#4e9a06'>0</font>
'isweb' <font color='#888a85'>=&gt;</font> <small>int</small> <font color='#4e9a06'>0</font>
'isemail' <font color='#888a85'>=&gt;</font> <small>boolean</small> <font color='#75507b'>true</font>
'changedbyid' <font color='#888a85'>=&gt;</font> <small>int</small> <font color='#4e9a06'>0</font>
'templateId' <font color='#888a85'>=&gt;</font> <small>int</small> <font color='#4e9a06'>13861</font>
'stylesheetId' <font color='#888a85'>=&gt;</font> <small>int</small> <font color='#4e9a06'>0</font>
'headerId' <font color='#888a85'>=&gt;</font> <small>int</small> <font color='#4e9a06'>0</font>
'footerId' <font color='#888a85'>=&gt;</font> <small>int</small> <font color='#4e9a06'>0</font>
'senderAddress' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=6)</i>
'userID' <font color='#888a85'>=&gt;</font> <small>int</small> <font color='#4e9a06'>67018485</font>
'email' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'andreas.ek@skolporten.com'</font> <i>(length=25)</i>
'created' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'2015-04-23T10:20:56+00:00'</font> <i>(length=25)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'Andreas Ek'</font> <i>(length=10)</i>
'state' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'Active'</font> <i>(length=6)</i>
'fields' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=0)</i>
...
'fields' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=0)</i>
<i><font color='#888a85'>empty</font></i>
</pre>2015-04-23 10:20:57.069039 wsdl: in serializeRPCParameters: opData:
<pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=9)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'DocumentCreate'</font> <i>(length=14)</i>
'binding' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'ApiSoap'</font> <i>(length=7)</i>
'endpoint' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.epostservice.se/aspnet/api3/api.asmx'</font> <i>(length=47)</i>
'soapAction' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3/DocumentCreate'</font> <i>(length=49)</i>
'style' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'document'</font> <i>(length=8)</i>
'input' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=3)</i>
'use' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'literal'</font> <i>(length=7)</i>
'message' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'DocumentCreateSoapIn'</font> <i>(length=20)</i>
'parts' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=1)</i>
'parameters' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:DocumentCreate^'</font> <i>(length=50)</i>
'output' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=3)</i>
'use' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'literal'</font> <i>(length=7)</i>
'message' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'DocumentCreateSoapOut'</font> <i>(length=21)</i>
'parts' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=1)</i>
'parameters' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:DocumentCreateResponse^'</font> <i>(length=58)</i>
'transport' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://schemas.xmlsoap.org/soap/http'</font> <i>(length=36)</i>
'documentation' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>''</font> <i>(length=0)</i>
</pre>2015-04-23 10:20:57.069114 wsdl: have 1 part(s) to serialize using document/literal
2015-04-23 10:20:57.069146 wsdl: have 2 parameter(s) provided as arrayStruct to serialize
2015-04-23 10:20:57.069166 wsdl: check whether the caller has wrapped the parameters
2015-04-23 10:20:57.069185 wsdl: check whether caller's parameters match the wrapped ones
2015-04-23 10:20:57.069208 wsdl: in parametersMatchWrapped type=http://epostservice.se/aspnet/api3:DocumentCreate^, parameters=
<pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=2)</i>
'apiKey' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'FE0AA375-5BA9-4D96-AF95-BEA89EA79846'</font> <i>(length=36)</i>
'document' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=16)</i>
'subject' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'Test via API'</font> <i>(length=12)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'TEST via API'</font> <i>(length=12)</i>
'state' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'Draft'</font> <i>(length=5)</i>
'schedule' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1970-01-01T00:00:00.0000000+01:00'</font> <i>(length=33)</i>
'created' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'2015-04-23T10:20:56+00:00'</font> <i>(length=25)</i>
'changed' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'2015-04-23T10:20:56+00:00'</font> <i>(length=25)</i>
'issurvey' <font color='#888a85'>=&gt;</font> <small>int</small> <font color='#4e9a06'>0</font>
'isweb' <font color='#888a85'>=&gt;</font> <small>int</small> <font color='#4e9a06'>0</font>
'isemail' <font color='#888a85'>=&gt;</font> <small>boolean</small> <font color='#75507b'>true</font>
'changedbyid' <font color='#888a85'>=&gt;</font> <small>int</small> <font color='#4e9a06'>0</font>
'templateId' <font color='#888a85'>=&gt;</font> <small>int</small> <font color='#4e9a06'>13861</font>
'stylesheetId' <font color='#888a85'>=&gt;</font> <small>int</small> <font color='#4e9a06'>0</font>
'headerId' <font color='#888a85'>=&gt;</font> <small>int</small> <font color='#4e9a06'>0</font>
'footerId' <font color='#888a85'>=&gt;</font> <small>int</small> <font color='#4e9a06'>0</font>
'senderAddress' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=6)</i>
'userID' <font color='#888a85'>=&gt;</font> <small>int</small> <font color='#4e9a06'>67018485</font>
'email' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'andreas.ek@skolporten.com'</font> <i>(length=25)</i>
'created' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'2015-04-23T10:20:56+00:00'</font> <i>(length=25)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'Andreas Ek'</font> <i>(length=10)</i>
'state' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'Active'</font> <i>(length=6)</i>
'fields' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=0)</i>
...
'fields' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=0)</i>
<i><font color='#888a85'>empty</font></i>
</pre>2015-04-23 10:20:57.069293 wsdl: in parametersMatchWrapped: got a prefixed type: DocumentCreate^, http://epostservice.se/aspnet/api3
2015-04-23 10:20:57.069321 wsdl: in getTypeDef: type=DocumentCreate^, ns=http://epostservice.se/aspnet/api3
2015-04-23 10:20:57.069343 wsdl: in getTypeDef: have schema for namespace http://epostservice.se/aspnet/api3
2015-04-23 10:20:57.069386 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> in getTypeDef, found element DocumentCreate
2015-04-23 10:20:57.069423 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> in getTypeDef, found complexType _DocumentCreate_ContainedType
2015-04-23 10:20:57.069445 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> in getTypeDef, found type for element DocumentCreate:
2015-04-23 10:20:57.069517 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> <pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=5)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=2)</i>
'apiKey' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'apiKey'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'document' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'document'</font> <i>(length=8)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:Document'</font> <i>(length=43)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>
2015-04-23 10:20:57.069550 wsdl: in getTypeDef: found type DocumentCreate^
2015-04-23 10:20:57.069570 wsdl: in parametersMatchWrapped: found typeDef=
<pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=6)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'DocumentCreate'</font> <i>(length=14)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:_DocumentCreate_ContainedType'</font> <i>(length=64)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'element'</font> <i>(length=7)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=2)</i>
'apiKey' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'apiKey'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'document' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'document'</font> <i>(length=8)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:Document'</font> <i>(length=43)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>2015-04-23 10:20:57.069641 wsdl: in parametersMatchWrapped: uqType: DocumentCreate, ns: http://epostservice.se/aspnet/api3, phptype: struct, arrayType:
2015-04-23 10:20:57.069665 wsdl: in parametersMatchWrapped: have parameter named apiKey
2015-04-23 10:20:57.069684 wsdl: in parametersMatchWrapped: have parameter named document
2015-04-23 10:20:57.069703 wsdl: in parametersMatchWrapped: 2 parameter names match 2 wrapped parameter names
2015-04-23 10:20:57.069722 wsdl: wrap the parameters for the caller
2015-04-23 10:20:57.069741 wsdl: serializing part parameters of type http://epostservice.se/aspnet/api3:DocumentCreate^
2015-04-23 10:20:57.069761 wsdl: calling serializeType w/named param
2015-04-23 10:20:57.069786 wsdl: in serializeType: name=parameters, type=http://epostservice.se/aspnet/api3:DocumentCreate^, use=literal, encodingStyle=, unqualified=qualified
value=<pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=2)</i>
'apiKey' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'FE0AA375-5BA9-4D96-AF95-BEA89EA79846'</font> <i>(length=36)</i>
'document' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=16)</i>
'subject' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'Test via API'</font> <i>(length=12)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'TEST via API'</font> <i>(length=12)</i>
'state' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'Draft'</font> <i>(length=5)</i>
'schedule' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1970-01-01T00:00:00.0000000+01:00'</font> <i>(length=33)</i>
'created' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'2015-04-23T10:20:56+00:00'</font> <i>(length=25)</i>
'changed' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'2015-04-23T10:20:56+00:00'</font> <i>(length=25)</i>
'issurvey' <font color='#888a85'>=&gt;</font> <small>int</small> <font color='#4e9a06'>0</font>
'isweb' <font color='#888a85'>=&gt;</font> <small>int</small> <font color='#4e9a06'>0</font>
'isemail' <font color='#888a85'>=&gt;</font> <small>boolean</small> <font color='#75507b'>true</font>
'changedbyid' <font color='#888a85'>=&gt;</font> <small>int</small> <font color='#4e9a06'>0</font>
'templateId' <font color='#888a85'>=&gt;</font> <small>int</small> <font color='#4e9a06'>13861</font>
'stylesheetId' <font color='#888a85'>=&gt;</font> <small>int</small> <font color='#4e9a06'>0</font>
'headerId' <font color='#888a85'>=&gt;</font> <small>int</small> <font color='#4e9a06'>0</font>
'footerId' <font color='#888a85'>=&gt;</font> <small>int</small> <font color='#4e9a06'>0</font>
'senderAddress' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=6)</i>
'userID' <font color='#888a85'>=&gt;</font> <small>int</small> <font color='#4e9a06'>67018485</font>
'email' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'andreas.ek@skolporten.com'</font> <i>(length=25)</i>
'created' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'2015-04-23T10:20:56+00:00'</font> <i>(length=25)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'Andreas Ek'</font> <i>(length=10)</i>
'state' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'Active'</font> <i>(length=6)</i>
'fields' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=0)</i>
...
'fields' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=0)</i>
<i><font color='#888a85'>empty</font></i>
</pre>2015-04-23 10:20:57.069914 wsdl: in serializeType: got a prefixed type: DocumentCreate^, http://epostservice.se/aspnet/api3
2015-04-23 10:20:57.069965 wsdl: in getTypeDef: type=DocumentCreate^, ns=http://epostservice.se/aspnet/api3
2015-04-23 10:20:57.069985 wsdl: in getTypeDef: have schema for namespace http://epostservice.se/aspnet/api3
2015-04-23 10:20:57.070016 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> in getTypeDef, found element DocumentCreate
2015-04-23 10:20:57.070044 wsdl: in getTypeDef: found type DocumentCreate^
2015-04-23 10:20:57.070065 wsdl: in serializeType: found typeDef
typeDef=<pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=6)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'DocumentCreate'</font> <i>(length=14)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:_DocumentCreate_ContainedType'</font> <i>(length=64)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'element'</font> <i>(length=7)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=2)</i>
'apiKey' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'apiKey'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'document' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'document'</font> <i>(length=8)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:Document'</font> <i>(length=43)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>2015-04-23 10:20:57.070142 wsdl: in serializeType: uqType: DocumentCreate, ns: http://epostservice.se/aspnet/api3, phptype: struct, arrayType:
2015-04-23 10:20:57.070176 wsdl: serializeComplexTypeAttributes for XML Schema type http://epostservice.se/aspnet/api3:DocumentCreate
2015-04-23 10:20:57.070196 wsdl: no attributes to serialize for XML Schema type http://epostservice.se/aspnet/api3:DocumentCreate
2015-04-23 10:20:57.070223 wsdl: in serializeComplexTypeElements for XML Schema type http://epostservice.se/aspnet/api3:DocumentCreate
2015-04-23 10:20:57.070245 wsdl: in serializeComplexTypeElements, serialize elements for XML Schema type http://epostservice.se/aspnet/api3:DocumentCreate
2015-04-23 10:20:57.070284 wsdl: in serializeType: name=apiKey, type=http://www.w3.org/2001/XMLSchema:string, use=literal, encodingStyle=, unqualified=qualified
value=<pre class='xdebug-var-dump' dir='ltr'><small>string</small> <font color='#cc0000'>'FE0AA375-5BA9-4D96-AF95-BEA89EA79846'</font> <i>(length=36)</i>
</pre>2015-04-23 10:20:57.070330 wsdl: in serializeType: got a prefixed type: string, http://www.w3.org/2001/XMLSchema
2015-04-23 10:20:57.070352 wsdl: in serializeType: type namespace indicates XML Schema or SOAP Encoding type
2015-04-23 10:20:57.070396 wsdl: in getTypeDef: type=string, ns=http://www.w3.org/2001/XMLSchema
2015-04-23 10:20:57.070421 wsdl: in getTypeDef: do not have schema for namespace http://www.w3.org/2001/XMLSchema
2015-04-23 10:20:57.070441 wsdl: in serializeType: returning: <apiKey>FE0AA375-5BA9-4D96-AF95-BEA89EA79846</apiKey>
2015-04-23 10:20:57.070469 wsdl: in serializeType: name=document, type=http://epostservice.se/aspnet/api3:Document, use=literal, encodingStyle=, unqualified=qualified
value=<pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=16)</i>
'subject' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'Test via API'</font> <i>(length=12)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'TEST via API'</font> <i>(length=12)</i>
'state' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'Draft'</font> <i>(length=5)</i>
'schedule' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1970-01-01T00:00:00.0000000+01:00'</font> <i>(length=33)</i>
'created' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'2015-04-23T10:20:56+00:00'</font> <i>(length=25)</i>
'changed' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'2015-04-23T10:20:56+00:00'</font> <i>(length=25)</i>
'issurvey' <font color='#888a85'>=&gt;</font> <small>int</small> <font color='#4e9a06'>0</font>
'isweb' <font color='#888a85'>=&gt;</font> <small>int</small> <font color='#4e9a06'>0</font>
'isemail' <font color='#888a85'>=&gt;</font> <small>boolean</small> <font color='#75507b'>true</font>
'changedbyid' <font color='#888a85'>=&gt;</font> <small>int</small> <font color='#4e9a06'>0</font>
'templateId' <font color='#888a85'>=&gt;</font> <small>int</small> <font color='#4e9a06'>13861</font>
'stylesheetId' <font color='#888a85'>=&gt;</font> <small>int</small> <font color='#4e9a06'>0</font>
'headerId' <font color='#888a85'>=&gt;</font> <small>int</small> <font color='#4e9a06'>0</font>
'footerId' <font color='#888a85'>=&gt;</font> <small>int</small> <font color='#4e9a06'>0</font>
'senderAddress' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=6)</i>
'userID' <font color='#888a85'>=&gt;</font> <small>int</small> <font color='#4e9a06'>67018485</font>
'email' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'andreas.ek@skolporten.com'</font> <i>(length=25)</i>
'created' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'2015-04-23T10:20:56+00:00'</font> <i>(length=25)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'Andreas Ek'</font> <i>(length=10)</i>
'state' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'Active'</font> <i>(length=6)</i>
'fields' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=0)</i>
<i><font color='#888a85'>empty</font></i>
'fields' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=0)</i>
<i><font color='#888a85'>empty</font></i>
</pre>2015-04-23 10:20:57.070549 wsdl: in serializeType: got a prefixed type: Document, http://epostservice.se/aspnet/api3
2015-04-23 10:20:57.070573 wsdl: in getTypeDef: type=Document, ns=http://epostservice.se/aspnet/api3
2015-04-23 10:20:57.070592 wsdl: in getTypeDef: have schema for namespace http://epostservice.se/aspnet/api3
2015-04-23 10:20:57.070621 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> in getTypeDef, found complexType Document
2015-04-23 10:20:57.070648 wsdl: in getTypeDef: found type Document
2015-04-23 10:20:57.070668 wsdl: in serializeType: found typeDef
typeDef=<pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=6)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'Document'</font> <i>(length=8)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=18)</i>
'documentId' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'documentId'</font> <i>(length=10)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:int'</font> <i>(length=36)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'subject' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'subject'</font> <i>(length=7)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'name' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'name'</font> <i>(length=4)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'senderAddress' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'senderAddress'</font> <i>(length=13)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:Address'</font> <i>(length=42)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'state' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'state'</font> <i>(length=5)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:DocumentState'</font> <i>(length=48)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'schedule' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=6)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'schedule'</font> <i>(length=8)</i>
'nillable' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'true'</font> <i>(length=4)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:dateTime'</font> <i>(length=41)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'created' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'created'</font> <i>(length=7)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:dateTime'</font> <i>(length=41)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'changed' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'changed'</font> <i>(length=7)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:dateTime'</font> <i>(length=41)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'issurvey' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=6)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'issurvey'</font> <i>(length=8)</i>
'nillable' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'true'</font> <i>(length=4)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:boolean'</font> <i>(length=40)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'isweb' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=6)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'isweb'</font> <i>(length=5)</i>
'nillable' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'true'</font> <i>(length=4)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:boolean'</font> <i>(length=40)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'isemail' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=6)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'isemail'</font> <i>(length=7)</i>
'nillable' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'true'</font> <i>(length=4)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:boolean'</font> <i>(length=40)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'changedbyid' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'changedbyid'</font> <i>(length=11)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:int'</font> <i>(length=36)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'templateId' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'templateId'</font> <i>(length=10)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:int'</font> <i>(length=36)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'stylesheetId' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=6)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'stylesheetId'</font> <i>(length=12)</i>
'nillable' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'true'</font> <i>(length=4)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:int'</font> <i>(length=36)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'headerId' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=6)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'headerId'</font> <i>(length=8)</i>
'nillable' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'true'</font> <i>(length=4)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:int'</font> <i>(length=36)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'footerId' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=6)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'footerId'</font> <i>(length=8)</i>
'nillable' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'true'</font> <i>(length=4)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:int'</font> <i>(length=36)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'preheader' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'preheader'</font> <i>(length=9)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'fields' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'fields'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:ArrayOfField'</font> <i>(length=47)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>2015-04-23 10:20:57.070914 wsdl: in serializeType: uqType: Document, ns: http://epostservice.se/aspnet/api3, phptype: struct, arrayType:
2015-04-23 10:20:57.070943 wsdl: serializeComplexTypeAttributes for XML Schema type http://epostservice.se/aspnet/api3:Document
2015-04-23 10:20:57.070963 wsdl: no attributes to serialize for XML Schema type http://epostservice.se/aspnet/api3:Document
2015-04-23 10:20:57.070986 wsdl: in serializeComplexTypeElements for XML Schema type http://epostservice.se/aspnet/api3:Document
2015-04-23 10:20:57.071006 wsdl: in serializeComplexTypeElements, serialize elements for XML Schema type http://epostservice.se/aspnet/api3:Document
2015-04-23 10:20:57.071033 wsdl: apparent error: no value provided for element documentId with minOccurs=1
2015-04-23 10:20:57.071052 wsdl: no value provided for complexType element documentId and element is not nillable, so serialize nothing
2015-04-23 10:20:57.071079 wsdl: in serializeType: name=subject, type=http://www.w3.org/2001/XMLSchema:string, use=literal, encodingStyle=, unqualified=qualified
value=<pre class='xdebug-var-dump' dir='ltr'><small>string</small> <font color='#cc0000'>'Test via API'</font> <i>(length=12)</i>
</pre>2015-04-23 10:20:57.071124 wsdl: in serializeType: got a prefixed type: string, http://www.w3.org/2001/XMLSchema
2015-04-23 10:20:57.071146 wsdl: in serializeType: type namespace indicates XML Schema or SOAP Encoding type
2015-04-23 10:20:57.071184 wsdl: in getTypeDef: type=string, ns=http://www.w3.org/2001/XMLSchema
2015-04-23 10:20:57.071208 wsdl: in getTypeDef: do not have schema for namespace http://www.w3.org/2001/XMLSchema
2015-04-23 10:20:57.071227 wsdl: in serializeType: returning: <subject>Test via API</subject>
2015-04-23 10:20:57.071254 wsdl: in serializeType: name=name, type=http://www.w3.org/2001/XMLSchema:string, use=literal, encodingStyle=, unqualified=qualified
value=<pre class='xdebug-var-dump' dir='ltr'><small>string</small> <font color='#cc0000'>'TEST via API'</font> <i>(length=12)</i>
</pre>2015-04-23 10:20:57.071299 wsdl: in serializeType: got a prefixed type: string, http://www.w3.org/2001/XMLSchema
2015-04-23 10:20:57.071320 wsdl: in serializeType: type namespace indicates XML Schema or SOAP Encoding type
2015-04-23 10:20:57.071357 wsdl: in getTypeDef: type=string, ns=http://www.w3.org/2001/XMLSchema
2015-04-23 10:20:57.071380 wsdl: in getTypeDef: do not have schema for namespace http://www.w3.org/2001/XMLSchema
2015-04-23 10:20:57.071399 wsdl: in serializeType: returning: <name>TEST via API</name>
2015-04-23 10:20:57.071426 wsdl: in serializeType: name=senderAddress, type=http://epostservice.se/aspnet/api3:Address, use=literal, encodingStyle=, unqualified=qualified
value=<pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=6)</i>
'userID' <font color='#888a85'>=&gt;</font> <small>int</small> <font color='#4e9a06'>67018485</font>
'email' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'andreas.ek@skolporten.com'</font> <i>(length=25)</i>
'created' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'2015-04-23T10:20:56+00:00'</font> <i>(length=25)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'Andreas Ek'</font> <i>(length=10)</i>
'state' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'Active'</font> <i>(length=6)</i>
'fields' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=0)</i>
<i><font color='#888a85'>empty</font></i>
</pre>2015-04-23 10:20:57.071481 wsdl: in serializeType: got a prefixed type: Address, http://epostservice.se/aspnet/api3
2015-04-23 10:20:57.071505 wsdl: in getTypeDef: type=Address, ns=http://epostservice.se/aspnet/api3
2015-04-23 10:20:57.071525 wsdl: in getTypeDef: have schema for namespace http://epostservice.se/aspnet/api3
2015-04-23 10:20:57.071553 nusoap_xmlschema: <http://epostservice.se/aspnet/api3> in getTypeDef, found complexType Address
2015-04-23 10:20:57.071580 wsdl: in getTypeDef: found type Address
2015-04-23 10:20:57.071600 wsdl: in serializeType: found typeDef
typeDef=<pre class='xdebug-var-dump' dir='ltr'>
<b>array</b> <i>(size=6)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'Address'</font> <i>(length=7)</i>
'typeClass' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'complexType'</font> <i>(length=11)</i>
'phpType' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'struct'</font> <i>(length=6)</i>
'simpleContent' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'false'</font> <i>(length=5)</i>
'compositor' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'sequence'</font> <i>(length=8)</i>
'elements' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=6)</i>
'userID' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'userID'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:int'</font> <i>(length=36)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'email' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'email'</font> <i>(length=5)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'name' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'name'</font> <i>(length=4)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:string'</font> <i>(length=39)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'created' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'created'</font> <i>(length=7)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://www.w3.org/2001/XMLSchema:dateTime'</font> <i>(length=41)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'fields' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'0'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'fields'</font> <i>(length=6)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:ArrayOfField'</font> <i>(length=47)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
'state' <font color='#888a85'>=&gt;</font>
<b>array</b> <i>(size=5)</i>
'minOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'maxOccurs' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'1'</font> <i>(length=1)</i>
'name' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'state'</font> <i>(length=5)</i>
'type' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'http://epostservice.se/aspnet/api3:AddressState'</font> <i>(length=47)</i>
'form' <font color='#888a85'>=&gt;</font> <small>string</small> <font color='#cc0000'>'qualified'</font> <i>(length=9)</i>
</pre>2015-04-23 10:20:57.071710 wsdl: in serializeType: uqType: Address, ns: http://epostservice.se/aspnet/api3, phptype: struct, arrayType:
2015-04-23 10:20:57.071738 wsdl: serializeComplexTypeAttributes for XML Schema type http://epostservice.se/aspnet/api3:Address
2015-04-23 10:20:57.071757 wsdl: no attributes to serialize for XML Schema type http://epostservice.se/aspnet/api3:Address
2015-04-23 10:20:57.071779 wsdl: in serializeComplexTypeElements for XML Schema type http://epostservice.se/aspnet/api3:Address
2015-04-23 10:20:57.071800 wsdl: in serializeComplexTypeElements, serialize elements for XML Schema type http://epostservice.se/aspnet/api3:Address
2015-04-23 10:20:57.071833 wsdl: in serializeType: name=userID, type=http://www.w3.org/2001/XMLSchema:int, use=literal, encodingStyle=, unqualified=qualified
value=<pre class='xdebug-var-dump' dir='ltr'><small>int</small> <font color='#4e9a06'>67018485</font>
</pre>2015-04-23 10:20:57.071877 wsdl: in serializeType: got a prefixed type: int, http://www.w3.org/2001/XMLSchema
2015-04-23 10:20:57.071898 wsdl: in serializeType: type namespace indicates XML Schema or SOAP Encoding type
2015-04-23 10:20:57.071921 wsdl: in getTypeDef: type=int, ns=http://www.w3.org/2001/XMLSchema
2015-04-23 10:20:57.071944 wsdl: in getTypeDef: do not have schema for namespace http://www.w3.org/2001/XMLSchema
2015-04-23 10:20:57.071964 wsdl: in serializeType: returning: <userID>67018485</userID>
2015-04-23 10:20:57.071991 wsdl: in serializeType: name=email, type=http://www.w3.org/2001/XMLSchema:string, use=literal, encodingStyle=, unqualified=qualified
value=<pre class='xdebug-var-dump' dir='ltr'><small>string</small> <font color='#cc0000'>'andreas.ek@skolporten.com'</font> <i>(length=25)</i>
</pre>2015-04-23 10:20:57.072036 wsdl: in serializeType: got a prefixed type: string, http://www.w3.org/2001/XMLSchema
2015-04-23 10:20:57.072057 wsdl: in serializeType: type namespace indicates XML Schema or SOAP Encoding type
2015-04-23 10:20:57.072093 wsdl: in getTypeDef: type=string, ns=http://www.w3.org/2001/XMLSchema
2015-04-23 10:20:57.072116 wsdl: in getTypeDef: do not have schema for namespace http://www.w3.org/2001/XMLSchema
2015-04-23 10:20:57.072135 wsdl: in serializeType: returning: <email>andreas.ek@skolporten.com</email>
2015-04-23 10:20:57.072161 wsdl: in serializeType: name=name, type=http://www.w3.org/2001/XMLSchema:string, use=literal, encodingStyle=, unqualified=qualified
value=<pre class='xdebug-var-dump' dir='ltr'><small>string</small> <font color='#cc0000'>'Andreas Ek'</font> <i>(length=10)</i>
</pre>2015-04-23 10:20:57.072205 wsdl: in serializeType: got a prefixed type: string, http://www.w3.org/2001/XMLSchema
2015-04-23 10:20:57.072274 wsdl: in serializeType: type namespace indicates XML Schema or SOAP Encoding type
2015-04-23 10:20:57.072318 wsdl: in getTypeDef: type=string, ns=http://www.w3.org/2001/XMLSchema
2015-04-23 10:
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment