Re: Calling a web service from a browser

2003-06-03 Thread Robert McIntosh
That is so cool. Would you believe that I wrote a JSP page that used the Commons HttpClient library to do just what you showed in javascript?! We too use it for demo/test purposes, where we have an option of showing the raw XML or using just Axis and showing an HTML format populated with the result

RE: Calling a web service from a browser

2003-06-03 Thread Bobak, Greg P.
Title: RE: Calling a web service from a browser I've done it. Create a form and post it to another JSP (or to the same one) with your parameters       - IN that JSP use the Then call your client's controlling method with parameters: <% //Call axis cli

Re: Calling a web service from a browser

2003-06-03 Thread Tom Myers
Alexandru Simion wrote: Hi , Can, anyone, tell me if it is possible to invoke an axis web service from a browser ? And, if yes, what is the procedure to do that ? If you have a recent browser (Moz or IE 6, anyway) supporting XMLHTTP calls, then there's no problem doing it in Javascript. You g

RE: Calling a web service from a browser

2003-06-03 Thread thomas . cherel
] Sent: Monday, June 02, 2003 9:15 AM To: [EMAIL PROTECTED] Subject: Calling a web service from a browser Hi , Can, anyone, tell me if it is possible to invoke an axis web service from a browser ? And, if yes, what is the procedure to do that ? Thanks Sam.

RE: Calling a web service from a browser

2003-06-02 Thread Jim Poulsen
sage- From: Glen Daniels [mailto:[EMAIL PROTECTED] Sent: Monday, June 02, 2003 8:33 AM To: '[EMAIL PROTECTED]' Subject: RE: Calling a web service from a browser Hi folks: > I dont think there is any 'built-in' way to call the web > service from a > browser as there

RE: Calling a web service from a browser

2003-06-02 Thread Glen Daniels
all via a UI. If someone had the time to write such a beast, we'd happily commit it to our source tree! :) Thanks, --Glen > Jim > > -Original Message- > From: Alexandru Simion [mailto:[EMAIL PROTECTED] > Sent: Monday, June 02, 2003 8:15 AM > To: [EMAIL PR

RE: Calling a web service from a browser

2003-06-02 Thread Dennis Sherman
Message- From: Alexandru Simion [mailto:[EMAIL PROTECTED] Sent: Monday, June 02, 2003 8:15 AM To: [EMAIL PROTECTED] Subject: Calling a web service from a browser Hi , Can, anyone, tell me if it is possible to invoke an axis web service from a browser ? And, if yes, what is the procedure to

Re: Calling a web service from a browser

2003-06-02 Thread Ingrid Falk
> "Alexandru" == Alexandru Simion <[EMAIL PROTECTED]> writes: Alexandru> Hi , Can, anyone, tell me if it is possible to invoke Alexandru> an axis web service from a browser ? And, if yes, what Alexandru> is the procedure to do that ? Yes, it should be possible. You either can w

RE: Calling a web service from a browser

2003-06-02 Thread Jim Poulsen
'built-in' way to call the web service from a browser as there is in the GLUE product. Jim -Original Message- From: Alexandru Simion [mailto:[EMAIL PROTECTED] Sent: Monday, June 02, 2003 8:15 AM To: [EMAIL PROTECTED] Subject: Calling a web service from a browser Hi , Can, an

Calling a web service from a browser

2003-06-02 Thread Alexandru Simion
Hi , Can, anyone, tell me if it is possible to invoke an axis web service from a browser ? And, if yes, what is the procedure to do that ? Thanks Sam.