Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
$service = SOAP::Lite->new(proxy => $url); $service->uri("http://www.some.uri/"); my $x = $service->SomeSoapAction();
It fails with $x->fault saying: "Server did not recognize the value of HTTP Header SOAPAction: http://www.some.uri/#SomeSoapAction".
My question is why there is a # sign in the SOAPAction? And how can I get rid of it? I think that it is the cause of the problem because action http://www.some.uri/SomeSoapAction should be available. Thank you.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: SOAP::Lite # in SOAP action
by Corion (Patriarch) on Mar 20, 2018 at 14:27 UTC | |
| A reply falls below the community's threshold of quality. You may see it by logging in. |