[jira] Created: (AXIS2-4325) Missing soap bulder for type (text/html)

2009-04-27 Thread Antonio Panazzolo (JIRA)
Missing soap bulder for type (text/html) Key: AXIS2-4325 URL: https://issues.apache.org/jira/browse/AXIS2-4325 Project: Axis 2.0 (Axis2) Issue Type: Bug Components: transports Affects Ve

[jira] Created: (AXIS2-4326) JAXWSDeployer: error in getListOfClasses()

2009-04-27 Thread Peter Neumcke (JIRA)
JAXWSDeployer: error in getListOfClasses() -- Key: AXIS2-4326 URL: https://issues.apache.org/jira/browse/AXIS2-4326 Project: Axis 2.0 (Axis2) Issue Type: Bug Components: jaxws Affects Ver

RE: No serializer found for class java.util.Locale in registry org.apache.axis.encoding.typemappingdeleg...@6025e7

2009-04-27 Thread Tom Jordahl
Do not include Java specific types like this in the function signature of a web service. Remember, a client which is NOT Java should be able to use your service. A better approach would be to take a string that is a standard name of a locale (i.e. "en_US") that you define as part of the contra

[jira] Commented: (AXIS2-3846) problem with soapenc:Array in WSDL

2009-04-27 Thread Martin Fernau (JIRA)
[ https://issues.apache.org/jira/browse/AXIS2-3846?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12703207#action_12703207 ] Martin Fernau commented on AXIS2-3846: -- I've this problem too! I need to implement a s

Fault/Exception Handling on Axis2

2009-04-27 Thread John Eapen
Hi , We are in the process of migrating from Axis1 to Axis2 and using Axis2 1.4.1. ( using adb ) I am having some trouble understanding the code generation regarding Fault handling and mapping to Java Exceptions. 1. In Axis2, why are exceptions based of wsdl messages and not xsd elements as was t

[jira] Commented: (AXIS-2779) re-create the java files in the "stub"

2009-04-27 Thread Bret Cole (JIRA)
[ https://issues.apache.org/jira/browse/AXIS-2779?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12703434#action_12703434 ] Bret Cole commented on AXIS-2779: - I had the same issue after installing the latest AXIS. T