Finally I tried wstools with style=document
Visual Basic cannot get along with this.
It seems that MS SOAP Toolkit is using rpc style, and that the high level API uses a
namespace in the parameter definition, which is incompatible with jbossws. However, since
this toolkit is superseded by .Net there is no way
around.
The conclusion is : one must use the call Serializer.SoapAttribute("xmlns",
"", "", "") and the low level API to get it work.
With C#, on the contrary, everything goes fine, and a webservice call is two lines of
code.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4029825#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...