I have two operation in my Web Service
one with rerun type and other with out .
With return type is working file.
But when I can the operation with out return type 
 
sender.fireAndForget(payload);

The operation it self is not calling 

 

But when using 

// sender.sendReceive(payload);

sender.sendRobust(payload);

 

It execute in sever side 

but in  client side I get exception 

I used both default user defied in and out but not find any difference 

t
org.apache.axis2.transport.TransportUtils.createSOAPMessage(TransportUti
ls.java:64)

at
org.apache.axis2.description.OutInAxisOperationClient.send(OutInAxisOper
ation.java:349)

at
org.apache.axis2.description.OutInAxisOperationClient.execute(OutInAxisO
peration.java:279)

at
org.apache.axis2.client.ServiceClient.sendRobust(ServiceClient.java:359)

at
org.apache.axis2.client.ServiceClient.sendRobust(ServiceClient.java:339)

at clientfileuploaddownload.CheckSaveInfo.main(CheckSaveInfo.java:61)

 

 

Also do u have any way of implementing catching exception using fault in
client 

Client and server 

 

I am really stacked 

I will be greatefull if any body can provide me a help 

 

 

 


Binoy K Philip 
Thanks in advance 

Reply via email to