Help for this page

Select Code to Download


  1. or download this
    use POE;
    use POE::Component::Server::SOAP;
    ...
    
    
    1;
    
  2. or download this
        <namesp1:hiResponse xmlns:namesp1="http://127.0.0.1:32080/">
          <s-gensym3 xsi:type="xsd:string">Hello</s-gensym3>
        </namesp1:hiResponse>
    
  3. or download this
    #!/usr/bin/perl
    
    ...
    }
    
    1;
    
  4. or download this
        <hiResponse xmlns="http://127.0.0.1/Demo">
          <s-gensym3 xsi:type="xsd:string">Hello</s-gensym3>
        </hiResponse>