SOAP-WSDL - Re: Specifying the server URL from a client.

Posted on Mon Apr 28 20:37:33 2008 by mkutter in response to 7781 (See the whole thread of 5)
Re: Specifying the server URL from a client.
Hi,

passing the URL as you stated should actually work:
my $interface = Interface::SomeService::SomePort->new({ proxy => $url, });

Which version are you using?

Martin
Direct Responses: 7783 | Write a response