You are here: Re: New to webservices, wsdl and nusoap « PHP Programming Language « IT news, forums, messages
Re: New to webservices, wsdl and nusoap

Posted by craigyk on 04/24/07 13:33

i have attached the following error output
(i have replaced the userId with xxxxxx)


Fault
Array
(
[faultcode] => soapenv:Server.userException
[faultstring] => se.brodit.ws.InvalidUserException
[detail] => Array
(
[hostname] => webserver
)

)

Request
POST /Brodit/services/WebService HTTP/1.0
Host: www.brodit.se
User-Agent: NuSOAP/0.7.2 (1.94)
Content-Type: text/xml; charset=ISO-8859-1
SOAPAction: ""
Content-Length: 408

<?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:ns5399="http://
tempuri.org"><SOAP-ENV:Body><getBrandtypes xmlns="http://ws.brodit.se"/
></SOAP-ENV:Body></SOAP-ENV:Envelope>
Response
HTTP/1.1 500 Internal Server Error
Server: Apache-Coyote/1.1
Content-Type: text/xml;charset=iso-8859-1
Date: Tue, 24 Apr 2007 13:22:50 GMT
Connection: close

<?xml version="1.0" encoding="ISO-8859-1"?><soapenv:Envelope
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://
www.w3.org/2001/XMLSchema-instance"><soapenv:Body><soapenv:Fault><faultcode>soapenv:Server.userException</faultcode><faultstring>se.brodit.ws.InvalidUserException</faultstring><detail><ns1:hostname
xmlns:ns1="http://xml.apache.org/axis/">webserver</ns1:hostname></
detail></soapenv:Fault></soapenv:Body></soapenv:Envelope>
Debug
2007-04-24 14:17:16.580749 soapclient: instantiating wsdl class with
doc: http://www.brodit.se/Brodit/wsdl/WebService.wsdl
2007-04-24 14:17:16.580890 wsdl: initial wsdl URL:
http://www.brodit.se/Brodit/wsdl/WebService.wsdl
2007-04-24 14:17:16.580957 wsdl: getting WSDL http(s) URL
http://www.brodit.se/Brodit/wsdl/WebService.wsdl
2007-04-24 14:17:16.581072 soap_transport_http: scheme = http
2007-04-24 14:17:16.581121 soap_transport_http: host = www.brodit.se
2007-04-24 14:17:16.581168 soap_transport_http: path = /Brodit/wsdl/
WebService.wsdl
2007-04-24 14:17:16.581217 soap_transport_http: set Host: www.brodit.se
2007-04-24 14:17:16.581286 soap_transport_http: set User-Agent: NuSOAP/
0.7.2 (1.94)
2007-04-24 14:17:16.581338 soap_transport_http: set Accept-Encoding:
gzip, deflate
2007-04-24 14:17:16.581384 soap_transport_http: set Connection: close
2007-04-24 14:17:16.581436 soap_transport_http: entered send() with
data of length: 0
2007-04-24 14:17:16.581497 soap_transport_http: connect
connection_timeout 0, response_timeout 30, scheme http, host www.brodit.se,
port 80
2007-04-24 14:17:16.581549 soap_transport_http: calling fsockopen with
host www.brodit.se connection_timeout 0
2007-04-24 14:17:16.825214 soap_transport_http: set response timeout
to 30
2007-04-24 14:17:16.825266 soap_transport_http: socket connected
2007-04-24 14:17:16.825336 soap_transport_http: set Content-Length: 0
2007-04-24 14:17:16.825385 soap_transport_http: HTTP request: GET /
Brodit/wsdl/WebService.wsdl HTTP/1.1
2007-04-24 14:17:16.825436 soap_transport_http: HTTP header: Host:
www.brodit.se
2007-04-24 14:17:16.825486 soap_transport_http: HTTP header: User-
Agent: NuSOAP/0.7.2 (1.94)
2007-04-24 14:17:16.825536 soap_transport_http: HTTP header: Accept-
Encoding: gzip, deflate
2007-04-24 14:17:16.825587 soap_transport_http: HTTP header:
Connection: close
2007-04-24 14:17:16.825636 soap_transport_http: HTTP header: Content-
Length: 0
2007-04-24 14:17:16.825700 soap_transport_http: wrote data to socket,
length = 169
2007-04-24 14:17:16.904555 soap_transport_http: read line of 17 bytes:
HTTP/1.1 200 OK
2007-04-24 14:17:16.904623 soap_transport_http: read line of 27 bytes:
Server: Apache-Coyote/1.1
2007-04-24 14:17:16.904679 soap_transport_http: read line of 31 bytes:
ETag: W/"24096-1176191061406"
2007-04-24 14:17:16.904735 soap_transport_http: read line of 46 bytes:
Last-Modified: Tue, 10 Apr 2007 07:44:21 GMT
2007-04-24 14:17:16.904793 soap_transport_http: read line of 23 bytes:
Content-Length: 24096
2007-04-24 14:17:16.904853 soap_transport_http: read line of 37 bytes:
Date: Tue, 24 Apr 2007 13:22:30 GMT
2007-04-24 14:17:16.904910 soap_transport_http: read line of 19 bytes:
Connection: close
2007-04-24 14:17:16.904975 soap_transport_http: read line of 2 bytes:
2007-04-24 14:17:16.905066 soap_transport_http: found end of headers
after length 202
2007-04-24 14:17:16.905179 soap_transport_http: want to read content
of length 24096
2007-04-24 14:17:16.906999 soap_transport_http: read buffer of 2578
bytes
2007-04-24 14:17:16.975988 soap_transport_http: read buffer of 1390
bytes
2007-04-24 14:17:16.978204 soap_transport_http: read buffer of 1390
bytes
2007-04-24 14:17:16.980661 soap_transport_http: read buffer of 1390
bytes
2007-04-24 14:17:16.982855 soap_transport_http: read buffer of 1390
bytes
2007-04-24 14:17:17.047183 soap_transport_http: read buffer of 1390
bytes
2007-04-24 14:17:17.049410 soap_transport_http: read buffer of 1390
bytes
2007-04-24 14:17:17.052363 soap_transport_http: read buffer of 1390
bytes
2007-04-24 14:17:17.054560 soap_transport_http: read buffer of 1390
bytes
2007-04-24 14:17:17.056550 soap_transport_http: read buffer of 1390
bytes
2007-04-24 14:17:17.058997 soap_transport_http: read buffer of 1390
bytes
2007-04-24 14:17:17.060954 soap_transport_http: read buffer of 1320
bytes
2007-04-24 14:17:17.120862 soap_transport_http: read buffer of 1390
bytes
2007-04-24 14:17:17.123056 soap_transport_http: read buffer of 1390
bytes
2007-04-24 14:17:17.126778 soap_transport_http: read buffer of 1390
bytes
2007-04-24 14:17:17.129003 soap_transport_http: read buffer of 2128
bytes
2007-04-24 14:17:17.129057 soap_transport_http: read body of length
24096
2007-04-24 14:17:17.129126 soap_transport_http: received a total of
24298 bytes of data from server
2007-04-24 14:17:17.129188 soap_transport_http: closed socket
2007-04-24 14:17:17.129250 soap_transport_http: No Content-Encoding
header
2007-04-24 14:17:17.129306 soap_transport_http: end of send()
2007-04-24 14:17:17.129374 wsdl: got WSDL URL
2007-04-24 14:17:17.129418 wsdl: Parse WSDL
2007-04-24 14:17:17.129835 wsdl: Parsing WSDL schema
2007-04-24 14:17:17.129947 xmlschema: xmlschema class instantiated,
inside constructor
2007-04-24 14:17:17.130171 xmlschema: <http://ws.brodit.se> processing
untyped element getBrandtypes
2007-04-24 14:17:17.130278 xmlschema: <http://ws.brodit.se> processing
unnamed complexType for element getBrandtypes
2007-04-24 14:17:17.130455 xmlschema: <http://ws.brodit.se> processing
typed element userId of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 14:17:17.130550 xmlschema: <http://ws.brodit.se> done
processing element userId
2007-04-24 14:17:17.130674 xmlschema: <http://ws.brodit.se> processing
typed element brandTypeId of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 14:17:17.130760 xmlschema: <http://ws.brodit.se> done
processing element brandTypeId
2007-04-24 14:17:17.130867 xmlschema: <http://ws.brodit.se> done
processing complexType getBrandtypes_ContainedType
2007-04-24 14:17:17.130952 xmlschema: <http://ws.brodit.se> done
processing element getBrandtypes
2007-04-24 14:17:17.131052 xmlschema: <http://ws.brodit.se> processing
untyped element getBrandtypesResponse
2007-04-24 14:17:17.131153 xmlschema: <http://ws.brodit.se> processing
unnamed complexType for element getBrandtypesResponse
2007-04-24 14:17:17.131340 xmlschema: <http://ws.brodit.se> processing
typed element getBrandtypesReturn of type http://ws.brodit.se:Brandtype
2007-04-24 14:17:17.131432 xmlschema: <http://ws.brodit.se> done
processing element getBrandtypesReturn
2007-04-24 14:17:17.131535 xmlschema: <http://ws.brodit.se> done
processing complexType getBrandtypesResponse_ContainedType
2007-04-24 14:17:17.131614 xmlschema: <http://ws.brodit.se> done
processing element getBrandtypesResponse
2007-04-24 14:17:17.131712 xmlschema: <http://ws.brodit.se> processing
named complexType Brandtype
2007-04-24 14:17:17.131912 xmlschema: <http://ws.brodit.se> processing
typed element brandtypeId of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 14:17:17.132001 xmlschema: <http://ws.brodit.se> done
processing element brandtypeId
2007-04-24 14:17:17.132130 xmlschema: <http://ws.brodit.se> processing
typed element brandtypeName of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 14:17:17.132217 xmlschema: <http://ws.brodit.se> done
processing element brandtypeName
2007-04-24 14:17:17.132321 xmlschema: <http://ws.brodit.se> done
processing complexType Brandtype
2007-04-24 14:17:17.132422 xmlschema: <http://ws.brodit.se> processing
untyped element getBrandsPerBrandtype
2007-04-24 14:17:17.132522 xmlschema: <http://ws.brodit.se> processing
unnamed complexType for element getBrandsPerBrandtype
2007-04-24 14:17:17.132697 xmlschema: <http://ws.brodit.se> processing
typed element userId of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 14:17:17.132784 xmlschema: <http://ws.brodit.se> done
processing element userId
2007-04-24 14:17:17.132914 xmlschema: <http://ws.brodit.se> processing
typed element brandtypeId of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 14:17:17.132999 xmlschema: <http://ws.brodit.se> done
processing element brandtypeId
2007-04-24 14:17:17.133102 xmlschema: <http://ws.brodit.se> done
processing complexType getBrandsPerBrandtype_ContainedType
2007-04-24 14:17:17.133180 xmlschema: <http://ws.brodit.se> done
processing element getBrandsPerBrandtype
2007-04-24 14:17:17.133279 xmlschema: <http://ws.brodit.se> processing
untyped element getBrandsPerBrandtypeResponse
2007-04-24 14:17:17.133383 xmlschema: <http://ws.brodit.se> processing
unnamed complexType for element getBrandsPerBrandtypeResponse
2007-04-24 14:17:17.133567 xmlschema: <http://ws.brodit.se> processing
typed element getBrandsPerBrandtypeReturn of type http://ws.brodit.se:Brand
2007-04-24 14:17:17.133655 xmlschema: <http://ws.brodit.se> done
processing element getBrandsPerBrandtypeReturn
2007-04-24 14:17:17.133761 xmlschema: <http://ws.brodit.se> done
processing complexType getBrandsPerBrandtypeResponse_ContainedType
2007-04-24 14:17:17.133839 xmlschema: <http://ws.brodit.se> done
processing element getBrandsPerBrandtypeResponse
2007-04-24 14:17:17.133944 xmlschema: <http://ws.brodit.se> processing
named complexType Brand
2007-04-24 14:17:17.134125 xmlschema: <http://ws.brodit.se> processing
typed element brandId of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 14:17:17.134213 xmlschema: <http://ws.brodit.se> done
processing element brandId
2007-04-24 14:17:17.134341 xmlschema: <http://ws.brodit.se> processing
typed element brandName of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 14:17:17.134435 xmlschema: <http://ws.brodit.se> done
processing element brandName
2007-04-24 14:17:17.134564 xmlschema: <http://ws.brodit.se> processing
typed element brandtypeId of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 14:17:17.134653 xmlschema: <http://ws.brodit.se> done
processing element brandtypeId
2007-04-24 14:17:17.134757 xmlschema: <http://ws.brodit.se> done
processing complexType Brand
2007-04-24 14:17:17.134856 xmlschema: <http://ws.brodit.se> processing
untyped element getModelsPerBrand
2007-04-24 14:17:17.134965 xmlschema: <http://ws.brodit.se> processing
unnamed complexType for element getModelsPerBrand
2007-04-24 14:17:17.135141 xmlschema: <http://ws.brodit.se> processing
typed element userId of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 14:17:17.135230 xmlschema: <http://ws.brodit.se> done
processing element userId
2007-04-24 14:17:17.135352 xmlschema: <http://ws.brodit.se> processing
typed element brandId of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 14:17:17.135439 xmlschema: <http://ws.brodit.se> done
processing element brandId
2007-04-24 14:17:17.135545 xmlschema: <http://ws.brodit.se> done
processing complexType getModelsPerBrand_ContainedType
2007-04-24 14:17:17.135623 xmlschema: <http://ws.brodit.se> done
processing element getModelsPerBrand
2007-04-24 14:17:17.135725 xmlschema: <http://ws.brodit.se> processing
untyped element getModelsPerBrandResponse
2007-04-24 14:17:17.135826 xmlschema: <http://ws.brodit.se> processing
unnamed complexType for element getModelsPerBrandResponse
2007-04-24 14:17:17.136020 xmlschema: <http://ws.brodit.se> processing
typed element getModelsPerBrandReturn of type http://ws.brodit.se:Model
2007-04-24 14:17:17.136109 xmlschema: <http://ws.brodit.se> done
processing element getModelsPerBrandReturn
2007-04-24 14:17:17.136215 xmlschema: <http://ws.brodit.se> done
processing complexType getModelsPerBrandResponse_ContainedType
2007-04-24 14:17:17.136294 xmlschema: <http://ws.brodit.se> done
processing element getModelsPerBrandResponse
2007-04-24 14:17:17.136389 xmlschema: <http://ws.brodit.se> processing
named complexType Model
2007-04-24 14:17:17.136573 xmlschema: <http://ws.brodit.se> processing
typed element brandId of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 14:17:17.136661 xmlschema: <http://ws.brodit.se> done
processing element brandId
2007-04-24 14:17:17.136789 xmlschema: <http://ws.brodit.se> processing
typed element modelId of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 14:17:17.136877 xmlschema: <http://ws.brodit.se> done
processing element modelId
2007-04-24 14:17:17.137011 xmlschema: <http://ws.brodit.se> processing
typed element modelName of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 14:17:17.137105 xmlschema: <http://ws.brodit.se> done
processing element modelName
2007-04-24 14:17:17.137209 xmlschema: <http://ws.brodit.se> done
processing complexType Model
2007-04-24 14:17:17.137310 xmlschema: <http://ws.brodit.se> processing
untyped element getModelCountryPerModel
2007-04-24 14:17:17.137413 xmlschema: <http://ws.brodit.se> processing
unnamed complexType for element getModelCountryPerModel
2007-04-24 14:17:17.137588 xmlschema: <http://ws.brodit.se> processing
typed element userId of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 14:17:17.137678 xmlschema: <http://ws.brodit.se> done
processing element userId
2007-04-24 14:17:17.137799 xmlschema: <http://ws.brodit.se> processing
typed element modelId of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 14:17:17.137886 xmlschema: <http://ws.brodit.se> done
processing element modelId
2007-04-24 14:17:17.138013 xmlschema: <http://ws.brodit.se> processing
typed element countryId of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 14:17:17.138100 xmlschema: <http://ws.brodit.se> done
processing element countryId
2007-04-24 14:17:17.138204 xmlschema: <http://ws.brodit.se> done
processing complexType getModelCountryPerModel_ContainedType
2007-04-24 14:17:17.138283 xmlschema: <http://ws.brodit.se> done
processing element getModelCountryPerModel
2007-04-24 14:17:17.138384 xmlschema: <http://ws.brodit.se> processing
untyped element getModelCountryPerModelResponse
2007-04-24 14:17:17.138484 xmlschema: <http://ws.brodit.se> processing
unnamed complexType for element getModelCountryPerModelResponse
2007-04-24 14:17:17.138670 xmlschema: <http://ws.brodit.se> processing
typed element getModelCountryPerModelReturn of type http://ws.brodit.se:ModelCountry
2007-04-24 14:17:17.138759 xmlschema: <http://ws.brodit.se> done
processing element getModelCountryPerModelReturn
2007-04-24 14:17:17.138866 xmlschema: <http://ws.brodit.se> done
processing complexType getModelCountryPerModelResponse_ContainedType
2007-04-24 14:17:17.138951 xmlschema: <http://ws.brodit.se> done
processing element getModelCountryPerModelResponse
2007-04-24 14:17:17.139049 xmlschema: <http://ws.brodit.se> processing
named complexType ModelCountry
2007-04-24 14:17:17.139244 xmlschema: <http://ws.brodit.se> processing
typed element countryId of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 14:17:17.139334 xmlschema: <http://ws.brodit.se> done
processing element countryId
2007-04-24 14:17:17.139463 xmlschema: <http://ws.brodit.se> processing
typed element countryName of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 14:17:17.139550 xmlschema: <http://ws.brodit.se> done
processing element countryName
2007-04-24 14:17:17.139679 xmlschema: <http://ws.brodit.se> processing
typed element labelInfo of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 14:17:17.139767 xmlschema: <http://ws.brodit.se> done
processing element labelInfo
2007-04-24 14:17:17.139933 xmlschema: <http://ws.brodit.se> processing
typed element modelCountryId of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 14:17:17.140021 xmlschema: <http://ws.brodit.se> done
processing element modelCountryId
2007-04-24 14:17:17.140150 xmlschema: <http://ws.brodit.se> processing
typed element modelId of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 14:17:17.140236 xmlschema: <http://ws.brodit.se> done
processing element modelId
2007-04-24 14:17:17.140363 xmlschema: <http://ws.brodit.se> processing
typed element placement of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 14:17:17.140451 xmlschema: <http://ws.brodit.se> done
processing element placement
2007-04-24 14:17:17.140580 xmlschema: <http://ws.brodit.se> processing
typed element steering of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 14:17:17.140666 xmlschema: <http://ws.brodit.se> done
processing element steering
2007-04-24 14:17:17.140795 xmlschema: <http://ws.brodit.se> processing
typed element yearSpan of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 14:17:17.140882 xmlschema: <http://ws.brodit.se> done
processing element yearSpan
2007-04-24 14:17:17.140993 xmlschema: <http://ws.brodit.se> done
processing complexType ModelCountry
2007-04-24 14:17:17.141094 xmlschema: <http://ws.brodit.se> processing
untyped element getCountries
2007-04-24 14:17:17.141196 xmlschema: <http://ws.brodit.se> processing
unnamed complexType for element getCountries
2007-04-24 14:17:17.141376 xmlschema: <http://ws.brodit.se> processing
typed element userId of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 14:17:17.141472 xmlschema: <http://ws.brodit.se> done
processing element userId
2007-04-24 14:17:17.141595 xmlschema: <http://ws.brodit.se> processing
typed element countryId of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 14:17:17.141682 xmlschema: <http://ws.brodit.se> done
processing element countryId
2007-04-24 14:17:17.141787 xmlschema: <http://ws.brodit.se> done
processing complexType getCountries_ContainedType
2007-04-24 14:17:17.141866 xmlschema: <http://ws.brodit.se> done
processing element getCountries
2007-04-24 14:17:17.141975 xmlschema: <http://ws.brodit.se> processing
untyped element getCountriesResponse
2007-04-24 14:17:17.142077 xmlschema: <http://ws.brodit.se> processing
unnamed complexType for element getCountriesResponse
2007-04-24 14:17:17.142260 xmlschema: <http://ws.brodit.se> processing
typed element getCountriesReturn of type http://ws.brodit.se:Country
2007-04-24 14:17:17.142349 xmlschema: <http://ws.brodit.se> done
processing element getCountriesReturn
2007-04-24 14:17:17.142454 xmlschema: <http://ws.brodit.se> done
processing complexType getCountriesResponse_ContainedType
2007-04-24 14:17:17.142535 xmlschema: <http://ws.brodit.se> done
processing element getCountriesResponse
2007-04-24 14:17:17.142633 xmlschema: <http://ws.brodit.se> processing
named complexType Country
2007-04-24 14:17:17.142814 xmlschema: <http://ws.brodit.se> processing
typed element countryId of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 14:17:17.142909 xmlschema: <http://ws.brodit.se> done
processing element countryId
2007-04-24 14:17:17.143037 xmlschema: <http://ws.brodit.se> processing
typed element countryName of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 14:17:17.143125 xmlschema: <http://ws.brodit.se> done
processing element countryName
2007-04-24 14:17:17.143229 xmlschema: <http://ws.brodit.se> done
processing complexType Country
2007-04-24 14:17:17.143330 xmlschema: <http://ws.brodit.se> processing
untyped element getArticleIdsPerModelCountry
2007-04-24 14:17:17.143431 xmlschema: <http://ws.brodit.se> processing
unnamed complexType for element getArticleIdsPerModelCountry
2007-04-24 14:17:17.143606 xmlschema: <http://ws.brodit.se> processing
typed element userId of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 14:17:17.143695 xmlschema: <http://ws.brodit.se> done
processing element userId
2007-04-24 14:17:17.143818 xmlschema: <http://ws.brodit.se> processing
typed element modelCountryId of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 14:17:17.143916 xmlschema: <http://ws.brodit.se> done
processing element modelCountryId
2007-04-24 14:17:17.144020 xmlschema: <http://ws.brodit.se> done
processing complexType getArticleIdsPerModelCountry_ContainedType
2007-04-24 14:17:17.144098 xmlschema: <http://ws.brodit.se> done
processing element getArticleIdsPerModelCountry
2007-04-24 14:17:17.144200 xmlschema: <http://ws.brodit.se> processing
untyped element getArticleIdsPerModelCountryResponse
2007-04-24 14:17:17.144313 xmlschema: <http://ws.brodit.se> processing
unnamed complexType for element getArticleIdsPerModelCountryResponse
2007-04-24 14:17:17.144504 xmlschema: <http://ws.brodit.se> processing
typed element getArticleIdsPerModelCountryReturn of type
http://ws.brodit.se:ArticleId
2007-04-24 14:17:17.144597 xmlschema: <http://ws.brodit.se> done
processing element getArticleIdsPerModelCountryReturn
2007-04-24 14:17:17.144704 xmlschema: <http://ws.brodit.se> done
processing complexType
getArticleIdsPerModelCountryResponse_ContainedType
2007-04-24 14:17:17.144782 xmlschema: <http://ws.brodit.se> done
processing element getArticleIdsPerModelCountryResponse
2007-04-24 14:17:17.144880 xmlschema: <http://ws.brodit.se> processing
named complexType ArticleId
2007-04-24 14:17:17.145069 xmlschema: <http://ws.brodit.se> processing
typed element articleId of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 14:17:17.145157 xmlschema: <http://ws.brodit.se> done
processing element articleId
2007-04-24 14:17:17.145286 xmlschema: <http://ws.brodit.se> processing
typed element modelCountryId of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 14:17:17.145373 xmlschema: <http://ws.brodit.se> done
processing element modelCountryId
2007-04-24 14:17:17.145478 xmlschema: <http://ws.brodit.se> done
processing complexType ArticleId
2007-04-24 14:17:17.145580 xmlschema: <http://ws.brodit.se> processing
untyped element getLanguageCodes
2007-04-24 14:17:17.145680 xmlschema: <http://ws.brodit.se> processing
unnamed complexType for element getLanguageCodes
2007-04-24 14:17:17.145855 xmlschema: <http://ws.brodit.se> processing
typed element userId of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 14:17:17.145952 xmlschema: <http://ws.brodit.se> done
processing element userId
2007-04-24 14:17:17.146074 xmlschema: <http://ws.brodit.se> processing
typed element languageCode of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 14:17:17.146160 xmlschema: <http://ws.brodit.se> done
processing element languageCode
2007-04-24 14:17:17.146267 xmlschema: <http://ws.brodit.se> done
processing complexType getLanguageCodes_ContainedType
2007-04-24 14:17:17.146344 xmlschema: <http://ws.brodit.se> done
processing element getLanguageCodes
2007-04-24 14:17:17.146445 xmlschema: <http://ws.brodit.se> processing
untyped element getLanguageCodesResponse
2007-04-24 14:17:17.146549 xmlschema: <http://ws.brodit.se> processing
unnamed complexType for element getLanguageCodesResponse
2007-04-24 14:17:17.146734 xmlschema: <http://ws.brodit.se> processing
typed element getLanguageCodesReturn of type http://ws.brodit.se:LanguageCode
2007-04-24 14:17:17.146822 xmlschema: <http://ws.brodit.se> done
processing element getLanguageCodesReturn
2007-04-24 14:17:17.146938 xmlschema: <http://ws.brodit.se> done
processing complexType getLanguageCodesResponse_ContainedType
2007-04-24 14:17:17.147016 xmlschema: <http://ws.brodit.se> done
processing element getLanguageCodesResponse
2007-04-24 14:17:17.147113 xmlschema: <http://ws.brodit.se> processing
named complexType LanguageCode
2007-04-24 14:17:17.147297 xmlschema: <http://ws.brodit.se> processing
typed element description of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 14:17:17.147386 xmlschema: <http://ws.brodit.se> done
processing element description
2007-04-24 14:17:17.147516 xmlschema: <http://ws.brodit.se> processing
typed element languageCode of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 14:17:17.147617 xmlschema: <http://ws.brodit.se> done
processing element languageCode
2007-04-24 14:17:17.147722 xmlschema: <http://ws.brodit.se> done
processing complexType LanguageCode
2007-04-24 14:17:17.147823 xmlschema: <http://ws.brodit.se> processing
untyped element getArticles
2007-04-24 14:17:17.147931 xmlschema: <http://ws.brodit.se> processing
unnamed complexType for element getArticles
2007-04-24 14:17:17.148104 xmlschema: <http://ws.brodit.se> processing
typed element userId of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 14:17:17.148193 xmlschema: <http://ws.brodit.se> done
processing element userId
2007-04-24 14:17:17.148316 xmlschema: <http://ws.brodit.se> processing
typed element articleId of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 14:17:17.148402 xmlschema: <http://ws.brodit.se> done
processing element articleId
2007-04-24 14:17:17.148525 xmlschema: <http://ws.brodit.se> processing
typed element languageCode of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 14:17:17.148612 xmlschema: <http://ws.brodit.se> done
processing element languageCode
2007-04-24 14:17:17.148719 xmlschema: <http://ws.brodit.se> done
processing complexType getArticles_ContainedType
2007-04-24 14:17:17.148797 xmlschema: <http://ws.brodit.se> done
processing element getArticles
2007-04-24 14:17:17.148912 xmlschema: <http://ws.brodit.se> processing
untyped element getArticlesResponse
2007-04-24 14:17:17.149015 xmlschema: <http://ws.brodit.se> processing
unnamed complexType for element getArticlesResponse
2007-04-24 14:17:17.149199 xmlschema: <http://ws.brodit.se> processing
typed element getArticlesReturn of type http://ws.brodit.se:Article
2007-04-24 14:17:17.149287 xmlschema: <http://ws.brodit.se> done
processing element getArticlesReturn
2007-04-24 14:17:17.149393 xmlschema: <http://ws.brodit.se> done
processing complexType getArticlesResponse_ContainedType
2007-04-24 14:17:17.149472 xmlschema: <http://ws.brodit.se> done
processing element getArticlesResponse
2007-04-24 14:17:17.149569 xmlschema: <http://ws.brodit.se> processing
named complexType Article
2007-04-24 14:17:17.149754 xmlschema: <http://ws.brodit.se> processing
typed element articleCode of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 14:17:17.149844 xmlschema: <http://ws.brodit.se> done
processing element articleCode
2007-04-24 14:17:17.149983 xmlschema: <http://ws.brodit.se> processing
typed element articleCodeId of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 14:17:17.150071 xmlschema: <http://ws.brodit.se> done
processing element articleCodeId
2007-04-24 14:17:17.150201 xmlschema: <http://ws.brodit.se> processing
typed element articleId of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 14:17:17.150290 xmlschema: <http://ws.brodit.se> done
processing element articleId
2007-04-24 14:17:17.150416 xmlschema: <http://ws.brodit.se> processing
typed element articleInfo of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 14:17:17.150505 xmlschema: <http://ws.brodit.se> done
processing element articleInfo
2007-04-24 14:17:17.150628 xmlschema: <http://ws.brodit.se> processing
typed element comingSoon of type http://www.w3.org/2001/XMLSchema:boolean
2007-04-24 14:17:17.150717 xmlschema: <http://ws.brodit.se> done
processing element comingSoon
2007-04-24 14:17:17.150846 xmlschema: <http://ws.brodit.se> processing
typed element eanNo of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 14:17:17.150942 xmlschema: <http://ws.brodit.se> done
processing element eanNo
2007-04-24 14:17:17.151071 xmlschema: <http://ws.brodit.se> processing
typed element instructionText of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 14:17:17.151158 xmlschema: <http://ws.brodit.se> done
processing element instructionText
2007-04-24 14:17:17.151286 xmlschema: <http://ws.brodit.se> processing
typed element languageCode of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 14:17:17.151388 xmlschema: <http://ws.brodit.se> done
processing element languageCode
2007-04-24 14:17:17.151517 xmlschema: <http://ws.brodit.se> processing
typed element technicalText of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 14:17:17.151606 xmlschema: <http://ws.brodit.se> done
processing element technicalText
2007-04-24 14:17:17.151710 xmlschema: <http://ws.brodit.se> done
processing complexType Article
2007-04-24 14:17:17.151812 xmlschema: <http://ws.brodit.se> processing
untyped element getArticlesPerModelCountry
2007-04-24 14:17:17.151922 xmlschema: <http://ws.brodit.se> processing
unnamed complexType for element getArticlesPerModelCountry
2007-04-24 14:17:17.152097 xmlschema: <http://ws.brodit.se> processing
typed element userId of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 14:17:17.152187 xmlschema: <http://ws.brodit.se> done
processing element userId
2007-04-24 14:17:17.152309 xmlschema: <http://ws.brodit.se> processing
typed element modelCountryId of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 14:17:17.152397 xmlschema: <http://ws.brodit.se> done
processing element modelCountryId
2007-04-24 14:17:17.152519 xmlschema: <http://ws.brodit.se> processing
typed element languageCode of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 14:17:17.152606 xmlschema: <http://ws.brodit.se> done
processing element languageCode
2007-04-24 14:17:17.152709 xmlschema: <http://ws.brodit.se> done
processing complexType getArticlesPerModelCountry_ContainedType
2007-04-24 14:17:17.152789 xmlschema: <http://ws.brodit.se> done
processing element getArticlesPerModelCountry
2007-04-24 14:17:17.152904 xmlschema: <http://ws.brodit.se> processing
untyped element getArticlesPerModelCountryResponse
2007-04-24 14:17:17.153006 xmlschema: <http://ws.brodit.se> processing
unnamed complexType for element getArticlesPerModelCountryResponse
2007-04-24 14:17:17.153189 xmlschema: <http://ws.brodit.se> processing
typed element getArticlesPerModelCountryReturn of type http://ws.brodit.se:Article
2007-04-24 14:17:17.153278 xmlschema: <http://ws.brodit.se> done
processing element getArticlesPerModelCountryReturn
2007-04-24 14:17:17.153384 xmlschema: <http://ws.brodit.se> done
processing complexType
getArticlesPerModelCountryResponse_ContainedType
2007-04-24 14:17:17.153462 xmlschema: <http://ws.brodit.se> done
processing element getArticlesPerModelCountryResponse
2007-04-24 14:17:17.153565 xmlschema: <http://ws.brodit.se> processing
untyped element getArticleCode
2007-04-24 14:17:17.153667 xmlschema: <http://ws.brodit.se> processing
unnamed complexType for element getArticleCode
2007-04-24 14:17:17.153845 xmlschema: <http://ws.brodit.se> processing
typed element userId of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 14:17:17.153942 xmlschema: <http://ws.brodit.se> done
processing element userId
2007-04-24 14:17:17.154066 xmlschema: <http://ws.brodit.se> processing
typed element articleCodeId of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 14:17:17.154154 xmlschema: <http://ws.brodit.se> done
processing element articleCodeId
2007-04-24 14:17:17.154277 xmlschema: <http://ws.brodit.se> processing
typed element languageCode of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 14:17:17.154365 xmlschema: <http://ws.brodit.se> done
processing element languageCode
2007-04-24 14:17:17.154469 xmlschema: <http://ws.brodit.se> done
processing complexType getArticleCode_ContainedType
2007-04-24 14:17:17.154548 xmlschema: <http://ws.brodit.se> done
processing element getArticleCode
2007-04-24 14:17:17.154649 xmlschema: <http://ws.brodit.se> processing
untyped element getArticleCodeResponse
2007-04-24 14:17:17.154751 xmlschema: <http://ws.brodit.se> processing
unnamed complexType for element getArticleCodeResponse
2007-04-24 14:17:17.154943 xmlschema: <http://ws.brodit.se> processing
typed element getArticleCodeReturn of type http://ws.brodit.se:ArticleCode
2007-04-24 14:17:17.155033 xmlschema: <http://ws.brodit.se> done
processing element getArticleCodeReturn
2007-04-24 14:17:17.155138 xmlschema: <http://ws.brodit.se> done
processing complexType getArticleCodeResponse_ContainedType
2007-04-24 14:17:17.155216 xmlschema: <http://ws.brodit.se> done
processing element getArticleCodeResponse
2007-04-24 14:17:17.155314 xmlschema: <http://ws.brodit.se> processing
named complexType ArticleCode
2007-04-24 14:17:17.155498 xmlschema: <http://ws.brodit.se> processing
typed element articleCodeId of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 14:17:17.155589 xmlschema: <http://ws.brodit.se> done
processing element articleCodeId
2007-04-24 14:17:17.155718 xmlschema: <http://ws.brodit.se> processing
typed element description of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 14:17:17.155806 xmlschema: <http://ws.brodit.se> done
processing element description
2007-04-24 14:17:17.155941 xmlschema: <http://ws.brodit.se> processing
typed element languageCode of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 14:17:17.156030 xmlschema: <http://ws.brodit.se> done
processing element languageCode
2007-04-24 14:17:17.156134 xmlschema: <http://ws.brodit.se> done
processing complexType ArticleCode
2007-04-24 14:17:17.156235 xmlschema: <http://ws.brodit.se> processing
untyped element getArticleTexts
2007-04-24 14:17:17.156351 xmlschema: <http://ws.brodit.se> processing
unnamed complexType for element getArticleTexts
2007-04-24 14:17:17.156528 xmlschema: <http://ws.brodit.se> processing
typed element userId of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 14:17:17.156617 xmlschema: <http://ws.brodit.se> done
processing element userId
2007-04-24 14:17:17.156739 xmlschema: <http://ws.brodit.se> processing
typed element articleId of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 14:17:17.156826 xmlschema: <http://ws.brodit.se> done
processing element articleId
2007-04-24 14:17:17.156956 xmlschema: <http://ws.brodit.se> processing
typed element languageCode of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 14:17:17.157043 xmlschema: <http://ws.brodit.se> done
processing element languageCode
2007-04-24 14:17:17.157148 xmlschema: <http://ws.brodit.se> done
processing complexType getArticleTexts_ContainedType
2007-04-24 14:17:17.157227 xmlschema: <http://ws.brodit.se> done
processing element getArticleTexts
2007-04-24 14:17:17.157329 xmlschema: <http://ws.brodit.se> processing
untyped element getArticleTextsResponse
2007-04-24 14:17:17.157431 xmlschema: <http://ws.brodit.se> processing
unnamed complexType for element getArticleTextsResponse
2007-04-24 14:17:17.157617 xmlschema: <http://ws.brodit.se> processing
typed element getArticleTextsReturn of type http://ws.brodit.se:ArticleText
2007-04-24 14:17:17.157705 xmlschema: <http://ws.brodit.se> done
processing element getArticleTextsReturn
2007-04-24 14:17:17.157812 xmlschema: <http://ws.brodit.se> done
processing complexType getArticleTextsResponse_ContainedType
2007-04-24 14:17:17.157904 xmlschema: <http://ws.brodit.se> done
processing element getArticleTextsResponse
2007-04-24 14:17:17.158003 xmlschema: <http://ws.brodit.se> processing
named complexType ArticleText
2007-04-24 14:17:17.158189 xmlschema: <http://ws.brodit.se> processing
typed element articleId of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 14:17:17.158278 xmlschema: <http://ws.brodit.se> done
processing element articleId
2007-04-24 14:17:17.158408 xmlschema: <http://ws.brodit.se> processing
typed element articleInfo of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 14:17:17.158496 xmlschema: <http://ws.brodit.se> done
processing element articleInfo
2007-04-24 14:17:17.158625 xmlschema: <http://ws.brodit.se> processing
typed element languageCode of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 14:17:17.158713 xmlschema: <http://ws.brodit.se> done
processing element languageCode
2007-04-24 14:17:17.158817 xmlschema: <http://ws.brodit.se> done
processing complexType ArticleText
2007-04-24 14:17:17.158925 xmlschema: <http://ws.brodit.se> processing
untyped element getTextTypes
2007-04-24 14:17:17.159028 xmlschema: <http://ws.brodit.se> processing
unnamed complexType for element getTextTypes
2007-04-24 14:17:17.159206 xmlschema: <http://ws.brodit.se> processing
typed element userId of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 14:17:17.159296 xmlschema: <http://ws.brodit.se> done
processing element userId
2007-04-24 14:17:17.159420 xmlschema: <http://ws.brodit.se> processing
typed element textType of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 14:17:17.159507 xmlschema: <http://ws.brodit.se> done
processing element textType
2007-04-24 14:17:17.159611 xmlschema: <http://ws.brodit.se> done
processing complexType getTextTypes_ContainedType
2007-04-24 14:17:17.159692 xmlschema: <http://ws.brodit.se> done
processing element getTextTypes
2007-04-24 14:17:17.159793 xmlschema: <http://ws.brodit.se> processing
untyped element getTextTypesResponse
2007-04-24 14:17:17.159903 xmlschema: <http://ws.brodit.se> processing
unnamed complexType for element getTextTypesResponse
2007-04-24 14:17:17.160085 xmlschema: <http://ws.brodit.se> processing
typed element getTextTypesReturn of type http://ws.brodit.se:TextType
2007-04-24 14:17:17.160175 xmlschema: <http://ws.brodit.se> done
processing element getTextTypesReturn
2007-04-24 14:17:17.160282 xmlschema: <http://ws.brodit.se> done
processing complexType getTextTypesResponse_ContainedType
2007-04-24 14:17:17.160361 xmlschema: <http://ws.brodit.se> done
processing element getTextTypesResponse
2007-04-24 14:17:17.160459 xmlschema: <http://ws.brodit.se> processing
named complexType TextType
2007-04-24 14:17:17.160644 xmlschema: <http://ws.brodit.se> processing
typed element description of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 14:17:17.160734 xmlschema: <http://ws.brodit.se> done
processing element description
2007-04-24 14:17:17.160863 xmlschema: <http://ws.brodit.se> processing
typed element textType of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 14:17:17.160959 xmlschema: <http://ws.brodit.se> done
processing element textType
2007-04-24 14:17:17.161063 xmlschema: <http://ws.brodit.se> done
processing complexType TextType
2007-04-24 14:17:17.161165 xmlschema: <http://ws.brodit.se> processing
untyped element getTexts
2007-04-24 14:17:17.161265 xmlschema: <http://ws.brodit.se> processing
unnamed complexType for element getTexts
2007-04-24 14:17:17.161440 xmlschema: <http://ws.brodit.se> processing
typed element userId of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 14:17:17.161528 xmlschema: <http://ws.brodit.se> done
processing element userId
2007-04-24 14:17:17.161651 xmlschema: <http://ws.brodit.se> processing
typed element articleId of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 14:17:17.161738 xmlschema: <http://ws.brodit.se> done
processing element articleId
2007-04-24 14:17:17.161859 xmlschema: <http://ws.brodit.se> processing
typed element textType of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 14:17:17.161954 xmlschema: <http://ws.brodit.se> done
processing element textType
2007-04-24 14:17:17.162076 xmlschema: <http://ws.brodit.se> processing
typed element languageCode of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 14:17:17.162163 xmlschema: <http://ws.brodit.se> done
processing element languageCode
2007-04-24 14:17:17.162267 xmlschema: <http://ws.brodit.se> done
processing complexType getTexts_ContainedType
2007-04-24 14:17:17.162344 xmlschema: <http://ws.brodit.se> done
processing element getTexts
2007-04-24 14:17:17.162443 xmlschema: <http://ws.brodit.se> processing
untyped element getTextsResponse
2007-04-24 14:17:17.162562 xmlschema: <http://ws.brodit.se> processing
unnamed complexType for element getTextsResponse
2007-04-24 14:17:17.162752 xmlschema: <http://ws.brodit.se> processing
typed element getTextsReturn of type http://ws.brodit.se:Text
2007-04-24 14:17:17.162853 xmlschema: <http://ws.brodit.se> done
processing element getTextsReturn
2007-04-24 14:17:17.162968 xmlschema: <http://ws.brodit.se> done
processing complexType getTextsResponse_ContainedType
2007-04-24 14:17:17.163048 xmlschema: <http://ws.brodit.se> done
processing element getTextsResponse
2007-04-24 14:17:17.163147 xmlschema: <http://ws.brodit.se> processing
named complexType Text
2007-04-24 14:17:17.163338 xmlschema: <http://ws.brodit.se> processing
typed element articleId of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 14:17:17.163449 xmlschema: <http://ws.brodit.se> done
processing element articleId
2007-04-24 14:17:17.163579 xmlschema: <http://ws.brodit.se> processing
typed element languageCode of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 14:17:17.163667 xmlschema: <http://ws.brodit.se> done
processing element languageCode
2007-04-24 14:17:17.163795 xmlschema: <http://ws.brodit.se> processing
typed element text of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 14:17:17.163885 xmlschema: <http://ws.brodit.se> done
processing element text
2007-04-24 14:17:17.165426 xmlschema: <http://ws.brodit.se> processing
typed element textId of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 14:17:17.165516 xmlschema: <http://ws.brodit.se> done
processing element textId
2007-04-24 14:17:17.165644 xmlschema: <http://ws.brodit.se> processing
typed element textType of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 14:17:17.165732 xmlschema: <http://ws.brodit.se> done
processing element textType
2007-04-24 14:17:17.165838 xmlschema: <http://ws.brodit.se> done
processing complexType Text
2007-04-24 14:17:17.165933 wsdl: Parsing WSDL schema done
2007-04-24 14:17:17.166152 wsdl: msg getBrandtypesRequest: found part
parameters: http://ws.brodit.se:getBrandtypes,parameters
2007-04-24 14:17:17.166373 wsdl: msg getArticleTextsRequest: found
part parameters: http://ws.brodit.se:getArticleTexts,parameters
2007-04-24 14:17:17.166591 wsdl: msg getArticlesResponse: found part
parameters: http://ws.brodit.se:getArticlesResponse,parameters
2007-04-24 14:17:17.166808 wsdl: msg getCountriesRequest: found part
parameters: http://ws.brodit.se:getCountries,parameters
2007-04-24 14:17:17.167034 wsdl: msg getModelsPerBrandResponse: found
part parameters: http://ws.brodit.se:getModelsPerBrandResponse,parameters
2007-04-24 14:17:17.167252 wsdl: msg
getArticlesPerModelCountryResponse: found part parameters:
http://ws.brodit.se:getArticlesPerModelCountryResponse,parameters
2007-04-24 14:17:17.167470 wsdl: msg getBrandtypesResponse: found part
parameters: http://ws.brodit.se:getBrandtypesResponse,parameters
2007-04-24 14:17:17.167688 wsdl: msg getModelCountryPerModelResponse:
found part parameters: http://ws.brodit.se:getModelCountryPerModelResponse,parameters
2007-04-24 14:17:17.167913 wsdl: msg getTextsRequest: found part
parameters: http://ws.brodit.se:getTexts,parameters
2007-04-24 14:17:17.168130 wsdl: msg getModelCountryPerModelRequest:
found part parameters: http://ws.brodit.se:getModelCountryPerModel,parameters
2007-04-24 14:17:17.168348 wsdl: msg
getArticleIdsPerModelCountryRequest: found part parameters:
http://ws.brodit.se:getArticleIdsPerModelCountry,parameters
2007-04-24 14:17:17.168565 wsdl: msg getBrandsPerBrandtypeResponse:
found part parameters: http://ws.brodit.se:getBrandsPerBrandtypeResponse,parameters
2007-04-24 14:17:17.168782 wsdl: msg getTextTypesResponse: found part
parameters: http://ws.brodit.se:getTextTypesResponse,parameters
2007-04-24 14:17:17.169006 wsdl: msg getLanguageCodesRequest: found
part parameters: http://ws.brodit.se:getLanguageCodes,parameters
2007-04-24 14:17:17.169221 wsdl: msg getCountriesResponse: found part
parameters: http://ws.brodit.se:getCountriesResponse,parameters
2007-04-24 14:17:17.169442 wsdl: msg
getArticlesPerModelCountryRequest: found part parameters:
http://ws.brodit.se:getArticlesPerModelCountry,parameters
2007-04-24 14:17:17.169660 wsdl: msg getArticleCodeRequest: found part
parameters: http://ws.brodit.se:getArticleCode,parameters
2007-04-24 14:17:17.169876 wsdl: msg getModelsPerBrandRequest: found
part parameters: http://ws.brodit.se:getModelsPerBrand,parameters
2007-04-24 14:17:17.170098 wsdl: msg getTextsResponse: found part
parameters: http://ws.brodit.se:getTextsResponse,parameters
2007-04-24 14:17:17.170317 wsdl: msg getArticleTextsResponse: found
part parameters: http://ws.brodit.se:getArticleTextsResponse,parameters
2007-04-24 14:17:17.170533 wsdl: msg getArticleCodeResponse: found
part parameters: http://ws.brodit.se:getArticleCodeResponse,parameters
2007-04-24 14:17:17.170749 wsdl: msg getTextTypesRequest: found part
parameters: http://ws.brodit.se:getTextTypes,parameters
2007-04-24 14:17:17.170976 wsdl: msg
getArticleIdsPerModelCountryResponse: found part parameters:
http://ws.brodit.se:getArticleIdsPerModelCountryResponse,parameters
2007-04-24 14:17:17.171193 wsdl: msg getLanguageCodesResponse: found
part parameters: http://ws.brodit.se:getLanguageCodesResponse,parameters
2007-04-24 14:17:17.171407 wsdl: msg getArticlesRequest: found part
parameters: http://ws.brodit.se:getArticles,parameters
2007-04-24 14:17:17.171624 wsdl: msg getBrandsPerBrandtypeRequest:
found part parameters: http://ws.brodit.se:getBrandsPerBrandtype,parameters
2007-04-24 14:17:17.171819 wsdl: portType WebService operation:
getBrandtypes
2007-04-24 14:17:17.172142 wsdl: portType WebService operation:
getBrandsPerBrandtype
2007-04-24 14:17:17.172453 wsdl: portType WebService operation:
getModelsPerBrand
2007-04-24 14:17:17.172768 wsdl: portType WebService operation:
getModelCountryPerModel
2007-04-24 14:17:17.173090 wsdl: portType WebService operation:
getCountries
2007-04-24 14:17:17.173399 wsdl: portType WebService operation:
getArticleIdsPerModelCountry
2007-04-24 14:17:17.173711 wsdl: portType WebService operation:
getLanguageCodes
2007-04-24 14:17:17.174028 wsdl: portType WebService operation:
getArticles
2007-04-24 14:17:17.174336 wsdl: portType WebService operation:
getArticlesPerModelCountry
2007-04-24 14:17:17.174649 wsdl: portType WebService operation:
getArticleCode
2007-04-24 14:17:17.174967 wsdl: portType WebService operation:
getArticleTexts
2007-04-24 14:17:17.175275 wsdl: portType WebService operation:
getTextTypes
2007-04-24 14:17:17.175582 wsdl: portType WebService operation:
getTexts
2007-04-24 14:17:17.175956 wsdl: current binding:
WebServiceSoapBinding of portType: http://ws.brodit.se:WebService
2007-04-24 14:17:17.176153 wsdl: current binding operation:
getBrandtypes
2007-04-24 14:17:17.176646 wsdl: current binding operation:
getBrandsPerBrandtype
2007-04-24 14:17:17.177144 wsdl: current binding operation:
getModelsPerBrand
2007-04-24 14:17:17.177629 wsdl: current binding operation:
getModelCountryPerModel
2007-04-24 14:17:17.178120 wsdl: current binding operation:
getCountries
2007-04-24 14:17:17.178604 wsdl: current binding operation:
getArticleIdsPerModelCountry
2007-04-24 14:17:17.179104 wsdl: current binding operation:
getLanguageCodes
2007-04-24 14:17:17.179590 wsdl: current binding operation:
getArticles
2007-04-24 14:17:17.180082 wsdl: current binding operation:
getArticlesPerModelCountry
2007-04-24 14:17:17.180564 wsdl: current binding operation:
getArticleCode
2007-04-24 14:17:17.181058 wsdl: current binding operation:
getArticleTexts
2007-04-24 14:17:17.181567 wsdl: current binding operation:
getTextTypes
2007-04-24 14:17:17.182061 wsdl: current binding operation: getTexts
2007-04-24 14:17:17.182569 wsdl: current service: WebServiceService
2007-04-24 14:17:17.182695 wsdl: current port: WebService
2007-04-24 14:17:17.182910 wsdl: Parsing WSDL done
2007-04-24 14:17:17.183013 wsdl: post-parse data gathering for
getBrandtypes
2007-04-24 14:17:17.183111 wsdl: post-parse data gathering for
getBrandsPerBrandtype
2007-04-24 14:17:17.183199 wsdl: post-parse data gathering for
getModelsPerBrand
2007-04-24 14:17:17.183286 wsdl: post-parse data gathering for
getModelCountryPerModel
2007-04-24 14:17:17.183373 wsdl: post-parse data gathering for
getCountries
2007-04-24 14:17:17.183459 wsdl: post-parse data gathering for
getArticleIdsPerModelCountry
2007-04-24 14:17:17.183547 wsdl: post-parse data gathering for
getLanguageCodes
2007-04-24 14:17:17.183635 wsdl: post-parse data gathering for
getArticles
2007-04-24 14:17:17.183721 wsdl: post-parse data gathering for
getArticlesPerModelCountry
2007-04-24 14:17:17.183809 wsdl: post-parse data gathering for
getArticleCode
2007-04-24 14:17:17.183902 wsdl: post-parse data gathering for
getArticleTexts
2007-04-24 14:17:17.183988 wsdl: post-parse data gathering for
getTextTypes
2007-04-24 14:17:17.184074 wsdl: post-parse data gathering for
getTexts
2007-04-24 14:17:17.184287 soapclient: got 13 operations from wsdl
http://www.brodit.se/Brodit/wsdl/WebService.wsdl
2007-04-24 14:17:17.184360 soapclient: call: operation=getBrandtypes,
namespace=http://tempuri.org, soapAction=, rpcParams=, style=rpc,
use=encoded, endpointType=wsdl
params=array(2) {
["userId"]=>
string(7) "xxxxxx"
["brandTypeId"]=>
string(36) "4BF8AFF9-F170-4A6F-952F-8625D4672602"
}
headers=bool(false)
2007-04-24 14:17:17.184449 soapclient: found operation
opData=array(9) {
["name"]=>
string(13) "getBrandtypes"
["binding"]=>
string(21) "WebServiceSoapBinding"
["endpoint"]=>
string(47) "http://www.brodit.se/Brodit/services/WebService"
["soapAction"]=>
string(0) ""
["input"]=>
array(3) {
["use"]=>
string(7) "literal"
["message"]=>
string(20) "getBrandtypesRequest"
["parts"]=>
array(1) {
["parameters"]=>
string(33) "http://ws.brodit.se:getBrandtypes"
}
}
["output"]=>
array(3) {
["use"]=>
string(7) "literal"
["message"]=>
string(21) "getBrandtypesResponse"
["parts"]=>
array(1) {
["parameters"]=>
string(41) "http://ws.brodit.se:getBrandtypesResponse"
}
}
["style"]=>
string(8) "document"
["transport"]=>
string(36) "http://schemas.xmlsoap.org/soap/http"
["documentation"]=>
string(0) ""
}
2007-04-24 14:17:17.184587 soapclient: serializing param array for
WSDL operation getBrandtypes
2007-04-24 14:17:17.184641 wsdl: in serializeRPCParameters:
operation=getBrandtypes, direction=input, XMLSchemaVersion=http://
www.w3.org/2001/XMLSchema
parameters=array(2) {
["userId"]=>
string(7) "xxxxxx"
["brandTypeId"]=>
string(36) "4BF8AFF9-F170-4A6F-952F-8625D4672602"
}
2007-04-24 14:17:17.184723 wsdl: opData:
array(9) {
["name"]=>
string(13) "getBrandtypes"
["binding"]=>
string(21) "WebServiceSoapBinding"
["endpoint"]=>
string(47) "http://www.brodit.se/Brodit/services/WebService"
["soapAction"]=>
string(0) ""
["input"]=>
array(3) {
["use"]=>
string(7) "literal"
["message"]=>
string(20) "getBrandtypesRequest"
["parts"]=>
array(1) {
["parameters"]=>
string(33) "http://ws.brodit.se:getBrandtypes"
}
}
["output"]=>
array(3) {
["use"]=>
string(7) "literal"
["message"]=>
string(21) "getBrandtypesResponse"
["parts"]=>
array(1) {
["parameters"]=>
string(41) "http://ws.brodit.se:getBrandtypesResponse"
}
}
["style"]=>
string(8) "document"
["transport"]=>
string(36) "http://schemas.xmlsoap.org/soap/http"
["documentation"]=>
string(0) ""
}
2007-04-24 14:17:17.184821 wsdl: have 1 part(s) to serialize
2007-04-24 14:17:17.184878 wsdl: have 2 parameter(s) provided as
arrayStruct to serialize
2007-04-24 14:17:17.184939 wsdl: serializing part "parameters" of type
"http://ws.brodit.se:getBrandtypes"
2007-04-24 14:17:17.184988 wsdl: calling serializeType w/null param
2007-04-24 14:17:17.185045 wsdl: in serializeType: name=parameters,
type=http://ws.brodit.se:getBrandtypes, use=literal, encodingStyle=,
unqualified=qualified
value=NULL
2007-04-24 14:17:17.185115 wsdl: in serializeType: got a prefixed
type: getBrandtypes, http://ws.brodit.se
2007-04-24 14:17:17.185171 wsdl: in getTypeDef: type=getBrandtypes,
ns=http://ws.brodit.se
2007-04-24 14:17:17.185220 wsdl: in getTypeDef: have schema for
namespace http://ws.brodit.se
2007-04-24 14:17:17.185279 xmlschema: <http://ws.brodit.se> in
getTypeDef, found element getBrandtypes
2007-04-24 14:17:17.185338 xmlschema: <http://ws.brodit.se> in
getTypeDef, found complexType getBrandtypes_ContainedType
2007-04-24 14:17:17.185389 xmlschema: <http://ws.brodit.se> in
getTypeDef, found type for element getBrandtypes:
2007-04-24 14:17:17.185469 xmlschema: <http://ws.brodit.se> array(4) {
["typeClass"]=>
string(11) "complexType"
["phpType"]=>
string(6) "struct"
["compositor"]=>
string(8) "sequence"
["elements"]=>
array(2) {
["userId"]=>
array(3) {
["name"]=>
string(6) "userId"
["type"]=>
string(39) "http://www.w3.org/2001/XMLSchema:string"
["form"]=>
string(9) "qualified"
}
["brandTypeId"]=>
array(3) {
["name"]=>
string(11) "brandTypeId"
["type"]=>
string(39) "http://www.w3.org/2001/XMLSchema:string"
["form"]=>
string(9) "qualified"
}
}
}

