in reply to SOAP WSDL error : a:ActionNotSupported

Somebody know what is my problem?

The message seems clear about what the problem is (what you're sending, what you're asking for, the server doesn't like)

The solution is unguessable, you'd have to consult the docs ... which are often nothing more than WSDL ... which is like special type of XML language I don't speak (and SOAP::Lite kinda speaks)

So to fix the problem you'd have to adjust your code somehow but nobody will be able to help you with that as they can't guess what url/wsdl you're using ...

Some links/tips can be found in Re: SOAP::Lite error

Good luck with that :)

  • Comment on Re: SOAP WSDL error : a:ActionNotSupported

Replies are listed 'Best First'.
Re^2: SOAP WSDL error : a:ActionNotSupported
by Kosovar (Initiate) on Feb 17, 2015 at 14:54 UTC

    Thanks,
    i will continue to test.