Reply to Re: New to webservices, wsdl and nusoap

Your name:

Reply:


Posted by craigyk on 04/24/07 12:28

I have posted the debugging results below (i have again replaced the
user id 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:ns1829="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 12:30:11 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 13:24:16.237582 soapclient: instantiating wsdl class with
doc: http://www.brodit.se/Brodit/wsdl/WebService.wsdl
2007-04-24 13:24:16.237726 wsdl: initial wsdl URL:
http://www.brodit.se/Brodit/wsdl/WebService.wsdl
2007-04-24 13:24:16.237795 wsdl: getting WSDL http(s) URL
http://www.brodit.se/Brodit/wsdl/WebService.wsdl
2007-04-24 13:24:16.237904 soap_transport_http: scheme = http
2007-04-24 13:24:16.237954 soap_transport_http: host = www.brodit.se
2007-04-24 13:24:16.237999 soap_transport_http: path = /Brodit/wsdl/
WebService.wsdl
2007-04-24 13:24:16.238049 soap_transport_http: set Host: www.brodit.se
2007-04-24 13:24:16.238131 soap_transport_http: set User-Agent: NuSOAP/
0.7.2 (1.94)
2007-04-24 13:24:16.238183 soap_transport_http: set Accept-Encoding:
gzip, deflate
2007-04-24 13:24:16.238228 soap_transport_http: set Connection: close
2007-04-24 13:24:16.238282 soap_transport_http: entered send() with
data of length: 0
2007-04-24 13:24:16.238342 soap_transport_http: connect
connection_timeout 0, response_timeout 30, scheme http, host www.brodit.se,
port 80
2007-04-24 13:24:16.238394 soap_transport_http: calling fsockopen with
host www.brodit.se connection_timeout 0
2007-04-24 13:24:36.305962 soap_transport_http: set response timeout
to 30
2007-04-24 13:24:36.306048 soap_transport_http: socket connected
2007-04-24 13:24:36.306117 soap_transport_http: set Content-Length: 0
2007-04-24 13:24:36.306168 soap_transport_http: HTTP request: GET /
Brodit/wsdl/WebService.wsdl HTTP/1.1
2007-04-24 13:24:36.306220 soap_transport_http: HTTP header: Host:
www.brodit.se
2007-04-24 13:24:36.306270 soap_transport_http: HTTP header: User-
Agent: NuSOAP/0.7.2 (1.94)
2007-04-24 13:24:36.306319 soap_transport_http: HTTP header: Accept-
Encoding: gzip, deflate
2007-04-24 13:24:36.306370 soap_transport_http: HTTP header:
Connection: close
2007-04-24 13:24:36.306419 soap_transport_http: HTTP header: Content-
Length: 0
2007-04-24 13:24:36.306491 soap_transport_http: wrote data to socket,
length = 169
2007-04-24 13:24:36.390685 soap_transport_http: read line of 17 bytes:
HTTP/1.1 200 OK
2007-04-24 13:24:36.390753 soap_transport_http: read line of 27 bytes:
Server: Apache-Coyote/1.1
2007-04-24 13:24:36.390810 soap_transport_http: read line of 31 bytes:
ETag: W/"24096-1176191061406"
2007-04-24 13:24:36.390867 soap_transport_http: read line of 46 bytes:
Last-Modified: Tue, 10 Apr 2007 07:44:21 GMT
2007-04-24 13:24:36.390923 soap_transport_http: read line of 23 bytes:
Content-Length: 24096
2007-04-24 13:24:36.390980 soap_transport_http: read line of 37 bytes:
Date: Tue, 24 Apr 2007 12:29:50 GMT
2007-04-24 13:24:36.391036 soap_transport_http: read line of 19 bytes:
Connection: close
2007-04-24 13:24:36.391092 soap_transport_http: read line of 2 bytes:
2007-04-24 13:24:36.391191 soap_transport_http: found end of headers
after length 202
2007-04-24 13:24:36.391310 soap_transport_http: want to read content
of length 24096
2007-04-24 13:24:36.393133 soap_transport_http: read buffer of 2578
bytes
2007-04-24 13:24:36.470264 soap_transport_http: read buffer of 1390
bytes
2007-04-24 13:24:36.473208 soap_transport_http: read buffer of 1390
bytes
2007-04-24 13:24:36.475414 soap_transport_http: read buffer of 1390
bytes
2007-04-24 13:24:36.477411 soap_transport_http: read buffer of 1390
bytes
2007-04-24 13:24:36.555267 soap_transport_http: read buffer of 1390
bytes
2007-04-24 13:24:36.557462 soap_transport_http: read buffer of 1390
bytes
2007-04-24 13:24:36.562406 soap_transport_http: read buffer of 2780
bytes
2007-04-24 13:24:36.564600 soap_transport_http: read buffer of 1390
bytes
2007-04-24 13:24:36.566597 soap_transport_http: read buffer of 1390
bytes
2007-04-24 13:24:36.568551 soap_transport_http: read buffer of 1320
bytes
2007-04-24 13:24:36.631390 soap_transport_http: read buffer of 1390
bytes
2007-04-24 13:24:36.633866 soap_transport_http: read buffer of 1390
bytes
2007-04-24 13:24:36.636140 soap_transport_http: read buffer of 1390
bytes
2007-04-24 13:24:36.640256 soap_transport_http: read buffer of 2128
bytes
2007-04-24 13:24:36.640310 soap_transport_http: read body of length
24096
2007-04-24 13:24:36.640386 soap_transport_http: received a total of
24298 bytes of data from server
2007-04-24 13:24:36.640448 soap_transport_http: closed socket
2007-04-24 13:24:36.640509 soap_transport_http: No Content-Encoding
header
2007-04-24 13:24:36.640566 soap_transport_http: end of send()
2007-04-24 13:24:36.640635 wsdl: got WSDL URL
2007-04-24 13:24:36.640683 wsdl: Parse WSDL
2007-04-24 13:24:36.641109 wsdl: Parsing WSDL schema
2007-04-24 13:24:36.641250 xmlschema: xmlschema class instantiated,
inside constructor
2007-04-24 13:24:36.641497 xmlschema: <http://ws.brodit.se> processing
untyped element getBrandtypes
2007-04-24 13:24:36.641605 xmlschema: <http://ws.brodit.se> processing
unnamed complexType for element getBrandtypes
2007-04-24 13:24:36.641785 xmlschema: <http://ws.brodit.se> processing
typed element userId of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 13:24:36.641879 xmlschema: <http://ws.brodit.se> done
processing element userId
2007-04-24 13:24:36.642003 xmlschema: <http://ws.brodit.se> processing
typed element brandTypeId of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 13:24:36.642090 xmlschema: <http://ws.brodit.se> done
processing element brandTypeId
2007-04-24 13:24:36.642196 xmlschema: <http://ws.brodit.se> done
processing complexType getBrandtypes_ContainedType
2007-04-24 13:24:36.642276 xmlschema: <http://ws.brodit.se> done
processing element getBrandtypes
2007-04-24 13:24:36.642384 xmlschema: <http://ws.brodit.se> processing
untyped element getBrandtypesResponse
2007-04-24 13:24:36.642487 xmlschema: <http://ws.brodit.se> processing
unnamed complexType for element getBrandtypesResponse
2007-04-24 13:24:36.642670 xmlschema: <http://ws.brodit.se> processing
typed element getBrandtypesReturn of type http://ws.brodit.se:Brandtype
2007-04-24 13:24:36.642761 xmlschema: <http://ws.brodit.se> done
processing element getBrandtypesReturn
2007-04-24 13:24:36.642864 xmlschema: <http://ws.brodit.se> done
processing complexType getBrandtypesResponse_ContainedType
2007-04-24 13:24:36.642943 xmlschema: <http://ws.brodit.se> done
processing element getBrandtypesResponse
2007-04-24 13:24:36.643041 xmlschema: <http://ws.brodit.se> processing
named complexType Brandtype
2007-04-24 13:24:36.643225 xmlschema: <http://ws.brodit.se> processing
typed element brandtypeId of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 13:24:36.643317 xmlschema: <http://ws.brodit.se> done
processing element brandtypeId
2007-04-24 13:24:36.643452 xmlschema: <http://ws.brodit.se> processing
typed element brandtypeName of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 13:24:36.643543 xmlschema: <http://ws.brodit.se> done
processing element brandtypeName
2007-04-24 13:24:36.643647 xmlschema: <http://ws.brodit.se> done
processing complexType Brandtype
2007-04-24 13:24:36.643749 xmlschema: <http://ws.brodit.se> processing
untyped element getBrandsPerBrandtype
2007-04-24 13:24:36.643850 xmlschema: <http://ws.brodit.se> processing
unnamed complexType for element getBrandsPerBrandtype
2007-04-24 13:24:36.644026 xmlschema: <http://ws.brodit.se> processing
typed element userId of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 13:24:36.644115 xmlschema: <http://ws.brodit.se> done
processing element userId
2007-04-24 13:24:36.644235 xmlschema: <http://ws.brodit.se> processing
typed element brandtypeId of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 13:24:36.644322 xmlschema: <http://ws.brodit.se> done
processing element brandtypeId
2007-04-24 13:24:36.644435 xmlschema: <http://ws.brodit.se> done
processing complexType getBrandsPerBrandtype_ContainedType
2007-04-24 13:24:36.644513 xmlschema: <http://ws.brodit.se> done
processing element getBrandsPerBrandtype
2007-04-24 13:24:36.644613 xmlschema: <http://ws.brodit.se> processing
untyped element getBrandsPerBrandtypeResponse
2007-04-24 13:24:36.644714 xmlschema: <http://ws.brodit.se> processing
unnamed complexType for element getBrandsPerBrandtypeResponse
2007-04-24 13:24:36.644899 xmlschema: <http://ws.brodit.se> processing
typed element getBrandsPerBrandtypeReturn of type http://ws.brodit.se:Brand
2007-04-24 13:24:36.644987 xmlschema: <http://ws.brodit.se> done
processing element getBrandsPerBrandtypeReturn
2007-04-24 13:24:36.645092 xmlschema: <http://ws.brodit.se> done
processing complexType getBrandsPerBrandtypeResponse_ContainedType
2007-04-24 13:24:36.645171 xmlschema: <http://ws.brodit.se> done
processing element getBrandsPerBrandtypeResponse
2007-04-24 13:24:36.645268 xmlschema: <http://ws.brodit.se> processing
named complexType Brand
2007-04-24 13:24:36.645460 xmlschema: <http://ws.brodit.se> processing
typed element brandId of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 13:24:36.645549 xmlschema: <http://ws.brodit.se> done
processing element brandId
2007-04-24 13:24:36.645678 xmlschema: <http://ws.brodit.se> processing
typed element brandName of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 13:24:36.645766 xmlschema: <http://ws.brodit.se> done
processing element brandName
2007-04-24 13:24:36.645895 xmlschema: <http://ws.brodit.se> processing
typed element brandtypeId of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 13:24:36.645985 xmlschema: <http://ws.brodit.se> done
processing element brandtypeId
2007-04-24 13:24:36.646090 xmlschema: <http://ws.brodit.se> done
processing complexType Brand
2007-04-24 13:24:36.646190 xmlschema: <http://ws.brodit.se> processing
untyped element getModelsPerBrand
2007-04-24 13:24:36.646293 xmlschema: <http://ws.brodit.se> processing
unnamed complexType for element getModelsPerBrand
2007-04-24 13:24:36.646477 xmlschema: <http://ws.brodit.se> processing
typed element userId of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 13:24:36.646564 xmlschema: <http://ws.brodit.se> done
processing element userId
2007-04-24 13:24:36.646687 xmlschema: <http://ws.brodit.se> processing
typed element brandId of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 13:24:36.646775 xmlschema: <http://ws.brodit.se> done
processing element brandId
2007-04-24 13:24:36.646879 xmlschema: <http://ws.brodit.se> done
processing complexType getModelsPerBrand_ContainedType
2007-04-24 13:24:36.646956 xmlschema: <http://ws.brodit.se> done
processing element getModelsPerBrand
2007-04-24 13:24:36.647057 xmlschema: <http://ws.brodit.se> processing
untyped element getModelsPerBrandResponse
2007-04-24 13:24:36.647157 xmlschema: <http://ws.brodit.se> processing
unnamed complexType for element getModelsPerBrandResponse
2007-04-24 13:24:36.647343 xmlschema: <http://ws.brodit.se> processing
typed element getModelsPerBrandReturn of type http://ws.brodit.se:Model
2007-04-24 13:24:36.647440 xmlschema: <http://ws.brodit.se> done
processing element getModelsPerBrandReturn
2007-04-24 13:24:36.647545 xmlschema: <http://ws.brodit.se> done
processing complexType getModelsPerBrandResponse_ContainedType
2007-04-24 13:24:36.647626 xmlschema: <http://ws.brodit.se> done
processing element getModelsPerBrandResponse
2007-04-24 13:24:36.647723 xmlschema: <http://ws.brodit.se> processing
named complexType Model
2007-04-24 13:24:36.647913 xmlschema: <http://ws.brodit.se> processing
typed element brandId of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 13:24:36.648003 xmlschema: <http://ws.brodit.se> done
processing element brandId
2007-04-24 13:24:36.648132 xmlschema: <http://ws.brodit.se> processing
typed element modelId of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 13:24:36.648219 xmlschema: <http://ws.brodit.se> done
processing element modelId
2007-04-24 13:24:36.648346 xmlschema: <http://ws.brodit.se> processing
typed element modelName of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 13:24:36.648440 xmlschema: <http://ws.brodit.se> done
processing element modelName
2007-04-24 13:24:36.648544 xmlschema: <http://ws.brodit.se> done
processing complexType Model
2007-04-24 13:24:36.648646 xmlschema: <http://ws.brodit.se> processing
untyped element getModelCountryPerModel
2007-04-24 13:24:36.648748 xmlschema: <http://ws.brodit.se> processing
unnamed complexType for element getModelCountryPerModel
2007-04-24 13:24:36.648924 xmlschema: <http://ws.brodit.se> processing
typed element userId of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 13:24:36.649010 xmlschema: <http://ws.brodit.se> done
processing element userId
2007-04-24 13:24:36.649130 xmlschema: <http://ws.brodit.se> processing
typed element modelId of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 13:24:36.649218 xmlschema: <http://ws.brodit.se> done
processing element modelId
2007-04-24 13:24:36.649338 xmlschema: <http://ws.brodit.se> processing
typed element countryId of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 13:24:36.649433 xmlschema: <http://ws.brodit.se> done
processing element countryId
2007-04-24 13:24:36.649538 xmlschema: <http://ws.brodit.se> done
processing complexType getModelCountryPerModel_ContainedType
2007-04-24 13:24:36.649616 xmlschema: <http://ws.brodit.se> done
processing element getModelCountryPerModel
2007-04-24 13:24:36.649718 xmlschema: <http://ws.brodit.se> processing
untyped element getModelCountryPerModelResponse
2007-04-24 13:24:36.649828 xmlschema: <http://ws.brodit.se> processing
unnamed complexType for element getModelCountryPerModelResponse
2007-04-24 13:24:36.650012 xmlschema: <http://ws.brodit.se> processing
typed element getModelCountryPerModelReturn of type http://ws.brodit.se:ModelCountry
2007-04-24 13:24:36.650102 xmlschema: <http://ws.brodit.se> done
processing element getModelCountryPerModelReturn
2007-04-24 13:24:36.650206 xmlschema: <http://ws.brodit.se> done
processing complexType getModelCountryPerModelResponse_ContainedType
2007-04-24 13:24:36.650285 xmlschema: <http://ws.brodit.se> done
processing element getModelCountryPerModelResponse
2007-04-24 13:24:36.650390 xmlschema: <http://ws.brodit.se> processing
named complexType ModelCountry
2007-04-24 13:24:36.650573 xmlschema: <http://ws.brodit.se> processing
typed element countryId of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 13:24:36.650662 xmlschema: <http://ws.brodit.se> done
processing element countryId
2007-04-24 13:24:36.650791 xmlschema: <http://ws.brodit.se> processing
typed element countryName of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 13:24:36.650877 xmlschema: <http://ws.brodit.se> done
processing element countryName
2007-04-24 13:24:36.651006 xmlschema: <http://ws.brodit.se> processing
typed element labelInfo of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 13:24:36.651094 xmlschema: <http://ws.brodit.se> done
processing element labelInfo
2007-04-24 13:24:36.651222 xmlschema: <http://ws.brodit.se> processing
typed element modelCountryId of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 13:24:36.651312 xmlschema: <http://ws.brodit.se> done
processing element modelCountryId
2007-04-24 13:24:36.651447 xmlschema: <http://ws.brodit.se> processing
typed element modelId of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 13:24:36.651537 xmlschema: <http://ws.brodit.se> done
processing element modelId
2007-04-24 13:24:36.651664 xmlschema: <http://ws.brodit.se> processing
typed element placement of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 13:24:36.651751 xmlschema: <http://ws.brodit.se> done
processing element placement
2007-04-24 13:24:36.651881 xmlschema: <http://ws.brodit.se> processing
typed element steering of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 13:24:36.651970 xmlschema: <http://ws.brodit.se> done
processing element steering
2007-04-24 13:24:36.652100 xmlschema: <http://ws.brodit.se> processing
typed element yearSpan of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 13:24:36.652186 xmlschema: <http://ws.brodit.se> done
processing element yearSpan
2007-04-24 13:24:36.652291 xmlschema: <http://ws.brodit.se> done
processing complexType ModelCountry
2007-04-24 13:24:36.652400 xmlschema: <http://ws.brodit.se> processing
untyped element getCountries
2007-04-24 13:24:36.652503 xmlschema: <http://ws.brodit.se> processing
unnamed complexType for element getCountries
2007-04-24 13:24:36.652682 xmlschema: <http://ws.brodit.se> processing
typed element userId of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 13:24:36.652770 xmlschema: <http://ws.brodit.se> done
processing element userId
2007-04-24 13:24:36.652891 xmlschema: <http://ws.brodit.se> processing
typed element countryId of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 13:24:36.652978 xmlschema: <http://ws.brodit.se> done
processing element countryId
2007-04-24 13:24:36.653084 xmlschema: <http://ws.brodit.se> done
processing complexType getCountries_ContainedType
2007-04-24 13:24:36.653162 xmlschema: <http://ws.brodit.se> done
processing element getCountries
2007-04-24 13:24:36.653265 xmlschema: <http://ws.brodit.se> processing
untyped element getCountriesResponse
2007-04-24 13:24:36.653367 xmlschema: <http://ws.brodit.se> processing
unnamed complexType for element getCountriesResponse
2007-04-24 13:24:36.653556 xmlschema: <http://ws.brodit.se> processing
typed element getCountriesReturn of type http://ws.brodit.se:Country
2007-04-24 13:24:36.653651 xmlschema: <http://ws.brodit.se> done
processing element getCountriesReturn
2007-04-24 13:24:36.653757 xmlschema: <http://ws.brodit.se> done
processing complexType getCountriesResponse_ContainedType
2007-04-24 13:24:36.653837 xmlschema: <http://ws.brodit.se> done
processing element getCountriesResponse
2007-04-24 13:24:36.653936 xmlschema: <http://ws.brodit.se> processing
named complexType Country
2007-04-24 13:24:36.654128 xmlschema: <http://ws.brodit.se> processing
typed element countryId of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 13:24:36.654218 xmlschema: <http://ws.brodit.se> done
processing element countryId
2007-04-24 13:24:36.654346 xmlschema: <http://ws.brodit.se> processing
typed element countryName of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 13:24:36.654440 xmlschema: <http://ws.brodit.se> done
processing element countryName
2007-04-24 13:24:36.654548 xmlschema: <http://ws.brodit.se> done
processing complexType Country
2007-04-24 13:24:36.654650 xmlschema: <http://ws.brodit.se> processing
untyped element getArticleIdsPerModelCountry
2007-04-24 13:24:36.654750 xmlschema: <http://ws.brodit.se> processing
unnamed complexType for element getArticleIdsPerModelCountry
2007-04-24 13:24:36.654928 xmlschema: <http://ws.brodit.se> processing
typed element userId of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 13:24:36.655015 xmlschema: <http://ws.brodit.se> done
processing element userId
2007-04-24 13:24:36.655137 xmlschema: <http://ws.brodit.se> processing
typed element modelCountryId of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 13:24:36.655224 xmlschema: <http://ws.brodit.se> done
processing element modelCountryId
2007-04-24 13:24:36.655331 xmlschema: <http://ws.brodit.se> done
processing complexType getArticleIdsPerModelCountry_ContainedType
2007-04-24 13:24:36.655419 xmlschema: <http://ws.brodit.se> done
processing element getArticleIdsPerModelCountry
2007-04-24 13:24:36.655522 xmlschema: <http://ws.brodit.se> processing
untyped element getArticleIdsPerModelCountryResponse
2007-04-24 13:24:36.655623 xmlschema: <http://ws.brodit.se> processing
unnamed complexType for element getArticleIdsPerModelCountryResponse
2007-04-24 13:24:36.655810 xmlschema: <http://ws.brodit.se> processing
typed element getArticleIdsPerModelCountryReturn of type
http://ws.brodit.se:ArticleId
2007-04-24 13:24:36.655900 xmlschema: <http://ws.brodit.se> done
processing element getArticleIdsPerModelCountryReturn
2007-04-24 13:24:36.656006 xmlschema: <http://ws.brodit.se> done
processing complexType
getArticleIdsPerModelCountryResponse_ContainedType
2007-04-24 13:24:36.656085 xmlschema: <http://ws.brodit.se> done
processing element getArticleIdsPerModelCountryResponse
2007-04-24 13:24:36.656186 xmlschema: <http://ws.brodit.se> processing
named complexType ArticleId
2007-04-24 13:24:36.656385 xmlschema: <http://ws.brodit.se> processing
typed element articleId of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 13:24:36.656475 xmlschema: <http://ws.brodit.se> done
processing element articleId
2007-04-24 13:24:36.656602 xmlschema: <http://ws.brodit.se> processing
typed element modelCountryId of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 13:24:36.656692 xmlschema: <http://ws.brodit.se> done
processing element modelCountryId
2007-04-24 13:24:36.656796 xmlschema: <http://ws.brodit.se> done
processing complexType ArticleId
2007-04-24 13:24:36.656898 xmlschema: <http://ws.brodit.se> processing
untyped element getLanguageCodes
2007-04-24 13:24:36.656998 xmlschema: <http://ws.brodit.se> processing
unnamed complexType for element getLanguageCodes
2007-04-24 13:24:36.657175 xmlschema: <http://ws.brodit.se> processing
typed element userId of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 13:24:36.657263 xmlschema: <http://ws.brodit.se> done
processing element userId
2007-04-24 13:24:36.657393 xmlschema: <http://ws.brodit.se> processing
typed element languageCode of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 13:24:36.657481 xmlschema: <http://ws.brodit.se> done
processing element languageCode
2007-04-24 13:24:36.657588 xmlschema: <http://ws.brodit.se> done
processing complexType getLanguageCodes_ContainedType
2007-04-24 13:24:36.657667 xmlschema: <http://ws.brodit.se> done
processing element getLanguageCodes
2007-04-24 13:24:36.657768 xmlschema: <http://ws.brodit.se> processing
untyped element getLanguageCodesResponse
2007-04-24 13:24:36.657873 xmlschema: <http://ws.brodit.se> processing
unnamed complexType for element getLanguageCodesResponse
2007-04-24 13:24:36.658057 xmlschema: <http://ws.brodit.se> processing
typed element getLanguageCodesReturn of type http://ws.brodit.se:LanguageCode
2007-04-24 13:24:36.658146 xmlschema: <http://ws.brodit.se> done
processing element getLanguageCodesReturn
2007-04-24 13:24:36.658253 xmlschema: <http://ws.brodit.se> done
processing complexType getLanguageCodesResponse_ContainedType
2007-04-24 13:24:36.658332 xmlschema: <http://ws.brodit.se> done
processing element getLanguageCodesResponse
2007-04-24 13:24:36.658436 xmlschema: <http://ws.brodit.se> processing
named complexType LanguageCode
2007-04-24 13:24:36.658621 xmlschema: <http://ws.brodit.se> processing
typed element description of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 13:24:36.658712 xmlschema: <http://ws.brodit.se> done
processing element description
2007-04-24 13:24:36.658842 xmlschema: <http://ws.brodit.se> processing
typed element languageCode of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 13:24:36.658930 xmlschema: <http://ws.brodit.se> done
processing element languageCode
2007-04-24 13:24:36.659037 xmlschema: <http://ws.brodit.se> done
processing complexType LanguageCode
2007-04-24 13:24:36.659137 xmlschema: <http://ws.brodit.se> processing
untyped element getArticles
2007-04-24 13:24:36.659238 xmlschema: <http://ws.brodit.se> processing
unnamed complexType for element getArticles
2007-04-24 13:24:36.659419 xmlschema: <http://ws.brodit.se> processing
typed element userId of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 13:24:36.659506 xmlschema: <http://ws.brodit.se> done
processing element userId
2007-04-24 13:24:36.659629 xmlschema: <http://ws.brodit.se> processing
typed element articleId of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 13:24:36.659717 xmlschema: <http://ws.brodit.se> done
processing element articleId
2007-04-24 13:24:36.659839 xmlschema: <http://ws.brodit.se> processing
typed element languageCode of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 13:24:36.659926 xmlschema: <http://ws.brodit.se> done
processing element languageCode
2007-04-24 13:24:36.660030 xmlschema: <http://ws.brodit.se> done
processing complexType getArticles_ContainedType
2007-04-24 13:24:36.660109 xmlschema: <http://ws.brodit.se> done
processing element getArticles
2007-04-24 13:24:36.660209 xmlschema: <http://ws.brodit.se> processing
untyped element getArticlesResponse
2007-04-24 13:24:36.660311 xmlschema: <http://ws.brodit.se> processing
unnamed complexType for element getArticlesResponse
2007-04-24 13:24:36.660502 xmlschema: <http://ws.brodit.se> processing
typed element getArticlesReturn of type http://ws.brodit.se:Article
2007-04-24 13:24:36.660592 xmlschema: <http://ws.brodit.se> done
processing element getArticlesReturn
2007-04-24 13:24:36.660700 xmlschema: <http://ws.brodit.se> done
processing complexType getArticlesResponse_ContainedType
2007-04-24 13:24:36.660778 xmlschema: <http://ws.brodit.se> done
processing element getArticlesResponse
2007-04-24 13:24:36.660874 xmlschema: <http://ws.brodit.se> processing
named complexType Article
2007-04-24 13:24:36.661059 xmlschema: <http://ws.brodit.se> processing
typed element articleCode of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 13:24:36.661148 xmlschema: <http://ws.brodit.se> done
processing element articleCode
2007-04-24 13:24:36.661277 xmlschema: <http://ws.brodit.se> processing
typed element articleCodeId of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 13:24:36.661365 xmlschema: <http://ws.brodit.se> done
processing element articleCodeId
2007-04-24 13:24:36.661501 xmlschema: <http://ws.brodit.se> processing
typed element articleId of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 13:24:36.661608 xmlschema: <http://ws.brodit.se> done
processing element articleId
2007-04-24 13:24:36.661737 xmlschema: <http://ws.brodit.se> processing
typed element articleInfo of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 13:24:36.661838 xmlschema: <http://ws.brodit.se> done
processing element articleInfo
2007-04-24 13:24:36.661959 xmlschema: <http://ws.brodit.se> processing
typed element comingSoon of type http://www.w3.org/2001/XMLSchema:boolean
2007-04-24 13:24:36.662047 xmlschema: <http://ws.brodit.se> done
processing element comingSoon
2007-04-24 13:24:36.662177 xmlschema: <http://ws.brodit.se> processing
typed element eanNo of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 13:24:36.662267 xmlschema: <http://ws.brodit.se> done
processing element eanNo
2007-04-24 13:24:36.662402 xmlschema: <http://ws.brodit.se> processing
typed element instructionText of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 13:24:36.662504 xmlschema: <http://ws.brodit.se> done
processing element instructionText
2007-04-24 13:24:36.662634 xmlschema: <http://ws.brodit.se> processing
typed element languageCode of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 13:24:36.662729 xmlschema: <http://ws.brodit.se> done
processing element languageCode
2007-04-24 13:24:36.662857 xmlschema: <http://ws.brodit.se> processing
typed element technicalText of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 13:24:36.662960 xmlschema: <http://ws.brodit.se> done
processing element technicalText
2007-04-24 13:24:36.663066 xmlschema: <http://ws.brodit.se> done
processing complexType Article
2007-04-24 13:24:36.663169 xmlschema: <http://ws.brodit.se> processing
untyped element getArticlesPerModelCountry
2007-04-24 13:24:36.663273 xmlschema: <http://ws.brodit.se> processing
unnamed complexType for element getArticlesPerModelCountry
2007-04-24 13:24:36.663459 xmlschema: <http://ws.brodit.se> processing
typed element userId of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 13:24:36.663549 xmlschema: <http://ws.brodit.se> done
processing element userId
2007-04-24 13:24:36.663670 xmlschema: <http://ws.brodit.se> processing
typed element modelCountryId of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 13:24:36.663758 xmlschema: <http://ws.brodit.se> done
processing element modelCountryId
2007-04-24 13:24:36.663880 xmlschema: <http://ws.brodit.se> processing
typed element languageCode of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 13:24:36.663968 xmlschema: <http://ws.brodit.se> done
processing element languageCode
2007-04-24 13:24:36.664072 xmlschema: <http://ws.brodit.se> done
processing complexType getArticlesPerModelCountry_ContainedType
2007-04-24 13:24:36.664149 xmlschema: <http://ws.brodit.se> done
processing element getArticlesPerModelCountry
2007-04-24 13:24:36.664260 xmlschema: <http://ws.brodit.se> processing
untyped element getArticlesPerModelCountryResponse
2007-04-24 13:24:36.664365 xmlschema: <http://ws.brodit.se> processing
unnamed complexType for element getArticlesPerModelCountryResponse
2007-04-24 13:24:36.664557 xmlschema: <http://ws.brodit.se> processing
typed element getArticlesPerModelCountryReturn of type http://ws.brodit.se:Article
2007-04-24 13:24:36.664649 xmlschema: <http://ws.brodit.se> done
processing element getArticlesPerModelCountryReturn
2007-04-24 13:24:36.664756 xmlschema: <http://ws.brodit.se> done
processing complexType
getArticlesPerModelCountryResponse_ContainedType
2007-04-24 13:24:36.664835 xmlschema: <http://ws.brodit.se> done
processing element getArticlesPerModelCountryResponse
2007-04-24 13:24:36.664937 xmlschema: <http://ws.brodit.se> processing
untyped element getArticleCode
2007-04-24 13:24:36.665039 xmlschema: <http://ws.brodit.se> processing
unnamed complexType for element getArticleCode
2007-04-24 13:24:36.665217 xmlschema: <http://ws.brodit.se> processing
typed element userId of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 13:24:36.665306 xmlschema: <http://ws.brodit.se> done
processing element userId
2007-04-24 13:24:36.665437 xmlschema: <http://ws.brodit.se> processing
typed element articleCodeId of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 13:24:36.665524 xmlschema: <http://ws.brodit.se> done
processing element articleCodeId
2007-04-24 13:24:36.665646 xmlschema: <http://ws.brodit.se> processing
typed element languageCode of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 13:24:36.665735 xmlschema: <http://ws.brodit.se> done
processing element languageCode
2007-04-24 13:24:36.665840 xmlschema: <http://ws.brodit.se> done
processing complexType getArticleCode_ContainedType
2007-04-24 13:24:36.665919 xmlschema: <http://ws.brodit.se> done
processing element getArticleCode
2007-04-24 13:24:36.666020 xmlschema: <http://ws.brodit.se> processing
untyped element getArticleCodeResponse
2007-04-24 13:24:36.666122 xmlschema: <http://ws.brodit.se> processing
unnamed complexType for element getArticleCodeResponse
2007-04-24 13:24:36.666306 xmlschema: <http://ws.brodit.se> processing
typed element getArticleCodeReturn of type http://ws.brodit.se:ArticleCode
2007-04-24 13:24:36.666405 xmlschema: <http://ws.brodit.se> done
processing element getArticleCodeReturn
2007-04-24 13:24:36.666511 xmlschema: <http://ws.brodit.se> done
processing complexType getArticleCodeResponse_ContainedType
2007-04-24 13:24:36.666588 xmlschema: <http://ws.brodit.se> done
processing element getArticleCodeResponse
2007-04-24 13:24:36.666687 xmlschema: <http://ws.brodit.se> processing
named complexType ArticleCode
2007-04-24 13:24:36.666871 xmlschema: <http://ws.brodit.se> processing
typed element articleCodeId of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 13:24:36.666960 xmlschema: <http://ws.brodit.se> done
processing element articleCodeId
2007-04-24 13:24:36.667092 xmlschema: <http://ws.brodit.se> processing
typed element description of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 13:24:36.667180 xmlschema: <http://ws.brodit.se> done
processing element description
2007-04-24 13:24:36.667309 xmlschema: <http://ws.brodit.se> processing
typed element languageCode of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 13:24:36.667404 xmlschema: <http://ws.brodit.se> done
processing element languageCode
2007-04-24 13:24:36.667508 xmlschema: <http://ws.brodit.se> done
processing complexType ArticleCode
2007-04-24 13:24:36.667608 xmlschema: <http://ws.brodit.se> processing
untyped element getArticleTexts
2007-04-24 13:24:36.667712 xmlschema: <http://ws.brodit.se> processing
unnamed complexType for element getArticleTexts
2007-04-24 13:24:36.667888 xmlschema: <http://ws.brodit.se> processing
typed element userId of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 13:24:36.667977 xmlschema: <http://ws.brodit.se> done
processing element userId
2007-04-24 13:24:36.668098 xmlschema: <http://ws.brodit.se> processing
typed element articleId of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 13:24:36.668185 xmlschema: <http://ws.brodit.se> done
processing element articleId
2007-04-24 13:24:36.668306 xmlschema: <http://ws.brodit.se> processing
typed element languageCode of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 13:24:36.668399 xmlschema: <http://ws.brodit.se> done
processing element languageCode
2007-04-24 13:24:36.668504 xmlschema: <http://ws.brodit.se> done
processing complexType getArticleTexts_ContainedType
2007-04-24 13:24:36.668582 xmlschema: <http://ws.brodit.se> done
processing element getArticleTexts
2007-04-24 13:24:36.668685 xmlschema: <http://ws.brodit.se> processing
untyped element getArticleTextsResponse
2007-04-24 13:24:36.668788 xmlschema: <http://ws.brodit.se> processing
unnamed complexType for element getArticleTextsResponse
2007-04-24 13:24:36.668973 xmlschema: <http://ws.brodit.se> processing
typed element getArticleTextsReturn of type http://ws.brodit.se:ArticleText
2007-04-24 13:24:36.669066 xmlschema: <http://ws.brodit.se> done
processing element getArticleTextsReturn
2007-04-24 13:24:36.669173 xmlschema: <http://ws.brodit.se> done
processing complexType getArticleTextsResponse_ContainedType
2007-04-24 13:24:36.669251 xmlschema: <http://ws.brodit.se> done
processing element getArticleTextsResponse
2007-04-24 13:24:36.669349 xmlschema: <http://ws.brodit.se> processing
named complexType ArticleText
2007-04-24 13:24:36.669541 xmlschema: <http://ws.brodit.se> processing
typed element articleId of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 13:24:36.669629 xmlschema: <http://ws.brodit.se> done
processing element articleId
2007-04-24 13:24:36.669757 xmlschema: <http://ws.brodit.se> processing
typed element articleInfo of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 13:24:36.669844 xmlschema: <http://ws.brodit.se> done
processing element articleInfo
2007-04-24 13:24:36.669973 xmlschema: <http://ws.brodit.se> processing
typed element languageCode of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 13:24:36.670061 xmlschema: <http://ws.brodit.se> done
processing element languageCode
2007-04-24 13:24:36.670165 xmlschema: <http://ws.brodit.se> done
processing complexType ArticleText
2007-04-24 13:24:36.670266 xmlschema: <http://ws.brodit.se> processing
untyped element getTextTypes
2007-04-24 13:24:36.670386 xmlschema: <http://ws.brodit.se> processing
unnamed complexType for element getTextTypes
2007-04-24 13:24:36.670566 xmlschema: <http://ws.brodit.se> processing
typed element userId of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 13:24:36.670654 xmlschema: <http://ws.brodit.se> done
processing element userId
2007-04-24 13:24:36.670778 xmlschema: <http://ws.brodit.se> processing
typed element textType of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 13:24:36.670866 xmlschema: <http://ws.brodit.se> done
processing element textType
2007-04-24 13:24:36.670971 xmlschema: <http://ws.brodit.se> done
processing complexType getTextTypes_ContainedType
2007-04-24 13:24:36.671050 xmlschema: <http://ws.brodit.se> done
processing element getTextTypes
2007-04-24 13:24:36.671151 xmlschema: <http://ws.brodit.se> processing
untyped element getTextTypesResponse
2007-04-24 13:24:36.671256 xmlschema: <http://ws.brodit.se> processing
unnamed complexType for element getTextTypesResponse
2007-04-24 13:24:36.671448 xmlschema: <http://ws.brodit.se> processing
typed element getTextTypesReturn of type http://ws.brodit.se:TextType
2007-04-24 13:24:36.671538 xmlschema: <http://ws.brodit.se> done
processing element getTextTypesReturn
2007-04-24 13:24:36.671644 xmlschema: <http://ws.brodit.se> done
processing complexType getTextTypesResponse_ContainedType
2007-04-24 13:24:36.671724 xmlschema: <http://ws.brodit.se> done
processing element getTextTypesResponse
2007-04-24 13:24:36.671822 xmlschema: <http://ws.brodit.se> processing
named complexType TextType
2007-04-24 13:24:36.672005 xmlschema: <http://ws.brodit.se> processing
typed element description of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 13:24:36.672094 xmlschema: <http://ws.brodit.se> done
processing element description
2007-04-24 13:24:36.672221 xmlschema: <http://ws.brodit.se> processing
typed element textType of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 13:24:36.672309 xmlschema: <http://ws.brodit.se> done
processing element textType
2007-04-24 13:24:36.672422 xmlschema: <http://ws.brodit.se> done
processing complexType TextType
2007-04-24 13:24:36.672524 xmlschema: <http://ws.brodit.se> processing
untyped element getTexts
2007-04-24 13:24:36.672624 xmlschema: <http://ws.brodit.se> processing
unnamed complexType for element getTexts
2007-04-24 13:24:36.672798 xmlschema: <http://ws.brodit.se> processing
typed element userId of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 13:24:36.672886 xmlschema: <http://ws.brodit.se> done
processing element userId
2007-04-24 13:24:36.673008 xmlschema: <http://ws.brodit.se> processing
typed element articleId of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 13:24:36.673095 xmlschema: <http://ws.brodit.se> done
processing element articleId
2007-04-24 13:24:36.673215 xmlschema: <http://ws.brodit.se> processing
typed element textType of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 13:24:36.673302 xmlschema: <http://ws.brodit.se> done
processing element textType
2007-04-24 13:24:36.673432 xmlschema: <http://ws.brodit.se> processing
typed element languageCode of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 13:24:36.673519 xmlschema: <http://ws.brodit.se> done
processing element languageCode
2007-04-24 13:24:36.673623 xmlschema: <http://ws.brodit.se> done
processing complexType getTexts_ContainedType
2007-04-24 13:24:36.673701 xmlschema: <http://ws.brodit.se> done
processing element getTexts
2007-04-24 13:24:36.673801 xmlschema: <http://ws.brodit.se> processing
untyped element getTextsResponse
2007-04-24 13:24:36.673903 xmlschema: <http://ws.brodit.se> processing
unnamed complexType for element getTextsResponse
2007-04-24 13:24:36.674088 xmlschema: <http://ws.brodit.se> processing
typed element getTextsReturn of type http://ws.brodit.se:Text
2007-04-24 13:24:36.674182 xmlschema: <http://ws.brodit.se> done
processing element getTextsReturn
2007-04-24 13:24:36.674288 xmlschema: <http://ws.brodit.se> done
processing complexType getTextsResponse_ContainedType
2007-04-24 13:24:36.674380 xmlschema: <http://ws.brodit.se> done
processing element getTextsResponse
2007-04-24 13:24:36.674479 xmlschema: <http://ws.brodit.se> processing
named complexType Text
2007-04-24 13:24:36.674663 xmlschema: <http://ws.brodit.se> processing
typed element articleId of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 13:24:36.674752 xmlschema: <http://ws.brodit.se> done
processing element articleId
2007-04-24 13:24:36.674882 xmlschema: <http://ws.brodit.se> processing
typed element languageCode of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 13:24:36.674971 xmlschema: <http://ws.brodit.se> done
processing element languageCode
2007-04-24 13:24:36.675098 xmlschema: <http://ws.brodit.se> processing
typed element text of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 13:24:36.675187 xmlschema: <http://ws.brodit.se> done
processing element text
2007-04-24 13:24:36.675317 xmlschema: <http://ws.brodit.se> processing
typed element textId of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 13:24:36.675412 xmlschema: <http://ws.brodit.se> done
processing element textId
2007-04-24 13:24:36.675540 xmlschema: <http://ws.brodit.se> processing
typed element textType of type http://www.w3.org/2001/XMLSchema:string
2007-04-24 13:24:36.675628 xmlschema: <http://ws.brodit.se> done
processing element textType
2007-04-24 13:24:36.675734 xmlschema: <http://ws.brodit.se> done
processing complexType Text
2007-04-24 13:24:36.675821 wsdl: Parsing WSDL schema done
2007-04-24 13:24:36.676037 wsdl: msg getBrandtypesRequest: found part
parameters: http://ws.brodit.se:getBrandtypes,parameters
2007-04-24 13:24:36.676258 wsdl: msg getArticleTextsRequest: found
part parameters: http://ws.brodit.se:getArticleTexts,parameters
2007-04-24 13:24:36.676487 wsdl: msg getArticlesResponse: found part
parameters: http://ws.brodit.se:getArticlesResponse,parameters
2007-04-24 13:24:36.676704 wsdl: msg getCountriesRequest: found part
parameters: http://ws.brodit.se:getCountries,parameters
2007-04-24 13:24:36.676922 wsdl: msg getModelsPerBrandResponse: found
part parameters: http://ws.brodit.se:getModelsPerBrandResponse,parameters
2007-04-24 13:24:36.677140 wsdl: msg
getArticlesPerModelCountryResponse: found part parameters:
http://ws.brodit.se:getArticlesPerModelCountryResponse,parameters
2007-04-24 13:24:36.677357 wsdl: msg getBrandtypesResponse: found part
parameters: http://ws.brodit.se:getBrandtypesResponse,parameters
2007-04-24 13:24:36.677584 wsdl: msg getModelCountryPerModelResponse:
found part parameters: http://ws.brodit.se:getModelCountryPerModelResponse,parameters
2007-04-24 13:24:36.677800 wsdl: msg getTextsRequest: found part
parameters: http://ws.brodit.se:getTexts,parameters
2007-04-24 13:24:36.678018 wsdl: msg getModelCountryPerModelRequest:
found part parameters: http://ws.brodit.se:getModelCountryPerModel,parameters
2007-04-24 13:24:36.678235 wsdl: msg
getArticleIdsPerModelCountryRequest: found part parameters:
http://ws.brodit.se:getArticleIdsPerModelCountry,parameters
2007-04-24 13:24:36.678459 wsdl: msg getBrandsPerBrandtypeResponse:
found part parameters: http://ws.brodit.se:getBrandsPerBrandtypeResponse,parameters
2007-04-24 13:24:36.678676 wsdl: msg getTextTypesResponse: found part
parameters: http://ws.brodit.se:getTextTypesResponse,parameters
2007-04-24 13:24:36.678892 wsdl: msg getLanguageCodesRequest: found
part parameters: http://ws.brodit.se:getLanguageCodes,parameters
2007-04-24 13:24:36.679109 wsdl: msg getCountriesResponse: found part
parameters: http://ws.brodit.se:getCountriesResponse,parameters
2007-04-24 13:24:36.679328 wsdl: msg
getArticlesPerModelCountryRequest: found part parameters:
http://ws.brodit.se:getArticlesPerModelCountry,parameters
2007-04-24 13:24:36.679554 wsdl: msg getArticleCodeRequest: found part
parameters: http://ws.brodit.se:getArticleCode,parameters
2007-04-24 13:24:36.679769 wsdl: msg getModelsPerBrandRequest: found
part parameters: http://ws.brodit.se:getModelsPerBrand,parameters
2007-04-24 13:24:36.679986 wsdl: msg getTextsResponse: found part
parameters: http://ws.brodit.se:getTextsResponse,parameters
2007-04-24 13:24:36.680203 wsdl: msg getArticleTextsResponse: found
part parameters: http://ws.brodit.se:getArticleTextsResponse,parameters
2007-04-24 13:24:36.680426 wsdl: msg getArticleCodeResponse: found
part parameters: http://ws.brodit.se:getArticleCodeResponse,parameters
2007-04-24 13:24:36.680642 wsdl: msg getTextTypesRequest: found part
parameters: http://ws.brodit.se:getTextTypes,parameters
2007-04-24 13:24:36.680859 wsdl: msg
getArticleIdsPerModelCountryResponse: found part parameters:
http://ws.brodit.se:getArticleIdsPerModelCountryResponse,parameters
2007-04-24 13:24:36.681076 wsdl: msg getLanguageCodesResponse: found
part parameters: http://ws.brodit.se:getLanguageCodesResponse,parameters
2007-04-24 13:24:36.681291 wsdl: msg getArticlesRequest: found part
parameters: http://ws.brodit.se:getArticles,parameters
2007-04-24 13:24:36.681517 wsdl: msg getBrandsPerBrandtypeRequest:
found part parameters: http://ws.brodit.se:getBrandsPerBrandtype,parameters
2007-04-24 13:24:36.681711 wsdl: portType WebService operation:
getBrandtypes
2007-04-24 13:24:36.682024 wsdl: portType WebService operation:
getBrandsPerBrandtype
2007-04-24 13:24:36.682336 wsdl: portType WebService operation:
getModelsPerBrand
2007-04-24 13:24:36.682687 wsdl: portType WebService operation:
getModelCountryPerModel
2007-04-24 13:24:36.682999 wsdl: portType WebService operation:
getCountries
2007-04-24 13:24:36.683306 wsdl: portType WebService operation:
getArticleIdsPerModelCountry
2007-04-24 13:24:36.683626 wsdl: portType WebService operation:
getLanguageCodes
2007-04-24 13:24:36.683934 wsdl: portType WebService operation:
getArticles
2007-04-24 13:24:36.684240 wsdl: portType WebService operation:
getArticlesPerModelCountry
2007-04-24 13:24:36.684563 wsdl: portType WebService operation:
getArticleCode
2007-04-24 13:24:36.684870 wsdl: portType WebService operation:
getArticleTexts
2007-04-24 13:24:36.685177 wsdl: portType WebService operation:
getTextTypes
2007-04-24 13:24:36.685492 wsdl: portType WebService operation:
getTexts
2007-04-24 13:24:36.685857 wsdl: current binding:
WebServiceSoapBinding of portType: http://ws.brodit.se:WebService
2007-04-24 13:24:36.686055 wsdl: current binding operation:
getBrandtypes
2007-04-24 13:24:36.686557 wsdl: current binding operation:
getBrandsPerBrandtype
2007-04-24 13:24:36.687040 wsdl: current binding operation:
getModelsPerBrand
2007-04-24 13:24:36.687533 wsdl: current binding operation:
getModelCountryPerModel
2007-04-24 13:24:36.688020 wsdl: current binding operation:
getCountries
2007-04-24 13:24:36.688513 wsdl: current binding operation:
getArticleIdsPerModelCountry
2007-04-24 13:24:36.689001 wsdl: current binding operation:
getLanguageCodes
2007-04-24 13:24:36.689514 wsdl: current binding operation:
getArticles
2007-04-24 13:24:36.690021 wsdl: current binding operation:
getArticlesPerModelCountry
2007-04-24 13:24:36.690517 wsdl: current binding operation:
getArticleCode
2007-04-24 13:24:36.691001 wsdl: current binding operation:
getArticleTexts
2007-04-24 13:24:36.691494 wsdl: current binding operation:
getTextTypes
2007-04-24 13:24:36.691974 wsdl: current binding operation: getTexts
2007-04-24 13:24:36.692489 wsdl: current service: WebServiceService
2007-04-24 13:24:36.692616 wsdl: current port: WebService
2007-04-24 13:24:36.692822 wsdl: Parsing WSDL done
2007-04-24 13:24:36.692925 wsdl: post-parse data gathering for
getBrandtypes
2007-04-24 13:24:36.693027 wsdl: post-parse data gathering for
getBrandsPerBrandtype
2007-04-24 13:24:36.693117 wsdl: post-parse data gathering for
getModelsPerBrand
2007-04-24 13:24:36.693205 wsdl: post-parse data gathering for
getModelCountryPerModel
2007-04-24 13:24:36.693294 wsdl: post-parse data gathering for
getCountries
2007-04-24 13:24:36.693388 wsdl: post-parse data gathering for
getArticleIdsPerModelCountry
2007-04-24 13:24:36.693477 wsdl: post-parse data gathering for
getLanguageCodes
2007-04-24 13:24:36.693565 wsdl: post-parse data gathering for
getArticles
2007-04-24 13:24:36.693653 wsdl: post-parse data gathering for
getArticlesPerModelCountry
2007-04-24 13:24:36.693742 wsdl: post-parse data gathering for
getArticleCode
2007-04-24 13:24:36.693827 wsdl: post-parse data gathering for
getArticleTexts
2007-04-24 13:24:36.693914 wsdl: post-parse data gathering for
getTextTypes
2007-04-24 13:24:36.694002 wsdl: post-parse data gathering for
getTexts
2007-04-24 13:24:36.694207 soapclient: got 13 operations from wsdl
http://www.brodit.se/Brodit/wsdl/WebService.wsdl
2007-04-24 13:24:36.694285 soapclient: call: operation=getBrandtypes,
namespace=http://tempuri.org, soapAction=, rpcParams=, style=rpc,
use=encoded, endpointType=wsdl
params=array(1) {
["userId"]=>
string(7) "XXXXXX"
}
headers=bool(false)
2007-04-24 13:24:36.694378 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 13:24:36.694517 soapclient: serializing param array for
WSDL operation getBrandtypes
2007-04-24 13:24:36.694571 wsdl: in serializeRPCParameters:
operation=getBrandtypes, direction=input, XMLSchemaVersion=http://
www.w3.org/2001/XMLSchema
parameters=array(1) {
["userId"]=>
string(7) "XXXXXX"
}
2007-04-24 13:24:36.694650 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 13:24:36.694749 wsdl: have 1 part(s) to serialize
2007-04-24 13:24:36.694806 wsdl: have 1 parameter(s) provided as
arrayStruct to serialize
2007-04-24 13:24:36.694858 wsdl: serializing part "parameters" of type
"http://ws.brodit.se:getBrandtypes"
2007-04-24 13:24:36.694907 wsdl: calling serializeType w/null param
2007-04-24 13:24:36.694964 wsdl: in serializeType: name=parameters,
type=http://ws.brodit.se:getBrandtypes, use=literal, encodingStyle=,
unqualified=qualified
value=NULL
2007-04-24 13:24:36.695034 wsdl: in serializeType: got a prefixed
type: getBrandtypes, http://ws.brodit.se
2007-04-24 13:24:36.695091 wsdl: in getTypeDef: type=getBrandtypes,
ns=http://ws.brodit.se
2007-04-24 13:24:36.695140 wsdl: in getTypeDef: have schema for
namespace http://ws.brodit.se
2007-04-24 13:24:36.695201 xmlschema: <http://ws.brodit.se> in
getTypeDef, found element getBrandtypes
2007-04-24 13:24:36.695262 xmlschema: <http://ws.brodit.se> in
getTypeDef, found complexType getBrandtypes_ContainedType
2007-04-24 13:24:36.695314 xmlschema: <http://ws.brodit.se> in
getTypeDef, found type for element getBrandtypes:
2007-04-24 13:24:36.695400 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 13:24:36.695488 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 13:24:36.695578 wsdl: in serializeType: uqType:
getBrandtypes, ns: http://ws.brodit.se, phptype: struct, arrayType:
2007-04-24 13:24:36.695635 wsdl: in serializeType: returning:
<getBrandtypes xmlns="http://ws.brodit.se"/>
2007-04-24 13:24:36.695685 wsdl: serializeRPCParameters returning:
<getBrandtypes xmlns="http://ws.brodit.se"/>
2007-04-24 13:24:36.695767 soapclient: In serializeEnvelope length=44
body (max 1000 characters)=<getBrandtypes xmlns="http://ws.brodit.se"/
> style=document use=literal encodingStyle=
2007-04-24 13:24:36.695813 soapclient: headers:
bool(false)
2007-04-24 13:24:36.695868 soapclient: namespaces:
array(1) {
["ns1829"]=>
string(18) "http://tempuri.org"
}
2007-04-24 13:24:36.695966 soapclient: endpoint=http://www.brodit.se/
Brodit/services/WebService, soapAction=, namespace=http://tempuri.org,
style=document, use=literal, encodingStyle=
2007-04-24 13:24:36.696018 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:ns1829="http://
tempuri.org"><SOAP-ENV:Body><getBrandtypes xmlns="http://ws.brodit.se"/
></SOAP-ENV:Body></SOAP-ENV:Envelope>
2007-04-24 13:24:36.696082 soapclient: transporting via HTTP
2007-04-24 13:24:36.696525 soapclient: sending message, length=408
2007-04-24 13:24:36.696158 soap_transport_http: scheme = http
2007-04-24 13:24:36.696206 soap_transport_http: host = www.brodit.se
2007-04-24 13:24:36.696253 soap_transport_http: path = /Brodit/
services/WebService
2007-04-24 13:24:36.696304 soap_transport_http: set Host: www.brodit.se
2007-04-24 13:24:36.696376 soap_transport_http: set User-Agent: NuSOAP/
0.7.2 (1.94)
2007-04-24 13:24:36.696429 soap_transport_http: set Content-Type: text/
xml; charset=ISO-8859-1
2007-04-24 13:24:36.696477 soap_transport_http: set SOAPAction: ""
2007-04-24 13:24:36.696583 soap_transport_http: entered send() with
data of length: 408
2007-04-24 13:24:36.696639 soap_transport_http: connect
connection_timeout 0, response_timeout 30, scheme http, host www.brodit.se,
port 80
2007-04-24 13:24:36.696689 soap_transport_http: calling fsockopen with
host www.brodit.se connection_timeout 0
2007-04-24 13:24:56.762166 soap_transport_http: set response timeout
to 30
2007-04-24 13:24:56.762262 soap_transport_http: socket connected
2007-04-24 13:24:56.762343 soap_transport_http: set Content-Length:
408
2007-04-24 13:24:56.762394 soap_transport_http: HTTP request: POST /
Brodit/services/WebService HTTP/1.0
2007-04-24 13:24:56.762445 soap_transport_http: HTTP header: Host:
www.brodit.se
2007-04-24 13:24:56.762495 soap_transport_http: HTTP header: User-
Agent: NuSOAP/0.7.2 (1.94)
2007-04-24 13:24:56.762544 soap_transport_http: HTTP header: Content-
Type: text/xml; charset=ISO-8859-1
2007-04-24 13:24:56.762593 soap_transport_http: HTTP header:
SOAPAction: ""
2007-04-24 13:24:56.762643 soap_transport_http: HTTP header: Content-
Length: 408
2007-04-24 13:24:56.762712 soap_transport_http: wrote data to socket,
length = 588
2007-04-24 13:24:56.853516 soap_transport_http: read line of 36 bytes:
HTTP/1.1 500 Internal Server Error
2007-04-24 13:24:56.853586 soap_transport_http: read line of 27 bytes:
Server: Apache-Coyote/1.1
2007-04-24 13:24:56.853642 soap_transport_http: read line of 43 bytes:
Content-Type: text/xml;charset=iso-8859-1
2007-04-24 13:24:56.853700 soap_transport_http: read line of 37 bytes:
Date: Tue, 24 Apr 2007 12:30:11 GMT
2007-04-24 13:24:56.853756 soap_transport_http: read line of 19 bytes:
Connection: close
2007-04-24 13:24:56.853813 soap_transport_http: read line of 2 bytes:
2007-04-24 13:24:56.853900 soap_transport_http: found end of headers
after length 164
2007-04-24 13:24:56.853998 soap_transport_http: want to read content
to EOF
2007-04-24 13:24:56.854070 soap_transport_http: read buffer of 503
bytes
2007-04-24 13:24:56.854122 soap_transport_http: read to EOF
2007-04-24 13:24:56.854168 soap_transport_http: read body of length
503
2007-04-24 13:24:56.854215 soap_transport_http: received a total of
667 bytes of data from server
2007-04-24 13:24:56.854278 soap_transport_http: closed socket
2007-04-24 13:24:56.854355 soap_transport_http: No Content-Encoding
header
2007-04-24 13:24:56.854406 soap_transport_http: end of send()
2007-04-24 13:24:56.854485 soapclient: got response, length=503
type=text/xml;charset=iso-8859-1
2007-04-24 13:24:56.854540 soapclient: Entering parseResponse() for
data of length 503 and type text/xml;charset=iso-8859-1
2007-04-24 13:24:56.854596 soapclient: Got response encoding:
iso-8859-1
2007-04-24 13:24:56.854698 soapclient: Use encoding: ISO-8859-1 when
creating soap_parser
2007-04-24 13:24:56.854873 soap_parser: Charset from HTTP Content-Type
matches encoding from XML declaration
2007-04-24 13:24:56.854924 soap_parser: Entering soap_parser(),
length=503, encoding=ISO-8859-1
2007-04-24 13:24:56.855249 soap_parser: found root struct Fault, pos 2
2007-04-24 13:24:56.855594 soap_parser: in buildVal() for detail(pos
5) of type
2007-04-24 13:24:56.855645 soap_parser: in buildVal, there are
children
2007-04-24 13:24:56.855701 soap_parser: in buildVal, adding Java
Vector detail
2007-04-24 13:24:56.855793 soap_parser: in buildVal() for Fault(pos 2)
of type struct
2007-04-24 13:24:56.855841 soap_parser: in buildVal, there are
children
2007-04-24 13:24:56.855894 soap_parser: in buildVal, adding Java
Vector Fault
2007-04-24 13:24:56.856006 soap_parser: parsed successfully, found
root struct: 2 of name Fault
2007-04-24 13:24:56.856106 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 13:24:56.856186 soapclient: got fault
2007-04-24 13:24:56.856243 soapclient: faultcode =
soapenv:Server.userException<br>
2007-04-24 13:24:56.856293 soapclient: faultstring =
se.brodit.ws.InvalidUserException<br>
2007-04-24 13:24:56.856351 soapclient: detail = Array<br>

[Back to original 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

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