in reply to Re: SOAP::Lite to access OBIEE Web Services
in thread SOAP::Lite to access OBIEE Web Services

I get no response with the above code. $som->result gives undef. I will have to try your suggested debug. I also tried using SOAP::Lite->Service(WSDL,service,port)->$method which works for simple type such as logon to get session id but does not work for complex types.

Replies are listed 'Best First'.
Re^3: SOAP::Lite to access OBIEE Web Services
by Anonymous Monk on Nov 30, 2013 at 22:52 UTC

    I get no response with the above code. $som->result gives undef.

    result is not response, response is http response, the same way you have soap envelope it produced you should have what the server gave back at you

      The actual response was 40k lines so I only pasted the soap envelope. However, the issue I had is resolved by using the endpoint for proxy. Hopefully this post will be useful for someone. Thanks everyone for your input. I appreciate it.