TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
rodcarls
NA
1
0
VB6 in ASP.NET Web Service
Aug 25 2004 2:01 PM
I am creating a simple chat program....with a server and client. I use ASP.NET Web Service for server and vb.6 for client.....can anyone help to on how read the return xml file of my web service.asmx. example for my web service.asmx :
Public Function AddNumber(byref a as integer, byref b as integer) as integer return a + b end Function now...how to make a vb.6 client to access this method above. Please help with this issues. Thanks, Rogelio
Reply
Answers (
1
)
The underlying connection was closed
Java Web Service with .NET Client