Thanks for the clarifications, Deepal and Sanjiva - I'll get the Javadoc updates checked in later today, and add Jira issues on the other items.

 - Dennis

Deepal Jayasinghe wrote:

Hmmm. Good question- I also don't see why the ANON_* constants are
externally visible. We put those to create underlying anonymous
AxisOperation objects to make the simple API calls work right and hence
should be private IMO.

Deepal?

If some one want to create an operationclient using default service
client , then he need to have a way of knowing the name of the
operations (in the serviceClient) to create the operation client. So the
scansion I am describing is following;

                ServiceClient serviceClient = new ServiceClient();
                OperationClient opClient =
serviceClient.createClient(ServiceClient.ANON_OUT_IN_OP);
                ...
                opClient.execute(msgCtx);

We really need to have this feature , and we can not enforce user to
create service client using his AxisService. I am also create
serviceClient as above and use that to create operationClient whenever
necessary.

Sanjiva.


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





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

Reply via email to