[jboss-user] [JBossWS] - Re: cannot call jboss ws from MS SOAP SDK
benigot
do-not-reply at jboss.com
Tue Mar 20 10:57:54 EDT 2007
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#4029825
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4029825
More information about the jboss-user
mailing list