[jboss-user] [JBossWS] - JBossWS + VB .NET 1.x consumer
torbjornvatn
do-not-reply at jboss.com
Wed Jun 13 06:07:32 EDT 2007
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#4053869
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4053869
More information about the jboss-user
mailing list