0 Replies Latest reply on Jun 13, 2007 6:07 AM by torbjornvatn

    JBossWS + VB .NET 1.x consumer

    torbjornvatn

      Has run into a problem with an external user of our JBossWS webservice. The external user is trying to use the WS from a VB .NET 1.x project.

      Our response xml contains elements like this:
      <ns_cityPair:toDate xsi:nil="1"/> - which leads to problems because .NET 1.x does not support null Dates.

      We use this @SoapBinding settings:
      style=Style.DOCUMENT,
      use=Use.LITERAL,
      parameterStyle=ParameterStyle.BARE)

      Suggestions anyone?