http://www.perlmonks.org?node_id=753141


in reply to Two wsdl file defintions in the same file

I suspect that it'd get a bit messy to maintain in the long run.

What I'd do is to make two separate stubs, and then use a third object that inherits (or uses, as appropriate) the two services.

There may be some better way, but without explaining what you're trying to do, I can't offer any advice.

  • Comment on Re: Two wsdl file defintions in the same file