Hi,

I don't think this has anything to do with the fact that it is a singleton. Even if there is no resource identifier in the header, the action header is required, for example: <wsa:Action mustUnderstand="1">http://ws.apache.org/resource/example/filesystem/FileSystemPortType/yourWsdlRequestName</wsa:Action>

Regards,

Bruno.



Jan Christian Bryne wrote:
There is no stack trace in the log files, as far as I can see.
This the soap message returned from the factory when a client sends a request without any header:

<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";>
   <soapenv:Body>
      <soapenv:Fault>
         <faultcode>soapenv:Client</faultcode>
<faultstring>A WS-Addressing Action SOAP header element is required by this endpoint.</faultstring>
         <detail/>
      </soapenv:Fault>
   </soapenv:Body>
</soapenv:Envelope>

I don't know the details of the implementation, but it seems to me that this is a Apache WSRF generated fault. If I understood the log4java library better I could probably find out more. If you need to know more, I'll get some more details.

- Christian


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to