jonesbrasil wrote:
Could I just paste my web services from Soap Toolkit 3.0 to javascript, withou moving all application to .NET ?
jonesbrasil wrote:
Is this an apropiatte forum for this kind of discussion ? If not, do you know where I can find one ?
Hi jones,
Do you want consum xml web services from javascript?
Good Coding!
Javier Luna
http://guydotnetxmlwebservices.blogspot.com/
Yes Javier, thats exactly what I want !
I've been reading a lot of books and articles about AJAX and they say its posible to do that. But I dont kwow if I′ll still need Soap Toolkit or .NET to use in combination with javascript, or is just plain javascript all the way...
Thank for everybody that posted !
Regards,
Jones
Hi jones,
You would have to see this article:
Consuming XML Web Services from JavaScript
http://guydotnetxmlwebservices.blogspot.com/2004/07/consuming-xml-web-services-from.html
Good Coding!
Javier Luna
http://guydotnetxmlwebservices.blogspot.com/
Hey Javier thanks for your article !
Here is my final conclusion, correct me if Im wrong.
You can consume a Web Services with javascript. But not just javascript.
You need some server side programming of some sort.
And that server side programming got to be able to handle soap packages, like Clasic ASP with Soap Toolkit (not recommended becouse it sucks on win 2003), ASP.NET. PHP4 with nusoap or PHP5, etc...
In other words: Its not ONLY javascript
My problem is where to go from Classic ASP with Soap Toolkit 3.0 without having to rewrite everything...
Ideas are extremely welcome
We are studing the posibility of using COM+ objects, creating a dll and stuff like that, but its too soon to say something about it
Regards,
Jones