|
From: Patrick Y. <kc...@ce...> - 2004-05-06 11:01:36
|
Hi, sendReliably() takes 2 parameters. The first one is the ebXML message to be sent. The second one is a boolean flag, indicating whether you request the Ack to be digitally signed. Hope this helps. Regards, -Patrick mlr...@cs... wrote: >Thanks, >wht parameters should be passes through request.sendReliably().? > > >Please provide more details on this. > > > > > > >With Regards > > > > > > >On Wed, 5 May 2004, Patrick Yee wrote: > > > >>For Hermes, you can call request.sendReliably(). Then, Hermes will >> >> > attach the appropriate AckRequested element to the SOAP message. >And the destination system, if it's sensible, will generate an >Ack back to Hermes. > > >>But, since the Acks are in the ebMS layer, the application will not get >>noticed when receiving the Acks. If you want to get noticed, you have to >>turn on the PositiveAcknowledgment option in msh.properties.xml of Hermes. >> >>Hope this helps. >> >>Regards, -Patrick >> >> >>mlr...@cs... wrote: >> >> >> >>>thanks for the reply. >>> >>>For msh to work properly , i deleted the database tables and recreated the >>>database.and it worked. >>> >>>and abt acknowledgment >>> >>>I am sending a message from one machine to another machine. >>>As soon as the message reaches the destination, the destination machine >>>should send an ack to the source. >>> >>>Please provide me a elaborate solution for this. >>> >>>If any one has already working system, provide me the sample code. >>> >>> >>> >>> >>> >>> >> >>------------------------------------------------------- >>This SF.Net email is sponsored by: Oracle 10g >>Get certified on the hottest thing ever to hit the market... Oracle 10g. >>Take an Oracle 10g class now, and we'll give you the exam FREE. >>http://ads.osdn.com/?ad_id=3149&alloc_id=8166&op=click >>_______________________________________________ >>ebxmlms-develop mailing list >>ebx...@li... >>https://lists.sourceforge.net/lists/listinfo/ebxmlms-develop >> >> >> > > > |