This topic lists the main known restrictions that apply when using WSIF.
XML Data Type | Apache SOAP Java Mapping | JAX-RPC Java Mapping |
---|---|---|
xsd:date | java.util.Date | Not supported |
xsd:dateTime | Not supported | java.util.Calendar |
xsd:hexBinary | Hexadecimal string | byte [ ] |
xsd:QName | org.apache.soap.util.xml.QName | javax.xml.namespace.QName |