Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > Other .NET > .NET Web Services
|
.NET Web Services Discussions about .NET XML Web Service technologies including ASMX files, WSDL and SOAP.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the .NET Web Services section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old December 9th, 2010, 12:48 PM
Authorized User
 
Join Date: Jan 2006
Posts: 13
Thanks: 0
Thanked 0 Times in 0 Posts
Default Please supply a valid soap action

Hi
I have sreated a web service (.NET2.0)..works fine internally. Now a client is trying to access it and an error " faultString: Unable to handle request without a valid action parameter. Please supply a valid soap action." shows up.

Some of the artiles hav suggested action=http://tempuri.org/Echo
as a solution for an error "Unable to handle request without a valid action parameter. Please supply a valid soap action".
what is this and how does this solve the problem ? can anyone throw some light.
Also some links suggest to use
httpWebRequest.Headers.Add("SOAPAction", "urn:Example1/HelloWorld")
Where should this be used..in the web service or calling client?How does this help.
I have tried
[
SoapDocumentService(RoutingStyle = SoapServiceRoutingStyle.RequestElement)]
in the web service and does not seem to help.
Thanks.





Similar Threads
Thread Thread Starter Forum Replies Last Post
How to supply parameter to a storedproc mallikalapati ASP.NET 2.0 Professional 4 April 10th, 2008 07:47 AM
Request action on change and get no action. Help crussell Ajax 0 September 12th, 2007 11:11 AM
valid crmpicco Classic ASP Basics 1 February 17th, 2005 12:54 AM
valid? crmpicco Classic ASP Basics 3 February 8th, 2005 05:46 AM
"ClassFactory cannot supply requested class" charan1976 Classic ASP Components 1 May 20th, 2004 06:33 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.