Attachments in HTTP_AAE Adapter of PI 7.3?

Hi All,
Can any help me with understanding the concept of Attachments in HTTP_AAE adapter in PI 7.3? I have gone through SAP help site and could not find anything on the same.
Regards,
Rahul

Hi,
could you please guide me the document of HTTP_AAE receiver adapter of 7.3?
I cannot find it in help.sap.com.
thanks in advance.

Similar Messages

  • Dynamic Query string in Receiver HTTP_AAE adapter

    Hi All,
         Currently I am working with a scenario where I need to use HTTP_AAE receiver adapter. I need to create the query string http://server:port/WebOrder?param=value dynamically.
    I created below mentioned UDF.
    DynamicConfiguration conf = (DynamicConfiguration) container.getTransformationParameters().get(StreamTransformationConstants.DYNAMIC_CONFIGURATION);
    DynamicConfigurationKey urlParameter1 = DynamicConfigurationKey.create( "http://sap.com/xi/XI/System/HTTP_AAE", "URLParamOne");
    conf.put(urlParameter1, "value");
    return "";
    In configuration part I entered below mentioned details in HTTP receiver adapter,
    Target Host: server
    Target Port: port
    Path: /WebOrder?
    Click Set Adapter specific Message properties
    Click URL Parameters
    I entered "param".
    But I am getting the below mentioned error.
    exception caught with cause com.sap.aii.adapter.http.api.HttpAdapterException: STATUS_CODE_NOT_OK-Not Found.
    Could you please help me here.
    Thanks
    Dipankar

    Dear Team,
    I am working on SAP PO 7.4 Single stack. we are have scenario to send sms to customers via portal system and the delivery status has to be updated in ECC. Failed to hit the sms portal by using the HTTP_AAE adapter.
    URL - http://103.112.70/smpp/sendsms?username=xxxxx&password=xxxxx&to=919797979797&from=919560054422&text=test message.
    Scenario - ECC(proxy) -> PO(HTTP adapter) -> SMS portal
    Development:
    ESR - In the mapping
    Five parameters- username , password , to , from and text from ECC to PO as part of request message.
    UDF -
    DynamicConfiguration conf = (DynamicConfiguration) container.getTransformationParameters().get(StreamTransformationConstants.DYNAMIC_CONFIGURATION);
    DynamicConfigurationKey parmValue;
    try{
                      parmValue = DynamicConfigurationKey.create( "http://sap.com/xi/XI/System/HTTP", "URLParamOne");
                      conf.put(parmValue, var1);
                      parmValue = DynamicConfigurationKey.create( "http://sap.com/xi/XI/System/HTTP", "URLParamTwo");
                      conf.put(parmValue, var2);
                      parmValue = DynamicConfigurationKey.create( "http://sap.com/xi/XI/System/HTTP", "URLParamThree");
                      conf.put(parmValue,  var3);
                      parmValue = DynamicConfigurationKey.create( "http://sap.com/xi/XI/System/HTTP", "URLParamFour");
                      conf.put(parmValue,  var4);
                      parmValue = DynamicConfigurationKey.create( "http://sap.com/xi/XI/System/HTTP", "URLParamFive");
                      conf.put(parmValue,  var5);
    }catch(Exception ex){}
    return "";
    Integration Directory-
    Communcation channel:
    Tranport Protocol - HTTP 1.1
    Message Protocol - GET
    General Tab-
    Addressing Mode - URL Address
    Target Host - 103.112.70
    Target Port - 80
    Path - smpp/sendsms
    Mainpayload Parameter Name - MT_SMS_Cust_Req
    Advanced Tab-
    Header fileds - EMPTY
    Query Parameters - sender party - enabled
                                  sender service - enbled
                                  Receiver Interface - enabled
                                  Message ID - enabled
                                  Quality of service - enabled
    Adapter -Specific Message Properties
    set Adapter -specific Message Properties - enabled
    URL parameters - enabled
    parameter 1(URLParamOne) - username
    parameter 2(URLParamTwo)-password
    parameter3(URLParamThree)-to
    parameter4(URLParamFour)-from
    parameter5(URLParamFive)-text
    After the configureations..The structture is not getting created as per the url format . In runtime PO system is sending only - smpp/sendsms to SMS portal and getting the response as Not authorized means the username&Password&to&from&text are not hitting the SMS porta.
    Please check the configurations and guide me if any configurations were missing.
    Regards,
    Teja.

  • Can we process files with attachments using File Adapter

    Hi All,
    I want to process files which have attachments using File Adapter.
    Is it possible to process such files?
    May be using standard modules?
    Regards,
    CBKLP

    Assuming you are talking about sender FILE channel....you can make use of PayloadSwapbean provided by SAP (standard module)...to read data from attachment.
    Regards,
    Abhishek.

  • Query related to multiple attachments in mail adapter

    Hi,
    I have a query related to multiple attachments in receiver mail adapter.
    I have successfully configured mail related scenarios but now I have another requirement in which I have multiple source files in one directory and I want to send one mail for multiple files as mail attachment using receiver mail adapter. Can anybody help me how to achieve multiple attachments in reciever mail adapter.
    To clarify the requirement more let us take an example
    Ex: I have 5 input files in the source which I pick up using additional files option in the sender file adapter, now I want to send those 5 files into one mail with 5 attachments. Can anybody explain how 5 different payload will be sent as multiple attachments in one mail.
    For your information I used, options like "keep attachments" , some parameters in module processesors etcs...but not able to find out as how exactly it will be achieved.......I dont want to use BPM collect pattern for this.....
    Need your help on this issue. Please suggest the solution as how it can be achieved using receiver mail adapter.
    Thanks & Regards
    Prabhat

    Hi,
    I resolved the issue on my own. Thanks for your help and support.
    Thanks & Regards
    Prabhat

  • Xi payload as attachments in http adapter

    hi,
    we have the requirement to send comma separated text file as attachemnt over http. is it possible to send and receive payload as attachments in http/s adapter in XI? if yes, how?
    regards,
    Rashmi

    dont think HTTP supports attachment.....at least in sender mode.....correct me if worng....
    For some reading: http://help.sap.com/saphelp_nw04/helpdata/en/44/79973cc73af456e10000000a114084/content.htm
    From above link:
    The plain HTTP adapter only evaluates the main payload of a received XML message. Additional attachments are ignored and not forwarded.
    Regards,
    Abhishek.
    Edited by: abhishek salvi on Jul 3, 2009 3:15 PM

  • Attachments with RFC adapter ?

    Dear Experts,
               I have a SOAP 2 RFC Synchronous Interface in my project, from sender side i.e from SOAP i am receiving data of 20 fields and also the attachment(the format of the file can be JPEG, EXCEL, WORD DOC or VIDEO Files) and these needs to be transferred to SAP R/3 System using RFC Adapter.
    1. can RFC adapter able receive and send these format of attachments to r/3 server ? can you please suggest me on this...

    Hi Raj,
    Thanks..
             The attachment will not go to the file system in ECC, as i stated that sender is sending the Data & attachments, at the ECC system a INCIDENT(SAP HSE) will be created by using the RFC, when you open the Incident in ECC system you should able to see the data in the Incident along with the attachment attached.
    Regards,
    Ravi

  • Handling multiple xls , xlsx attachments in mail adapter

    We have a (sender)mail with excel attachment scenario which is converted to an Idoc.
    Currently we are using ''PayloadSwapBean" for converting .xls attachment as main payload which is being read using an adapter module.
    PFA the screenshot.
    We have a new requirement as below
    when there are additional attachments in e-mail only the relevant template (MS Excel file) loaded.
    Handle all MS Excel format: .XLSX in addition to existing .XLS
    ability to process multiple excel file in a mail
    Kindly suggest ways to handle it.
    Regards,
    Kesava

    Could you please provide the location of  PayloadSwapBean file (.Ear,.jar,.class and also provide AL11) Transaction  in PI 7.31.
    Brief Background:
    We have a requirement to read multiple attachment from mail adapter. PayloadSwapBean is capable of reading only single attachment. We would like to see the code of PayloadSwapBean and modify accordingly to meet the requirement.
    If there is any alternative could please suggest the solution for read the multiple attachments in sender mail adapter.

  • Attachments in SOAP adapter

    Hi,
    I am working on SOAP adapter and in the adapter there is an option called "keep attachments".Can you please let me know what this is.Does it mean we can send any file attachements like pdf,.txt etc?Not sure how the webservice can hold the file and where it will update.Does the wdsl need to be developed in such a way to hold the attachments.
    Thanks

    Hi,
    Yes, you can send any attachment by checking the option "Keep Atachment". If you are exposing a WebService in XI and using SOAP Sender Adapter, your web client can send any file as attachment and XI can receive that attachment. You can further use PayLoadSwapBean to swap the payload with your attachment. It won't update it anywhere, it will just keep as attachment.
    In case you are using "keep attachments" in SOAP Receiver Adapter, you can send any file as attachment to any webservice who can accept attachment.
    You don't need to develop any special wsdl for doing the same.
    Reward point if find useful
    Thanks
    Amit

  • Sending Attachments via SOAP Adapter

    Hi Everyone,
    We have the requirement to send the text files as attachement using SOAP Adapter. Can anyone help me how to do it in XI and the structure of WSDL. Or any document which can help me getting this done.
    Any help appreciated.
    Thanks in advance
    Laks

    I understand i need to add teh WSDL file in the repository .
    Yes, it would be like any other soap receiver scenario wherein you need to import the wsdl under external definitions.
    Like it should be cabable of receiving as attachments ?
    Yes, it should be. This will help in creating one.
    /people/baris.buyuktanir2/blog/2007/03/06/how-to-create-a-web-service-with-attachments-soap-with-attachments
    Is there anything i need to do in Repository part ? If your sender sends the file as attachment using the option "Addition files", then the message will be forwarded directly with attachment to soap receiver. There would be no need for any additional setting in repository.
    Regards,
    Prateek

  • Managed Attachments Installation (WebCenter Adapter)

    Hello. A potential client who already has EBS in place using the Human Capital Management portion of the product is looking to connect HCM entries with content stored in WebCenter Content. The documentation for setting up the adapter (Configuring the Managed Attachments Solution - 11g Release 1 (11.1.1)) looks like it's 95% work done configuring EBS. As far as WCC is concerned, looks like there's a couple components and a configuration screen. I'm comfortable with WCC (no problem) but EBS is a whole different universe.
    Are the steps in the documentation correct and are there any missing pieces I should know about?
    Are there risks in running all those scripts listed in the documentation?
    Is there a precise order that needs to be followed?
    If a step is missed or done incorrectly can changes be made or recovered?
    I'm feeling like given it's their system and has been in place a while, I should be able to point them to these directions and off-ye-go. Is there any experience that can be provided on making this process happen that isn't included in the documentation? Anecdotes or troubleshooting points or things to look out for? My realm is really WCC.. I don't even know the difference between "Forms-based entities" and "OAF-based entities" as indicated in the documentation.
    All help is greatly appreciated. Thank you.

    I don't have experience with WC Adapters and EBS integration, but have you reviewed Configuring the Oracle E-Business Suite Plug-In - 11g Release 1 (11.1.1) ?
    You may log a SR for those questions and see what Oracle support would suggest.
    Thanks,
    Hussein

  • Attachments for mail adapter?

    Hello everybody,
    I've seen that XI 3.0 provides a file adapter. Has anyone experiences with this adapter? I'm looking for information if it's possible to send and receive the XML message content as attachment.
    Thanks in advance
    Björn

    Hi Mohit,
    Follow this blog for the ID configuration:
    http://www.sdn.sap.com/irj/scn/weblogs?blog=/pub/wlg/4383
    Create Receiver Determination and Interface Determination as described, and add a sender file CC and receiver mail CC according to your needs, plus sender and receiver agreements.
    In order to maintain the original file names, use a simple adapter module with the code mentioned here:
    http://forums.sdn.sap.com/thread.jspa?threadID=2122711&start=14
    Hope this helps,
    Greg

  • Sending multiple attachments in EMail adapter based on the segments:

    Hi,
    The scenario is from IDOC-Mail and the requirement is will we be able to send multiple files in the Email based on the segments ?
    Just assume that you have to create one file with the IDoc header data,
    and in addition to that one file per segment.
    Is this requirement possible?Please help .
    Thanks & Regards,
    Rajesh
    Edited by: rajeshkpnnaidu on Dec 16, 2010 8:33 AM

    Hi,
    In this case IDoc-file-mail, if we create multiple files based on the each IDoc segments,how we can combine all the files(created in local directory) which are related to 1 single IDoc  and send all of them in a single mail.
    Ex: if there are 20 files in local folder with 2 different IDoc segments then how we can filter based on each IDoc.
    Hope i am clear with my above description.
    Please help?
    BR,
    Praveen

  • Using Attachments in the Email Adapter

    Hi,
    I'm using an email adapter(Sender - XIPayload) to send message to XI. It was working fine when my mail content was the XML messsage. But now i have to use the content of an attachment file to do the mapping. The attachment is an XML file. I have checked the Keep attachments option and now i can see that the payload contains two sections. One is the mail content and the attachment content. But the mapping fails. How can i specify that the content of the attachment is to be used for mapping? Can somebody give some inputs on how to achieve this?
    Thanks,
    Sandeep

    Hi Sandeep,
    To use attachments in mail adapter, just do the following things:
    -     Set the Keep Attachments indicator.
    -     And you use the PayloadSwapBean module to swap the application payload with one of the attachments.
    Please also go thru the following links:
    http://help.sap.com/saphelp_nw04/helpdata/en/6b/4493404f673028e10000000a1550b0/content.htm
    http://help.sap.com/saphelp_nw04/helpdata/en/2e/bf37423cf7ab04e10000000a1550b0/content.htm
    Regards,
    abhy

  • Attachments' naming in SOAP Receiver adapter

    Hello,
    I have a Proxy to SOAP test scenario where my proxy sends some data with a binary attachments and SOAP adapter forwards it to a server web service. I used the tcp getaway (sniffer) to see which data is used for HTTP Post, but found out that the Receiver SOAP adapter uses own generated numbers instead of the filename set by the proxy for the attached file, specified in content-id in HTTP Post request.
    I need to transfer the filenames as they were set by the sender proxy to the receiver Web Service. I could just add more fields to the main application request to do it, but I'm wondering if it is possible to do it by setting the content-id of the HTTP Post for the attached file. I also tried to mark "set adapter specific attributes" for receiver SOAP adapter, but as filename is not an attribute of the SOAP adapter, nothing changed.
    Is this possible? If yes, how?
    Thank you.
    Kind regards,
    Gökhan

    S. Gökhan Topçu wrote:
    > BTW, are there any easier ways to achieve this? Is it a module development or a complete adapter? Please guide.
    it is module development....you can take the below links as a reference (these are related for mail receiver)....reason giving them is because the requirement is equivalent to yours:
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/xi/adapterModulePI7.0SetAttachmentName
    /people/michal.krawczyk2/blog/2006/02/23/xi-dynamic-name-in-the-mail-attachment--pseudo-variable-substitution
    Regards,
    Abhishek

  • Mail Adapter - Attachments

    How to get Mail Attachments using "Mail Adapter" in XI?
    I will receive email with some files (with defined format). I need to put the data of file in a RFC.
    When I use "Mail Adapter", the XI send the attachments to XML?

    Hi,
      Extremely sorry, the links are,
    /people/pere.diaz/blog/2005/07/14/broadcasting-reports-via-mail-with-pdf-attachment
    https://www.sdn.sap.com/irj/sdn/weblogs?blog=/pub/wlg/1685 [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken] [original link is broken]
    /people/michal.krawczyk2/blog/2005/12/18/xi-sender-mail-adapter--payloadswapbean--step-by-step
    Please ignore the previous post, sorry again.
    Anirban.

