|
|
|
start date: Mon, 23 Jul 2007 02:16:02 -0700,
posted on: microsoft.public.dotnet.framework.aspnet.webservices
back
| Thread Index |
|
1
Christian Havel
|
|
2
Manish Bafna
|
|
3
Christian Havel
|
|
4
Christian Havel
|
How to call a .NET WS from Java??
Hi,
I try to call a .NET Webservice from Java. Can anybody give me a tip how to
do this?
Christian
Date:Mon, 23 Jul 2007 02:16:02 -0700
Author:
|
RE: How to call a .NET WS from Java??
Hi,
This is the whole idea behind .NET Web Services that even a C program can
call it.
Below link shows how to call .NET Web Services from Java Applet:
http://www.codeproject.com/soap/WSfromJava.asp
Below link shows how to call same from JSP:
http://www.c-sharpcorner.com/UploadFile/ankithakur/WSIntegration02132006041221AM/WSIntegration.aspx?ArticleID=a0966837-4a15-4091-b6a7-a751ed3ada85
--
Hope this answers your question.
Thanks and Regards.
Manish Bafna.
MCP and MCTS.
"Christian Havel" wrote:
> Hi,
>
> I try to call a .NET Webservice from Java. Can anybody give me a tip how to
> do this?
>
> Christian
Date:Mon, 23 Jul 2007 02:54:02 -0700
Author:
|
RE: How to call a .NET WS from Java??
Hi Manish,
thanks for your help.
Christian
"Manish Bafna" wrote:
> Hi,
> This is the whole idea behind .NET Web Services that even a C program can
> call it.
> Below link shows how to call .NET Web Services from Java Applet:
> http://www.codeproject.com/soap/WSfromJava.asp
> Below link shows how to call same from JSP:
> http://www.c-sharpcorner.com/UploadFile/ankithakur/WSIntegration02132006041221AM/WSIntegration.aspx?ArticleID=a0966837-4a15-4091-b6a7-a751ed3ada85
> --
> Hope this answers your question.
> Thanks and Regards.
> Manish Bafna.
> MCP and MCTS.
>
>
>
> "Christian Havel" wrote:
>
> > Hi,
> >
> > I try to call a .NET Webservice from Java. Can anybody give me a tip how to
> > do this?
> >
> > Christian
Date:Mon, 23 Jul 2007 04:32:00 -0700
Author:
|
RE: How to call a .NET WS from Java??
Hi Manish,
thanks again for the links!
Do you have any more idea how to create a simple Java client like a C#
WinForms app?
Christian
"Manish Bafna" wrote:
> Hi,
> This is the whole idea behind .NET Web Services that even a C program can
> call it.
> Below link shows how to call .NET Web Services from Java Applet:
> http://www.codeproject.com/soap/WSfromJava.asp
> Below link shows how to call same from JSP:
> http://www.c-sharpcorner.com/UploadFile/ankithakur/WSIntegration02132006041221AM/WSIntegration.aspx?ArticleID=a0966837-4a15-4091-b6a7-a751ed3ada85
> --
> Hope this answers your question.
> Thanks and Regards.
> Manish Bafna.
> MCP and MCTS.
>
>
>
> "Christian Havel" wrote:
>
> > Hi,
> >
> > I try to call a .NET Webservice from Java. Can anybody give me a tip how to
> > do this?
> >
> > Christian
Date:Mon, 23 Jul 2007 04:40:01 -0700
Author:
|
|
|