Salve ragazzi,
avrei necessità di scrivere questo file in XML, ma se do l'estensione in xml non va per via della prima parte, se do l'estensione php ancora peggio...

Come fare?

codice:
POST /WebSite1/Service.asmx HTTP/1.1
Host: localhost
Content-Type: text/xml; charset=utf-8
Content-Length: length
SOAPAction: "http://tempuri.org/insertDataInRepository"

<?xml version="1.0" encoding="utf-8"?>
<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
  <soap:Body>
    <insertDataInRepository xmlns="http://tempuri.org/">
      <RDFData>string</RDFData>
    </insertDataInRepository>
  </soap:Body>
</soap:Envelope>