in reply to Re: Problem SOAP-Lite
in thread Problem SOAP-Lite

Hi,

Thanks for your reply but I dont thinkm that's the problem. If it's then the envelop method also would have not worked. In case of envelop method all the parameters getting extracted out of @{invoke{parameters}} but in case of Call method it's substituting number of array elements instead of array elements. Thanks

Replies are listed 'Best First'.
Re^3: Problem SOAP-Lite
by ikegami (Patriarch) on Dec 21, 2009 at 14:47 UTC
    Then give us a runnable program that demonstrates the problem. Keep it small. 10 to 20 lines should be plenty.
      Hi ikegami,

      Thanks for the reply and surely will provide code snippet but before that, I tried digging little more on this and found that problem is not due to what we are thinking (hash of array). Means, I tried calling another method for which no parameter passing is needed. So I just called the methd and still I am getting the same error "404 not found".

      It can't be access problem, cause I have access to the server. Any idea now? Appreciate your help

        Have you tried sacrificing a chicken?

        Don't tell us what you think the problem is, help us reproduce your problem, then we can help you.