Re: How do you transparently implement the same web service (WSDL) with java axis and .NET ?
- From: "Chad Z. Hower aka Kudzu" <cpub@xxxxxxxxx>
- Date: Tue, 10 May 2005 18:46:55 +0300
"tomjbr.10216233@xxxxxxxxxxxxx" <tomjbr.10216233@xxxxxxxxxxxxx> wrote in
news:1115727053.799235.149480@xxxxxxxxxxxxxxxxxxxxxxxxxxxx:
>>I think this may prove difficult since ASP.NET webservices focus on
>>generating the WSDL for you based on C#/VB interfaces.
>
> Well, it is possible to use a C# interface after it has been added
> manually to the generated proxies.
I didnt say it was impossible, I said it would prove difficult.
> Anyway, the main problem was how to let the java axis client invoke a
> C# web service, in a transparent way, i.e. I want to let the java
> client use an interface that can be used for dynamically invoking
> either a java web service or a C# web service.
I would ask this on a Java group as the problem appears to be with Java
interpreting the WSDL. Ive not consumed C# web services from Java, but I
have consumed them without trouble in Delphi (Win32 and .NET).
> Now then, when I from an UDDI server have got this list of URL's to web
> services supporting the requested WSDL interface, how can I then
> dynamically connect to these web services ???
> I can indeed do it in runtime with many java axis web services, but one
> important aspect of a SOA (i.e. web services) is also the
> implementation transparency, i.e. it should be possible to connect to
> NET for example (if I would be interested in java only, then I could
> use RMI instead)
If you know what type of service you are looking for with UDDI, you could
pregenerate each of the interface types before as well no?
--
Chad Z. Hower (a.k.a. Kudzu) - http://www.hower.org/Kudzu/
"Programming is an art form that fights back"
Blog: http://blogs.atozed.com/kudzu
.
- Follow-Ups:
- Re: How do you transparently implement the same web service (WSDL) with java axis and .NET ?
- From: tomjbr.10216233@xxxxxxxxxxxxx
- Re: How do you transparently implement the same web service (WSDL) with java axis and .NET ?
- References:
- How do you transparently implement the same web service (WSDL) with java axis and .NET ?
- From: tomjbr.10216233@xxxxxxxxxxxxx
- Re: How do you transparently implement the same web service (WSDL) with java axis and .NET ?
- From: Chad Z. Hower aka Kudzu
- Re: How do you transparently implement the same web service (WSDL) with java axis and .NET ?
- From: tomjbr.10216233@xxxxxxxxxxxxx
- How do you transparently implement the same web service (WSDL) with java axis and .NET ?
- Prev by Date: Re: pwermission issues with web service
- Next by Date: How to handle invalid web service namespace error
- Previous by thread: Re: How do you transparently implement the same web service (WSDL) with java axis and .NET ?
- Next by thread: Re: How do you transparently implement the same web service (WSDL) with java axis and .NET ?
- Index(es):
Relevant Pages
|