Board index » delphi » We service request error
Pier
![]() Delphi Developer |
We service request error2008-06-26 07:16:56 PM delphi273 I am trying to use the FMS (www.fmsgps.com) web server but I am unable to get an authentication from the web server. When I send the following xml string to their Authenticate function I get an error. <?xml version="1.0" encoding="utf-8"?> <soap:Envelope xmlns:xsi=www.w3.org/2001/XMLSchema-instance :xsd="www.w3.org/2001/XMLSchema" xmlns:soap="schemas.xmlsoap.org/soap/envelope/"> <soap:Body> <Authenticate xmlns="www.fmsgps.com/FMSWebServices"> <docRequest> <WebServiceRequest xmlns=""> <UserRequest userName="abc" Password="xyz"/> </webServiceRequest> </docRequest> </Authenticate> </soap:Body> </soap:Envelope> The error I get is: Server was unable to read request. -->There is an error in XML document (14, 38). -->The specified node cannot be inserted as the valid child of this node, because the specified node is the wrong type. There is no line 14. What I am doing wrong? Pier |