On Fri, 2006-02-17 at 11:45 -0500, Srinath Perera wrote: > Hi All; > > Did the xxx(x?,SOAPEnvelope) methods not going to supported in the > Service Client?
Nope. ServiceClient is meant to be the simple API .. supports OM only. The next level is an operation client you get to play with MCs then. > Is there a other way to set the SOAP Headers from the Client API > without writing a Handler/Module? Of course :-). First, ServiceClient has a addHeader method. Second, if you use OperationClient, then you have the ability to add headers via the MC. Sanjiva.
