Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Services > System.Web.Services.Protocols.SoapException: Server did not recogn

Reply
Thread Tools

System.Web.Services.Protocols.SoapException: Server did not recogn

 
 
runnin_bare
Guest
Posts: n/a
 
      11-13-2009
I've developed a web service and web application that consumes that service.
I recently needed to add another group of methods to that web service. So I
created a second asmx file creating a second web service with those methods.
Everything worked fine on my local server. So I created msi installer
packages for the app and service and installed on my clients DEV system.
Everything worked fine there. I then moved on to my clients QA system and
suddenly I get the following error anytime my application attempts to
communicate with my web service:

[SoapException: System.Web.Services.Protocols.SoapException: Server did not
recognize the value of HTTP Header SOAPAction:
http://wsp.client.com/processRules.
at System.Web.Services.Protocols.Soap11ServerProtocol Helper.RouteRequest()
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)]

System.Web.Services.Protocols.SoapHttpClientProtoc ol.ReadResponse(SoapClientMessage
message, WebResponse response, Stream responseStream, Boolean asyncCall)
+431678
System.Web.Services.Protocols.SoapHttpClientProtoc ol.Invoke(String
methodName, Object[] parameters) +204
LeadManager.RuleToolsWS.RuleTools.processRules(Int 32 ruleID) +70
LeadManager.RulesAdmin.btnRunNow_Click(Object sender, EventArgs e) +516
System.Web.UI.WebControls.Button.OnClick(EventArgs e) +111
System.Web.UI.WebControls.Button.RaisePostBackEven t(String eventArgument)
+110

System.Web.UI.WebControls.Button.System.Web.UI.IPo stBackEventHandler.RaisePostBackEvent(String eventArgument) +10
System.Web.UI.Page.RaisePostBackEvent(IPostBackEve ntHandler
sourceControl, String eventArgument) +13
System.Web.UI.Page.RaisePostBackEvent(NameValueCol lection postData) +36
System.Web.UI.Page.ProcessRequestMain(Boolean
includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint) +1565

To make things more confusing the same web service is consumed by a
different application that runs on the same web server in the same app pool
and it works fine.

I'm completely stumped here. Any suggestions??
 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Did this stop working? Or did it ever work? (metamagic) Daniel Waite Ruby 2 05-01-2008 11:08 PM
XP Profession - Pro.msi missing file - Srvc Pack 2 disk not recogn Kim Windows 64bit 1 11-28-2007 05:54 PM
Server did not recognize the value of HTTP Header SOAPAction =?Utf-8?B?TWlndWVsIElzaWRvcm8=?= ASP .Net 2 05-25-2007 10:41 PM
I did the run, cmd thing, and my video actually did mess up. The Maitch Computer Support 0 04-25-2005 11:37 PM
cisco t1 isdn call to DID or DID no ring tone optimus Cisco 1 12-31-2003 04:35 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57