I am attempting to conusme a third party web service. When I have Visual Studio(VB) generate the service proxy class, it does not handle the output parameters correctly.
Instead of ussing the given parameter, say "Status", it includes it as an input (byVal), and creates a new parameter "Status1" as the byRef output.
Is this a problem with the wsdl
If this forum accepts this post, I will include the wsdl in another post.
Thanks in advance for any ideas.
Tracy Spratt
Hmm, the wsdl breaks the post. How can I post it safely

VS service proxy class generation not handling output parameters correctly