|
Posted by craigyk on 04/24/07 15:03
On Apr 24, 11:06 am, craigyk <craig.keight...@gmail.com> wrote:
> 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?
>
> yes, i removed the userId value.
>
> my problem is that i have tried with the correct user id and retreived
> the above error message.
> I have used the webservice in eclipse and that let me access the
> information with no problems.
>
> am i doing anything wrond witht the code posted?
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?
[Back to original message]
|