Thanks for the information. Anne Thomas Manes wrote: > .NET doesn't support RPC/Literal (although Indigo will). For best > interoperability with .NET, you want to use "wrapped" document/literal. > (From a programming perspective, WRAPPED is pretty much identical to RPC > style). > > In java2wsdl, specify -yWRAPPED. > In WSDD, specify style="WRAPPED". I just tried using VB.Net with style="wrapped", everything looks OK using SOAPMonitor and VB doesn't complain but I just get a load of empty objects.
I think for now I'll stick with RPC/Encoded, although Microsoft's WSDL.EXE tool complains about it not being WS-I compliant at least it actually works! Kevin
