[Chicago-talk] Adding namespace in Method Response

Mithun Bhattacharya inzoik at yahoo.com
Thu Aug 12 13:00:54 PDT 2010


Hi,

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.

I have attached a sample service running under POE and its CGI equivalent. With 
SOAP::Trace enabled the soap body for POE was
    
      <s-gensym3 xsi:type="xsd:string">Hello</s-gensym3>
    </namesp1:hiResponse>

whereas the Apache::SOAP code is generating
    
      <s-gensym3  xsi:type="xsd:string">Hello</s-gensym3>
    </hiResponse>

The  above difference is preventing a .Net client from reading the  response.

Any suggestions or pointers would be highly appreciated.



- Mithun


      
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.pm.org/pipermail/chicago-talk/attachments/20100812/5eade62d/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: poe.pl
Type: application/x-perl
Size: 903 bytes
Desc: not available
URL: <http://mail.pm.org/pipermail/chicago-talk/attachments/20100812/5eade62d/attachment.bin>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: test.cgi
Type: application/octet-stream
Size: 156 bytes
Desc: not available
URL: <http://mail.pm.org/pipermail/chicago-talk/attachments/20100812/5eade62d/attachment.obj>


More information about the Chicago-talk mailing list