Samisa Abeysinghe wrote:
AXIOM_SOAP12 is defined as a member of enum with value 2.
AXIOM_SOAP_12 is defined as a constant with value 1

This was the root cause of the problem.

We cannot just delete the constant AXIOM_SOAP_12 and AXIOM_SOAP_11, rather deprecate it in the next release and then remove those later. Till then we can fix the problem by changing the value to represent the correct value and also fixing the doc.


Shouldn't axis2_options_get_soap_version() ideally be returning an axiom_soap_version?

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

Reply via email to