Has anyone gotten this example to actually work? One problem seems to be that it's missing the "Add Web Reference" step, which would add the LeagueMiniView web service to the project.
Also, this line in step seven:
Should probably be:
But even with these changes, I'm getting some monstrous runtime error that starts off like this:
Quote:
quote:System.Web.Services.Protocols.SoapException: Server did not recognize the value of HTTP Header SOAPAction: http://wroxunited.net/ViewLeague.
at System.Web.Services.Protocols.Soap11ServerProtocol Helper.RouteRequest()
at System.Web.Services.Protocols.SoapServerProtocol.R outeRequest(SoapServerMessage message)
at System.Web.Services.Protocols.SoapServerProtocol.I nitialize()
at System.Web.Services.Protocols.ServerProtocolFactor y.Create(Type type, HttpContext context, HttpRequest request, HttpResponse response, Boolean& abortProcessing)
|
Ideas?