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
tim 0
NA
1
0
How to get C# client to display SOAP response
Aug 7 2005 9:36 PM
I have the following code: MMS_WS_Client.localhost.HiWS myService = new MMS_WS_Client.localhost.HiWS(); MMS_WS_Client.localhost.sayHi sayHiInst = new MMS_WS_Client.localhost.sayHi(); sayHiInst.String_1 = "Ling Ling"; label2.Text = myService.sayHi(sayHiInst).result; I want myService to print out the actual XML SOAP response. Anyone know how to do this?
Reply
Answers (
1
)
Cannot start
service on machine ‘.’
Changing url of web service