Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Last post Feb 27, 2012 07:15 AM by LightSwitch
Member
139 Points
190 Posts
Feb 23, 2012 07:52 PM|LINK
When I work with the WebServicesClientProtocol class, there is no available requestsoapcontext field; only equals, referenceequals, and generatexmlmappings.
How can i make the requestsoapcontextfield available?
Contributor
7128 Points
1270 Posts
Feb 23, 2012 08:02 PM|LINK
Did you added namespace and dll to your project -- Microsoft.Web.Services2
Feb 23, 2012 08:23 PM|LINK
Yes
Feb 23, 2012 08:52 PM|LINK
If you dont mind can you post your code.
42 Points
6 Posts
Feb 27, 2012 07:15 AM|LINK
Hi,
please see the code below:
http://social.msdn.microsoft.com/search/en-us?query=WebServicesClientProtocol%20RequestSoapContext%20&x=0&y=0&ac=3
You should create a new WebServicesClientProtocol object and then call the RequestSoapContext method
Bushwick
Member
139 Points
190 Posts
No RequestSoapContext field for WebServicesClientProtocol class
Feb 23, 2012 07:52 PM|LINK
When I work with the WebServicesClientProtocol class, there is no available requestsoapcontext field; only equals, referenceequals, and generatexmlmappings.
How can i make the requestsoapcontextfield available?
kushalrdalal
Contributor
7128 Points
1270 Posts
Re: No RequestSoapContext field for WebServicesClientProtocol class
Feb 23, 2012 08:02 PM|LINK
Did you added namespace and dll to your project -- Microsoft.Web.Services2
My Blog
LinkedIn Profile
Bushwick
Member
139 Points
190 Posts
Re: No RequestSoapContext field for WebServicesClientProtocol class
Feb 23, 2012 08:23 PM|LINK
Yes
kushalrdalal
Contributor
7128 Points
1270 Posts
Re: No RequestSoapContext field for WebServicesClientProtocol class
Feb 23, 2012 08:52 PM|LINK
If you dont mind can you post your code.
My Blog
LinkedIn Profile
LightSwitch
Member
42 Points
6 Posts
Re: No RequestSoapContext field for WebServicesClientProtocol class
Feb 27, 2012 07:15 AM|LINK
Hi,
please see the code below:
http://social.msdn.microsoft.com/search/en-us?query=WebServicesClientProtocol%20RequestSoapContext%20&x=0&y=0&ac=3
You should create a new WebServicesClientProtocol object and then call the RequestSoapContext method