Publish APIs

Hello

Is there a documentation on the API post of DPS 2015?

It is I have an own CMS platform, I would like to know how to integrate my content directly with DPS 2015

Thanks for any information

Hi Felipe,.

Information on the Adobe Digital Publishing Solution - producer of content Service API will be available in about two days, when the product is online. I'll add the link as a reply to this message

-Klaasjan

Tags: Experience Manager Mobile

Similar Questions

  • Event Driven Publishing API 11 GR 2 - ORA-06512: at line 20

    Hello

    I use event driven api publishing to send the report to our users, I use the procedure to do this, but the procedure executes with the error

    declare

    *

    ERROR on line 1:

    ORA-20999:

    ORA-06512: at «NRSP.» SRW", line 264

    ORA-06512: at «NRSP.» SRW", line 799

    ORA-06512: at line 20

    no additional information about the cause of the error.

    Please help about this.

    Database: 11 GR 2

    Train services: 11 GR 2

    RAC (2 knots)

    -procedure

    declare

    myPlist SRW_PARAMLIST;

    myIdent SRW. Job_Ident;

    myStatus SRW. Status_Record;

    BEGIN

    SRW.start_debugging;

    myPlist: = SRW_PARAMLIST (SRW_PARAMETER('',''));

    srw.add_parameter (myPlist, 'GATEWAY','http://192.168.5.35:8888/reports/rwservlet ');

    SRW. ADD_PARAMETER (myPlist, "SERVER", "rep_wls_reports_conho_asnist_1");

    SRW.add_parameter(myPlist,'REPORT','D:\Reports\EMP_ABSNTE_AUTO.rdf');

    SRW.add_parameter(myPlist,'USERID','usr/pwd@mydb');

    SRW.add_parameter (myPlist, 'DESTYPE', 'email');

    SRW.add_parameter (myPlist, 'DESFORMAT', 'PDF');

    srw.add_parameter (myPlist, 'DESNAME',' [email protected]');

    SRW.add_parameter (myPlist, 'SUBJECT', 'Monthly absent notice');

    srw.add_parameter (myPlist, "FROM",' [email protected]');

    myIdent: = srw.run_report (myPlist);

    myStatus: = srw.report_status (myIdent);

    SRW.stop_debugging;

    end;

    /


    The debug output should tell you more. See this thread:

    Report in PDF format and send it to some clients, using database triggers

  • Regarding the BI Publisher API

    Hi all

    Y at - it no other java api which will convert RTF to XSL - FO file, as I previously used class model and model support for download RTF to XML Publisher and get the XSL - FO output, but that seems to be not support forms (Rectangle or square, etc.) in the RTF document.

    So, I need any other API that will do that.

    Thank you.

    Yes you are right, the forms are not supported in 5.0. I can't tell if they are supported in 5.6.2. You really need to upgrade. I suspect that your not on 11.5.10, your 11.5.9 on.

  • trouble with compiling to run the bi Publisher api

    trying to compile
    package oracle.apps.xdo.common.pdf.util does not exist

    where can I find it





    package pdftester;





    import java.io.File;
    import java.util.Properties;
    Import oracle.apps.xdo.XDOException;
    Import oracle.apps.xdo.common.pdf.util.PDFDocMerger;



    public class PDFMerger {}
    public PDFMerger() {}

    The output of the merged PDF document destination.
    File outFile = new File("c:\\temp\\mergePDF.pdf");
    To merge PDF documents.
    File [] inpFiles = new file [2];
    ("inpFiles [0] = new File("c:\\temp\\1.pdf ");
    ("inpFiles [1] = new File("c:\\temp\\2.pdf ");
    Create the instance of PDFDocMerger.
    PDFDocMerger pdfMerger = new PDFDocMerger (inpFiles, outFile);
    Set the property of security
    Properties prop = new Properties ();
    Prop.put ("PDF-Security", "true");
    Prop.put (PDF-Open-Password "," Welcome");
    pdfMerger.setConfig (prop);

    Run the merge process.
    try {}
    pdfMerger.process ();

    } catch (XDOException e) {}
    e.printStackTrace ();
    }
    }
    Public Shared Sub main (String [] args) {}
    PDFMerger pDFMerger = new PDFMerger();
    }
    }

    in the office, you will have

    C:\Program Files\Oracle\BI Publisher\BI editor Desktop\TemplateViewer\lib

    Add these lib to your class path, it will work.

  • API for CCW ConfigSets Import / Export

    Hello, is there a published API for import / export / share of ConfigSets, for example from/to a third party the CRM tool / CPQ? It seems that Netformx DesignXpert has these capabilities: http://www.netformx.com/DesignXpert_15.0.1

    Hello Andrea,

    Nice day!

    Please be informed that, according to other research, there are APIs to create (import), get (export) and share configset. Import and export are based on XML API and don't use other formats. These APIs are available to partners of the strategy as Netformix. However, it is not available in CCW to 3 parts from the time.

    If you have further clarification with this, kindly soft hand with your friends to raise this concern with the product team / developers.

    Thank you and best regards,

    Jen C.

    CCW support team

  • The API Cisco DMM

    Hello

    I heard that Cisco publishes API to the latest version of Cisco DMM soon. Is there news on this yet? I'm interested in doing some reporting DMP control and possible.

    Thank you

    Thank you for your interest in Cisco DMS.

    We anticipate that these APIs will be available within 60 days.

  • Export of symbols in a .exe for the external dll

    Hello

    I am facing a strange problem.

    Basically, I have my app that loads a DLL (I developed).

    My DLL exports the functions I can call from my application: OK

    I would also like to call functions of my my DLL application: it does not work.

    To do this, in my DLL, I give the word:

    HMODULE hModule = GetModuleHandle ("application.exe");
    FARPROC hFunc = GetProcAddress (hModule, "appFunction"); (defined by: void appFunction (void) __declspec (dllexport) in my application)

    hModule is nonzero, but hFunc is NULL. When I use a tool to see the symbols exported by application.exe, there is not.

    So my question is: can I export symbols to a .exe with LabWindows 8.5 ?

    Thanks in advance

    After my experience, it is quite unusual but not unknown for an executable Windows export functions in this way. I never noticed that ICB cannot get there and in 25 years, I've been programming in Windows I've never seen a published API that relies on it. It is much more common for an application to pass callback function addresses in a DLL as parameters in a function call. In this way, the application is free to use any function names he likes and use different reminders in different situations.

    However, if you insist on doing your best option - in my opinion - is to transfer all of the CVI application in the Visual Studio development environment. In this way, you can keep the programming with the API of CVI but have the freedom to use all the facilities of VS - including the ability to export symbols from a .exe, as well as the ability to program in C++ if you wish.

  • How to 'release' class IVI drivers in a MAX to bind a specific to a given class driver driver?

    Hi all
    I'm pilots to develop a family of instruments for which no IVI drivers are available.
    I want to manage these instruments as IVI devices in my test system
    I created a pilot of the new IVI class with the Wizard "Create Custom IVI class driver ' Labwindows/CVI, for my family of instrument
    Then, I created a specific new IVI driver with specific 'Create of IVI Driver' assistant, for one of the instruments of my family.
    In MAX, I created a Module of Instrument Driver software for my specific driver.
    In the published API tab, I can't add my new class driver API.

    Question: How can "publish" class IVI drivers to bind a specific to a given class driver driver?

    I use MAX 4.5 and 8.5 CVI

    Thank you for your help

    Hello Nveron,

    Looks like you will have to manually update the XML of IVI Configuration store to do two things:

    -Add your custom class as one of the published API


                IviCustom
                1
                0
                IVI - C
           

    -Add the API published to the software module


                    
                    
                    
     

    I just chose p678 as the idref to prevent conflict with the other existing idrefs.

    Let us know how it goes,

    NathanT

  • increase the width of the graph. DrawLine

    Hi all

    How can I increase the width of graphics.drawLine(x1,y1,x2,y2);?

    No published API that I know.  Take a look at this:

    http://supportforums.BlackBerry.com/T5/Java-development/annoying-1px-width/m-p/1126225

  • Spread the word selected in the e-mail application regarding

    Hey, I have a question about how to get the word selected in the mail application. My application needs to get the word selected out of my request and pass it to the application. Thank you!

    There is no published API that will give you what I know.  I think you have two options:

    (a) tell the user to make a "copy" before calling your ApplictionMenu.  You can check there is something in the Clipboard and displays to confirm that it was what they intended.  That's what I would do, because it is safe and supported.

    (b) in your ApplicationMenu, you can possibly find and copy yourself him are selected as follows:

    Field currentField = UiApplication.getUiApplication () .getActiveScreen () .getLeafWithFocus ();

    If (currentField instanceof ActiveRichTextField) {}

    ARTF = currentField (ActiveRichTextField);

    artf.selectionCopy (.);

    }

    Note that I have NOT tried or even compiled this code, and if can be that the field is not an ActiveRichTextField, and you should probably also check that the field is selectable and/or the selection can be copied before you do it anyway.

  • Google calendar can not connect to the calendar app

    On a new computer (Surface Pro :) I have connected my Gmail account to my Mail app and it worked as it did on my old computer. When I closed my Mail app I was expecting to see my Google calendar event appear, but nothing was there. I open the calendar application and went settings, and then click accounts. For some reason it was not connected to my Google account for this application. I tried to connect the account, but it showed whenever (my e-mail and password were correct):

    "Unable to connect. Make sure that the information you entered is correct. »

    I tried to uninstall and reinstall the Mail-calendar group, but he did not do anything.

    On a note related, when I first tried to sync my Gmail account, it did not work and the app has said something like "unable to connect to this account", but later it was working fine except the account who worked was a duplicate of one that didn't work. I deleted the duplicate which was not working and everything works as normal in the Mail app could be the reason why the calendar app did not work?

    Google stopped their sync Exchange system, which is the synchronization system used for completely almost all smart phones and PC on the planet.  Rather than implement the CalDAV standard as widespread, Google has just announced that they will use a synchronization exclusive customized service to advance calendar.  They published API that allow for that integrate other software with this service publishers, is not impossible to think that it can be integrated in the calendar app in the future.

    I know it's incredibly ironic for Microsoft to be on the receiving end of the present, but with anti-competitive measures Google takes, you're probably only going to get the best experience of using the Microsoft calendar service, Outlook.com (formerly Windows Live Calendar).

    There are ways to get Google Calendar to show up in the Windows Calendar by adding the iCal feed to your Outlook.com calendar, but as far as I know is the only option right now and is read-only.

  • Call a BI of OAF editor report, then save the PDF output as a BLOB in the database

    Hi all

    I have a requirement to customize the iExpenses page.

    I need to generate a PDF output with the detailed expenditures report when the user clicks on submit button to create an expense report.

    I need to take this pdf file and attach it to the expense report itself (with attachments fnd)

    I have an idea about creating a BEEP report and call it from the OFA.

    Usually, we write the pdf to the outputstream and view the pdf in the browser / to the local machine.

    Can someone send me some code examples to capture this pdf file and write back to the database as a BLOB.

    Thanks in advance.

    Arun...


    You can do it in two phases. Get first the BI Publisher API part works so that it returns the PDF file in the browser. You can see how it is done here:

    https://dineshnair.WordPress.com/2009/06/02/integration-of-XML-Publisher-with-oafgenerating-output-in-PDF-MSWord-MSExcel-and-HTML-format/

    Once you have this work, your code will need to the pdf file in a stream of data that you can then write to a blob in a table. You can see an example of a blob in a table here:

    Inserting BLOB using java for DB2 and Oracle - Stack Overflow

    I hope this helps.

  • vCenter Linked Mode and Perl SDK

    Hello

    our VMware environment is divided into two physical places represented as two instances of vCenter. The two vCenters are interconnected. I think that its Mode called "related"?

    Is it possible to use the Perl SDK also bound mode? Currently, I have to manually interrogate both our vCenters and then sort out myself.

    (1) How to configure Perl SDK so I only authenticate once against our environment in Linked mode?

    (2) How can I build queries against the API so results will include objects in the two vCenters? That is to say. If I run a ' Vim::find_entity_views (view_type = > 'VirtualMachine') "I want to get all the objects 'VirtualMachine' in the two vCenters I can avoid running two separate queries and then later combining query results? ".

    Thank you!

    Thomas Willert

    It is not a published API method, but there is a way to get the vCenter server list in a group of related modes.  I have an explanation and sample code: http://www.virtuin.com/2012/12/querying-vcenter-linked-mode-with.html

    With respect to authentication, if your vCenter instances use the same permissions (which is recommended), then it's just a matter to authenticate each vCenter.  This is what the native client as well (if you have never installed vCenters with different permissions, you will see the login for each vCenter prompt).

    If you look at the blog post I linked earlier, you self an example of authentication each vCenter as well.  Basically you call Util::connect() two times, once for each of your URL for vCenter.  However, do not delete the global VIM uses the SDK package, or it will default to the last vCenter.  I show in the example script: LinkedModeExample.pl

    With respect to the combination of queries... not so easy.  You need to redesign each vCenter with $vim-> find_entity_views().  Now on a more advanced note, API is powerful enough to make custom inventory queries, you can usually pick up and keep the updates in your objects.

    What I would recommend as a simple approach is two calls to find_entity_views, then push them in a hash or an array.  You'll just want to use the UUID vCenter:

    $vc_uuid is $vim1-> get_service_content()-> {'about'}-> {'instanceUuid'};.

    The instanceUuid has been added in vCenter 4.x and later versions (do not have in the past 2.5 vCenter instances).  Then use this instanceUuid + moref as hash keys.  This is important because the morefs can be duplicated between vCenters.

    So, you can then create a hash:

    My % vm_hash;

    foreach my {$entity (@$vm_views)}

    My $moref = $entity-> {'mo_ref'}-> {'value'}; # will be vm-# for virtual machines

    $vm_hash {$vc_uuid.} "+". $moref} = $entity;

    }

    Then you can quickly research specific VMs and keep separate them between vCenters.

    You'll find it works for simple data queries, but you start to get more items of inventory (say for an inventory report), the relationship becomes more complex and the number of objects grow.  I did work to push these values in a database and files (including by running it on 5 or less than weight and WaitForUpdatesEx), excel, which works well if you have the time to build the DB and the work of database object schemas.  Just use instanceUuid + Moref value as primary key to prevent any moref vCenter cross reuse value.

    The other option is that the vim reference is added to each object, so you can just get the data of each entity:

    foreach my {$vm (@$vm_views)}

    Print "VM:". "." $vm-> {'name'}. "\n";

    Print "InstanceUuid VC:". $vm-> {'vim'}-> {'service_content'}-> {'about'}-> {'instanceUuid'}. "\n";

    Print "ServiceUrl VC:". $vm-> {'vim'}-> {'service_url'}. "\n";

    }

    I have a project that I tinker with in my spare time (which is rare these days) which aims to consolidate multiple vCenters into one database for queries and reports, but I didn't get far enough away from share it (very rude, but works for a subset of data at present, but it is very effective for collecting loose on<5s intervals).="">

    You can also look into VMware Orchestrator.  Orchestrator can connect to multiple vCenters and caches data for access by automation.  According to your WAN performance, he can work a geographic site and make sure that you need (just watch the moref, names of entities and other potential overlap between vCenters) aggregated data.

  • could someone share the WSDL labmanager 4.0?

    Hi, people

    could someone share the WSDL labmanager 4.0?

    as I do research recently api labmanager, no real env still SOAP...

    Thanks in advance

    Here is the WSDL document for the whole of the internal API (super good game of the published API).

    If you are interested, I have a project of small open source on SoruceForge Java that wraps some of these calls in Ant tasks. I did this so that he could connect standard continuous construction of automation (Hudson, bamboo, CruseControl, TeamCity) who had already Ant build runners.

    The code is here: http://labminder.svn.sourceforge.net/viewvc/labminder/AntTasks/trunk/

    You are no doubt aware VMware changed the WSDL on each major release (and some minor). I have not published the binary 4.0 but the trunk works with VMware 4.0 WSDL, other branches are older.

  • Generated 11g report from the database?

    Is there a way to run a report of Oracle 11g from the database?
    I want to just out of the PDF file.

    "Event-Driven Publishing API is an API of PL/SQL, which allows automated submission jobs report Oracle within the data base Services."
    http://docs.Oracle.com/CD/E21764_01/bi.1111/b32121/pbr_evnt.htm#g1011531

Maybe you are looking for