Hi,

I have the same problem. How to use Java client to call a service described
with a WSDL file (WSDL and service generated with MS SOAP toolkit)

Thanks

Zarko

-----Original Message-----
From: Mullin Yu [mailto:[EMAIL PROTECTED]]
Sent: Montag, 11. Juni 2001 08:16
To: [EMAIL PROTECTED]
Subject: java client to MS Soap service


I think it might be a faq, but I don't know how to start this.

How can I write a simple java client to access a Microsoft Soap service
built by SoapToolkit v.2.0. I've installed Apache soap v.2.2 at the client
side.

Where can I find some sample coding and any references on the web?

Thanks a lot!

Best regards,
Mullin

----- Original Message -----
From: "Yashasree" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, June 08, 2001 8:24 PM
Subject: Re: IE5 Browser SOAP Client / Apache SOAP server


> Hi Christian
>
> tons of thanx
> Got it working finally !!!
>
> Yash
>
>
> ----- Original Message -----
> From: Christian Bernard <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Thursday, June 07, 2001 4:28 PM
> Subject: RE: IE5 Browser SOAP Client / Apache SOAP server
>
>
> > Hi Peter,
> >
> > You can use the WebService behavior with Apache SOAP.
> > The only thing you need to do is to replace the line in the example with
a
> > line which should be something like that :
> >
>
service.use("http://localhost:8080/mywebapplication/mywebservice.wsdl","MyWe
> > bServiceAlias");
> > I've used it with IE 5.0, Tomcat 3.2.1 and Apache SOAP 2.1. It works
very
> > well.
> >
> > Christian BERNARD
> > NAGORA Technologies
> >
> > -----Original Message-----
> > From: Peter Govind [mailto:[EMAIL PROTECTED]]
> > Sent: Thursday, June 07, 2001 11:04 AM
> > To: [EMAIL PROTECTED]
> > Subject: IE5 Browser SOAP Client / Apache SOAP server
> >
> >
> > IE5 browser can function as a SOAP client via a file called
webservice.htc
> > which can be obtained from :
> > http://msdn.microsoft.com/workshop/author/webservice/using.asp
> >
> > It seems like, the example client can only call a MS SOAP server since
it
> > requires a URL of the form "..../service.asmx?SDL"
> >
> > That is not how Apache SOAP stores its web service URL.
> > And believe me, after spending the whole day trying variations of web
> > service url by trial and error, the example does not seem applicable to
an
> > Apache SOAP server.
> >
> > So my question is, has anyone ever implemented an IE5 browser client
that
> > can connect to an Apache SOAP server. If yes, some code samples would be
> > greatly appreciated. Thanks
> >
_________________________________________________________________________
> > Get Your Private, Free E-mail from MSN Hotmail at
http://www.hotmail.com.
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, email: [EMAIL PROTECTED]
> >
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: [EMAIL PROTECTED]
> > For additional commands, email: [EMAIL PROTECTED]
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, email: [EMAIL PROTECTED]


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to