Implementation of HTTP in BPM

Hi,
We are doing HTTP to HTTP scenario,we have some requirement that we have to use bpm in between so i.e we have made sender and receiver asynchronous,our sender and receiver are same,
can we use http test client for the same?how will i get response please tell me and send me some clients for http to http scenario
Thanks
Best Regards,
Harleen Kaur Chadha

hi
HTTP test tool
wfetch
http://www.robweb.de/wfetch.zip
check this also
/message/266750#266750 [original link is broken]
It has the Http client code, Stefans post.
In XI You can go to RWB (from XI server homepage)->Comp Monitoring -> Display All ->Int Server-> Int Engine
In the bottom, you find 3 tabs, select the test message tab to post messages.
Pls note that, when you need to test, you should have created the scenario in IR/ID (and u can use the details of Recr Determination ID) to fill in the details.
reward points if helpfull
regards
KUMMARI
Edited by: kummari on Jul 4, 2008 8:34 AM

Similar Messages

  • HTTP-RFC(BPM)-FILE Scenario

    I have a problem on using the 'http-RFC(BPM)-File scenario'. When i enter values using the  Client http adapter, it displays message telling that "BPE_ADDAPTER.SYNCHONOUS_MESSAGE"
    The error msg is displayed below:
    Result:  
    <SAP:Error>
    <SAP:Category>XIAdapter</SAP:Category>
    <SAP:Code>BPE_ADAPTER.SYNCHONOUS_MESSAGE</SAP:Code>
    <SAP:Stack>The process does not support the given synchronous interface or does not support synchronous messages</SAP:Stack>
    </SAP:Error>
    Also in SAP XI monitor, the sender services along with the corresponding sender interfaces.
    Expecting this prob will be off soon.
    thanks
    vinod v

    Hi Vinod,
    your process is asynchronous (no sync async bridge). But you send "Quality of Service = Best Effort" (Url paramater qos=BE). You should send "Exactly Once" (EO).
    Regards,
    Udo

  • Minimum settings required to implement the https in portal

    Hi,
    Currently SAP Portal connected with SAP R/3 and ADS server and all are running on http protocol.
    Current requirement is to implement the Https in portal only. So can you please write me what is minimum settings are required to implement the https in portal.
    Regards
    Ali

    Hi,
    Forums is available from NW07 SP12 and to create forums check this:
    http://help.sap.com/saphelp_nw70/helpdata/EN/44/93780e2d206999e10000000a11466f/frameset.htm
    If you want to enable Trex to search forum content then check this:
    http://help.sap.com/saphelp_nw70/helpdata/EN/47/17904a21fa3696e10000000a11466f/frameset.htm
    If you want to create index:
    http://help.sap.com/saphelp_nw70/helpdata/EN/52/20bc407e71712ae10000000a155106/frameset.htm
    Regards,
    Praveen Gudapati

  • HTTP 501 Not Implemented or HTTP 505 Version Not Supported

    when trying to post on the ABAP Forum, i am getting the following:
    The website is unable to display the webpage
    HTTP 501/HTTP 505 
       What you can try:
         Go back to the previous page.
         More information
    This error (HTTP 501 Not Implemented or HTTP 505 Version Not Supported) means that the website you are visiting doesn't currently have the ability to display the webpage, or support the HTTP version used to request the page.
    For more information about HTTP errors, see Help.
    i have tried from firefox, chrome and IE and unable to post.. i may look stupid and this may work here!  lol!
    but i have been trying for several hours to post a question on the ABAP forum...  :o(

    You have been "bagged" by SAP Security's cross site scripting filter. No way around it (for obvious reasons). Somewhere in your post there is something that is interpreted as an xxs attack. Unfortunately, happens a lot when trying to post code or code terms. Some people have managed to work around this using some of the same tricks used by people wanting to post forbidden words and phrases like
    myemal at sap dot com
    j a v a s c r i p t
    and the like. Try some experimenting and you might succeed.

  • IDoc  to HTTP using BPM

    Hi,
    My Requirement is  IDoc(Async)HTTP(sync)-IDoc(Async) using BPM
    and there is a condition if i will not get response from HTTP then i need to send error message to ECC(IDoc).
    could you please provide me details steps in IR and ID.
    Thanks
    Girii

    HI,
    please go through below blog instead of file you are using IDoc and instead of rfc you are using HTTP,
    http://wiki.sdn.sap.com/wiki/display/XI/FILETORFCTOFILEwithBPM
    regards,
    ganesh.

  • How to implement resend mechanism in BPM in order?

    I have a requirement to implement a synchronous scenario in BPM,which doe sthe following steps
    1)Recieves a transformed idoc message
    2)Sends the message to a webservice synchronously
    3)Waits for the response for a duration of 1 min
    4)Resends it again if no response.
    Could you please suggest a way to implement this processing in order in such a way that,if the idocs are sent in queued manner to the BPM,the second idoc is only sent after the complete processing of the first one is over,ie after the resend of the first idoc is completed?

    Hi,
    Does anyone have any suggestion regarding this.
    For better clarity i will tell my requirement once gain.
    I am implementing an idoc to synchronous web service scenario using BPM in between.The BPM have to recieve the idocs in order.This has been implemented successfully.
    Now the BPM should accept each idoc,sent it to the synchronous web service,wait for the response and if no response available ,it should resend.If resend also not successful, then the other suceeding idocs should not be sent and should be stuck in queue,until we resolve the issue.Once the issue is solved,we should be able to resend the messages in the queue in the same order.
    So al together,the entire processing should take place in Exactly Once in Order and the unprocessed idocs should be stuck in queue,if there is any sending or recieving issues.
    I have currently implemented the BPM in such a way that i have a recieve step in loop with correltion as IDOC TYP so that it recievs all idocs to the same process instance.The same loop contains a transformation and also a  sync send step with no exception handler defined  to catch system sending errors.Hence the BPM will go into error status and the rest of the idocs will be stuck in the queue.And the BPM can be restarted after solving the communication issues. And all the messages will be resend.
    If no sending errors,also,I suppose the synch send step willitself go into error state after it waits for the response for some seconds.Am i correct in this approach??
    I would like to know your suggestions whether it will wrk fine or not.
    Edited by: janice ann george on Jan 14, 2009 11:35 AM

  • HTTP to HTTP Through BPM?

    Dear All,
    please go through the below requirement and let me know your inputs and how do we develop this scenario in XI. Can this scenario be achieved by BPM.
    I have a Source System (AS400) and Target system (Windows) in between XI is lying. XI has to send a request to Source System through HTTP Adapter and read the files from the source system and also wait till the reading of the files are completed. Send the read files to the Target system through HTTP Adapter only.
    If any one is not clear of the requirement please feel free to ask me.
    Thanks
    Shaik

    <i>How do you request to source system through HTTP Adapter?</i>
    XI aids in communication. As a rule of EAI, it shouldnt act as the trigger point of communication. So HTTP request couldnt begin from XI. Rather a client at the sender should trigger the HTTP request.
    <i>XI has to send a request to Source System through HTTP Adapter</i>
    Still a workaround could be like this. U may use some other client of XI as a Business Service. The HTTP client will reside on this client. This will now trigger the interface. AS400 has DB2 as its database. So ur scenario at this point will become HTTP <-> JDBC synchronous.
    But since u want to push the msg further to receiver system u have to use BPM here.
    HTTP(XI) - XI - JDBC (req) 
    JDBC (resp) - XI - receiver
    Regards,
    Prateek

  • BPM WorkSpace- Action Submit -  HTTP 404  - BPM 11g

    Whenever i click on Submit on a User- Initiator task, i get below error...
    However Instance gets completed on that step and goes to next step.
    The webpage cannot be found
    HTTP 404
    Most likely causes:
    •There might be a typing error in the address.
    •If you clicked on a link, it may be out of date.
    What you can try:
    Retype the address.
    Go back to the previous page.
    Go to and look for the information you want.

    Please have a look at: Re: OracleJSP error: java.io.FileNotFoundException when submitting form

  • Http to bpm scenario

    my scenario is
    i have to create an order in SAP R/3 system for which i am first doing credit check in SQLSERVER and then creating an order in SAP R/3 system.i am using BPM in this scenario.
    when i am executing my scenario,in sxmb_moni i am getting "system error-restart no possible" and outbound technical channel as SA_COMM.
      can anybody explain this to me??

    Hi Rohit,
    The timeout that you are encountering is the BPM timeout.
    U may set from SXMB_ADM -> integration engine configuration ->
    Parameter category SA_COMM and press F1 after selecting SA_COMM on the parameters field.
    Refer SAP Notes 744135
    Regards,
    Prateek

  • How do I implement an HTTP Get which returns XML into a View Object?

    I've got a 3rd party program which accepts an HTTP GET and returns information via XML. I'd like to take that XML and then populate a View Object.
    The examples given in the manual are only for JavaScript with an AJAX server that I don't have. Here's an example:
    function UpdateNow() {
         var req = new Ajax.Request("qbwc://docontrol/
         UpdateNow?async=true&AppName=WCWebService3", {method:'get',
         onSuccess:processDataOne, onFailure:reportError});
    }I've been to literally dozens of sites trying to answer my question, but I'm just not knowledgeable enough to know where to start. Can someone point me in the right direction?
    Using JDev 11.1.1.6
    Thanks,
    Will

    I guess the basics would be:
    Create a Java class that reads from the URL of the service:
    http://docs.oracle.com/javase/tutorial/networking/urls/readingURL.html
    Then get the XML that you read into the ADF BC VO using the readXML method of the VO.
    Example 18 here: https://blogs.oracle.com/smuenchadf/resource/examples#18

  • How to implement Sync-Sync scenario in BPM? Please help!

    Hi Experts,
       I have a Sync-Sync scenario (SOAP - RFC) where both sender as well as receiver are synchronous.
       I have created outbound sender sync interface, abstract sender sync interface, Receiver abstract sync interface and Receiver inbound sync interface.
      In BPM I have started with Receive step.
      But in receive step I can give either Async Abstract interface or Open Sync-Async bridge. I am confused!
      How to implement my scenario in BPM?
      It will be really great if somebody can send me the step by step info or doc.
    Thanks & Regards,
    Gopal

    Hi,
    Refer this link
    use synchronous send step in your BPM - http://help.sap.com/saphelp_nw04/helpdata/en/43/6211331c895f6ce10000000a1553f6/content.htm
    RFC Scenario using BPM --Starter Kit
    http://help.sap.com/saphelp_nw04/helpdata/en/83/d2a84028c9e469e10000000a1550b0/content.htm
    RFC -> XI -> WebService - A Complete Walkthrough (Part 1)
    RFC -> XI -> WebService - A Complete Walkthrough (Part 2)
    regards
    Aashish Sinha
    PS : reward points if helpful

  • Implementing Correlation in BPM 11gR1

    Hi,
    Need urgent help for implementing correlation in Oracle BPM 11gR1.
    Scenario: A busines process has various steps.When the request for the Step 1 comes, the BPMN process is instantiated which in-turn calls a sub-process that completes that step. After its completion, need to keep that thread waiting till the request for Step2 is received. When the request for Step 2 is received, need to re-start the waiting thread by corelating these two requests (Based on a unique ID).
    Now the ques are:
    1. Can we implement correlation in BPM 11gR1?
    2. If yes, how?
    3. If no, what is the alternate approach? (Think,can use BPEL corelation sets. Can anyone provide the steps for the same?)
    Any inputs around this would be really very helpful,thanks.

    Hi,
    You can achieve this behavior using BPMN, BPEL and Mediator components within a composite. We use this approach in a recent project. I wrote a new post in my blog explaining how to do that: http://blog.andrade.inf.br/2011/01/implementing-correlation-in-bpm-11gr1.html
    I hope this can help.
    Regards,
    Rafael Andrade

  • BPM  HTTP Sync - IDOC Async Timeout

    Hi!!!
    my scenary is using a BPM
             HTTP sync <--> BPM -> IDOC
    my IP
    receiver            sender1             transforme              sender2
    SI_ABS_SYNC         SI_ABS_REQ          OM_ABS_REQ_to_ABS_RES   SI_ABS_RES
    SI_ABS_REQ                              SI_ABS_REQ              Close S/A Bridge
    Open S/A Bridge                         SI_ABS_RES
                                            Create New Transaction
    HTTP                IDOC                Mapping                 HTTP_Response
    ->                  ->                  ->                      <-
    ->                                                              <-
    the steps the BPM pass
    receiver -ok
    sender1 -ok
    tranformer -ok
    sernder2 - mistake
    could you help me, what i need to move or configurate to return the response message
    the tranformer is a Mapping with return a ID that it is in the request message, i simple sent to return
    Levy Gonzalez

    Hi Levy,
    this forum is about SAP NW BPM, not PI ccBPM. Please post your question in the PI forums, I´m sure there are people that can help you.
    Best regards,
    Matthias

  • Server load balancing on Local Director implementing HTTP redirection

    Hi, got an interesting problem when implementing the HTTP redirection method of session persistance or stickiness when balancing a couple of web servers on a Local Director 416. The session persistance works fine but it looks like one of the two servers is getting all the traffic rather than balancing accross the two. The servers are equally spec'd and when it comes to the predictor setting for the virtual, I'm just using the defaults i.e. leastconns/roundrobin. Is there a better predictor setting to use?? Any input would be appreciated.
    Rgds
    Adam Lacoba

    The “loaded” argument has worked well. Take note that this requires a value to be set with the “weight” command. It gives a specific amount of traffic to one, and then moves to the other.

  • How to verify that SSL(HTTPS) is implemented on JBOSS or not?

    Hi Everybody,
    I had recently implemented SSL(HTTPS) on JBOSS-4.0.3 server. My application is working perfectly fine with HTTPS. Now my query is how I can ensure that it is working on HTTPS except from viewing the "https://" in the URL.
    Is there any other way to check whether HTTPS is implemented or not.
    Any help will be highly appreciated.
    Regards
    Rinku Garg

    hat about trying to connect a client that is configured to only
     support SSLv3?
    -> Can provide more insight on this?
    here are also many third party tools (even scripts) that allow for scanning SSL on your server. 
    -> I saw that there is openssl, but it is not that friendly on Windows. Need to install dependencies before it works.
    You could also use network monitor (or wireshark or alike) to capture some network traffic and check the
    SSL handshake. The server HELO will contain information on the supported protocol and ciphers.
    -> i have tried both wireshark and Network Monitor and it seems that i can view SSL handshake on wireshark,
    but not on Network Monitor. but it could be that I do not know the filter to search. Do you know of any filter that I should use?
    Thanks and best regards, Kim Seng This posting is provided &quot;AS IS&quot; with no warranties or guarantees , and confers no rights.

Maybe you are looking for

  • How do I reset lock on a brand new ipod touch??

    How do I reset the lock on a brand new ipod touch???

  • Plugin Register Error - Assembly file name is in invalid format. Only file name is allowed.

    Hi, when I add a step in a plugin registered in disk using the 2013 or 2011 tool for CRM 2013. it got a error as below. Assembly file name is in invalid format. Only file name is allowed. Anyone know this? thank you. Detailed log as below Unhandled E

  • Calculations based on Summarized data in Cross Tab

    First off, I'm pretty experienced with Crystal. I've run accross something that seems like it should be realy easy to do, and the sort of thing you would expect to do  in a cross tab... so maybe I'm missing something totally obvious. I'm doing a year

  • Adobe Muse CC 2014 Trial Error

    I have been having trouble getting adobe muse cc trial to work, some of you may have seen my other post, however since adobe came out with the update yesterday, i thought i would uninstall the other copy and try a trial of the 2014 update. However i

  • Vertical table partition?

    Hi, our database contains XML documents in 11 languages, one table for each language. Besides, there is meta information about each document which is the same for each language. Therefore, this meta information has been placed in a separate table. No