Regarding HTTP scenario

hi experts
when i want to do Http tp RFC scenario is there any pre settings to be done r not required?If pre settings have to be done plz kindly suggest me what settings i have to do and how?
Helpful answers will be appreciated.
Thanks in advance.

Hi farook shaik  ,
Check these websites giving step-by-step solution to solve u'r problem:
Connect XI with Sterling GIS Using SOAP HTTP Adapters
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/d53af8ca-0801-0010-08b0-dce9e02130a8
Posting and Testing using XI/PI HTTP Adapter
Posting and Testing using XI/PI HTTP Adapter
Plain HTTP Adapter
http://help.sap.com/saphelp_nw04/helpdata/en/44/79973cc73af456e10000000a114084/content.htm
Configuring the Sender Plain HTTP Adapter
http://help.sap.com/saphelp_nw04/helpdata/en/43/64db4daf9f30b4e10000000a11466f/content.htm
Configuring the Receiver Plain HTTP Adapter
http://help.sap.com/saphelp_nw04/helpdata/en/43/64dbb0af9f30b4e10000000a11466f/content.htm
Posting and Testing using XI/PI HTTP Adapter
Posting and Testing using XI/PI HTTP Adapter
ABAP-Based HTTP Client for Messages to SAP XI
https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/ae388f45-0901-0010-0f99-a76d785e3ccc
cheers!
gyanaraj

