|
From: Patrick Y. <kc...@ce...> - 2004-05-29 03:14:20
|
Then you should call sendReliably(msg, false); Regards, -Patrick mlr...@cs... wrote: >where can we find the sendReliably() API? to get more info abt >that. > >and i dont want ack digitally signed , but i just want to send >a message to the source that message has been received at the >destination. > > > >with regards > > > >On Thu, 6 May 2004, Patrick Yee wrote: > > > >>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 >>>> >>>> >>>> >>>> >>>> >>> >>> >>> >>> >> >>------------------------------------------------------- >>This SF.Net email is sponsored by Sleepycat Software >>Learn developer strategies Cisco, Motorola, Ericsson & Lucent use to >>deliver higher performing products faster, at low TCO. >>http://www.sleepycat.com/telcomwpreg.php?From=osdnemail3 >>_______________________________________________ >>ebxmlms-develop mailing list >>ebx...@li... >>https://lists.sourceforge.net/lists/listinfo/ebxmlms-develop >> >> >> > > > |