Hi,

i have 3 scenaria
1. m_env = axis2_env_create_with_error_log(m_allocator, m_error, m_log);
2. m_env = axis2_env_create_with_error(m_allocator, m_error);   
3. m_env = axis2_env_create(m_allocator);       

and somewhere in code

soap_builder = 
axiom_soap_builder_create
(
        m_env, 
        om_builder, 
        AXIOM_SOAP11_SOAP_ENVELOPE_NAMESPACE_URI
);

on 0.93 seems no problem

on 0.94 the code explodes on scenario 2

What's wrong here?

Thank you,
Leonid


-- 
View this message in context: 
http://www.nabble.com/axis2c-0.94%2C-env-setting-tf2383164.html#a6642169
Sent from the Axis - C++ - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to