Similar Messages

  • Sequential Message Processing in IDOC - HTTPS scenario

    Hi Experts,
    I have an IDoc - PI - HTTPS scenario. One of the requirement is to maintain the data sequence while processing.
    This means that the sequence in which the IDocs are received by PI, should be the same sequence in which it should be posted to the URL from PI interface.
    Incase, there is a connectivity issue with the URL at any point of time, then the data should be queued sequentially in PI and once the issue is resolved, the data should again process in sequence.
    Please let me know which is the best approach to achieve this?
    Assume the mapping is very simple
    Regards,
    Prajeet

    Hi Anshul,
    We opted to go for IDOC Serialisation. With this, we achieved the sequential data processing through the PI interface.
    I did check a blog in SDN which had step by step instruction to achieve this, but cannot find it now
    Anyways, will give you a idea on wat needs to be done at PI and SAP R/3 end.
    At PI end:
    Using SE16 as the transaction, We need to create a entry in the table: IDXQUEUE
       a.PORT - (SAP R/3 system port)
       b.CLIENT - (SAP R/3 system client)
       c.MESTYP - (IDoc MSGTYP)
       d.QUEUEID - (Random Queuename, for eg: EOIO_PI_Interface)
    At SAP R/3 end:
    1. Create a function module. The QUEUEID created in SAP PI should be mentioned in this function module. <this basically indicates which PI queue will handle this message>
    2. Using transaction we85, create a queue processing rule (which would call the function module)
    3. In the partner profile, for the particular Idoc type, queue processing option must be enabled. And the queue processing rule (as defined in step 2 above) should be specified here.
    Hope this information helps.
    When I find the link to the blog, will post it here.
    Thnx,
    Prajeet

  • RFC-XI-HTTP scenario

    Hi Experts ,
    i am configuring RFC-XI-Http scenario.
    The problem i am facing is when instaed of HTTP receiver adapter i use FILE adapter or soap adapter it posts the file. But when i use the HTTP adapter it gives the error ICM_HTTP_CONNECTION_FAILED.
    The basis configuration seems to be fine and my design also should be fine as it is working in case of file and soap adapter .
    How to rectify this problem?
    This is very urgent.
    Please suggest
    Regards
    saras jain

    Hi,
    Please look at these...go through the suggested solutions to resolve this error.
    INTEGRATION_DIRECTORY_HMI: Connection fails
    ICM_HTTP_CONNECTION_FAILED
    SAF - ICM_HTTP_CONNECTION_FAILED
    HTTP adapter setup
    Check out this SAP Note- 824554
    Also this links
    ICM_HTTP_CONNECTION_FAILED
    Cache Refresh~
    https://websmp201.sap-ag.de/~sapdownload/011000358700003163902004E/HowTo_handle_XI_30_Caches.pdf
    Hope this helps.
    Think these should help you out!
    Thanks
    Swarup

  • RFC to HTTP Scenario, Dynamic URL .... Limitation with 200 Character...

    Hi Experts,
    I am doing an RFC to HTTP Scenario. In which the Target URL is Dynamic and i am passing some values from the input payload.
    The Problem is the Target URL length is around "487" character and the Dynamic configuration property allow to pass an maximum if 200 character to "Target URL".
    How to solve this ...Any way to achive this...
    Regards,
    Jude

    Hello,
    The Problem is the Target URL length is around "487" character and the Dynamic configuration property allow to pass an maximum if 200 character to "Target URL".
    You can check Michal's reply in this thread, http://forums.sdn.sap.com/thread.jspa?messageID=7767169#7767169. There is no official statement from SAP that they will change it.
    What you can do is to use a third-party tool to shorten the URL e.g bit.ly I am unsure though of licensing reasons. Or an alternative is to place the parameters in the HTTP Body, in that way, you can place as much parameters as you like.
    Hope this helps,
    Mark

  • File to Http Scenario

    Hello All,
            My Requirement is File to HTTP Scenario Where i would read a  xml file and send the data to webpage using Http receiver adapter. what are the steps for this scenario.  How to configure Http adapter.
    Thanks

    Hi san
    check these threads
    HTTP to File ??
    File to HTTP scenario
    See here how u need to configure the reciever HTTP adapter.
    /people/bla.suranyi/blog/2006/07/10/xi--sap-business-connector-integration-using-the-http-adapter
    /people/siva.maranani/blog/2005/09/15/push-data-to-mvc-architectured-application-using-xi
    Regards
    BILL

  • Regarding Http Receiver Adapter Details.

    Hi Everyone.
         When do we use http Receiver Adapter?
    I want to configure File to HTTP Scenario. 
    For Receiver Adapter, What should i Specify Addressing Type .If I select the URL Address
    What I need to give values for Target Host, Service Number, Path and Similarlly If I select Addressing Type as HTTP Destination, What I need to give value for HTTP Destination.
    Regards,
    Varun

    Hi,
    check this blog
    Push Data to MVC Architectured application using XI
    XI - SAP Business Connector integration using the HTTP adapter
    http://help.sap.com/saphelp_nw2004s/helpdata/en/44/79973cc73af456e10000000a114084/frameset.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/43/64dbb0af9f30b4e10000000a11466f/content.htm
    CSV File Lookup With Http Request and Response in XI
    Dynamic Configuration of Some Communication Channel Parameters using Message Mapping
    Regards
    vasu

  • Error with HTTP scenario

    Hey guys
    i m doing a FIle to HTTP scenario and posting an XML file to one of our client who is outside our landscape.
    in MONI i see chequered flag but they are not getting the XML file,they are using Business connector on their side,they side they got the interface name,business system name and namespace,but didnt get any XML file.
    is there anythin i can do to check the scenario at my end,how will i monitor receiver HTTP adapter?
    if they are getting Interface name,business system name etc then y not the payload?
    thanx
    ahmad

    Ahmad,
    I would agree that the best way to convice your client that you have sent the payload would be to et up the TCP gateway tool between XI and the client system.
    Forward the HTTP message from the HTTP adapter to the TCP gateway and then you will be able to see the actual HTTP post message sent from XI and this is the message being sent to the target.
    Follow the blog pointed above. If stuck let us know.
    Regards
    Bhavesh

  • Regarding bpm scenarios

    hi
      Can any one provide me some scenarios related to bpm,coz
    i am trying to work out some in lab.i was unable to use all the step types with the
    scnarios i have.
    regards
    ramu

    Please see the below links.
    For Actions :
    An action represents a function within an application component that is not subdivided further. Actions subdivide the process flow of an integration scenario
    Internal Actions : Defined for a ‘separate’ software component version.
    You can use internal actions in application components (of type Product Version or Main Instance) that (by using the product version) contain the same software component version in which the action is implemented.
    External Actions : Defined for a software component version of a partner or for templates.You can use external actions in application components (of type Template or Product Version) that (by using the product version) contain the same software component version in which the integration scenario is implemented.
    Two XIu0092s in same scenario
    http://help.sap.com/saphelp_nw04/helpdata/en/68/88a440df800160e10000000a1550b0/frameset.htm
    For Integration Scenario :
    An integration scenario completely models the exchange of messages for a collaborative process and provides an overview of the process flow. The integration scenario provides you with a central point of access for all objects that you require for semantic and technical integration
    /people/venkat.donela/blog/2006/02/17/companion-guide-to-integration-scenario
    Regarding Business scenario's in XI
    XI scenarios
    See the below link
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/ee5bc490-0201-0010-e9b5-a258cf083bca
    ******Reward points,if found useful

  • Idoc to http scenario

    Anyone know how to do idoc to http scenario step by step?
    Especially receiver http adapter configuration. Using a test tool for Http client, how can we get the parameters for it in adapter configuration?

    >>Anyone know how to do idoc to http scenario step by step?
    There is no guide on SDN which tells u step by step for IDOC to HTTP.You need to read for sender IDOC configuration and receiver HTTP configurations on SDN.
    >>Using a test tool for Http client,
    HTTP client tool is used only in case of sender HTTP not for receiver HTTP.
    >>how can we get the parameters for it in adapter configuration?
    The help.sap documentation on SDN has given all the parameters for all the adapters.
    Thanx
    Aamir

  • HTTPS Scenario

    Hi,
    For an  Sender HTTPS scenario, what are all the details we need to send to our external sender.
    What are all the certificates we need to send it them.
    We would need to receive xml format from the external party.
    If any urls need to be generated or sent, let us know how and whether we need to send any XI pipeline url .

    > For an Sender HTTPS scenario, what are all the details we need to send to our external sender.
    Create SOAP adapter in the sender communication channel.  It supports HTTP or  HTTPS
    > What are all the certificates we need to send it them.
    SOAP adapter support certificates. If you want to create client certificates. You can create one and maintain it.
    >We would need to receive xml format from the external party.
    SOAP supports XML message format
    > If any urls need to be generated or sent, let us know how and whether we need to send any XI pipeline url .
    In the integration builder, you can create WSDL and provide to the client. They will consume the wsdl url and pass message to the soap sender.
    Do the following in the sender soap adapter
    Transport Protocol HTTP or HTTPS
    Message Protocol SOAP1.1
    Adapter Engine Central Adapter Engine
    HTTP Security Level HTTP or HTTPs or whatever your requirement
    Quality of service Best Effort for synchronous other options for asynchronous
    Now WSDL generation part:
    Go to IR, under tools -> display wsdl -> Use the URL syntax below (dont click propose url)
    http://hostname:j2eeport/XISOAPAdapter/MessageServlet?channel=:sender_business_ system:sender_communication_ channel
    hostname ex dev.abc.com
    j2eeport ex 50000 (no abap port 8****)
    sender_party or sender_busines_system ex: BC_XXXX
    sender_communication_channel ex: abc_soap_sender
    in the subsequent page enter
    outbound interface name
    and Outbound interface namespace
    then finally it will generate wsdl. save it. Use that wsdl for accessing your web service
    Note: Outbound Interface for sender webservice (sender soap)
    Inbound interface for receiver webservice (receiver soap)
    Hope I answered your question. If not let me know.

  • How do I test HTTPS scenario

    I am able to test HTTP scenarios using the application described below
    https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/66dadc6e-0a01-0010-9ea9-bb6d8ca48cc8
    However, I want to be able to test the same scenario using secure HTTP (https) before I hand it over to my customer. The app described above doesn't support HTTPS. Does anyone have any suggestions?
    Many thanks in advance.
    Edited by: Robert Warde on Mar 26, 2008 2:51 PM

    Hi Robert
    To test using HTTPS you have to configure SSL Before that make sure that you have entered proper port number for https .it is 443(default) for https and 80(default) for http

  • Regarding http to rfc scenario

    Hello guys,
    Can any one help as how to complete a http to rfc scenario

    hi satish,
    Check these links too.
    FAQ's on http to rfc
    https://www.sdn.sap.com/irj/sdn/wiki?path=/display/xi/httpToRFCSynchronousScenario-FAQs&
    Unable to view payload in HTTP to RFC Scenario
    /message/266750#266750 [original link is broken]
    https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/66dadc6e-0a01-0010-9ea9-bb6d8ca48cc8
    regards
    Ramesh P

  • Problem with HTTP Scenario....

    Hello ,
    While working with the (http >BPM> RFC & FILE ) scenario ,
    I am getting following error...
    <b>
    And while using the http Client I posted the test xml ...But I am unable to see it in the SXI_MONITOR...</b>
    And using RWB --> Componet Monitoring --> Integration Engine --> Test Message I triggered the Test XML
    then its going to sxi_monitor but giving error...
    <b>
    "The process does not support the given synchronous interface or does not support synchronous messages"
    </b>
    what should I do....
    Please help me in this regard...

    Satya ,
    Is it a syncronous interface ? if it is syncronous interface if you want to see that in logs then you have to enable Logging for syncronous in SXMB_ADM .
    Is it enabled ?
    Are you able to post the HTTP request using HTTP client ?
    And using RWB --> Componet Monitoring --> Integration Engine --> Test Message I triggered the Test XML
    then its going to sxi_monitor but giving error...
    The process does not support the given synchronous interface or does not support synchronous messages"
    In the above mentioned error statement it is clearly stating that this stand alone test interface tool in RWB not support this scenario.
    Please let me know if you need any further assistance .
    Regards,
    Kishore

  • SOAP over HTTPS Scenario.

    Experts,
    I am using PO 7.31 Single Stack.
    I am going to integrate with some Third-Party System ( B2B ) Scenario. As its B2B client want this to integrate this over SSL.
    We are using SOAP Communication channel at Source side.
    We have shared a PI WebService to third Party and told them to send data on this endpoint.
    I have changed following things in webservice( http to https and port no to ssl port no).
    Now Certficate part always confuses me So I have question over certificates/ PubliC/ Private Key :-
    1. Who will provide Certificate and to whom ??
    2. What kind of certificate will be shared accross parties ?? such as public private ?? PGP or X.509 ??
    I have gone through many blogs - but i am still confused.

    Hi Prabhat,
    1. Who will provide Certificate and to whom ??
    --->> Certificates are shared between both parties/systems. So PI needs to provide PI public key to receiver system and receiver system needs to provide there public key.
    2. What kind of certificate will be shared accross parties ?? such as public private ?? PGP or X.509 ??
    -->> The certificate can be X.509.
    Please refer the below blog and sap note 891877
    SSL (HTTPS) Configuration in SAP PI Systems as of release PI 7.10 – Step-by-step procedure
    regards,
    Harish

  • JDBC to HTTP Scenario

    HI All
    My scenario is SQL (JDBC) to HTTP.
    What are the things I nned to to wrt HTTP?
    SQL side I am clear what to do need information about Receiver HTTP
    Regards
    Dheeraj Kumar

    Please refer the above mentioned SAP link.
    Couple of things
    1) You can specify addressing type either target URL or Http destination.
    Target URL:  Just specify the target sytem URL and post the message. That's it.
    HTTP Destination: You can also create RFC destination of type http H and specify that destination name here.  This way you can set target path and if you need to communicate via HTTPS you can specify login credentials or certificate in the rfc destination itself. You just need to specify the name of the destination here.
    2) If you choose target URL, you might have to specify proxy details (if required) and Authentication Data.

Maybe you are looking for

  • How to include newer version of jQuery in APEX 4.1?

    Hi, I've included a newer version of jQuery and jQuery-UI in my page template according to APEX documentation (after #HEAD# in page template). However I am having some issues, for example the datepicker doesn't work anymore. I've created an example h

  • Reporting on Access Rights to Pages/Page Groups

    As all of you probably know it is difficult to get a snap-shot of exactly what permissions a user has for pages and other items in portal since you have to go to several different places using the interface to "compile" them for a user. So, we would

  • How do I convert visa resource name into string?

    Could please anybody help? I have an ergent need. How do I convert visa resource name into string? Thank you in advance.

  • Please help ..........pl/sql help

    in my table there are some records. table have 2 column (id integer and word varchar2) i want to concate words which having same id eg 1, 'word1' 1, 'word2' 1, 'word3' 2, 'word4' 2, 'word5' 2, 'word6' 3, 'word7' 3, 'word8' 3, 'word9' 4, 'word10' and

  • Idoc regenaration

    hi all, i want to check the common field between xml and idoc genrated in sap. Also how to avoid the duplication of xml to convert it into idoc. fwd the solution if anyone knws