RE: How to call a web service from a web app or html page

2002-02-24 Thread Anne Thomas Manes
Jeff, Essentially you need to write a SOAP client application that will call the SOAP service. You just need to figure out where you want to run that SOAP client application. Possible options: - as a script within the HTML page (e.g., JavaScript, VBScript, ECMAScript, etc) - as an applet within

Re: Php to Apache problem

2002-02-24 Thread Neil Stirton
- Original Message - From: Fred Meredith [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, February 22, 2002 1:27 AM Subject: Re: Php to Apache problem Have you included a serializer/deserializer entry in the deployment descripter .xml file for this moneybags object? Yes, there

RE: How to call a web service from a web app or html page

2002-02-24 Thread Jeff Corliss
Thank you so much for such a detailed response. :) Jeff --- Anne Thomas Manes [EMAIL PROTECTED] wrote: Jeff, Essentially you need to write a SOAP client application that will call the SOAP service... __ Do You Yahoo!? Yahoo! Sports -

Re: How to call a web service from a web app or html page

2002-02-24 Thread Paco Avila
Hi, you can user SOAP from an applet in a web page. You can access the applet methos from JavaScript. I have been using kSOAP which is a very small SOAP implementation and works fine. Also you can find a SOAP implementatin in JavaScript but only works in Explorer. -- GRIDSYSTEMS