Just to follow up on what Anne said, often a char is represented as primitive type int:

int CHAR_A   = 0x41;

http://web.cs.mun.ca/~michael/c/ascii-table.html
HTH,
Robert


On 6/6/06, Anne Thomas Manes <[EMAIL PROTECTED]> wrote:
You have a number of options.
1- use a primitive type instead of "char"
2- edit the generated WSDL and replace the generated "char" type with an appropriate xsd type.
3- edit the generated WSDL and define the generated "char" type and then define a typemapping definition in your WSDD.

Anne


On 6/6/06, femke < [EMAIL PROTECTED]> wrote:

how do you do that?
--
View this message in context: http://www.nabble.com/char-is-referenced-but-not-defined-t1734268.html#a4733656
Sent from the Axis - User forum at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




Reply via email to