Re: printing SOAP response

2009-09-08 Thread Kevin Steves
On Mon, Sep 07, 2009 at 08:17:40AM +0530, Selvaratnam Uthaiyashankar wrote: : Normally a SOAP body should have only one element. Having more than : one element cases might not work correctly with many scenarios, : specially security scenarios. can you expand on this and the problem scenarios? it

Re: printing SOAP response

2009-09-07 Thread Kevin Steves
On Mon, Sep 07, 2009 at 08:17:40AM +0530, Selvaratnam Uthaiyashankar wrote: : On Sat, Sep 5, 2009 at 9:40 PM, Kevin Stevesstev...@pobox.com wrote: : is payload the SOAP body?  it contains 2 elements.  is it : correct to only see the first with axiom_node_to_string()? : : Normally a SOAP body

Re: printing SOAP response

2009-09-06 Thread Selvaratnam Uthaiyashankar
On Sat, Sep 5, 2009 at 9:40 PM, Kevin Stevesstev...@pobox.com wrote: On Sat, Sep 05, 2009 at 09:36:53AM +0530, Rajika Kumarasiri wrote: : On Sat, Sep 5, 2009 at 1:54 AM, Kevin Steves stev...@pobox.com wrote: : output from axiom_node_to_string(): : : Received OM: ifmap:publisher-id

Re: printing SOAP response

2009-09-05 Thread Kevin Steves
On Sat, Sep 05, 2009 at 09:36:53AM +0530, Rajika Kumarasiri wrote: : On Sat, Sep 5, 2009 at 1:54 AM, Kevin Steves stev...@pobox.com wrote: : output from axiom_node_to_string(): : : Received OM: ifmap:publisher-id xmlns:ifmap= : http://www.trustedcomputinggroup.org/2006/IFMAP/1 :

printing SOAP response

2009-09-04 Thread Kevin Steves
Is there a way to print the SOAP response message in a client (as a string) for debugging purposes? I've been digging through the archives and didn't find anything. I'm using the service client API. tcpmon isn't an option because the service is https-only.

Re: printing SOAP response

2009-09-04 Thread Rajika Kumarasiri
On Sat, Sep 5, 2009 at 1:20 AM, Kevin Steves stev...@pobox.com wrote: hi Kevin, Try axis2_char_t * axiom_node_to_string(axiom_node_t *, axis2_env_t *); Is there a way to print the SOAP response message in a client (as a string) for debugging purposes? I've been digging through the archives

Re: printing SOAP response

2009-09-04 Thread Kevin Steves
On Sat, Sep 05, 2009 at 01:35:19AM +0530, Rajika Kumarasiri wrote: : On Sat, Sep 5, 2009 at 1:20 AM, Kevin Steves stev...@pobox.com wrote: : hi Kevin, : Try axis2_char_t * axiom_node_to_string(axiom_node_t *, axis2_env_t *); : : Is there a way to print the SOAP response message in a client (as a

Re: printing SOAP response

2009-09-04 Thread Rajika Kumarasiri
On Sat, Sep 5, 2009 at 1:54 AM, Kevin Steves stev...@pobox.com wrote: On Sat, Sep 05, 2009 at 01:35:19AM +0530, Rajika Kumarasiri wrote: : On Sat, Sep 5, 2009 at 1:20 AM, Kevin Steves stev...@pobox.com wrote: : hi Kevin, : Try axis2_char_t * axiom_node_to_string(axiom_node_t *, axis2_env_t