-
Web Service Error
Hi,
I have created a web service, deployed it and configured with iis. If i access that http://xxx/webService/ the page will come up with the web method name as links.
If i enter the input and Invoke, It will display the results.
This web method is returning a dataset.
In my application, i am adding a web reference and binding this web method to a dataset
Dim serv As xxx.Service1
Dim ds As New DataSet()
ds = serv.GetSerial(serialno)
But on this line ds = serv.GetSerial(serialno) i am getting an error Object reference not set to the instance of the object.
Do i need to add anything in the web.config file??
Please help me out.
Many Thanks,
Anu
Similar Threads
-
By mesh2005 in forum .NET
Replies: 1
Last Post: 03-06-2006, 08:16 AM
-
By Srividhya in forum .NET
Replies: 0
Last Post: 07-12-2002, 11:17 AM
-
By ASPSmith Training in forum dotnet.announcements
Replies: 0
Last Post: 06-18-2002, 03:39 AM
-
By Steve Hiner in forum .NET
Replies: 7
Last Post: 04-22-2002, 09:19 PM
-
By Tim Romano in forum .NET
Replies: 6
Last Post: 04-19-2001, 02:51 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
Forum Rules
|
Top DevX Stories
Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL
|
Bookmarks