As a note: This error also occurs as a result of a method which returns a
java.lang.Character. They are mapped the same way.



                                                                                       
                              
                    "Russell                                                           
                              
                    Butek"               To:     [EMAIL PROTECTED]               
                              
                    <[EMAIL PROTECTED]        cc:                                           
                              
                    .com>                Subject:     Re: Compile error on generated 
client stubs                    
                                                                                       
                              
                    03/26/2002                                                         
                              
                    04:07 PM                                                           
                              
                    Please                                                             
                              
                    respond to                                                         
                              
                    axis-dev                                                           
                              
                                                                                       
                              
                                                                                       
                              




AXIS does not currently support a mapping of the char type because xsd does
not have a char type.

Russell Butek
[EMAIL PROTECTED]


"David L. Cole" <[EMAIL PROTECTED]> on 03/26/2002 03:38:06 PM

Please respond to [EMAIL PROTECTED]

To:    [EMAIL PROTECTED]
cc:
Subject:    Compile error on generated client stubs



I am getting the following error on my generated SoapBindingStub class:

            qName = new javax.xml.rpc.namespace.QName
("http://DefaultNamespace";, "char");
            cachedSerQNames.add(qName);
            cls = DefaultNamespace._char.class;
            cachedSerClasses.add(cls);
            cachedSerFactories.add(beansf);
            cachedDeserFactories.add(beandf);

More particularly, note the line:

cls = DefaultNamespace._char.class;


This error is occurring from a Return type of char using the nightly build
as of March,26th.

Thanks,
David Cole







Reply via email to