You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by ji...@apache.org on 2004/04/12 05:33:43 UTC

[jira] Closed: (AXIS-844) Java2WSDL Does Not Handle byte[] Mapping Properly

Message:

   The following issue has been closed.

   Resolver: Davanum Srinivas
       Date: Sun, 11 Apr 2004 8:31 PM

fixed in latest cvs.
---------------------------------------------------------------------
View the issue:
  http://issues.apache.org/jira/browse/AXIS-844

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: AXIS-844
    Summary: Java2WSDL Does Not Handle byte[] Mapping Properly
       Type: Bug

     Status: Closed
 Resolution: FIXED

    Project: Axis
 Components: 
             WSDL processing
   Fix Fors:
             current (nightly)
   Versions:
             1.1rc2

   Assignee: 
   Reporter: David F. White

    Created: Mon, 28 Apr 2003 8:00 PM
    Updated: Sun, 11 Apr 2004 8:31 PM
Environment: Operating System: Windows NT/2K
Platform: PC

Description:
I have declared a public property (e.g. public byte[] Content) in a Java 
class.  Upon generating the WSDL the type should be mapped to 
xsd:base64binary.  Instead, the type is mapped to xsd:byte which is incorrect.  
Subsequently, when a Microsoft .NET client application tries to use the WSDL 
generated from a web service deployed on Axis/Tomcat, the client compilation 
fails because the type byte[] cannot be implicitly converted to sbyte[].  
Generating WSDL using other products such as BEA Weblogic produces the correct 
mapping.


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira