[jboss-user] [JBossWS] - Re: Problem consuming .net webservice with jbossws-3.0.1-nat
claudio_br
do-not-reply at jboss.com
Thu Apr 17 12:25:58 EDT 2008
Hi Richard,
I am ready using -Dfile.encoding=utf-8.
In your test code you must to use:
os.write(msg.getBytes("UTF-8"))
|
You are using:
os.write(msg.getBytes())
Please, try using jbossws 2.0.0.GA to same wsdl, should work.
Try use POST of jbossws 2.0.0.GA in your test code.
Thanks
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4144947#4144947
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4144947
More information about the jboss-user
mailing list