XML - SOAP

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Blaine Everingham

    XML - SOAP

    Hello,

    I am having difficulty figuring out how to create a multiref using
    SOAP::Lite. Below is an example of some code that I would like to create..
    Can someone tell me how to do this using SOAP::Lite.

    I am not sure how to get the 'href' tag happening in the getResultsByCit y or
    how to get he multiRef tag happening...

    <ns1:getResults ByCity>
    <in0 href="#id0"/>
    </ns1:getResultsB yCity>
    <multiRef id="id0">
    .... More code..
    </multiRef>


Working...