RE: .NET client accessing multiple Axis WSDLs

2004-06-30 Thread Banck, Arent-Jan
ronously using an event-based programming pattern. - Arent-Jan -Original Message- From: Anand Natrajan [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 30, 2004 3:48 PM To: [EMAIL PROTECTED] Subject: RE: .NET client accessing multiple Axis WSDLs : Re

RE: .NET client accessing multiple Axis WSDLs

2004-06-30 Thread Anand Natrajan
e types between services. Sadly, that's not possible... I do want some complex types to be used by multiple services. Thanks! Anand : - Arent-Jan : : -Original Message- : From: Anand Natrajan [mailto:[EMAIL PROTECTED] : Sent: Tuesday, June 29, 2004 7:14 PM : To: [EMAIL PROTECTED] : Sub

Re: SV: .NET client accessing multiple Axis WSDLs

2004-06-30 Thread Anand Natrajan
Goran, Thanks for the advice below. Although excellent, I'm debating whether or not to use it in production. Your solution still requires the client to do something fairly intricate - I was hoping to avoid that. Still, it's a good solution - thanks for walking me through it! Anand On Tue, 29 Ju

RE: .NET client accessing multiple Axis WSDLs

2004-06-30 Thread Banck, Arent-Jan
-Original Message- From: Anand Natrajan [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 29, 2004 7:14 PM To: [EMAIL PROTECTED] Subject: Re: .NET client accessing multiple Axis WSDLs Re: specify the same namespace, do you mean within the WSDLs itself? I already do specify the same na

SV: .NET client accessing multiple Axis WSDLs

2004-06-29 Thread Göran Andersson
> Anand Natrajan wrote: > > >Hello! > >As part of my .NET and Axis interoperability work, I am > facing a piquant > >situation. I have written multiple web services using Axis. > Each of these > >web services defines a particular complex data structure > called Principal. > When I do so, > >.N

Re: .NET client accessing multiple Axis WSDLs

2004-06-29 Thread Anand Natrajan
Re: specify the same namespace, do you mean within the WSDLs itself? I already do specify the same namespace for the common data structure, and it doesn't work. Re: specify the same namespace, do you mean within VB? Tried that, but VB won't let you do it. It's sort of like trying to specify two va

Re: .NET client accessing multiple Axis WSDLs

2004-06-29 Thread Vy Ho
Is it possible to merge all your wsdls into a same wsdl file? Or specify a same namespace for all of them? Anand Natrajan wrote: Hello! As part of my .NET and Axis interoperability work, I am facing a piquant situation. I have written multiple web services using Axis. Each of these web services

.NET client accessing multiple Axis WSDLs

2004-06-29 Thread Anand Natrajan
Hello! As part of my .NET and Axis interoperability work, I am facing a piquant situation. I have written multiple web services using Axis. Each of these web services defines a particular complex data structure called Principal. The definition, XML namespace and package name for this structure are