How to get ordered namespace sequence, about the function "axutil_hash_find_entry"

2007-07-05 Thread Kelvin Lin
Hi all, I used the following codes to generate a soap message with more than one namespaces: ns0 = axiom_namespace_create(env, AXIOM_SOAP11_SOAP_ENVELOPE_NAMESPACE_URI, "SOAP-ENV"); ns1 = axiom_namespace_create(env, "http://schemas.xmlsoap.org/soap/encoding/";, "SOAP-ENC");

[jira] Created: (AXIS2C-634) Cannot do send_robust and send_receive using same svc_client

2007-07-05 Thread Damitha Kumarage (JIRA)
Cannot do send_robust and send_receive using same svc_client Key: AXIS2C-634 URL: https://issues.apache.org/jira/browse/AXIS2C-634 Project: Axis2-C Issue Type: Bug Compon

Re: How to get ordered namespace sequence, about the function "axutil_hash_find_entry"

2007-07-05 Thread Dinesh Premalal
Hi Kelvin, Kelvin Lin <[EMAIL PROTECTED]> writes: > I printed both hash value and count and I found the count increased by the > declare sequence. But if I used fuction "axiom_node_to_string" to see the > string format of message, I found they are not the same sequence with > declaring > them. As

Re: How to get ordered namespace sequence, about the function "axutil_hash_find_entry"

2007-07-05 Thread Kelvin Lin
Hi Dinesh, Thanks for your reply. I know the sequence of namespace doesn't effect validity or welformness of the XML in common condition, but the weird thing is that in my project, it does. When I sent a soap message created by gsoap to the server, I could get right response, as the

[jira] Created: (AXIS2C-635) The axiom data handler returns incorrect length

2007-07-05 Thread Malinda Kaushalye Kapuruge (JIRA)
The axiom data handler returns incorrect length --- Key: AXIS2C-635 URL: https://issues.apache.org/jira/browse/AXIS2C-635 Project: Axis2-C Issue Type: Bug Components: xml/om Envi

Re: How to get ordered namespace sequence, about the function "axutil_hash_find_entry"

2007-07-05 Thread Dumindu Pallewela
Hi Kelvin, I know the sequence of namespace doesn't effect validity or welformness of the XML in common condition, but the weird thing is that in my project, it does. When I sent a soap message created by gsoap to the server, I could get right response, as the Axis2/C. But if I sent a soap me

[jira] Created: (AXIS2C-636) savan out handler is not needed

2007-07-05 Thread Damitha Kumarage (JIRA)
savan out handler is not needed --- Key: AXIS2C-636 URL: https://issues.apache.org/jira/browse/AXIS2C-636 Project: Axis2-C Issue Type: Improvement Reporter: Damitha Kumarage When I closely stduy the

[jira] Closed: (AXIS2C-616) Initializing services at axis2c loading time.

2007-07-05 Thread Damitha Kumarage (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-616?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Damitha Kumarage closed AXIS2C-616. --- Resolution: Fixed This is implemented and tested OK > Initializing services at axis2c loadin

[jira] Closed: (AXIS2C-615) Implementing separate subscription manager from event source in Savan

2007-07-05 Thread Damitha Kumarage (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2C-615?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Damitha Kumarage closed AXIS2C-615. --- Resolution: Fixed This is implemented and tested OK > Implementing separate subscription man

Re: How to get ordered namespace sequence, about the function "axutil_hash_find_entry"

2007-07-05 Thread Dinesh Premalal
Hi Kelvin, Kelvin Lin <[EMAIL PROTECTED]> writes: > So I have to follow the sequence of namespace exactly. > > If I would like to meet this target, it does whether mean I have to modify > underline XML parser layer, like libxml, not Axis2/C source code > itself? Yes it is parser abstraction laye