DreamT has asked for the wisdom of the Perl Monks concerning the following question:

Hi,
I'm using stubmaker.pl, and receive the message "More than one service in service description. Service and port names have to be specified". The underlying problem is that SOAP::Schema doesn't take arguments for service or port.
Does anyone know how to add this (can't find any documentation), or does anyone know of an alternate method for accomplishing the task?

Replies are listed 'Best First'.
Re: SOAP::Schema amd multiple services
by Anonymous Monk on Jan 29, 2013 at 16:14 UTC
    :) XML::Compile can probably handle it without any problems, but you knew that already :)