Re: Best method for creating services to interact with .NET

2003-10-09 Thread Tom Oinn
My experience is that you want to use document style for .net, but YMMV. I think it depends somewhat on whether you want to interact with arbitrary services (i.e. you're writing a workflow engine) or whether you have prior knowledge at build time about the particular services you want to talk t

Best method for creating services to interact with .NET

2003-10-09 Thread KimJohn Quinn
Hello all, We currently deployed an application the interacts with .NET using RPC calls, mostly to pass data objects (beans) back and forth. Is using the RPC call the best method for interacting with .NET or should we use the "document" option? Thanks. KimJohn Quinn [EMAIL PROTECTED]