in reply to Problem SOAP-Lite

If you return an array in scalar context (as opposed to a list context) you get the number of elements in the array. So I suspect that is what you doing either in debugging or the actual code. I would probably try splitting the code out into simpler more explicit instructions.

Replies are listed 'Best First'.
Re^2: Problem SOAP-Lite
by Anonymous Monk on Dec 21, 2009 at 13:48 UTC
    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

      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