Idl To Wsdl Type Mapping
Primitives
CORBA type |
XML schema type |
long |
xsd:int |
long long |
xsd:long |
unsigned short |
xsd:unsignedShort |
unsigned long |
xsd:unsignedInt |
unsigned long long |
xsd:unsignedLong |
short |
xsd:short |
float |
xsd:float |
double |
xsd:double |
char |
xsd:byte |
wchar |
xsd:string |
string |
xsd:string |
wstring |
xsd:string |
boolean |
xsd:boolean |
octect |
xsd:unsignedByte |
any |
xsd:anyType |