$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.In reply to SOAP::Lite # in SOAP action by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |