I'm attempting to implement nuSOAP into Drupal, but it's causing problems for me. Since it seems nuSOAP dynamically grabs the server script file with $_SERVER['PHP_SELF'] (or something similar), it always defaults to /index.php in Drupal. This is because everything runs through Drupal's
index.php and Drupal has a system where its url paths can be generated without physically existing (which I'm using for the server and client). So, a lot of the xml returned shows as '/index.php?wsdl'- like endpoints, for example.
Any idea how I can modify these manually so they don't defer to index.php? Or does someone have another solution to this problem?
Let me know if more information is needed.
Thanks, Matt
-- Matthew Kelly matthwk@xxxxxxxxx
-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/ _______________________________________________
Nusoap-general mailing list
Nusoap-general@xxxxxxxxxxxxxxxxxxxxx
https://lists.sourceforge.net/lists/listinfo/nusoap-general
|