HighTechTalks DotNet Forums  

Server did not recognize the value of HTTP Header SOAPAction: .

ASP.net Web Services microsoft.public.dotnet.framework.aspnet.webservices


Discuss Server did not recognize the value of HTTP Header SOAPAction: . in the ASP.net Web Services forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
jeff@cumpsty.co.uk
 
Posts: n/a

Default Server did not recognize the value of HTTP Header SOAPAction: . - 02-16-2007 , 09:19 AM






I am having a problem with an external web service that I cant seem to
solve.

I am working on a system which authenticates data, such as confirming
a persons identity. The system involves calling web services of
various data providers and processing the response.

One particular provider, exposes a web service which I call into and
return a job identifier.

Several seconds later the provider makes a web service call into a web
service which I expose that returns the results to me.

For my call into their web service, I was given a WSDL file. This
call works fine.

The problem is in them calling my web service. They only wanted a URL
to my web service and provided me with an interface which was
identified in their WSDL file.

When they call into my web service they are getting a 500 error from
my IIS. I have installed WSE 2.0 and implemeneted tracing.

Here is the error message from the Soap message in my Output Trace
file...

<soap:Fault>
<faultcode>soap:Client</faultcode>
<faultstring>Server did not recognize the value of HTTP Header
SOAPAction: .</faultstring>
<detail />
</soap:Fault>

Any ideas what is the problem?

Thanks
Jeff


Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.