jQuery/Axaj and PHP NUSOAP WSDL service
Hello,
I'm trying to use jQuery Ajax with WSDL service and can't understand, what's wrong ;-(
I want to choose game name and then use ajax to load race names for that game to select from list.
I want to use NUSOAP WSDL service for that: http://test.galaxy.lt/xml.php
Service is up and running, soapUI software tests it and I get results from DB, that's ok.
Now I want to use jQuery to use this WSDL. My test html with jquery is at: http://test.galaxy.lt/test.html
After selecting game jQuery should query WSDL, but something is wrong and NUSOAP shows interface only (again - it WORKS when testing with soapUI). It's not finished, I'll make parsing to <select><options> later.
I _do_ want to use XML, not comma-separated answer from PHP (just to follow standarts in bigger projects).
Maybe anyone had experience with jquery+nusoap?
Thanks in advance,
Marius