Server was unable to read request

"Abhishek Mishra" <[email protected]> Fri, 30 May 2003 19:57:55 +0530
Newsgroups gmane.comp.java.enhydra.ksoap
Message-ID <[email protected]>
Hi ,

i has written J2ME application, which is calling Web Service in .NET.

I an able to get data from the web service. While posting data to server i am getting follwoing error:

_________________________________________________________________________________

Buffer:<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <soap:Fault>
      <faultcode>soap:Client</faultcode>
      <faultstring>Server was unable to read request. --&gt; The &amp;lt;Cust_Appointment&amp;gt; tag from namespace  is expected. Line 1, position 2.</faultstring>
      <detail />
    </soap:Fault>
  </soap:Body>
</soap:Envelope>

___________________________________________________________________________________

i am sending XML to the web service.

Help me in this please,

Abhishek