Web Services reliable messaging is not supported in SAP AS 7.0?

In 7.1 documentation, I find that one enables a webservice for reliable messaging by writing @RelMessagingNW05DTOperation annotation.
However I'm shocked to find that in 7.0 documentation, it only talks about some PL/SQL like code (LUW) that one has to implement to have reliable messaging (http://help.sap.com/saphelp_nw70ehp2/helpdata/en/46/9743916d1115ece10000000a114a6b/frameset.htm). As I'm not familiar with LUW, can you confirm that the developer himself has to handle creating sequences, reordering them and guaranteeing exactly once delivery? And the LUW code shown in the link, does it do all this?
Please advice.

Someone please reply. I'm clueless. Are they saying the webservices reliable messaging has already been implemented using ABAP LUW and is available in the workbench? If so how to use it ito create a reliable webservice? Why are they showing some PL/SQL like code then?  It is all unintelligible to me as I haven't used any of these.
Edited by: convicted on May 11, 2011 10:59 AM

Similar Messages

  • Web Service reliable messaging in PI 7.1

    Hello Experts,
    I am working on a POC on Web Service Reliable Messaging.
    Anyone, Pls send me the detailed scenario on how to implement the same in PI 7.1.
    I have searched in SDN but i cud not find much info specific to this.
    Thanks in Advance.
    Regards,
    Swetha.

    Hi Swetha ,
    Please try:
    Configuring Web Services Reliable Messaging
    http://help.sap.com/saphelp_nwpi71/helpdata/en/46/741a3dfcfa0eede10000000a155369/content.htm
    Preview of Web Services Reliable Messaging in SAP NetWeaver Process Integration 7.1
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/304335f7-f33c-2a10-ae80-9c9ffdc86415
    Web Services-Based Connectivity
    Configuring Web Services Reliable Messaging
    https://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/109aa318-5aa6-2a10-799d-a495383c1e01
    Regards
    joel
    Edited by: joel trinidade on Apr 9, 2009 11:05 AM

  • Web services reliable messaging in weblogic 9

    Hi Weblogic web services gurus,
    I have some questions regarding the reliable messaging support in wls9 of web services.
    1. Since the SAF used for persistent storage, does weblogic support the sequence recovery when system failures? Or sequence can't accorss system failures?
    2. For the response sequence created by the web services service provider, what is the RM policy used? From the the wsdl file, we can see the policy only attach to the input message part of operation section.
    Thank you very much!
    Wayne Chen

    Someone please reply. I'm clueless. Are they saying the webservices reliable messaging has already been implemented using ABAP LUW and is available in the workbench? If so how to use it ito create a reliable webservice? Why are they showing some PL/SQL like code then?  It is all unintelligible to me as I haven't used any of these.
    Edited by: convicted on May 11, 2011 10:59 AM

  • Cannot create web service: target server does not support JAXRPC

    I created a web application project, with bundled Tomcat5.5 as server. When I tried to create a web service (right click project name, select New->web service), I got a error message saying "The current target server for this project does not support JAXRPC so no web service can be created". I tried adding jaxrpc lib to the project, it didn't work. I also tried to add jaxrpc jar to Tomcat using Server Manager, it didn't work either.
    Did I miss anything, during installation or project setup...? Is there a way to make the problem go away?
    Many thanks for your help.

    Can you please try the bundled Sun Java System Application Server as the target server for the project? (You can change the target server from the project's properties dialog, in the 'Run' category, using the 'server' drop-down box).
    I also noticed the same error message as you when i set my target server to bundled tomcat; when i changes the server to SJSA, the message went away.
    When i searched in the IDE Help (by selecting Help | Help Contents menu item, switching to 'search' tab in the help window , typing 'jwsdp tomcat' in the Find box and pressing enter), I came across the topic "Using JWSDP 1.6 on the Tomcat Web Server". This topic explains how to install Web Services Developer Pack on tomcat server. I could be wrong but I think this perhaps needs to be installed manually...

  • SOAP Reliable Messaging (8.1) vs. Web Service Reliable Messaging (9.0)

    I am looking for the differences in implementation and user experience for two Reliable Messaging solutions ( besides that WL 9.0 implemented WS-RM Spec. ). In particular, when a Reliable Messaging transaction is committed and successfully complete, which consumer element/component on the receiver side gets the message and how ( I mean a run-time component which is not implemented by WL on the receiver side) ? Does the message stay in receiver side persistent storage until it is taken by the consumer element/component or it sits in memory only ?
    Docs in 8.1 version detailed how the SOAP RM worked while in 9.0 version such description is absent.
    Please, send your response to [email protected]
    Thank you in advance,
    - Michael

    Hi,
    i think its not possible to get the response of the return type as void. you just think in normal core java also, its not possible that. i think you must change in the web service. and one more thing are you developing the web service in java or .NET? if it in java its easy to change the return type. i am also new to java web service. i am giving what i know.
    Thanks

  • Web service reliable messaging on NW70 java

    Hi all,
    I need to ensure reliable messaging both in consuming and providing web services in a NW70-based java application.
    I know that WSRM is enabled on NW71.
    Can that be done on NW70 java too?
    Thanks, regards
    Vincenzo

    not doable

  • Web Services Reliable Messaging

    Does Oracle BPEL PM has WSRM implemented
    1.As Server to expose WSRM based service ?
    2.To consume other WSRM services ?
    If so, what other app servers the interoperability is tested ?
    regards,
    Arun

    BPEL PM does not support WS-RM .. But you can use Oracle's Webservice Manager, that should contain this feature as part of its SLA management ..
    hth clemens

  • Web Service Reliable Messaging: Namespace confusion / bug

    Hello,
    according to the 9.2 doc and IMHO the spec the correct namespace for RM1.0 assertions is:
    xmlns:wsrm="http://schemas.xmlsoap.org/ws/2005/02/rm/policy
    however, the packaged example uses
    xmlns:wsrm="http://schemas.xmlsoap.org/ws/2005/02/rm
    even worse, this is the only way to get it to work!
    does that mean I have to use a wrong namespace to get a working WS-RM example for the latest WLS9.2MP3?
    thanks for your input.
    Barossa

    ok, it does work with the rm namespace. I have no idea why, as this should be a completely different schema.
    also it works with the correct namespace rm/policy (which is more restrictive, first I had an ExponentialBackoff element
    in the wrong order, for the rm namespace it was ok, but not for the rm/policy.)
    so the example is plain wrong. the namespace and even the sequence of the elements. still it is working. how does that come?
    Edited by: Barossa on Jan 22, 2009 6:35 PM

  • Enable WSRM (Web Service Reliable Messaging) in sap system

    Hi All,
    Can any one provide document to enable wsrm in sap pi system.
    your help is much appreciated
    Thanks,
    Narendar.

    Hi,
    Please check below link it will help you.
    http://www.sdn.sap.com/irj/scn/go/portal/prtroot/docs/library/uuid/107256c4-d4c4-2d10-fca1-d1676081892b?QuickLink=index&…
    Best Regards,
    Atul

  • Backup Assistant Service Failed - Sync state not supported by this operation

    I have a Samsung Stratosphere running Gingerbread 2.3.5.  Recently I tried to use the Backup Assistant app and it gave me the error message:
    Service Failed
    Sync state not supported by this operation
    How do I get it to work again?  I can't think of anything that could have caused this.  It worked when I first got the phone.

    I clicked on "backup my contacts" and they backed up--I see them.  Here is
    the strange thing:  the first person to get back to me told me to disable
    the app since it didn't work well with Android.  I did that.  Two days
    later, it started to back up.  Huh?????  Seems like it is inconsistent.
    So, do I just wait until it doesn't work again  (dumb question--what else
    can I do???).  Does this happen to others?
    Thanks so much.  I am new to Verizon and so far I am pleased and really
    like that you got back to me!!
    Sincerely,
    Fran
    On Wed, Nov 21, 2012 at 6:10 PM, Frances Purcell-Abbott <

  • SMS: unable to open. message format not supported...

    hey folks i've seen a bunch of guys asking this same question on another threads with no reply, is this a OS bug or something? from time to time i received SMS from my contacts and sometimes I am not able to open them and i got a message: "unable to open. message format  not supported Symbian" even though i can read some text from the preview list.
    any workaround?
    thanks!
    Powered by Nokia X6

    try a reset there could be a file in the message which phone wont support
    *#7370# security code 12345 back up your data 1st
    If  i have helped at all a click on the white star below would be nice thanks.
    Now using the Lumia 1520

  • When I compose and send a mail, it gets placed in Outbox and I get a prompt stating something like "relating the message is not supported". Even if I compose a newest age, it says the vey same thing. I just cannot send any response through my mail account

    When I compose and send a mail, it gets placed in Outbox and I get a prompt stating something like "relating the message is not supported". Even if I compose a newest age, it says the vey same thing. I just cannot send any response through my mail account. Can anyone help with a solution?

    You haven't set up the SMTP (outgoing) mail server correctly. You probably didn't enter your user ID and password for the outgoing server. They are needed even though it says "optional".

  • Web services enabled RFC for SO creation in SAP  5.0 is not responding

    Dear Members,
    Third party application is not able to getting response from SAP R/3 web service enabled RFC.
    We have created a RFC for creation of Sales order by passing mandatory values into SAP thorugh third party application from outside SAP. Accessing RFC in SAP through Web service is not sending response properly. However Sales Order is getting created in the SAP system perfactly, in return to third party application to out side SAP through web service throughing an Exception.
    As standalone RFC in SAP, which is creating Sales order perfactly.
    Here we have deleted web service of RFC many times and recreated also, still the problem is not get resolved.
    Web services is got configured perfactly in the SAP, because other RFCs are working fine.
    Please someone suggest how to resolve this issue in case of Sales Order creation through web service enabled.
    Sudheer

    Hi ARC,
    Here the issue is that, Sales Order is getting created but while sending the Order num. to Webpage through web service then rasing below Exception.
    Runtime Error UNCAUGHT_EXCEPTION
    Except. CX_SOAP_CORE
    Date and Time 07.05.2008 20:13:24
    ShrtText
    An exception that could not be caught occurred.
    What happened?
    The exception 'CX_SOAP_CORE' was raised but was not caught at any stage in the
    call hierarchy.
    Since exceptions represent error situations, and since the system could
    not react adequately to this error, the current program,
    'CL_SOAP_TRANSPORT_EXTENSN_ROOTCP', had to
    be terminated

  • Outlook some messages are not supporting

    Am getting error message for some mails in outlook. "This type of message is not supported by your current version of windows phone ". I have updated latest sw only. (current sw version is Lumia amber). As I need to check mails while travelling, but it is not supporting means what is the use of this outlook in phone ? Please consider this as high priority.

    Does this help?
    That is a Microsoft issue with Exchange ActiveSync and S/MIME messages. You have to request it. With IMAP, you are able to view signed messages (of course you cannot read encrypted ones, yet). Do you know if your affected messages are just signed or encrypted, as well?

  • Using wall charger for first time I get error message "charging not supported by this accessory."  Been using since December and not seen this before.

    Using wall charger and am now getting error message "charging not supported by this accessory."  Have been using since December and this is first time I have encountered this.

    Did you look to see if there is debris or dust causing the problem? Get a flashlight and take a look to make sure.
    Is there something in the USB end of the cord perhaps?
    You didn't answer this question ....Are you using the charger and cord that came with your iPad?
    You could try changing cords if you have another one available to see if it is the cord. Have you tried connecting to your computer to see if you get the same message?
    You could try a hard reset by holding down on the sleep and home buttons at the same time for about 10 seconds until the Apple logo appears, let go of the buttons and let the iPad restart. Then try the charger again.

Maybe you are looking for