Web Service in Visual Basic .NET Calling a Stored Procedure using Typed Dataset
This web service was created to interact with hosted IVR solution to create an automated interactive routing script where clients can check the status of their records via telephone. Essentially, the IVR makes a single element SOAP request over HTTP, the web service generates a Typed Dataset from a stored procedure and builds the formatted …
Web Service in Visual Basic .NET Calling a Stored Procedure using Typed Dataset Read More »