The SOAP header element is definitely optional, per spec.
Do you have more then one server? If the user's mailbox is on a different server then where you sent the request then you might endup without any header, as it won't create a session for that user.
Other then that, without seeing the actual SOAP request/response it will be hard to debug. |