Hello,

 

I�m writing a web service which returns me the XML I�d expect to see but it has a bit of HTML appended to the bottom of it (in bold below). This doesn�t seem to affect the reading of the XML but obviously its not something I want/need. From my investigations I can't see where its coming from, does anyone have any ideas about what might be causing it?

 

Thanks

 

MB

 

<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> 

      <ns1:getCustomerResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/" xmlns:ns1=http://com.blah.blah>  

         <getCustomerReturn xsi:type="ns1:Customer">   

            <surname>Smith</surname>   

            <firstForename>John</firstForename>  

         </getCustomerReturn> 

      </ns1:getCustomerResponse>

   </soapenv:Body></soapenv:Envelope>0

<HTML>

   <TITLE>400 Invalid request</TITLE>

   <BODY>

      <h1>400 Invalid request</h1>

   </BODY></HTML>

 



Get a free connection, half-price modem and one month FREE, when you sign up for BT Broadband today!

Reply via email to