Re: [Axis2] Character Set Encoding problem

2008-07-25 Thread WJ Krpelan
Hi, I'm sure the client wont do a charset-conversion just because of setting this property. So in my view the problem is rather on the server side. Mind that XML-Standards default to UTF-8 or UTF-16 and you probably will lose some interoperability by using a different charset encoding. Why dont

[jira] Commented: (AXIS2-3943) server outbound message populated with incorrect HTTP SOAP Action header

2008-07-25 Thread Deepal Jayasinghe (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3943?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12616800#action_12616800 ] Deepal Jayasinghe commented on AXIS2-3943: -- Actually the reason I fixed that thing

[jira] Resolved: (AXIS2-3903) rfc-2822 issues with Mail transport

2008-07-25 Thread Nandana Mihindukulasooriya (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3903?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nandana Mihindukulasooriya resolved AXIS2-3903. --- Resolution: Fixed Fixed in the 1.4.1 branch. rfc-2822 issues with

[jira] Resolved: (AXIS2-3935) Faults in the binding section od WSDL2 should be fault and not outfault

2008-07-25 Thread Keith Godwin Chapman (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3935?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Keith Godwin Chapman resolved AXIS2-3935. - Resolution: Fixed Fixed in revision 679719. on the trunk and revision 679720. on

[jira] Resolved: (AXIS2-3529) Axis2 server responds with Http 200 instead of 202 for the request of a dual channel invocation

2008-07-25 Thread Nandana Mihindukulasooriya (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3529?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nandana Mihindukulasooriya resolved AXIS2-3529. --- Resolution: Fixed Fixed in the branch. Axis2 server responds with

[jira] Updated: (AXIS2-3939) Unable to Call the Service,Which is Deployed on Tomcat Server Running Fine

2008-07-25 Thread Nandana Mihindukulasooriya (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3939?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nandana Mihindukulasooriya updated AXIS2-3939: -- Fix Version/s: (was: 1.4.1) nightly

[jira] Commented: (AXIS2-3909) icu4j.jar packaged in the axis2.war contains a corrupt class file

2008-07-25 Thread Nandana Mihindukulasooriya (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3909?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=12616864#action_12616864 ] Nandana Mihindukulasooriya commented on AXIS2-3909: --- Does axis2.war carry

[jira] Resolved: (AXIS2-3936) Private assertions are not filtered in WSDL 2.0

2008-07-25 Thread Nandana Mihindukulasooriya (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3936?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Nandana Mihindukulasooriya resolved AXIS2-3936. --- Resolution: Fixed Private assertions are not filtered in WSDL 2.0

Adding a CDATA element being converted to lt; and gt

2008-07-25 Thread Dini Omar
Hi all, I am trying to build the payload/messagebody for an element. According to the specific the payload has to be within a CDATA element. I tried to do this as shown below private static final String START_TAG=new String(![CDATA[); private static final String END_TAG= new String(]]);

[Axis2][1.4.1] RC for Axis2 1.4.1

2008-07-25 Thread Nandana Mihindukulasooriya
Hi Devs, RC for Axis2 1.4.1 can be downloaded here : http://people.apache.org/~nandana/axis2-1.4.1/RC1/dist/ This RC contains the fixes for issues listed here: http://issues.apache.org/jira/browse/AXIS2/fixforversion/12313298 Online maven repo is here:

How would Axis2 handle this Schema

2008-07-25 Thread Dini Omar
Given the following schema, xsd:schema xmlns=http://www.ros.ie/schemas/customs/edisad/v1; xmlns:cus=http://www.ros.ie/schemas/customs/customstypes/v1; xmlns:xsd=http://www.w3.org/2001/XMLSchema; targetNamespace=http://www.ros.ie/schemas/customs/edisad/v1; elementFormDefault=qualified

Setting the ID of an element

2008-07-25 Thread Dini Omar
Hi all, I would like to be able to set the Id of the Body element to MsgBody. This is currently being generated as a random number but i would like it to be MsgBody. Could you please guide me as to how i can achieve this? I am using Axis2 and Rampart 1.3 Thanks

[jira] Created: (AXIS2-3945) Threading issue in AbstractHTTPSender

2008-07-25 Thread Manny Lim (JIRA)
Threading issue in AbstractHTTPSender - Key: AXIS2-3945 URL: https://issues.apache.org/jira/browse/AXIS2-3945 Project: Axis 2.0 (Axis2) Issue Type: Bug Components: transports Affects