Expose a BizTalk AS2 internal Endpoint using an Azure bus relay

Is it possible to set up BizTalk server 2013 on premise behind a firewall with an AS2 endpoint, and use Azure bus relay to externally expose the (internal) AS2 endpoint to the cloud.  This way we don’t have to create a DMZ or open anything on our firewall,
and use Azure bus relay technology to expose our internal endpoint.
garo

Hi garo,
If the aim is to expose an AS2 endpoint without opening the firewall, this should be possible using a combination of BizTalk Services and Azure Service Bus.
Using BizTalk Services you can host / expose an AS2 endpoint in the cloud, and this can connect to an Azure relay that will push the messages to your internal server via WCF.  It's not ideal as all your party management will need to be done in
the cloud, however will give you an external AS2 endpoint talking to your internal servers without having to open the firewall.
GilesB

Similar Messages

  • Bindings to use for communicating using Service Bus Relay service

    Hi,
    I need to use the service bus relay service for synchronous communication between 2 applications (one in cloud and other in corpnet behind a firewall). I wanted to know what is the best option (binding element) I have in terms of message and transport
    security. Also will using this best option have some performance concerns ?

    Hi sir,
    From your description, I think you need make sense all the binding methods of Azure service bus relay (https://msdn.microsoft.com/en-us/library/azure/hh410102.aspx) firstly.
    Base on my experience, I usually use NetTcpRelayBinding in project. The
    NetTcpRelayBinding binding supports two-way messaging semantics and is very closely aligned with the standard WCF
    NetTcpBinding – the key difference is that
    NetTcpRelayBinding creates a publicly-reachable TCP endpoint in the relay service.
    About how to chose the method of binding, it depended on your requirement also.
    Regards,
    Will
    We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time. Thanks for helping make community forums a great place.
    Click
    HERE to participate the survey.

  • [svn] 1590: Updating WebService RPC tests that previously used external endpoints at whitemesa . net to now use internal endpoints accessed through Tomcat server on localhost :8400/qa-regress/axis/services/{SERVICE_NAME}?wsdl

    Revision: 1590
    Author: [email protected]
    Date: 2008-05-07 08:49:22 -0700 (Wed, 07 May 2008)
    Log Message:
    Updating WebService RPC tests that previously used external endpoints at whitemesa.net to now use internal endpoints accessed through Tomcat server on localhost:8400/qa-regress/axis/services/{SERVICE_NAME}?wsdl
    Endpoints built from Axis SOAPBuilder tests in Perforce's /depot/axis/xml-axis/java/tests/
    Modified Paths:
    blazeds/branches/3.0.x/qa/apps/qa-regress/WEB-INF/server-config.wsdd
    blazeds/branches/3.0.x/qa/apps/qa-regress/WEB-INF/web.xml
    blazeds/branches/3.0.x/qa/apps/qa-regress/testsuites/flexunit/src/tests/flexunit/wscl/int erop/SOAPBuilderRound3Import1_WhiteMesaTest.as
    blazeds/branches/3.0.x/qa/apps/qa-regress/testsuites/flexunit/src/tests/flexunit/wscl/int erop/SOAPBuilderRound3Import3_WhiteMesaTest.as
    blazeds/branches/3.0.x/qa/apps/qa-regress/testsuites/flexunit/src/tests/flexunit/wscl/int erop/SOAPBuilderRound3RPCEncoded.as
    Added Paths:
    blazeds/branches/3.0.x/qa/apps/qa-regress/WEB-INF/lib/
    blazeds/branches/3.0.x/qa/apps/qa-regress/WEB-INF/lib/javax_mail.jar
    blazeds/branches/3.0.x/qa/apps/qa-regress/WEB-INF/lib/qa-services-wm.jar
    blazeds/branches/3.0.x/qa/apps/qa-regress/testsuites/flexunit/src/tests/flexunit/wscl/int erop/SOAPBuilderRound3Compound1.as

  • ISE Internal Endpoint Database maximum size

    Hi all,
    I am still doing my research, but I was wondering if anyone knows if there is a limit or maximum number of entries into the ISE Internal Endpoints Database which we use for MAB Authentication.
    thanks
    Abraham

    Hi,
    Cisco ISE has an internal user database and internal endpoint database  that stores information about all the devices and endpoints that connect to it.
    It all depends on the license you purchase and size of the disk you have.
    Yes, there is no as such limitation uptill now.

  • How to Upload Excel sheet in DB or internal table using SAP NetWeaver ABAP

    Dear All experts,
    Pls provide guidance  to Upload Excel sheet in DB or internal table using ABAP in  ( SAP NetWeaver stack  )
    Regards
    Machindra
    Edited by: Machindra Patade on Apr 8, 2010 3:07 PM

    Please search before posting.
    Thread locked.
    Thomas

  • Using one public ip for ssh`ing to different internal servers using port-redirections

    Hi, we are having a requirement to use the same public IP to ssh into different internal servers using port re-direction. So lets say from outside, if a user does ssh @ root 4.4.4.4 2222, it should go to a sshsrv1 and then ssh @ root 4.4.4.4 2223 to sshsrv2
    My config is like this:-
    object network sshsrv1
    host 10.110.100.10
    nat (inside,Outside) static 4.4.4.4 service tcp 22 2222
    And then i allowed the object "sshsrv1" in my inbound acl from outside.
    It dosen`t seem to work. Is this doeable?
    Any suggestions??

    Hi,
    Would need to see your NAT configurations.
    There is a possibility that you have a NAT configuration that might be preventing this from working. Then again you are using an extra public IP address for this so it seems strange.
    Could you try the "packet-tracer" command
    packet-tracer input outside tcp 12345 2222
    This should tell us if there is some problem in the ASA configurations.
    - Jouni

  • How to extract data from info cube into an internal table using ABAP code

    HI
    Can Anyone plz suggest me
    How to extract data from info cube into an internal table using ABAP code like BAPI's or function modules.
    Thankx in advance
    regds
    AJAY

    HI Dinesh,
    Thankq for ur reply
    but i ahve already tried to use the function module.
    When I try to Use the function module RSDRI_INFOPOV_READ
    I get an information message "ERROR GENERATION TEST FRAME".
    can U plz tell me what could be the problem
    Bye
    AJAY

  • Delete row from internal table using field symbol.

    Hi friends,
      I created dynamic internal table using field symbol. I want to delete some data using where clause.
    for example. i want to use like,
        DELETE <FS> WHERE KUNNR = WA_KNA1-KUNNR.
    Like the above statment it won't work. How i can use delete with where clause in field symbols.
    Hope any one can help me.
    Thanks and regards
    Srikanth. S

    hi Srikanth,
    I think you have to LOOP through the whole internal table and check each line and decide to delete or not:
    LOOP at <itab> INTO <wa>.
    ASSIGN COMPONENT 'KUNNR' OF STRUCTURE <wa> TO <field>.
    CHECK <field> IS ASSIGNED.
    IF <field> EQ WA_KNA1-KUNNR.
    DELETE ...
    ENDIF.
    UNASSIGN <field>.
    ENDLOOP.
    hope this helps
    ec

  • BizTalk AS2 Issue

    Hi,
    We have setup BizTalk AS2 and we are receiving the following error for the specific send port (on outbound):
    The adapter failed to transmit message going to send port “” with URL “”.
    It will be retransmitted after the retry interval specified for this Send Port. Details:"Unable to read data from the transport connection: The connection was closed.".
    Note we are sending to the same URL for another sendport (and its working fine), but we are changing the AS2 ids (as one is for a canada and another is for US). Any direction would
    be great. Thanks in advance.
    System information:
    Windows Server 2008 R2
    BizTalk Server 2010
    Thanks,
    Jacob

    Hi Jacob,
    I understand that the same URL is working, but how about the party configuration and its association with the send port? Have you changed/updated the party when you change the URL? Check it.
    If this answers your question please mark it accordingly. If this post is helpful, please vote as helpful by clicking the upward arrow mark next to my reply.

  • What kind of technology does the internal microphone use?

    Does the internal mic use USB, Bluetooth, or analog technology. (Rosetta Stone voice recorder/analyzer is crashing app)

    I am having the same problem with Rosetta Stone voice recorder/analyzer activity. RS told me to wait before going to the next window in the exercise but this did not help. I had the same experience with an older Mac laptop. I will follow up with Apple under warranty.

  • Internal table used by sap in a program

    Hi,
    I want to know the list of internal tables used in a program (including sap program).
    while debugging i want to view the data stored in it.
    I know the internal tables used by me. Before loading the program sap will load some information into internal table. How to know that.
    Advance Thanks.

    Internal tables, not transparent ones.
    In the old debugger, goto->system areas->internal information and look ITAB_HEADS.  This will show you the name of the tables in the system.  SYMBDATANM will show you all variables in memory.
    In the new debugger, it's even easier.  There's a global tab in the variables area, that tells you all variables in memory.  And you can see the variable type - i.e. if it is a table.
    matt

  • Final Internal Table used in MIGO Transaction

    Hi Experts,
              I need to know the final internal table used in the MIGO transaction. Why I want to know this is, I need all the records which are there in the table control (GODYNPRO) of the MIGO transaction. I have used the BADI BADI MB_MIGO_BADI to read the values. But since it is a table control the values are getting changed when the user scrolls down the table control. How can I get all the values shown in this table control. Is there any global internal table in the SAPLMIGO program?
    BR.

    Hi ABAP,
    Check the BADI MB_MIGO_BADI the example class CL_EXM_IM_MB_MIGO_BADI
    In attributes tab variable GT_EXTDATA contains all migo positions.
    Read the internal table to check items.
    in this method the internal table is filled.
    Therefore define your internal table in the class attributes.
    I hope you help.

  • OSS note 1480794 for  the "Steps to Create endpoints using a "Business Conf

    Hi All, 
    I am nearly complete with the Duet Setup Wizzard but I do still have a few red lights on my check tool.
    My main problem is:
    When I follow the instructions in OSS note 1480794 for  the "Steps to Create endpoints using a "Business Configuration Scenario" XML:"
    When I press activate I get the below errors:
    Unknown webservice definition with name CustomerERPBasicDataByIDQueryResponse_In_V2 / http://sap.com/xi/APPL/SE/Global
    Unknown webservice definition with name CustomerERPRelationshipContactPersonByIDAndContactPersonInternalIDQueryResponse_In / http://sap.com/xi/APPL/SE/Global
    Unknown webservice definition with name CustomerERPBasicDataUpdateRequestConfirmation_In / http://sap.com/xi/APPL/Global2
    Unknown webservice definition with name CustomerERPRelationshipContactPersonCancelRequestConfirmation_In / http://sap.com/xi/APPL/Global2
    Unknown webservice definition with name CustomerERPRelationshipContactPersonCreateRequestConfirmation_In / http://sap.com/xi/APPL/Global2
    Unknown webservice definition with name CustomerERPByIDQueryResponse_In / http://sap.com/xi/APPL/SE/Global
    Unknown webservice definition with name CustomerERPRelationshipContactPersonUpdateRequestConfirmation_In_V1 / http://sap.com/xi/APPL/Global2
    Unknown webservice definition with name MaterialBasicDataByIDQueryResponse_In / http://sap.com/xi/EA-APPL/SE/Global
    Unknown webservice definition with name ProductionBillOfMaterialVariantItemByVariantIdentifyingElementsQueryResponse_In / http://sap.com/xi/EA-APPL/SE/Global
    Unknown webservice definition with name ProductionBillOfMaterialVariantBasicDataByMaterialAndPlantQueryResponse_In / http://sap.com/xi/EA-APPL/SE/Global
    I have restarted the Wizzard a few times to check my setup and I cant find any steps that I have missed that would cause these error's.
    Hope you can advise.
    Many Thanks
    Mike

    Hi Sameh,
    do you want to go live with the full scope of Starter Service , or do you just needs part of it?
    With the steps outlined in the blog everything is 100% supported (this is not a hack, but just another way to configure Starter Services).
    However, not all the functionality of the Starter Services will work (e.g. like the Updating / Creation of a new contact). But if you do not need that you are perfectly fine.
    I remember that with EhP4 you need to be on SP06 of ECC-SE. Maybe this is also the reason in your case why the service is not available.
    Regards,
    Holger.

  • Goods Issue Internal Order using MIGO

    Dear All,
    I want to do Goods Issue Internal Order using MIGO, but then an error message popup says
    "Order xxx not found or not permitted for goods movement"
    When i do the Goods Issue using MB1A, the transaction run well,
    So why MIGO transaction cannot run this transaction?
    Any one who can help to resolve this problem?
    Regards,
    Marufat

    Hi,
    Go to MB1A, enter Mvt type 261, Plant and S.loc.
    Don't click on order tab from the initial screen. This field is for "Production Order" Not for internal order.
    Then in the second screen on account assignment data, give your Internal Order number and enter the data and post the document.
    Or else, In mIGO, Goods Issue- Others.
    Check the configuration for the Order type in transaction code KOT2_OPA.
    Order Category should be 01
    If order belongs to order category 30,system will not allow to do the direct posting through MB1A.
    OR else try to create a reservation for these materials with movement type 261 and then do a goods issue for that reservation.
    Hope it will help you
    regards
    Siva

  • Cisco ISE 1.1.4 Patch 7 (Internal Endpoint Mac Addresses Getting Disppeared)

    Hi Folks,
    I am having issue that mac addresses which we are trying to add under Internal Endpoint Group for MAB getting disappear automatically after few minutes. We tried multiple mac addresses but result same. We can see the mac address which we added earlier but new mac address getting disappear. Is there any limit to add mac address under Internal Endpoint. We have following licenses.
    L-ISE-ADV-1K-M=  Cisco ISE 1000 EndPoint Advanced + Base Migration License
    Thanks

    Tabish,
    We'll update the latest patch and then look for the work around from any one of our Cisco experts

Maybe you are looking for

  • New to 501 pix

    Hey gang- I'm a CNE, MCSE and CCNA; been teaching networking for 15 years. Trying to learn the 501 to teach it in the fall. It's a LOT harder than I had hoped it would be..... I have two laptops connected to the pix. PC1 is on the inside interface, P

  • Create additional installer error code -12 file not found from device driver cd

    I'm trying to build an installer for a project that includes several NI drivers - specifically NI-DMM. NI-SCOPE, NI-SWITCH, NI-845x, and a few others (MAX, DAQ, etc). When I build the software standalone (and only include the run-time engine), it wor

  • After Outlook 2003 to 2007 upgrade, calendar no longer syncs properly

    Hi all, I have a client that I have been troubleshooting iPhone/Outlook problems with and am stumped. After seeing online how many issues there are with Outlook information sync, I have tried everything to no avail so I thought I would ask for outsid

  • "Waiting for printer to become available" LaserJet 3390 OSX 10.8.5

    I have had my LaserJet 3390 for years and it has worked great.  I have a MacBook Air running OSX 10.8.5.  According the the documentation I've seen, I can't download a specific driver, but there is a set of HP drivers that gets installed and updated

  • Constant GPU panics with a twist

    Hello all I have been having a difficult issue that it seems apple has trouble fixing and so has everyone Ive talked to as well.  After upgrading to Maverick from snow leopard I have started get GPU panics at a rate of 1 or 2 a week when I had none b