'Reverse Invoke' with XI

Does anyone know how to do Reverse Invoke with XI, the way it used to be done with Business Connector. My client does not allow simple reverse proxies for inbound messages from external sources. Instead it require a reverse invoke ot be used between the DMZ and intenal integration server. Any info is greatly appriciated.
Kind Regards,
Chris

Richard,
We can use adapters is in the DMZ where many companies do not allow connections direct connections with the Internet and thay have demilitary zones
if you want to use XI in such an enviroment you can either put another XI in the DMZ or just an J2SE adapter.
PCK is also a De-Centralized Adapter engine.So when subsidiary companies want to communicate with the BIG company having XI..then this De-Central adapter
engine communicates with it using XI message format. The conversion (File,JDBC,JMS,Mail)<-->XI Msg is done using the De-Central adapter engine of PCK. This is basically in B2B scenario
Check this links which may help you:
Re: B2B network infrastructure
Re: Register Decentral J2EE Adapter Engine
Hope this helps....
---Satish

Similar Messages

  • IIS Reverse Proxy with URL rewrite.

    Hi all, hoping to leverage the wealth of knowledge contained here.
    Any assistance would be very welcome.
    I'm having an issue getting a reverse proxy and URL rewrite working in IIS 7.0.
    I need to redirect all requests with a specific virtual directory suffix only.
    ie; https://domain.test.com/outbound/Content/query_etc
    With /Outbound/ being the trigger.
    This should be redirected to http://10.10.10.10/inbound/Content/query_etc
    While at the same time, requests without the /outbound/ suffix should be handled locally.
    I have configured the reverse proxy as described in a few articles, and have had no luck.
    Here's a snippet from my (sanitized) web.config at the site level.
    <rewrite>
    <outboundRules>
    <rule name="ReverseProxyOutboundRule1" preCondition="ResponseIsHtml1">
    <match filterByTags="A" pattern="^http(s)?://10.10.10.10/inbound/(.*)" />
    <action type="Rewrite" value="https://domain.test.com/outbound/{R:2}" />
    </rule>
    <preConditions>
    <preCondition name="ResponseIsHtml1">
    <add input="{RESPONSE_CONTENT_TYPE}" pattern="^text/html" />
    </preCondition>
    </preConditions>
    </outboundRules>
    <rules>
    <rule name="ReverseProxyInboundRule1" stopProcessing="true">
    <match url="^outbound/(.*)" />
    <action type="Rewrite" url="http://10.10.10.10/inbound/{R:1}" appendQueryString="true" logRewrittenUrl="false" />
    </rule>
    </rules>
    </rewrite>
    To me, this looks correct, yet it doesn't work.
    With this, I get the normal 404 - Error Code 0x80070002, with the text indicating the local directory doesn't exist, so.... not being picked up by the filter for redirection.

    Hi Andrew,
    Looking at your requirements it appears you need Reverse Proxy To Another Site/Server.
    By using URL Rewrite Module together with
    Application Request Routing module you can have IIS 7 act as a
    reverse proxy.
    It seems like URL Rewrite can't re-route the request somewhere else out of the server.
    Even when you rewrite the url the actual connection remains with the server. Hence if your original server doesn't have /inbound/Content/query_etc  it will fail with 404.
    Hosting multiple domain names under a single account using URL Rewrite.
    It’s a common desire to have a single IIS website that handles multiple sites with different domain names.
    References:
    How to create a url alias using IIS URL Rewrite:
    http://blogs.technet.com/b/mspfe/archive/2013/11/27/how-to-create-a-url-alias-using-iis-url-rewrite.aspx
    Reverse Proxy with URL Rewrite v2 and Application Request Routing:
    http://www.iis.net/learn/extensions/url-rewrite-module/reverse-proxy-with-url-rewrite-v2-and-application-request-routing
    Regards,
    Satyajit
    Please“Vote As Helpful”
    if you find my contribution useful or “MarkAs Answer” if it does answer your question. That will encourage me - and others - to take time out to help you.

  • When downloading updates from iTunes to my iPhone my playlists appear in reverse order with least played at the top. I just want the playlist to appear in the same order as my iTunes library. This seems to have changed after downloading iCloud

    When dowloading updates from my iTunes library onto my iPhone
    my playlists appear in reverse order with the least played at the top of the list
    and most played at the end on the playlist.
    Therefore I cant play my favourites in the order that I like to hear them.
    This all changed when I recently downloaded the iCloud application.

    Hi Jim,
    Is this temporary cache accessing my data when I play songs from it? As I mentioned in my previous post, I'm still able to listen to these songs even when my phone is in airplane mode and the download icon is still present next to said songs. This implies that the songs are already downloaded onto my phone even if I didn't opt to download them directly from the cloud -- they're on my phone because my phone was shuffling my library on a wifi network.
    Dan

  • Create reversal document with BAPI: BAPI_ACC_DOCUMENT_POST.

    Hi Guys,
    I am Create reversal document with BAPI: BAPI_ACC_DOCUMENT_POST.First I am post financial document with BAPI BAPI_ACC_DOCUMENT_POST and Same Document. i am Reversal  with same BAPI 'BAPI_ACC_DOCUMENT_POST'.
    New reversal docment is created. but posting key are not changingin reversal docment.whatever posting key created in posting same posting key are created while reversal also.Please help me

    check
    Mapping of POSTING KEY in BAPI_ACC_DOCUMENT_POST

  • Problem with Reversed document with IDOC interface

    I have a problem when I create Idoc which will reverse a document.
    I use ACC_DOCUMENT_REVERSE, in Idoc is filled like this -
    OBJ_TYPE ( BKPFF )
    OBJ_KEY( reverse document number + company code + year)
    OBJ_SYS ( system id )
    OBJ_KEY_R ( obj_key of document which will reverse )
    PSTNG_DATE
    COMP_CODE
    REASON_REV
    I formed OBJ_KEY with one select from table bkpf, and get the last number of documents reversed with Idoc interface. The interface creates Idoc reverse document with number 929xxxxxxx. With fb08 - documents created are 92xxxxxxxx.
    The problem is when use transaction fs10n, fill customer account number, and the sums are not right. The documents which was reversed with Idoc did not entered in G/L Account Line Item.
    But if I start transaction fbl5n - customer line item, the documents reversed by Idoc is there, and the total sum is right.
    How can I resolve this problem?
    Greetings,
    Lazar Hristov

    Hi,
    I hope you have reversed the posting.Have you cancelled the downpayment invoice.
    Please cancel the first downpayment invoice and post the amount for the second downpayment.
    Now try to create the final invoice.
    Regards,
    Krishna.

  • Apache Reverse Proxy with Abap Web query

    Hi to all
      We are trying to configure apache 2 to work as a reverse proxy with web abap Netweaver installation.
    From inside the network the web query is fine.
    Running the query with the reverse proxy we have only the html code in the browser. All the scripts and css are not present.
    We checked some messages inside the forum and we have tried a lot of stuff without success.
    We use always linux (Fedora, Ubuntu with xampp or apache only) plus the html module or the publisher from http://apache.webthing.com.
    Our installation is like this the reverse proxy in the dmz and the netweaver to the inside off coarse, and we don't have the same domain name, i don't know if this is important.
    Any help/idea  is valuable.
    Thank you
    Yiannis

    Hi Olivier
    I have seen your solution in other messages but i didn't try it because i was trying to work with the html_proxy module.
    I read the documents you gave me plus some apache tutorials on the rewrite rule.
    In any case i have my installation working now.
    I did some extra changes in my config so now the rules are like that
    ProxyVia On
    ProxyBadHeader IsError
    ProxyRequests Off
    ProxyPreserveHost On
    ProxyPass /sap http://192.168.1.59:8001/sap
    ProxyPassReverse /sap http://192.168.1.59:8001/sap
    RewriteEngine On
    RewriteRule ^/(sap\(.*) http://192.168.1.59:8001/$1 [P,L]
    Thanks again for your help
    Yiannis

  • Can NOT cancel/Reverse GI with a date before the actual GI date

    Hi
    can NOT cancel/Reverse GI with a date before the actual GI date, if i do the PGI in wrong date, then how should i do?
    thanks

    >
    jo jo wrote:
    > Hi
    >
    > can NOT cancel/Reverse GI with a date before the actual GI date, if i do the PGI in wrong date, then how should i do?
    > thanks
    Hi Jo Jo,
    I am not sure if i understand your problem correctly.
    As far as my understanding goes you are trying to reverse a GI on a date before Actual goods issue date.
    If you have PGId on a date before planned GI date the system will update that date into Actual GI date and not planned GI Date.
    For example if you planned GI date was 1st April 2008 and you did PGI on 28th April 2008 Actual GI date will become 28th April 2008.
    So if you try to reverse PGI before 28th April you wont be allowed to as you cannot reverse a goods issue that has not happened.
    Hope it helps.
    Post furthur if i had misunderstood your problem.
    Regards
    Abhishek

  • Reverse engineering with Rational Rose

    Is anybody using the above?
    If so, have you developed any scripts to facilitate updating the Rose model,
    and which you'd be willing to share? Or perhaps discuss jointly writing
    same?
    Ideally, there would be an Fscript to facilitate exposting Forte projects,
    and a Rose script to facilitate import.
    TIA,
    Eric

    Eric,
    As part of tool evaluation for modeling, We evaluated Rational Rose 98i . We
    were able to import forte pex files into Rose model.
    We had no problems with reverse engineering but there were problems related to
    round trip engineering.
    Since Rational Rose 98i did not have a repository based solution for
    configuration management, it was quite a task to keep the model in sync with
    multiple users updating it. However, I believe you can use Microsoft Source
    safe for configuration management though we did not try this.
    Ramesh Timakondu
    PSI Data SYstems Ltd.
    One Bank Street, Ste. 406
    Stamford, CT, 06905
    (203) 359 3992
    tnkrampsidata.com
    "Fingerhut, Eric" <Eric.Fingerhuthbo.com> on 02/16/2000 04:26:59 PM
    To: "'kamranaminyahoo.com'" <kamranaminyahoo.com>
    cc: (bcc: Ramesh Timakondu/Consultant/NAC)
    Fax to:
    Subject: (forte-users) reverse engineering with Rational Rose
    Is anybody using the above?
    If so, have you developed any scripts to facilitate updating the Rose model,
    and which you'd be willing to share? Or perhaps discuss jointly writing
    same?
    Ideally, there would be an Fscript to facilitate exposting Forte projects,
    and a Rose script to facilitate import.
    TIA,
    Eric
    For the archives, go to: http://lists.xpedior.com/forte-users and use
    the login: forte and the password: archive. To unsubscribe, send in a new
    email the word: 'Unsubscribe' to: forte-users-requestlists.xpedior.com

  • Problem while reversing allocations with KEU5

    Dear Experts,
    we encounter some problems when reversing allocations with KEU5 (using KSU5 in the background). When doing so all 4 update processes will be occupied by the system on our 2 servers. Which means that the systems is blocked. 
    Thanks in advance for help and best regards
    Melanie

    SAP OSS Says the following
    This is not a program
    error and completely correct
    behaviour. Nevertheless, I would like provide the following
    recommendations which could possibly reduce workload/improve the
    runtime in the transaction KEU5:
    1. Please make sure that
    the flag for 'detail list' is not activated.
    If the option 'detailed list' is selected, a detailed output list is
    created for every segment. This takes up the largest amount of time
    during the process.
    2. Ensure that the Summarization that you use are updated on a regular
    basis, daily if possible.
    3. Also consider the
    cycles dimensions recommended by SAP (a maximum
    of 50 segments per cycle, a maximum total of 10,000 sender-receiver
    relationships, see documentation). If possible, enter only those
    objects in the cycle that are valid senders or receivers. Consider
    that if, for example, you entered 100 cost centers in a group of which
    only 20 are valid receivers, the complete master data validation and
    database selection is carried out for all 100. See note 79224 and
    130350 for further information.
    4. For the definition of segments and their summary in cycles, you
    should take into account the technical aspects included in note 420081.
    Please take into account that the selection of data is carried out
    from CE3xxxx, CE4xxxx (no effect at this point if you have archived
    CE1xxxx), as explained in note 420081.
    The selection of the reference data can both be carried out from a
    summarization level or from object level (tables CE3xxxx, CE4xxxx).
    In additional , you are
    recommended to perform
    this transaction during the evening/night. This will affect the system
    processes/workload during peak period.

  • CSM-S to Servers... Reverse proxy with authentication?

    Using a CSM-S with a number of web servers behind it, can the CSM-S be configured to act as a reverse proxy for the servers with no other equipment or licenses to buy?

    Reverse proxy with authentication.

  • Reverse Proxy with Sun Web Server 7 update 4

    Hi All,
    I've just migrating to Sun Java System Web Server 7.0U4 B12/02/2008 from Sun Java System Web Server 7.0-Technology-Preview-3 B09/13/2006. I've have the two web servers running side by side on separate machines. Both have a VS configured as a reverse proxy pointing to the same apache tomcat web server.
    The Tech Preview 3 server works fine and has been doing since it was installed. However the Update 4 server doesn't. I can access the tomcat app via the U4 server in a browser, but not with the app on my mobile (sync ML). Snooping the traffic show me that the U4 server is sending a different response that the Tech Preview server. I'm thinking it may have to do with Transfer Encoding: chunked. I've looked around the web to see if I can turn this off in the U4 server, as I seem to recall having to do so at some point in my life, though I can't remember when and with what.
    Does anybody have any clues they can throw at me?? Or anybody know what has change in the reverse proxy part of the web server from Tech Preview 3 to U4??
    Both VS reverse proxies are congfigured exactly the same.
    Thanks,
    Stuart.

    well, technology preview is what the name says .. i am surprised that u decided to stick with a technology preview release all these days.. in any case, there should not have any feature change between technology preview build and U4. but , there has been lot of bug fixes - so, unless we know the exact problem - we can't easily narrow down the change between tp3 build with U4 and find out how it is affecting u.
    here is a related article on how to use chunked encoding within web server 7
    http://developers.sun.com/webtier/reference/techart/chunked_req.html
    now, to help you more appropriately, you need to provide us with errors (probably with log level set to finest within server.xml) and let us know with the error reported by web server when it is unable to send those requests to back end tomcat
    you can set log level to finest by running the following command
    /sun/webserver7/bin/wadm set-config-prop -user=admin --config=<hostname> log-level=finest
    /sun/webserver7/bin/wadm deploy-config --user=admin <hostname>
    http://docs.sun.com/app/docs/doc/820-4842/set-config-prop-1?a=view
    (once you have identified the problem, you might want to set log level to info as setting to finest will cause your logs to grow humongous and also hurt performance
    thanks
    sriram

  • Reverse invoice with WHT

    Hello,
    At the time of creating the invoices (MIRO) we have accidentally enter the full quantity and posted the invoice and made the payment. But later found out the quantities we have enter is not correct and we want to reverse the payment clearing. Since the payment involves WHT we can not rest and reverse the entry, it is going back to payable stage. How can we reverse this?
    Gayani

    Hii..
    You have to reverse the entry for clearing there no other way to deal with this but the main thing here you will have to look is that the TDS that were deducted has been deposited or not if not than it is fine if yes than you have credit in the next month.
    Regards,
    aakash

  • Robohelp Server - URL Invoke with Topic Id/Map Id

    Hi All,
    A Webhelp Pro project is deployed to the Robohelp Server.
    I would like to know. invoking the Robohelp server for contextive sensitive help using Topic Id or Map Id.
    The reason being, the Robohelp is being created for an already existing application for which internal Page Indentifers exists. These page identifiers are used as Map Id/Topic Id in Robohelp. So it would be easy to invoke a CSH with Mapid.
    Thanks,
    sdesab.

    Hi,
    Thank you for looking into this.
    Let me reframe my question,
    If the Map File looks like this,
    #define MainPage_H
    2
    #define PointMainPage_H
    3
    Instead of calling the CSH on Robohelp Server as below,
    http://localhost:8080/robohelp/server?prj=HumanResources&area=general& wnd=CSHWindow&ctxid=2
    I would like to call the CSH as below
    http://localhost:8080/robohelp/server?prj=HumanResources&area=general& wnd=CSHWindow&ctxid=MainPage_H
    The reason being the Alias name(MainPage_H)  is the Page Identifier in my existing application, the same being used as the Alias in Robohelp.
    Please let me know if my approach is incorrect or cannot be done this way.
    Please suggest me or point me the right way of doing it.
    Thanks,
    sdesab.

  • Cannot reverse document with future posting date

    Hi,
    When I tried to reverse a document with future posting date, system gives error F5362 Posting date must not be smaller than XX.XX.XXXX (x = future posting date).
    Is it possible to do this in SAP?

    Hello,
    You need to use reversal reason configured accordingly.
    Configure the reversal reason for your purpose:
    IMG => Financial Accounting => Business Transactions => Adjustment Posting / Reversal / Define Reasons for Reversal
    Make SURE that you have ticked Alt.Pos.dt (Alternative Posting Date) check box.
    Save it.
    Now use this reversal reason for your posting and give a fugure date.
    Make sure that the future posting period is opened but NOT closed.
    Please also read F1 on alternative posting date check box:
    Indicator: Alternative posting date allowed
    Indicator as to whether you are allowed to specify an alternative posting date for the relevant reversal reason.
    Use
    When you use the reversal reason, the system checks that reversal is not carried out using an alternative posting date and therefore possibly in a later posting period or in a later fiscal year.
    Examples
    If you want to use negative postings during reversal but only if the reversal is posted in the same period, you can define two reversal reasons:
    1st reason: No alternative date allowed, generate negative posting
    2nd reason: Alternative date allowed, do not generate negative posting
    Regards,
    Ravi

  • Reverse play with audio

    Hi all
    In another place I frequent a poster has asked for suggestions for a media player or software that can play a file forwards and backwards with audio. He needs this feature to help his autistic son. Ideally it would be a simple player that instantly reverses the footage, not just rewinds the action. I can't think of one yet.
    I am away from my PE7 software at the moment. Does the reverse function for a clip reverse both the audio and video or just the video. I have not used that function yet myself but I was thinking he could use PE7 to produce two versions of his films. That would not be an ideal solution but may be a way forward if we cannot suggest a player.
    Hope someone can help here.

    Pure2
    Yes. When you right click the video on the Timeline, select Time Stretch, and check Reverse Speed, the video and audio play backward, from end to beginning as the Timeline indicator moves from left to right, instead of beginning to end. The speed itself and the duration of the video are not affected.
    ATR

Maybe you are looking for

  • Redirect_URL...doesn't work in release 2?

    Greetings: In a block of PL/SQL code (at the end), I want to send the user to another page (not call a procedure). I've used Redirect_URL successfully in Portal rel 1, but in release 2, it doesn't seem to be working. Question: Is there something diff

  • No longer syncing ratings...

    Hi My iPod Touch is no longer syncing the ratings and playcounts back to iTunes. I can still move music between the two, but if I rate a song on my Touch, and then sync the device, the rating does not update on iTunes. Can anyone suggest a solution?

  • G3 won't boot.

    I putin a CD. Don't remember which one. And in Startup in Control Panel I said boot the CD. I restarted and now it says "This startup disk will not work on this Macintosh model. Use the latest Installer to update this disk for this model." That's fin

  • Due Date Payment Wizard

    Hi Client posted Credit Note (A/P) as follows: Posting Date - 11/04/2008 Due Date - 2/6/2008 Payment terms for Supplier - Month end + 1 month + 0 days Tolerance days - 0. The actual due date according to the payment terms should be 31/05/2007. The cl

  • Mis-configured Installer

    Hey, I've downloaded some drops from the prerelease program of Adobe, which includes sdk of .air files, and when I try to open and install them this message pops out: This application cannot be installed because this installer has been mis-configured