AJAX calling an external webservice from the client: Difference between revisions

m
no edit summary
mNo edit summary
Line 1: Line 1:
== Problem ==
 
== Problem description ==
I'm going to use an external [[WebService]] which check if an adress exist.
I'm going to use an external [[WebService]] which check if an adress exist.


Line 9: Line 10:




== Solution ==
== Solving it ==


In overall the easy way would be to call the external webservice on the serverside.  It is rather complex handling [[SOAP]] in javascript --[[User:Jka|Jka]] 15:03, 13 September 2007 (CEST)
In overall the easy way would be to call the external webservice on the serverside.  It is rather complex handling [[SOAP]] in javascript --[[User:Jka|Jka]] 15:03, 13 September 2007 (CEST)
Line 25: Line 26:
         alert("onBeforeSave: " + oVdfForm + " " + sTable);
         alert("onBeforeSave: " + oVdfForm + " " + sTable);
     }
     }
[[Category:AJAX]]
[[Category:Challenges]]
1,134

edits