Is there a way to consume SOAP based web services using DHTMLX? Any helpful components that will abstract the xml details?
there is a standard “dhtmlxAjax” capability that will call any URL and return its response to your javascript script -
docs.dhtmlx.com/doku.php?id=dhtm … dhtmlxajax
it includes access to the xml response and use of xpath or xslt to parse the data that is returned
I hope that helps…