Hi all,

I have this client java:

�
call = (Call) service.createCall();
call.setTargetEndpointAddress(new URL(endPointURLString));
call.invokeOneWay(new SOAPBodyElement[] {new SOAPBodyElement(body)});

while my web service is:

public Document echoDocument(Document doc) throws RemoteException {
       System.out.println("EchoDocument");
       return doc;
}

with your wsdd as
provider="java:MSG" style="document" use="literal"

I want use a method OneWay and I don�t understand if my method echoDocument must be void?
How must write my web service for type OneWay?

Thanks Pasquy

_________________________________________________________________
Scopri il nuovo MSN Htomail - 10MB di allegati http://www.msn.it/hotmail/minisite_10

Reply via email to