Untill deepal puts out a sample here is a basic code snippet to do it.
OMElement payload = // use AXIOM to create a payload
ServiceClient client = new ServiceClient();
Options options = new Options();
options.setTo(//set the EPR here);
client.setOptions(options);
// from the client side this is a out only operation
serviceClient.fireAndForget(payload);
Regards,
Rajith
On 11/2/06, Deepal Jayasinghe <[EMAIL PROTECTED]> wrote:
Hi Andrea ;
At the moment we do nt have any sample with out-only operations , and
wrting a such a service is not a big deal too. I will try to write a
sample and I created a
JIRA( https://issues.apache.org/jira/browse/AXIS2-1590) too , so that I
wont forget to write that.
Thanks
Deepal
> Hello,
>
> I'm new to Axis2. I would like where to know
> if examples are available on how to develop
> services with out-only operations, starting
> from the WSDL.
>
> Thanks a lot
>
> Andrea Parodi
> IRIS SrL
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
>
--
Thanks,
Deepal
................................................................
"The highest tower is built one brick at a time"
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
