Sharing types between services: update

2004-06-12 Thread Chris Kelly
to be changed to make this automatic. On 11 Jun 2004 at 15:01, [EMAIL PROTECTED] wrote: Chris Kelly (others please ignore), I noticed your message on 5/13 regarding sharing types between services. Did you get a resolution on that? I'm having the same trouble. Tom Ekberg Middl

Re: Sharing types between services

2004-05-13 Thread Chris Kelly
On 12 May 2004 at 12:53, Chris Kelly wrote: I have two services: Service1 and Service2. I have a class that methods in both services accept and return: CommonClass. These classes are in one package. I've since found this .NET-specific example of the same problem:

Sharing types between services

2004-05-12 Thread Chris Kelly
I have two services: Service1 and Service2. I have a class that methods in both services accept and return: CommonClass. These classes are in one package. If I use Java2WSDL to produce .wsdl files for both services, Service1 puts CommonClass in its namespace, and Service2 puts CommonClass in