Maybe you are looking for

  • SCSM SSP Webpart Auto-Sizing

    SCSM 2012 R2.  The SSP and SharePoint Foundation 2010 SP2 are installed on a Windows Server 2012 R2 box.  I'm trying to change the webpart's size from the default 660px to auto-size.  I've changed the setting from within SharePoint, but the control s

  • How do you disable AP Isolation

    I know that this may be a simple question for many of you, but I am having some issues with my ATV, and I think it may be related to my AirPort Extreme. I would like to disable AP Isolation on the Airport Extreme, but I don't know how. Can anyone giv

  • SNP_SOURCE_TAB - not populated correctly?

    Hi, I wanted to knock up a quick report to show source tables and the interfaces that contain them when they are journalized. snp_source_tab seemed the best place to start but in there I have very few references to snp_pop - in fact that only referen

  • How to determine which chipset my Satellite L300/700 has?

    I have a SATELLITE L300/700 (PSLB8A-047004). The User Guide covers several models. It indicates that the chipset determines which memory modules I need for a memory upgrade. How do I find out which chipset I have, please? Kev.

  • Problem while opening iPhoto

    Hello, When I open iPhoto (9.2.3) I have a message indicating inconsistencies.     I click Cancel or repair and  the library displays. I want this message to disappear I tried to rebuild the authorizations, indexes and so on, but the problem persists