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?
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4053869#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...