
Creating a VB.Net Web Service utilizing SOAP?
I need to be able to pass more than just name/value pairs in a Web Service
written in VB.Net, and I have found docs stating that I need to change the
default encoding style (HTTP-GET/POST) of my Web Service class to a
SoapService style of RPC.
Anyone know how to do this?
Jason