0

Is there a way to call a webservice from a .Net 4 Client Profile client? My understanding is that System.Web is not available in the Client Profile 4.

casperOne
  • 73,706
  • 19
  • 184
  • 253
Sean Kearon
  • 10,987
  • 13
  • 77
  • 93

1 Answers1

1

System.Web.Services is available in the client profile. It was split apart from System.Web for .NET 4 just for this very scenario.

Matt Greer
  • 60,826
  • 17
  • 123
  • 123