2007-04-24 14:17:17.185555 wsdl: in serializeType: found typeDef
typeDef=array(6) {
["name"]=>
string(13) "getBrandtypes"
["form"]=>
string(9) "qualified"
["typeClass"]=>
string(7) "element"
["type"]=>
string(47) "http://ws.brodit.se:getBrandtypes_ContainedType"
["phpType"]=>
string(6) "struct"
["elements"]=>
array(2) {
["userId"]=>
array(3) {
["name"]=>
string(6) "userId"
["type"]=>
string(39) "http://www.w3.org/2001/XMLSchema:string"
["form"]=>
string(9) "qualified"
}
["brandTypeId"]=>
array(3) {
["name"]=>
string(11) "brandTypeId"
["type"]=>
string(39) "http://www.w3.org/2001/XMLSchema:string"
["form"]=>
string(9) "qualified"
}
}
}
2007-04-24 14:17:17.185647 wsdl: in serializeType: uqType:
getBrandtypes, ns: http://ws.brodit.se, phptype: struct, arrayType:
2007-04-24 14:17:17.185704 wsdl: in serializeType: returning:
<getBrandtypes xmlns="http://ws.brodit.se"/>
2007-04-24 14:17:17.185753 wsdl: serializeRPCParameters returning:
<getBrandtypes xmlns="http://ws.brodit.se"/>
2007-04-24 14:17:17.185833 soapclient: In serializeEnvelope length=44
body (max 1000 characters)=<getBrandtypes xmlns="http://ws.brodit.se"/
> style=document use=literal encodingStyle=
2007-04-24 14:17:17.185879 soapclient: headers:
bool(false)
2007-04-24 14:17:17.185941 soapclient: namespaces:
array(1) {
["ns5399"]=>
string(18) "http://tempuri.org"
}
2007-04-24 14:17:17.186039 soapclient: endpoint=http://www.brodit.se/
Brodit/services/WebService, soapAction=, namespace=http://tempuri.org,
style=document, use=literal, encodingStyle=
2007-04-24 14:17:17.186090 soapclient: SOAP message length=408
contents (max 1000 bytes)=<?xml version="1.0" encoding="ISO-8859-1"?
><SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/
envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:SOAP-
ENC="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns5399="http://
tempuri.org"><SOAP-ENV:Body><getBrandtypes xmlns="http://ws.brodit.se"/
></SOAP-ENV:Body></SOAP-ENV:Envelope>
2007-04-24 14:17:17.186150 soapclient: transporting via HTTP
2007-04-24 14:17:17.186579 soapclient: sending message, length=408
2007-04-24 14:17:17.186225 soap_transport_http: scheme = http
2007-04-24 14:17:17.186272 soap_transport_http: host = www.brodit.se
2007-04-24 14:17:17.186318 soap_transport_http: path = /Brodit/
services/WebService
2007-04-24 14:17:17.186369 soap_transport_http: set Host: www.brodit.se
2007-04-24 14:17:17.186433 soap_transport_http: set User-Agent: NuSOAP/
0.7.2 (1.94)
2007-04-24 14:17:17.186485 soap_transport_http: set Content-Type: text/
xml; charset=ISO-8859-1
2007-04-24 14:17:17.186533 soap_transport_http: set SOAPAction: ""
2007-04-24 14:17:17.186634 soap_transport_http: entered send() with
data of length: 408
2007-04-24 14:17:17.186690 soap_transport_http: connect
connection_timeout 0, response_timeout 30, scheme http, host www.brodit.se,
port 80
2007-04-24 14:17:17.186740 soap_transport_http: calling fsockopen with
host www.brodit.se connection_timeout 0
2007-04-24 14:17:37.252330 soap_transport_http: set response timeout
to 30
2007-04-24 14:17:37.252424 soap_transport_http: socket connected
2007-04-24 14:17:37.252499 soap_transport_http: set Content-Length:
408
2007-04-24 14:17:37.252549 soap_transport_http: HTTP request: POST /
Brodit/services/WebService HTTP/1.0
2007-04-24 14:17:37.252600 soap_transport_http: HTTP header: Host:
www.brodit.se
2007-04-24 14:17:37.252650 soap_transport_http: HTTP header: User-
Agent: NuSOAP/0.7.2 (1.94)
2007-04-24 14:17:37.252704 soap_transport_http: HTTP header: Content-
Type: text/xml; charset=ISO-8859-1
2007-04-24 14:17:37.252752 soap_transport_http: HTTP header:
SOAPAction: ""
2007-04-24 14:17:37.252802 soap_transport_http: HTTP header: Content-
Length: 408
2007-04-24 14:17:37.252873 soap_transport_http: wrote data to socket,
length = 588
2007-04-24 14:17:37.343438 soap_transport_http: read line of 36 bytes:
HTTP/1.1 500 Internal Server Error
2007-04-24 14:17:37.343508 soap_transport_http: read line of 27 bytes:
Server: Apache-Coyote/1.1
2007-04-24 14:17:37.343566 soap_transport_http: read line of 43 bytes:
Content-Type: text/xml;charset=iso-8859-1
2007-04-24 14:17:37.343622 soap_transport_http: read line of 37 bytes:
Date: Tue, 24 Apr 2007 13:22:50 GMT
2007-04-24 14:17:37.343679 soap_transport_http: read line of 19 bytes:
Connection: close
2007-04-24 14:17:37.343736 soap_transport_http: read line of 2 bytes:
2007-04-24 14:17:37.343836 soap_transport_http: found end of headers
after length 164
2007-04-24 14:17:37.343934 soap_transport_http: want to read content
to EOF
2007-04-24 14:17:37.344005 soap_transport_http: read buffer of 503
bytes
2007-04-24 14:17:37.344057 soap_transport_http: read to EOF
2007-04-24 14:17:37.344103 soap_transport_http: read body of length
503
2007-04-24 14:17:37.344150 soap_transport_http: received a total of
667 bytes of data from server
2007-04-24 14:17:37.344212 soap_transport_http: closed socket
2007-04-24 14:17:37.344274 soap_transport_http: No Content-Encoding
header
2007-04-24 14:17:37.344330 soap_transport_http: end of send()
2007-04-24 14:17:37.344407 soapclient: got response, length=503
type=text/xml;charset=iso-8859-1
2007-04-24 14:17:37.344462 soapclient: Entering parseResponse() for
data of length 503 and type text/xml;charset=iso-8859-1
2007-04-24 14:17:37.344516 soapclient: Got response encoding:
iso-8859-1
2007-04-24 14:17:37.344582 soapclient: Use encoding: ISO-8859-1 when
creating soap_parser
2007-04-24 14:17:37.344720 soap_parser: Charset from HTTP Content-Type
matches encoding from XML declaration
2007-04-24 14:17:37.344770 soap_parser: Entering soap_parser(),
length=503, encoding=ISO-8859-1
2007-04-24 14:17:37.345091 soap_parser: found root struct Fault, pos 2
2007-04-24 14:17:37.345425 soap_parser: in buildVal() for detail(pos
5) of type
2007-04-24 14:17:37.345475 soap_parser: in buildVal, there are
children
2007-04-24 14:17:37.345531 soap_parser: in buildVal, adding Java
Vector detail
2007-04-24 14:17:37.345623 soap_parser: in buildVal() for Fault(pos 2)
of type struct
2007-04-24 14:17:37.345671 soap_parser: in buildVal, there are
children
2007-04-24 14:17:37.345724 soap_parser: in buildVal, adding Java
Vector Fault
2007-04-24 14:17:37.345841 soap_parser: parsed successfully, found
root struct: 2 of name Fault
2007-04-24 14:17:37.345940 soapclient: sent message successfully and
got a(n) array
return=array(3) {
["faultcode"]=>
string(28) "soapenv:Server.userException"
["faultstring"]=>
string(33) "se.brodit.ws.InvalidUserException"
["detail"]=>
array(1) {
["hostname"]=>
string(9) "webserver"
}
}
2007-04-24 14:17:37.346018 soapclient: got fault
2007-04-24 14:17:37.346075 soapclient: faultcode =
soapenv:Server.userException<br>
2007-04-24 14:17:37.346124 soapclient: faultstring =
se.brodit.ws.InvalidUserException<br>
2007-04-24 14:17:37.346175 soapclient: detail = Array<br>

 

Navigation:

[Reply to this message]


Удаленная работа для программистов  •  Как заработать на Google AdSense  •  England, UK  •  статьи на английском  •  PHP MySQL CMS Apache Oscommerce  •  Online Business Knowledge Base  •  DVD MP3 AVI MP4 players codecs conversion help
Home  •  Search  •  Site Map  •  Set as Homepage  •  Add to Favourites

Copyright © 2005-2006 Powered by Custom PHP Programming

Сайт изготовлен в Студии Валентина Петручека
изготовление и поддержка веб-сайтов, разработка программного обеспечения, поисковая оптимизация