Accessing a third partly system from APEX using XML

Hello
I have requirement to used XML to access a third part system .. an example of the XML code;
<mbapi>
     <command>GetAdmins</command>
     <remoteAccessHash>XXXX</remoteAccessHash>
     <params>
          <adminID>1</adminID>
     </params>
</mbapi>
I understand that I could used a Javascript to perform this?
Is there a better way?
Regards and thanks
Pete
Edited by: Pete88 on Feb 18, 2009 11:30 AM

Looks a lot like XML-RPC to me.
Please see The Linux Box's [PL/SQL XML-RPC Implementation|http://www.linuxbox.com/tiki/tiki-index.php?page=PL+SQL+XMLRPC] - it could be just what you need.
If it's SOAP, please see Jason Straub's excellent [Flexible Web Service API|http://jastraub.blogspot.com/2008/06/flexible-web-service-api.html]. The blog posting has example code.
Regards,
Georger
Pete88 wrote:
Hello
I have requirement to used XML to access a third part system .. an example of the XML code;
<mbapi>
     <command>GetAdmins</command>
     <remoteAccessHash>XXXX</remoteAccessHash>
     <params>
          <adminID>1</adminID>
     </params>
</mbapi>
I understand that I could used a Javascript to perform this?
Is there a better way?
Regards and thanks
Pete
Edited by: Pete88 on Feb 18, 2009 11:30 AM

Similar Messages

  • Import Payroll from Third-Part System

    Hello,
    We're trying to implement a standard payroll import from a third-part system (through transaction PU12_IDOC_CREATE\PROCESS).
    We're trying to find out the required file format for importing it as an iDOC to the system.
    We're aware of the possibility to generate an example using report RPUOUTIDOC, but this report requires existing data in the payroll tables (T558E, T558B, T558D - listed in Bapi BAPI_EXTPAYROLL_INSERT_OUT documentation).
    This is quite a problem because in order to fill the initial data in those tables, an IDOC import is needed.
    Is there another possibility to somehow insert data into those tables or maybe generate a file example without existing data?
    Thanks in advance,
    Jenny

    Hi,
    Can you please tell what solution did you apply.
    Many Thanks!
    Ritin

  • Error when print report from apex using apex listener 2

    Hi
    Apex 4.2
    I want print report to pdf from apex using apex listener 2.
    The print server 'Oracle APEX listener' has been defined at the instance-level.
    ACL has been configured.
    I attempt to download a report in PDF mode, it appears that it downloads,
    but when I go to open it up I get an error that the file is of the wrong type or possibly corrupt.
    Upon opening the file in Text editor, there is an error as below
    %PDF-1.4
    1 瀛楄妭鐨?UTF-8 搴忓垪鐨勫瓧鑺?1 鏃犳晥銆?

    If you use Windows the user that runs the reports server is usually LocalSystem. Check this in the Windows Services panel.
    LocalSystem has no printer access. To be able to print, you have to use a real domain user that has access to the printer. So, change the Log on properties in the Services panel.

  • Physically printing a report from Apex using BI Publisher

    Hi,
    I know it is possible to generate and download a PDF (or any other format) in Apex using BI Publisher (Apex 4.0.2)
    But is it possible to physically PRINT a report in a specified printer? For example, the user clicks a button and the report comes out of the printer just like that.
    Note: I am NOT after a solution where the report is firstly displayed on the screen and then the user performs some action to print it from there (that is pretty easy to do.)
    I know that BI Publisher can do it, as its web service has an option to do so.
    Thanks
    Luis

    Hi Luis,
    not sure this is possible.
    Only SOME of the features of BI Publisher are used from APEX as a service to create the reports.
    *) I am not aware of any parameters / attributes in APEX so that you could specify a printer directly
    *) It is not part of the API you could use instead manually:
    http://docs.oracle.com/cd/E23903_01/doc/doc.41/e21676/apex_util.htm#CHDGFADB
    I have just recently implemented that myself for an integration with JasperReports. It is currently in beta test:
    http://daust.blogspot.de/2012/08/jasperreportsintegration-200-beta-test.html
    Thus your options are:
    *) I am not sure that BI publisher allows that but perhaps you could first call the apex utility function apex_util.get_print_document to retrieve the blob from bi publisher. Then perhaps (if allowed) send the blob again by yourself and using the print features of bi publisher.
    Here you would have to write the utl_http communication yourself.
    *) If bi publisher doesn't allow the separate process (generation first and then sending it to a printer) then you would also have to write a j2ee application which does that.
    *) another option could be to store the generated blob in the filesystem on the database and call a shell script from within the database. This shell script would send it to the network printer.
    Hope that helps,
    ~Dietmar.

  • How to consume a web service provided by third party system from SAP system

    Hi Friends,
    Could any of you provide me a clear picture on how to consume a web service from SAP system and is provided by a third party system?
    Do we get an URL to create a client proxy for consuming the web service?
    Thanx in advance,
    Ram

    Hi Ram,
    of course you cannot supply the WSDL URL. Inside the WSDL (just view it in your browser) you find (usually but not necessary) towards the end something like
    <soap:address location="http://www.weather.gov/forecasts/xml/SOAP_server/ndfdXMLserver.php"/>
    which is the actual adress of the service.
    An example service can be found here:
    <a href="http://www.weather.gov/xml/">National Digital Forecast Database</a>
    containing the WSDL URL at
    <a href="http://www.weather.gov/forecasts/xml/DWMLgen/wsdl/ndfdXML.wsdl">this address</a>.
    You might also want to browse for the amazon webservices which allow you to embed queries against amazon into your application.
    have fun,
    anton

  • Why can't I access the K1 file system from my PC?

    I could access the entire file system excluding the data folder yesterday. However since installing Letools, I no longer can drag-and-drop photos and movies to the K1 from Windows Explorer.  I uninstalled Letools, but I still can't access the file system.
    Please help.
    Thank you

    Thank you for trying to help. We have compared security mode settings and their Macs say that commenting is allowed, while mine says it's not allowed. I'm assuming this is why I can't highlight and they can. But I dont understand why they're different? The files this happens to are PDFs that our college classes assign as reading- so we all go to the same place to access these PDFs and save them, so the security modes shouldn't be different, but they are. Any idea why? Are Macs just enabled to do this for whatever reason and PCs aren't?

  • Render Pages within Apex using XML

    Hi All,
    Just wondering whether it is possible within Apex to render pages using XML by where you have a high level item, such as Cloth Size, which would be the Label attached to an underlying table field, and might have the values XL, L, M and S which might be rendered as a radiogroup.
    I guess what I am trying to establish is whether this is actually possible within Apex.
    I guess it might be similar to rendering items dynamically but using XML within the database.
    Hope this makes sense and someone can assist.
    Thanks.
    Tony.

    Hello,
    You need to put more details into what you want.
    Do you want client side rendering or server side rendering.
    Do you want to use CSS or XSLT?
    Do you need to do the entire page or will just a region in the page suffice?
    Past that the answer is yes for most of those but without more detail it will be tough to help you out.
    You might also want to look at different usages of XML and PL/SQL especially using XMLDB and is Oracles XMLType none of which are APEX specific but can all be used in and APEX page.
    Carl

  • Invoice status to third party system from sap

    Hi All,
    Could you please suggest me either to use functional module or bapi or badi so that i can send the invoice status from SAP to third party sytem.
    Thanks in advance for the response

    Hi,
    Invoice status can be sent to an external system based on IDOC or through an interface with proper program.
    For IDOC related stauts message do refer the below it may help you ..
    Electronic Data Interchange - EDI - ERP SCM - SCN Wiki
    Do refer the below OSS Notes to know the exist and badi in LIV.
    1156325 - BAdIs in the Logistics Invoice Verification environment

  • [Solved] Restore system from backup using rsync

    I am thinking about installing Windows on my computer and I know it work's better to install Windows first, then arch.  That being said, I will likely reformat my system, install windows and then reinstall arch.  I've made many configurations that I would like to keep but not have to re-implement (it takes a while to set things up!) once I have the fresh arch install.  I know from https://wiki.archlinux.org/index.php/Fu … with_rsync that I can use:
    sudo rsync -aAXv /* /path/to/backup/folder --exclude={/dev/*,/proc/*,/sys/*,/tmp/*,/run/*,/mnt/*,/media/*,/lost+found}
    in order to backup all important parts of my system.  Before doing any reformatting I will run this script to backup my system to an external drive.  However, after I have reformatted, installed windows and then arch, what is the correct/efficient way to put the backup files (on the external drive) back into the newly installed system?  Even if I set up the partitions (associated to arch) during installation in exactly the same way (albeit they would be smaller since Windows would now occupy some space), I'd imagine that the command:
    sudo rsync -aAXv /path/to/backup/folder/on/external/drive/* /
    would cause some epic failure?  Even if I modified the UUID's in the fstab before rebooting?  Would this strategy work if I only rsync'ed a subset of the backup files contained in the external drive (e.g. /home, /etc, /var, ...)?  If another strategy, apart from rsync, is best, please let me know.  Thanks for your help!
    Last edited by jayflo (2013-10-02 22:49:57)

    I understand that after rsync'ing the backup files (on the external drive) to the fresh install, that I need to update the fstab (since the UUID's changed).  However, if I rsync over the /boot directory, then the backup copy of
    /boot/grub/grub.cfg
    will now be part of the arch system on my computer.  I have a couple questions:
    1) If I rsync'd everything except /boot/grub/grub.cfg, what about the fresh install grub.cfg file needs to be updated?  Does it also have old UUID's within it that need to be updated?
    2) Does the command
    grub-mkconfig -o /boot/grub/grub.cfg
    generate the grub.cfg using /etc/fstab (if at all)?  Or does it load the information (which needs to be updated) from some other (memory) source?  If it is the latter, would I need to restart my computer (after rsync and updating fstab) before generating grub.cfg?  (and...restarting wouldn't work at this point since I have would not have updated the grub.cfg?)

  • How to call third party software from Ecc6 using ABAP

    Hi all,
    I need to execute a third party software using abap coding .
    The software converts doc to pdf, the input from ecc6 would be the file path.
    I need to do this using ABAP.
    thanks
    ziv.

    Hi Ziv
    You can use METHOD cl_gui_frontend_services=>execute
      EXPORTING
        application            = <<<.exe file>>>
        operation              = 'OPEN'
    to run .exe files
    Best Regards
    Yossi

  • Can you access files on OSX system from OS9 system on the same iMac?

    The apple software updater was updating my OSX4.6 to 4.8 but there was not enough disk space so when the window that told me that appeared I just clicked on shutdown. When I try to start my iMac again all I get is the Apple Logo screen with the animated wheel. So I am assuming that the OSX updating screwed up my OSX's ability to boot. Ok - so I thought I would reinstall my original Tiger software but I do not have enough hard disk space to do that. So I booted to OS9 which is still on my iMac and removed what files that I could, but still not enough free space. From OS9 I do not see any of the files that I have on the OSX desktop so that I can delete some of them. Is there some way for me to access the OSX hard disk or desktop files from OS9?
    Bruce

    Welcome to Apple Discussions!
    Any files on your OS X desktop are OK to delete, but not the desktop folder itself. That desktop folder is found in your Users -> yourname folder.
    See my FAQ On http://www.macmaps.com/safetodeleteormove.html
    to understand how Mac OS X is structured, so you don't delete something by accident.
    Free up at least 15% of the hard disk before attempting to boot back into Mac OS X. This amount is arbitrary, but has been found to be the best amount of space to use Mac OS X in.

  • Unable to access oracle 10g DB package from 8i using DB link

    Hi,
    We have two oracle 8174 database A and B. One of the package in A calls an package in B using db link. The database B was upgraded to 10g (10.2.0.4). After the upgrade, the package in A got invalid. When tried to compile system hangs. No error is encountered.
    In UAT there was no issues. But only in production we face above problem. Can you please advise what went wrong. Is it due to incompatibiity?

    Can You logon that user an recompile?
    I hope you will see error something...
    Pacakages on B(10g) database.. invalid or not???
    Anyway Can you recreate your packages? ... (create or replace...)
    By the way, you might check something from Oracle Support
    Good Luck

  • Calling a third Party dll from java using JNI

    Hi
    I want an immediate help from u all.
    I have athird party c dll with .h and .lib file
    I wont be able to cahnge any thing in those files.
    I want to call the functions of that from my Java code.
    Ist possible to call the dll without writing any c or c++ wrapper over it?if yes , how to do it?

    Hi,
    You may use a generic wrapper like JNative.
    Commercial wappers also exists.
    --Marc (http://jnative.sf.net)                                                                                                                                                                                                                               

  • Is there any codings to isolate a system from LAN using java

    This is regarding my final year project.Can anybody here tell me the way to write a coding or program to remove a system connected in LAN without any manual intervention.
    Thanks in advance for all who post their valuable suggestions here

    This is entirely system dependent. You need to find a command line program you can run which will do this.
    e.g. On linux you can do
    ifconfig eth0 down

  • Generate a pdf page from OAF using XML publisher.

    Has anybody come across a successful way to generate and display in browser a pdf page based on results passed from OAF page. Would like to know what are the steps involved and where the pdf templates and datasource files need to be stored.
    Thanks.

    Please see some relevant info on this thread.
    Re: Generation of Pdf file on OA Page
    Thanks
    Tapash

Maybe you are looking for

  • Printer driver embedded in win 8.1 64bit not working

    Hi, my photosmart 8750 printer, which is a great printer and still works fine, at least with my old laptop running windows xp that is....unfortunately with the embedded HP printer driver in windows 8.1 (64bit) it is not working at all. This is what i

  • Workflow trigger at Sales order Item level

    Hello all, Please let me know if it is possible to trigger a approval workflow when a quantity of an item is greater than certain amount, while creation of sales order. If yes, then what are steps involved. Thanks in advance, Sandesh

  • Drag and drop doesn't work

    Drag and drop does not seem to work for me. I have 2 IPods & an Ipad2. I use iTunes ios5. I see many posts on the Internet for this problem but no solutions! Help!,

  • Include character value variable processed by customer exit in the report

    I have defined a character value variable' processed by 'customer exit'. i am troubleshooting a problem so I need to see the value of this variable. Is there a way to display this variable in the report. If so, what section, rows or columns? And how

  • Adobe premiere elements.exe entry point not found

    adobe premiere elements.exe entry point not found how do I fix this error message and run the program?