Hi

 

Axis doesn’t send the xml declaration! Can anyone help me out? I need this XML Declaration because I’m calling web services from cocoon. I have axis RC2 running on tomcat 4.1

 
  http://localhost:8080/axis/services/Version?method=getVersion
  
<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><getVersionResponse soapenv:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/"><getVersionReturn xsi:type="soapenc:string" xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/">Apache Axis version: 1.2RC2
Built on Nov 16, 2004 (12:19:44 EST)</getVersionReturn></getVersionResponse></soapenv:Body></soapenv:Envelope>
 




Reply via email to