1 Reply Latest reply on May 13, 2002 3:50 AM by cgjung

    Type mapping for non-primitives

    banigreyling

      Hi

      I have a bit of a problem with type mappings between JBoss.NET and MS.NET. With strings and primitive, all is fine, but the moment I use Integer, etc. the problem starts.

      With an Integer in my proper JavaBean, it is mapped as follows:



      with the namespace:
      xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/encoding/"

      It looks to me that MS.NET do not like the namepace, because when I change SOAP-ENC to point to http://www.w3.org/2001/XMLSchema, MS.NET is happy with it, but now JBoss.NET is a bit confused about it, giving the following fault:

      org.xml.sax.SAXException: Deserializing parameter 'in0': could not find deserializer for type http://someservice.somehost.domain:BillingRequest

      Can anyone shed some light on the matter?

      Thanks in advance
      Bani