Dears,Please hlep me
How can i use WS method that returns <name,value> collection inside SC JS
- I generated the SC client for external WS .
- built my own JS to call this method "getListofPOPs" and
this method return array of values like this xml:
<ns2:getListofPOPsResponse xmlns:ns2="http://ttcwebservice.jnts/">
<return><siteID>1</siteID><siteName>First Site</siteName></return>
<return><siteID>2</siteID><siteName>Second Site</siteName></return>
</ns2:getListofPOPsResponse>
and i want to fill $variable array with siteaNames


Reply With Quote
Bookmarks