Hi everyone, I have struggeling with this problem now for a couple of days. If I use OperationClient opClient = sender.createClient(ServiceClient.ANON_OUT_ONLY_OP);
The SOAP message is sent and all seems fine. One thing I do get though is: [org.apache.commons.httpclient.HttpMethodBase] - Discarding unexpected response: HTTP/1.1 100 Continue But I do not think this is stopping the service from completing successfully. However, when I run the client with: OperationClient opClient = sender.createClient(ServiceClient.ANON_OUT_IN_OP); I get both the httpclient problem as well as the following: AxisFault Cause: Server did not recognize the value of HTTP Header SOAPAction: urn:anonOutInOp. Any and all help much appreciated. Thanks! Schalk -- Open WebMail Project (http://openwebmail.org) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
