----- Original Message ----- From: "Gaël Pouzerate" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, June 12, 2002 6:03 AM Subject: Re: soapAction="" why?
> > Ok, so there's no bug at all in having an empty string in soapAction... > Many thanx for your answer! well, not really a bug, its the way the SOAP spec is going. SoapAction was meant to let things do a security check on what was allowed, and rapidly see what method gets called, but it really duplicates what is in the body of the message. For a security check to work you need to make sure that SoapAction matches the real intent of the message, so you always need to parse the XML anyway. The earlier SOAP toolkits do expect and use it, however.