RE: SOAP for non Java Client

2001-07-17 Thread Richard Bourland
There is a good example on this thread http://marc.theaimsgroup.com/?l=soap-user&m=98934460715259&w=2 It is a JavaScript client using IE.        Christian Bernard <[EMAIL PROTECTED]> wrote: If you are using Internet Explorer 5.0 (and above), take a look at theMicrosoft WebService behavior athttp:/

RE: SOAP for non Java Client

2001-07-17 Thread Christian Bernard
: Monday, July 16, 2001 9:07 PM To: [EMAIL PROTECTED] Subject: SOAP for non Java Client Hi, How to make use of Apache SOAP, if my client is a non Java client. All the SOAP samples contain a Java client which makes use SOAP "Call" obejct to communicate to the SOAP server(RPCRouterServlet

Re: SOAP for non Java Client

2001-07-16 Thread greyson . smith
sramasu@sears .com To: [EMAIL PROTECTED] cc: 16-07-01 Subject: SOAP for no

Re: SOAP for non Java Client

2001-07-16 Thread Tom Myers
At 02:07 PM 7/16/2001 -0500, [EMAIL PROTECTED] wrote: >How to make use of Apache SOAP, if my client is a non Java client. Maybe you can use something like the approach at http://www.architag.com/events/GetFile.html?show=getWeather.htm One way or another, you have to piece together an HTTP PO

SOAP for non Java Client

2001-07-16 Thread sramasu
Hi, How to make use of Apache SOAP, if my client is a non Java client. All the SOAP samples contain a Java client which makes use SOAP "Call" obejct to communicate to the SOAP server(RPCRouterServlet). What if, I don't have access to any SOAP API at my client side, since it is a non Java client