Hi,

I am creating two embedded services (many more to come) as described in

  http://xfire.codehaus.org/Embedded+XFire+HTTP+Service

Both services share the same types (pojos). In Java code this works quite well if I use the service model (interface) directly. But if I have to import the WSDL, e.g. for .net, I am importing the same type again and again, once for every WSDL.

In Visual Studio I end up with two web references with equally named but incompatible generated classes for my pojos. A type from service 1 is not usable in service 2 and vice versa although they are based on identical pojos.

Is there a way around it? Or do I have to put all service methods into one huuge service with some method name prefixing? Is that even practical? I expect several hundreds of types and methods...

Regards
Werner

---------------------------------------------------------------------
To unsubscribe from this list please visit:

   http://xircles.codehaus.org/manage_email

Reply via email to