|
hmm i wasnt setting the proxy. this is an extra step
is there anyway to get this to by like
my $soap = SOAP::WSDL->new( wsdl => 'WSDL.wsdl' , timeout=> 120);
ps: since i need to set the proxy..
is the proxy always the root of the wsdl?
for instance the wsdl
https://im.a.website.com/servicedir/wsdl/wsdl.wsdl
would be
https://im.a.website.com/servicedir
|