I have an old VB 6 Application. I now want to access a Web service/web method in it, I am using MSSOAPLib30 DLL for the interaction.
Everything is fine with the simple types like int string
.
But I am unable to send Complex types like Class
and Structs
.
Anybody have any suggestions?