hi, 

you write in the other thread "I believe that the reason for the trouble
is that the ASP.NET web service does not generate exactly the same WSDL
as the original WSDL". 

UDDI itself has nothing to do with the WSDL generated by your WSDL
compiler. a UDDI server simply stores the generated WSDL. if there's an
issue with the WSDL or the SOAP engine in .NET, then you're going to
have problems when your client transport tries to speak with the .NET
engine. i'm -not- saying that's the problem. i'm not sure at all what
the problem is here. i would suggest you take a look at the SOAP
messages being transported. you can use an AXIS tool to do that. take a
look at TCPMon:

http://ws.apache.org/axis/java/developers-guide.html

i'd also suggest you make sure your .NET engine is fully patched. 

you might try using a different WSDL compiler as well, just to see if
that helps. 

this list is primarily for jUDDI users and jUDDI usage questions. if you
have some specific questions about that topic, please feel free to post
those :)  

cheers,
andy 

> -----Original Message-----
> From: [EMAIL PROTECTED] 
> [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, May 10, 2005 6:50 AM
> To: [email protected]
> Subject: How to implement UDDI and dynamically bind to web 
> services with the same WSDL
> 
> I am trying to dynamically bind to web services with the same 
> WSDL, and since
> that is what UDDI can be used for, then maybe you have an 
> idea about how to
> do it...
> 
> 
> 
> I can not figure out how to let a java axis client invoke a C#
> web service and a java axis web service in a transparent way, 
> when the both
> service implementations have been generated from the same 
> WSDL interface.
> 
> 
> 
> This should not be so difficult, or if it is, well then what 
> is the point
> of using UDDI if you can not dynamically bind to a service, 
> independent of
> whether it is implemented in java or C# ?
> 
> 
> 
> There are probably other people
> that are struggling with something you really think should be 
> easy, so maybe
> you would like to answer in this discussion thread:
> 
> 
> 
> http://groups-beta.google.com/group/microsoft.public.dotnet.fr
amework.aspnet.webservices/browse_frm/thread/bb090e09ad200979/06>
6e19852c9e6fc7?tvc=1&hl=sv
> 
> 
> 
> Regards, Tom
> 
> 
> 
> 

Reply via email to