My fist post on this forum ... be gentle
When executing the JAX WS SearchMail method I keep getting the following SOAP Fault:
<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/">
<SOAP-ENV:Body>
<SOAP-ENV:Fault>
<faultcode>SOAP-ENV:Server.SearchProgramFailed</faultcode>
<faultstring>Error executing ClientSearchProgram</faultstring>
<faultactor/>
</SOAP-ENV:Fault>
</SOAP-ENV:Body>
</SOAP-ENV:Envelope>Has anyone experienced this problem before and is it a temporary problem with the service, or does it caused by the client request?
Thank you.