I have seen this before, I have wondered why an action is needed. I have MANY client tools that will not allow a action to be set, and for those I had to make a proxy to get the message, then convert it and resend with the action = "" set.
Am I missing a simple way to turn off this need? -----Original Message----- From: Ken Pelletier [mailto:[EMAIL PROTECTED]] Sent: Tuesday, November 26, 2002 5:15 PM To: [EMAIL PROTECTED] Subject: SOAPAction HTTP header required. I have a service which I've moved from Apache SOAP to Axis and am now testing. Apart from a couple of things, it's working quite well. I have one instance where a particular client application can no longer make calls to the service now that it's been placed under Axis, but could when it was under Apache SOAP. The client app, which is not under my control, does not send a SOAPAction HTTP header, so Axis always returns a 'no SOAPAction header!' fault to the client. How can I get my service to consumer messages w/o SOAPAction HTTP headers under Axis? - Ken
