Help for this page

Select Code to Download


  1. or download this
    $arg = 'Hello SOAP'
    
    <s-gensym3 xsi:type="xsd:string">Hello SOAP</s-gensym3>
    
  2. or download this
    <Result xsi:type="xsd:string">Hello SOAP</Result>
    
  3. or download this
    @arg = qw(foo bar baz qux)
    
    ...
    <s-gensym5 xsi:type="xsd:string">bar</s-gensym5>
    <s-gensym7 xsi:type="xsd:string">baz</s-gensym7>
    <s-gensym9 xsi:type="xsd:string">qux</s-gensym9>
    
  4. or download this
    <item xsi:type="xsd:string" id="i3" SOAP-ENC:root="0">foo</item>
    <item xsi:type="xsd:string" id="i4" SOAP-ENC:root="0">bar</item>
    <item xsi:type="xsd:string" id="i5" SOAP-ENC:root="0">baz</item>
    <item xsi:type="xsd:string" id="i6" SOAP-ENC:root="0">qux</item>
    
  5. or download this
    $arg = [foo=>bar=>baz=>'qux']
    
    ...
      <foo xsi:type="xsd:string">bar</foo>
      <baz xsi:type="xsd:string">qux</baz>
    </s-gensym3>
    
  6. or download this
    $arg = {foo=>{bar=>{baz=>['qux']}},bar=>[bar=>{baz=>'qux'}]}
    
    ...
      </item>
     </bar>
    </s-gensym3>