<html><head><style type="text/css"><!-- DIV {margin:0px;} --></style></head><body><div style="font-family:Courier New,courier,monaco,monospace,sans-serif;font-size:10pt">Hi,<br><br>I am trying to migrate a set of web services to run under Apache::SOAP instead of POE::Component::Server::SOAP and am observing a behavior which has halted the whole process.<br><br>I have attached a sample service running under POE and its CGI equivalent. With SOAP::Trace enabled the soap body for POE was<br><span>&nbsp;&nbsp;&nbsp; <namesp1:hiresponse xmlns:namesp1="&lt;a target='_blank' href='http://127.0.0.1:32080/'&gt;http://127.0.0.1:32080/&lt;/a&gt;"></namesp1:hiresponse></span><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;s-gensym3 xsi:type="xsd:string"&gt;Hello&lt;/s-gensym3&gt;<br>&nbsp;&nbsp;&nbsp; &lt;/namesp1:hiResponse&gt;<br><br>whereas the Apache::SOAP code is generating<br><span>&nbsp;&nbsp;&nbsp; <hiresponse xmlns="&lt;a target='_blank'
 href='http://127.0.0.1/Demo'&gt;http://127.0.0.1/Demo&lt;/a&gt;"></hiresponse></span><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; &lt;s-gensym3
 xsi:type="xsd:string"&gt;Hello&lt;/s-gensym3&gt;<br>&nbsp;&nbsp;&nbsp; &lt;/hiResponse&gt;<br><br>The
 above difference is preventing a .Net client from reading the 
response.<br><br>Any suggestions or pointers would be highly appreciated.<br><br><br><br>- Mithun



</div><br>

      </body></html>