On Apr 23, 9:57 pm, Michael Placentra II <sumguyovrt...@gmail.com>
wrote:
It means the service says your user id is wrong. I see there are x's in
the user id string in your snippet, did you replace your user id with
x's for safety when posting on newsgroups? Or did you not fill that in
when you copied out of the example?
I have noticed whilst using the eclipse plug-in, the request layout is
as follows:
<?xml version="1.0" encoding="UTF-8" ?>
- <soapenv:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:q0="http://ws.brodit.se" xmlns:soapenv="http://
schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/
XMLSchema-instance">
- <soapenv:Body>
- <q0:getBrandtypes>
<q0:userId />
<q0:brandTypeId>XXXXXX</q0:brandTypeId>
</q0:getBrandtypes>
</soapenv:Body>
</soapenv:Envelope>
do i need the q0 tags in nusoap?