3rd Party Interface

In our portal application i have one JSP page which has a File Upload functionality when the user hits a button in this page it opens an ASP Application(3rd party) in a new browser,so that the user is allowed to do multiple file attachment,this ASP application uses a File Server
at their end to maintain all the files attached to a particular Account,
Now in the portal side we have the bussiness requirment to download those uploaded files,Once user finishes the upload process this ASP application has a COM Object which sends an information to the Web Service at their side,So i was wondering how we can talk to this
Web Service from our side, So that we can pull the attached file information to our Database,
Any ideas about the approach is appreciated

As far as my understanding goes you have two choices.
1) Change the web service so that it can send some information to the portal application which in turn will save the information.
2) Write some kind of a batch process which will be scheduled to run ar periodic intervals. This batch job can compare the repository on the portal server with the repository on the 3rd party server and then compile this info and save it.
Let me know about your thoughts.
Regards,
Sudipto

Similar Messages

  • Anyone else having trouble with GB 2.0 for iOS, iPad 3 and 3rd party interface?

    I am using a focusrite scarlett 2i2 (thru a powered belkin USB hub) and the latest versions of ios 7 and GB ios.  While the Scarlett is connected, I can't seem to switch between the instrument and track view without the occurance of major distortion and stuttering.  It won't go away unless I close/reopen the app - GB is totally unusable at this point.  Very frustrating!!

    Yes, a separate thread has been going on for a while about the exact same problem with Focusrite iTrack Solo.  I don't believe there's been a solution provided so far.  As for me, I ended up returning the Focusrite and got Sonoma Wirework's Guitarjack 2 which works perfectly. 

  • Unicode Errors - Interface with non-Unicode 3rd party system

    Does anyone have an experience working with an interface between a Unicode SAP system and a non-Unicode 3rd party system? Would appreciate your input on existing data declaration and logic (prior to SAP Unicode conversion), if changes need to be made to the character types and upload/download functions.
    We are doing our testing in a newly converted Unicode system which has interface sending files through SAP Business Connector, and uses TDAccess/COMM-PRESS to encrypt the payment file.
    We are getting an COMM-PRESS error that it's not able to get the private key
    ERR=>RC=107#Error building signature segment (S1A/S2A) ERR=>#Error getting private key: #PUBLIC KEY FINGERPRINT = , rc = 524
    The issue seems to be that the passphrase is not received correctly in COMM-PRESS (codepage 1100) from Unicode SAP (codepage 4102). The passphrase is uploaded from a text file (codepage 1100?) to T_PPLOC and then to W_PPLOC.
    TYPES: BEGIN OF T_PPLOC,
             FLINE(64) TYPE C,
           END OF T_PPLOC.
    DATA: W_PPLOC(64)  TYPE C
    CALL FUNCTION 'GUI_UPLOAD'
          EXPORTING
            FILENAME                = W_FILENAME
            FILETYPE                = 'BIN'
          TABLES
            DATA_TAB                = T_PPLOC
        LOOP AT T_PPLOC.
          IF W_PPLOC IS INITIAL.
            MOVE T_PPLOC-FLINE TO W_PPLOC.
          ELSE.
            CONCATENATE W_PPLOC T_PPLOC-FLINE INTO W_PPLOC.
          ENDIF.
        ENDLOOP.
    Comparing the results between a Unicode and non-Unicode system, the uploaded passphrase is different because of the codepage. But even if I convert the passphrase first from 1100 to 4102 codepage, it still fails.

    Hi,
    Try this by sending value to the CODEPAGE parameter of the function module GUI_UPLOAD.
    aRs

  • SAP ECC Interface w/ IDOC-XML using TCP/IP, HTTP, or FTP to 3rd-Party Syst.

    I am trying to understand if the following interface options can occur (without the use of SAP PI or any other middleware):
    Option 1A: Can I process an SAP ECC outbound IDoc in XML using TCP/IP to a non-SAP 3rd party system?  Can you please explain the reason for why I can or can NOT do this.  If possible, please provide supporting documentation on how-to do this?
    Option 1B: Can I process an SAP ECC inbound XML-IDOC from a non-SAP calling system that used TCP/IP?  Can you please explain the reason for why I can or can NOT do this. If possible, please provide supporting documentation on how-to do this?
    Option 2A: Can I process an SAP ECC outbound IDOC in XML using HTTP to a non-SAP 3rd-party system?  Can you please explain the reason for why I can or can NOT do this. If possible, please provide supporting documentation on how-to do this?
    Option 2B: Can I process an SAP ECC inbound XML-IDOC from a non-SAP calling system that used HTTP?  Can you please explain the reason for why I can or can NOT do this. If possible, please provide supporting documentation on how-to do this?
    Option 3A: Can I process an SAP ECC outbound IDOC in XML using FTP to a non-SAP 3rd-party system?  Can you please explain the reason for why I can or can NOT do this. If possible, please provide supporting documentation on how-to do this?
    Option 3B: Can I process an SAP ECC inbound XML-IDOC from a non-SAP calling system that used FTP?  Can you please explain the reason for why I can or can NOT do this. If possible, please provide supporting documentation on how-to do this?

    Hello Kirk  ,
    The answers for your question are:
    Option 1A: Yes you can .you can use TCP/IP but you must have a middleware component for that such as BC/JCO .
    Please see the link : [http://help.sap.com/saphelp_nw04/helpdata/EN/09/c88442a07b0e53e10000000a155106/frameset.htm]
    Option 1B: See the link above.
    Option 2A: You can use ABAP code :
    [http://help.sap.com/saphelp_nw04/helpdata/EN/e5/4d3514c11411d4ad310000e83539c3/frameset.htm]
    Option 2B: [http://help.sap.com/saphelp_nw04/helpdata/EN/90/4f3c2ec3c511d6b2b400508b6b8a93/frameset.htm]
    Option 3A: Only with ABAP code :[Reg: FTP Connection;
    Option 3B: See the link of Option 3A.
    Good Luck,
    Boaz
    Edited by: Boaz Ornan on Feb 21, 2010 4:33 PM

  • Interfacing to 3rd Party tools from BW

    I realize Open Hub is the SAP solution to interfacing BW data to 3rd Party tools.
    However does anyone see a problem in general with the approach of developing custom web services on the BW box that would be called by a third party tool and in turn return Master Data and ODS objects?
    Wardell

    Hi
    You can also use direct SQL reads to the BA DB (for ODS only), Also ABAP code.
    If you want to manipulate the data (transactional and Master data) you can use BAPI functionality.
    In our company we used BAPI to manipulate SD data from a third party tool (Web based) but not on BW.
    Edan

  • 1)    Is there North Bound Interface / API from SAP Solution Manager available for 3rd party integration?       i. The list of the modules that are being managed by SAP Solution Manager(s)      ii. The performance metrics of those modules/components at th

    1)
    Is there North Bound Interface / API from SAP Solution Manager available for 3rd party integration?
    i. The list of the modules that are being managed by SAP Solution Manager(s)
    ii. The performance metrics of those modules/components at the high level
    iii. The information about Early Watch Alerts (or situations to watch for)
    2)
    Is there a full SNMP interface for getting the above information from SAP Solution Manager?
    3)
    Is that understanding that SAP has SNMP support for forwarding alerts to a 3rd party system, correct?
    4)
    Does SAP has both free and licensed? If yes then what are the advantages of licensed over the open/free version?

    Mugunthan
    Yes we have applied 11i.AZ.H.2. I am getting several errors still that we trying to resolve
    One of them is
    ===========>>>
    Uploading snapshot to central instance failed, with 3 different messages
    Error: An invalid status '-1' was passed to fnd_concurrent.set_completion_status. The valid statuses are: 'NORMAL', 'WARNING', 'ERROR'FND     at oracle.apps.az.r12.util.XmlTransmorpher.<init>(XmlTransmorpher.java:301)
         at oracle.apps.az.r12.extractor.cpserver.APIExtractor.insertGenericSelectionSet(APIExtractor.java:231)
    please assist.
    regards
    girish

  • How 7921 interface with 3rd party; guest service contact center?

    I want to use 7921 for staff in hotel to get sms from "guest service contact center", how to do the interface?

    You can write an application to push text to 7921, using CiscoIPPhoneExecute and CiscoIPPhoneText object. Check out Cisco's SDK for more information about using these objects.
    There are 3rd party products, like PhoneTop Messenger, which allow you to push text/audio to Cisco IP phones.

  • Interface - Payment received from 3rd party

    Good day,
    Can you please assist? Is there a standard IDOC that I can use to post payments to IS-U. We will receive the payments in a flat file format from the 3rd party.

    Hi,
    If you go into IS-U report program RFKKZE00 (Payment Lot transfer, IS-U Transaction code FPB3), read the documentation on what  file format is expected by the program. Here is an extract of the first few paragraphs of the documentation:
    Payment Lot Transfer
    Description
    This report transfers payment data and creates one or more lots for payments, checks, payment orders, or credit card payments.
    To do this, it executes the following steps:
    1. Read the specified application server file and check the data contained therein
    2. Create one or more lots as long as the data records are correct
    3. Close and post the created lots as long as the relevant indicator is set
    Data records that contain errors are saved separately, and can be transferred after they have been corrected.
    Output
    The report outputs the following information in a log:
    The number of data records (payment items) containing errors, their numbers and their lines in the application server file
    A list of the lots created and their status
    You can select an extended log.
    Requirements
    The report transfers the payment data from the application server file. Note the following for this file:
    All fields must have character format.
    Every line can only contain one structure.
    The report expects the following for each file (take note of the sequence):
    One file header record (BFKKZGR00 structure) per file
    One payment lot header (BFKKZK structure)
    Any number of items (structure BFKKZP)
    Several lines with additional selections (structure BFKKZS) and enhancements to the note to payee (structure BFKKZV) can follow each item.
    You can include data for any number of lots in a file. However, you have to ensure that you always specify the lot header first and then the related line items.
    If you transfer a check lot, the BFKKZK-XSCHS field must be filled with X.
    If you transfer a payment order lot, the BFKKZK-XZAUS field must be filled with X.
    If you transfer a credit card lot, the BFKKZK-XCRDS field must be filled with X.
    You can generate a test file using report RFKKZEDG.
    You can display or change transfer files using report RFKKZEDA.
    I hope this helps.
    Ivor Martin

  • OLAP Services and Infobus -- can they work to interface with 3rd party tools?

    I would like to link 9i OLAP data to 3rd party tools like Formula One or other Java Report Writers. Can this be done using infobus or other technologies? Does 9i OLAP services act as an infobus data provider?
    Has anyone done this? If so can an example be provided?
    Thanks

    I would like to link 9i OLAP data to 3rd party tools like Formula One or other Java Report Writers. Can this be done using infobus or other technologies? Does 9i OLAP services act as an infobus data provider?
    Has anyone done this? If so can an example be provided?
    Thanks InfoBus is a Java standard for dynamic data interchange. The Oracle9i OLAP API does not act as an InfoBusDataProvider. It's compatible but not supported. Also, InfoBus has been determined not well suited for multidimensionality.
    BI Beans actually has some code in its Query object to act as an InfoBusDataProvider, but it is hidden due to inadequate testing and review, plus there is a perception that there is a lack of strong interest in this feature.
    So the short answer is that OLAP API and BI Beans do not provide InfoBus support. If there is a public outcry for InfoBus support, Oracle OLAP would consider it as a feature for a future release.
    As for another technology to link Oracle9i OLAP data to 3rd party tools like Formula One or other Java Report Writers, I'll look into it and report back.

  • Scripts interface to 3rd party tools ????????

    Hello Gurus,
    I have a requirement wherein my client wants the SAP scripts developed to be inerfaced or transfered to a 3rd party tool called ''Streamserve'' and from there he chooses his own output media such as hard print,fax,email.
    Could anyone please guide me how do I transfer the SAP SCRIPT data to streamserve.what are the steps ? procedures ? FM's?
    Thanks,
    Regards,
    Venky

    I would like to link 9i OLAP data to 3rd party tools like Formula One or other Java Report Writers. Can this be done using infobus or other technologies? Does 9i OLAP services act as an infobus data provider?
    Has anyone done this? If so can an example be provided?
    Thanks InfoBus is a Java standard for dynamic data interchange. The Oracle9i OLAP API does not act as an InfoBusDataProvider. It's compatible but not supported. Also, InfoBus has been determined not well suited for multidimensionality.
    BI Beans actually has some code in its Query object to act as an InfoBusDataProvider, but it is hidden due to inadequate testing and review, plus there is a perception that there is a lack of strong interest in this feature.
    So the short answer is that OLAP API and BI Beans do not provide InfoBus support. If there is a public outcry for InfoBus support, Oracle OLAP would consider it as a feature for a future release.
    As for another technology to link Oracle9i OLAP data to 3rd party tools like Formula One or other Java Report Writers, I'll look into it and report back.

  • Interface with 3rd party Americart

    I have downloaded my web site into Dreamweaver CS originally
    built using Fusion. When the site was in Fusion we used Americart
    for our shopping cart. and still do in Dreamweaver. I cannot find
    the Americart elements in Dreamweaver. Can any one out there help
    me with this?:

    You can write an application to push text to 7921, using CiscoIPPhoneExecute and CiscoIPPhoneText object. Check out Cisco's SDK for more information about using these objects.
    There are 3rd party products, like PhoneTop Messenger, which allow you to push text/audio to Cisco IP phones.

  • Service desk integration with 3rd party tool

    Hi all,
    I've problems understanding the setup of connecting a 3rd party service desk tool with solman itsm.
    So far it's clear that I need to activate and configure the service provider and consumer in soamanager.
    The webservice then will be called by the 3rd party tool with corresponding data.
    However, according to spro I need to define a value mapping for incoming/outgoing calls.
    I do not understand this mapping... the WSDL of webservice ICT_SERVICE_DESK_API contains lots of fields, but in spro -> value mapping I can only define the following fields (which are hard coded in type pool AIICT):
    SAPCategory
    SAPComponent
    SAPDatabase
    SAPFrontend
    SAPIncidentID
    SAPIncidentStatus
    SAPInstNo
    SAPOperatingSystem
    SAPSoftwareComponent
    SAPSoftwareComponentPatch
    SAPSoftwareComponentRelease
    SAPSubject
    SAPSystemClient
    SAPSystemID
    SAPSystemType
    SAPUserStatus
    What about attachments, priority etc.?
    Will the interface parameters mapped to these ones?
    For what purpose do I need to maintain the value mapping?
    Can you give me a hint?
    Regards, Richard Pietsch

    can you please check the WIKI Solution manager Service Desk Integration with third party service desk - SAP Solution Manager - Security and Authorizat…

  • Trouble with 3rd party VST installs for Garageband, can't find instruments

    Hi,
    I am having trouble with Audio Units for Garageband when installing 3rd party software, VSTs, loops, instruments. I have more issues with Logic Pro. I am hoping that it is the same underlying issue and that I am just missing something. I have the manuals (not great for troubleshooting). I am confused with some installs use User Library and others use the Computer Library. I do go to the mfgs sites for updates. The installs sometimes work as standalones but I don't see ALL of the components of the software in say Garageband or Logic. Mostly, I am missing the "instruments" and "loops" that I want to access within the DAW. Some examples:
    • Here is some of the software I am talking about:  East West sample libraries (Play and Native Instruments); Vienna Symphonic librarires; Sylenth1 (just last night); Sample Tank 2 and Total Workstation 2 from IK Multimedia and others.
    • In GB I see the Audio Units for Vienna, Play, Sylenth, some of the IK Multimedia but NOT any instruments when I go to the "Sound Generator" -- I seem to be missing the instruments and loops. I see less AUs in Logic Pro. Some of these are VST instruments.
    • Can I just drag-drop samples to the library folders to fix this?
    • The plug-ins do not seem to work (though Sylenth1 worked for a single sound). When there is a standalone app (as in Sample Tank), I finally got the "sounds" to be reinstalled and loaded, those sounds/samples don't show up in any DAW.
    • When and if the sounds/loops/samples show up in GB's "Instruments" section will I be able to tell that they belong to that particular software or library?
    Thanks in advance.
    John

    Found the answer myself, it was simple:
    • Select the Track
    • Show the Instrument (info area)
    • Click on Edit
    • Click on the "Sound Generator" pop up field.
    • At the bottom of the pop-up list, select from the Audio Units that you have installed. This is where you see "Sample Tank 2, Vienna Instruments..."
    • NEXT -- IMPORTANT:   CLICK ON THE PICTURE next to the Sound Generator pop-up field.The AU unit loads up, the interface pops up, you load up the instruments in this AU Unit. You do NOT see the sounds from the AU unit in the normal Apple instrument list.
    This was not intuitive but once you know it, fairly simple.
    Still, the devil is in the details -- more questions on the way.

  • Automator - Loop through a text file and process data through a 3rd party software

    Just stumbled on Automator the other day (I am a mac n00b) and would like to automate the processing of a text file, line-by-line, using a third party tool.  I would like Automator to loop through the text file one line at a time, copy the string and keep as a variable.  Next, place the variable data (copied string) into the text field of the 3rd party software for processing.  Once the processing is complete, I would like Automator to fetch the next line/string for processing.  I see items like "copy from clipboard" and  "variables" within the menu but I am not finding much documentation on how to utilizle this tool.  Just hear how potentially powerful it is. 
    The 3rd party software is not a brand name, just something made for me to process text.  I may have to use mouse clicks or tabs + [return] to navigate with Automator.  A term I heard on Bn Walldie's itunes video series was "scriptable software" for which I don't think this 3rd party app would be. 
    Kind regards,
    jw

    Good news and bad news...
    The good news is that it should be entirely possible to automate your workflow.
    The bad news is that it will be a nightmare to implement via Automator, if it's even possible.
    Automator is, essentially a pretty interface on top of AppleScript/Apple Events, and with the pretty interface comes a certain stranglehold on features. Knowing how to boil rice might make you a cook, but understanding flavor profiles and ingredient combinations can make you a chef, and it's the same with AppleScript and Automator. Automator's good at getting you from points A to B but if there are any bumps in the road (e.g. the application you're using isn't scriptable) then it falls apart.
    What I'm getting at is that your requirements are pretty simple to implement in AppleScript because you can get 'under the hood' and do exactly what you want, as opposed to Automator's restricted interface.
    The tricky part is that if no one else can see this app it's going to be hard to tell you what to do.
    I can give you the basics on reading a file and iterating through the lines of text in it, and I can show you how to 'type' text in any given application, but it may be up to you to put the pieces together.
    Here's one way of reading a file and working through each line of text:
    -- ask the user for a file:
    set theFile to (choose file)
    -- read the file contents:
    set theFileContents to (read file theFile)
    -- break out the lines/paragraphs of text:
    set theLines to paragraphs of theFileContents
    -- now iterate through those lines, one by one:
    repeat with eachLine in theLines
      -- code to perform for eachLine goes here
    end repeat
    Once you have a line of text (eachLine in the above example) you can 'type' that into another application via something like:
    tell application "AppName" to activate
    tell application "System Events"
              tell process "AppName"
      keystroke eachLine
              end tell
    end tell
    Here the AppleScript is activating the application and using System Events to emulate typing the contents of the eachLine variable into the process. Put this inside your repeat loop and you're almost there.

  • Sales order info to 3rd party system

    Hi Gurus,
    I am working an a requirement for an interface from SAP ECC to External party system, i need to send the sale order information .
    Customer Sales Orders will be created in SAP manuallly or EDI. The order can be amended provided that the order has not been interfaced to 3rd party external system for picking & dispatch. 
    Sales order information should be sent in IDOC format to middleware PI and PI will take of mappings and transformations required . Please let me know the procedure how i can handle this. IDOC type  is ORDERS05.
    Please let me know the procedure how i can handle this. Thanks much.
    Regards,
    SK

    Hi Sanjeev,
    Follow these steps.
    1) Maintain condition records for BA00 (order confirmation) in VV11.
    2)mantain message control parameters in WE20 outbound parameters.
    3) msg control pars: application- V1, msg type: BA00, Process code-SD10
    4)in outbound parameters: use message type- ORDRSP & idoc type ORDERS05
    5) create the port for PI and maintain it in we20.
    Reddy

Maybe you are looking for

  • Missing € character when exporting from Indesign (CS4) to PDF

    I think the subject line says it all. I'm not an expert user, but have not previously had this problem. I get a new iMac with CS4 reinstalled and now 'lose' the Euro character when I export my Indesign files to PDF - does anyone have any advice pleas

  • Change in Development environment brings Production down !!!!!!!!!

    Hello Everyone, I am stuck here in a strange issue. Our planning application went live about a month ago. Now we are trying to migrate the Essbase reporting application to Production, but we are unable to do so for following reasons - 1.As soon as we

  • How can I import svg files into photoshop?

    I am trying to import some svg files into photoshop shapes, how is that done?

  • What fonts are used by Mac OS 10.8.2?

    I am trying to solve the problem of the long loading time of all Microsoft Office apps on my Mac Pro tower. I use Suitcase Font utility so those programs should not have to "optimize every font on my Mac. I looked in the system fonts folder and see A

  • Pen tool Q

    I don't have a problem making shapes and design in photoshop with the pen tool, but I'm having trouble figuring it out in illustrator. I can't see all the anchor points or the handles when I have my path selected. I can scroll over my path with the c