Chapter 6 : Web Services and Ajax
In chapter 6, there is topic that explain how to call web services with Ajax. There are 2 variable that i don't understand.
var SERVICE_URL="http://localhost/Math/Math.aspx";
var SOAP_ACTION_BASE = "http://www.wrox.com/services/math";
Can someone explain this 2 variable.
I create web services with PHP, my web services located at "http://localhost/slide/server.php".
Is this right ?
var SERVICE_URL="http://localhost/slide/server.php";
var SOAP_ACTION_BASE = ?
So what what about SOAP_ACTION_BASE ?
|