Hi folks,

I've got a bit of a quandry, and hope that someone else may have seen something like this before.

We have a "generic" web service that someone put together which we are now trying to use to deploy three different applications. Problem is, if we deploy all three applications in a single application server (for testing purposes, for instance) the "generic" web service always hands the incoming requests off to the same implementation class. (I guess it wasn't so "generic" after all, huh?)

So, I'm looking for a way that I can put something in my server-config.wsdd that might give my web service implementation a clue about what class the REAL implementation can be found in. I noticed the <operation> tag was mentioned as a way to put metadata into the service description, but couldn't verify through the online docs that what I'm looking for is possible using this.

Any thoughts or suggestions?

Thanks,
Dave




Reply via email to