API for tag parameters?

Hi,<br /><br />Does anyone know the appropriate API call for embedding elements _within_ a tag? Versions/stVer:event is an appropriate example where this occurs. It should look something like this:<br /><br />   <xmpMM:Versions><br />     <rdf:Seq><br />       <rdf:li rdf:parseType='Resource'><br />         <stVer:event <br />          stEvt:action='version 4 created' <br />          stEvt:parameters='some helpful info' <br />          stEvt:softwareAgent='Adobe InDesign 2.0 for Windows' <br />          stEvt:when='2001-08-09T12:45:39Z'/><br />       </rdf:li><br />     </rdf:Seq><br />   </xmpMM:Versions><br /><br />but mine turn out something like this...<br /><br /><xapMM:Versions>                                                                        <br />   <rdf:Seq>                                                                              <br />    <rdf:li rdf:parseType='Resource'>                                                     <br />     <xapMM:event rdf:parseType='Resource'>                                               <br />      <stEvt:action>version 4 created</stEvt:action>                                      <br />      <stEvt:instanceID>3</stEvt:instanceID>                                              <br />      <stEvt:parameters>some helpful info</stEvt:parameters>                            <br />      <stEvt:softwareAgent>Adobe InDesign 2.0 for Windows</stEvt:softwareAgent>      <br />      <stEvt:when>2004-02-06T09:47:12Z</stEvt:when>                                       <br />     </xapMM:event>                                                                       <br />    </rdf:li>                                                                             <br />   </rdf:Seq>                                                                             <br />  </xapMM:Versions>                       <br /><br />Any guidance would be appreciated. <br /><br />Thanks again<br />dave

Your second case is the correct structure, you just have the namespace wrong for the event field. It should look like this:<br /><br /><xapMM:Versions> <br />   <rdf:Seq> <br />    <rdf:li rdf:parseType='Resource'> <br />     <stVer:event rdf:parseType='Resource'> <br />      <stEvt:action>version 4 created</stEvt:action> <br />      <stEvt:instanceID>3</stEvt:instanceID> <br />      <stEvt:parameters>some helpful info</stEvt:parameters> <br />      <stEvt:softwareAgent>Adobe InDesign 2.0 for Windows</stEvt:softwareAgent> <br />      <stEvt:when>2004-02-06T09:47:12Z</stEvt:when> <br />     </stVer:event> <br />    </rdf:li> <br />   </rdf:Seq> <br />  </xapMM:Versions><br /><br />xapMM:Versions is an ordered array of Version structs. The <rdf:Seq> says xapMM:Versions is an ordered array. The <rdf:li rdf:parseType='Resource'> says the array item is a struct. stVer:event is one of the fields in a Version struct, stVer:event is itself a struct and  <stVer:event rdf:parseType='Resource'> says this. The stEvt:* elements are the fields of the stVer:event struct.

Similar Messages

  • Need API for creation of tag cloud

    Hi,
    I have a requirement to create a tag cloud based on a particular business logic. Does Webcenter provide API for the same?
    Can I customize the "Tagging - Tag Cloud" task flow? If yes, how and to what extent?
    Thanks in advance,
    Anurag

    Hi  Ajit,
      No another FM is available . U can directly create using transaction SE01 .
    Or u can create using BDC .

  • API for Physical Inventory Tag Count

    Hi , Please let me know if any Public API available for updating the physical Inventory tag count ? We have requirement like update of physical counts of Inventory tags, the idea is the counts  are stored  in flat file is in same column format of Physical Inventory Tag count form in Inventory , here just we need to update the counts. let me know any public API avaialble

    According to the oracle knowledgebase, there is no Public API.  But there is an enhancement request that you might want to add your company to.
    Bug 3611131 : INTERFACE/API FOR PHYSICAL INVENTORY ADJUSTMENTS / TAGS

  • PLSQL API for Voiding Physical Inventory Tags.

    Hello,
    We are trying to find a standard Oracle PLSQL API which will allow us to VOID Physical Inventory Tags from backend.
    We have a requirement where we want to void specific tags and using the Oracle Std form is proving too cumbersome.
    Regards
    Arun

    According to the oracle knowledgebase, there is no Public API.  But there is an enhancement request that you might want to add your company to.
    Bug 3611131 : INTERFACE/API FOR PHYSICAL INVENTORY ADJUSTMENTS / TAGS

  • I need urgent help in business catalyst SOAP api for [Product_UpdateInsert] operation.

    Hi Everyone, I am new in Business Catalyst, but, my company is working with BC for a while. I have a task to import external data (such as catalogue, products, orders, shopping cart etc) to business catalyst native tables via SOAP api. I am able to use "Product_ListRetrieve" function that gave me products from BC. Now I want to insert and update product list, for which the api call is "Product_UpdateInsert". I am not being able to feed in even a single record. I need any code (jquery, php, javascript, java etc) as a sample, that works with SOAP api for this function. It is very urgent. Please help me. Thanks in advance. I have tried with the code below, but I am getting bugs (format not valid):
    try
         $soapfileurlUpdate="https://worldsecuresystems.com/catalystwebservice/catalystecommercewebservice.asmx?wsdl";
         $soap_clientUpdate = new SoapClient($soapfileurlUpdate);
         $array_of_products=array("Products",
      array("productId"=>"1128",
       "productCode"=>"1128",
               "productName"=>"Bostik 1128  Heat Transfer Sealer (thermo Putty) 460g Cartridge",
               "description"=>"Bostik 1128  Heat Transfer Sealer (thermo Putty) 460g Cartridge",
               "smallImage"=>"images/products/TEMUFF-7_New.jpg",
               "largeImage"=>"/images/products/TEMUFF-7.jpg",
               "cataloguesArray"=>array("DUCTS"), //array("string"=>"DUCTS"),
               "pricesSaleArray"=>array("US/9.95"),//array("string"=>"US/9.95"),
               "pricesRetailArray"=>array("US/9.95"),
               "pricesWholesaleArray"=>array("US/5.00"),
               "wholesaleTaxCodeArray"=>array("US/0.00"),
               "taxCodeArray"=>array("GB/VAT"),
               "groupProducts"=>array(""),
               "groupProductsDescriptions"=>array(""),
               "supplierEntityId"=>"1",
               "supplierCommission"=>"2",
               "weight"=>"20",
               "relatedProducts"=>array(""),
               "tags"=>"",
               "unitType"=>"",
               "minUnits"=>"1",
               "maxUnits"=>"2",
               "inStock"=>"10",
               "onOrder"=>"0",
               "reOrder"=>"0",
               "inventoryControl"=>"true",
               "canPreOrder"=>"0",
               "custom1"=>"",
               "custom2"=>"",
               "custom3"=>"",
               "custom4"=>"",
               "popletImages"=>"",
               "enabled"=>"true",
               "deleted"=>"false",
               "captureDetails"=>"true",
               "downloadLimitCount"=>"22",
               "limitDownloadsToIP"=>"0",
               "isOnSale"=>"true",
               "hideIfNoStock"=>"false",
               "productAttributes"=>"Size*|5|N:Small|,Medium|,Large|;Color*|5|N:Red|,Wh",
               "isGiftVoucher"=>"false",
               "enableDropShipping"=>"true",
               "productWeight"=>"20",
               "productWidth"=>"20",
               "productHeight"=>"29",
               "productDepth"=>"20",
               "excludeFromSearch"=>"0",
               "productTitle"=>"Bostik 1128  Heat Transfer Sealer (thermo Putty) 460g Cartridge",
               "cycletypeId"=>"1",
               "cycletypeCount"=>"1",
               "slug"=>"item-1",
               "hasVariations"=>"false",
               //"variations"=>array("ProductVariation"=>"true"),
               "roleResponsible"=>"",
               "metaDescription"=>""));
      echo "SOAP Data To Be Inserted:<br/>";
      var_dump($array_of_products);
      $vectUpdate = array("soap_version"   => SOAP_1_2,
                     "username"=>$soapusername,
                     "password" => $soappassword,
                     "siteId"=> $soapsiteid,
                     "productList"=>$array_of_products);
      $quoteUpdate = $soap_clientUpdate->Product_UpdateInsert($vectUpdate);
         $status = 1;
      echo "BC side is updated.";
      catch (SoapFault $sf)
         $errorlogText=date("Y-m-d h:i:s A"). "=> Error occurred while inserting data to business catalyst. \r\n";
      echo $errorlogText. " See log for errors.\r\n";
      echo $sf->getTrace();
      //fwrite($errorLogFile,$errorlogText. "Error Dump: ". $sf->getMessage());
      return;

    Hi BCMan, Thanks for replying. Yes, the error is from BC side. The format was invalid. I fixed the issue today. Actually, I was pushing data from my PHP server to BC host system using SOAP api. I am still getting format errors, but I am able to insert data into products table.
    One more question if you don't mind. Is it possible to use JQuery/Javascript to push data into BC tables in real time (while browsing products table) using customized pages? There are documents to solve this. However, I could not find examples of how I could fetch data from JSON file using JQuery and then populate products/catalog/order tables.
    I appreciate your help.
    Thank you.

  • Calling multiple API for AP invoices

    Hi I want to invoke the AP_INVOICES_INTERFACES AND AP_INVOICES_LINES_INTERFACE from bpel. I have coded the transformation for the header part that is ap_invoices_interfaces and have sucessfully invoked it. Now how to invoke the ap_invoices_lines_interface should i have another transformation and another invoke to call the api.

    If values for one or more input parameters of the second API come from output parameters of the first API, then you'll need a transformation to map those values. If all of the values for input parameters of the second API come from somewhere else then an assign activity will be sufficient. You will need another invoke to invoke the second API, regardless of whether there is or is not a transform or assign.

  • API for managing agents in UCCX

    Hi!
    Is exist any API for add/remove agents at UCCX ?
    For change skills assigned?
    Thanks

    Hi ,
    AFAIK the agents can be added or deleted from the call manager and that has to be done by the admin.
    Regarding changing the teams and skills of an agent that can be achieved from the appadmin page in UCCX by the supervisor.
    Lets say you have a user with supervisor rights in UCCX and not the admin rights.
    Login to appdmin page using admin credentials and now under system-->System parameters -->Under Application Parameters look for Supervisor Access and there you can set it to "access to all teams".
    Now log off from appadmin and login to appadmin  with supervisor credentials and under rmcm you can see teams and skills and can change the teams skills assigned to an agent.
    You will not be able add or delete any thing in appadmin when logged on with supervisor credentials.
    I hope the above steps helps you.
    Regards
    Rajiv

  • Where is the API for PKI authentication library in ColdFusion 9?

    Hello,
    I have to get PKI/certificates working with our ColdFusion application.  We're using CF9, and evidently there were calls added
    to this to help you get the cert, the distinguished name, etc.  So, what I am looking for specifically is where can I read
    the API for this?   I need to know the functions, tags, etc that I will be calling in order to get the info I need from the cert.
    Thanks!

    I was able to find something to try from the forum, although not explained well.  I had to use cfdump to see
    the different methods to use:
    <!---We need to get all of the required fields from the 509 cert and store those in session--->
    <cfset x509 = GetPageContext().getRequest().getAttribute("javax.servlet.request.X509Certificate")>
    <!---Debug prints--->
    <cfdump var=#x509[1].getSubjectDN().getCommonName()#>
    <cfdump var=#x509[1].getIssuerDN().getCommonName()#>
    <cfdump var=#x509[1].getIssuerDN().getOrganization()#>
    <cfdump var=#x509[1].getIssuerDN().getOrganizationalUnit()#>
    I saw some other solutions with cfscript, but that's overkill.  I also find it incredibly STUPID that
    the CGI variables for CERT_SUBJECT, etc, are only available if you use IIS.  Umm, who even
    USES IIS anyway?  People use Apache/Jrun more than anything.  I wasted a lot of time going through
    the CGI and asking questions on other forums about it.
    However, the above method is easy, and works.

  • API for Iview to change its propeerties height and width

    Hi ,
    i need the API for Iview  to change its proiperties like height and width and to assign iview to role,
    Regards ,
    venkat p

    Hi,
    Check this to set height & Width to Iview:
    Setting iView Parameters
    To assign iview to role:
    Adding a Role To another Roles by program
    http://help.sap.com/saphelp_nw2004s/helpdata/en/5f/cf9d4207e1c86ae10000000a155106/frameset.htm
    Regards,
    Praveen Gudapati

  • API for positioning iviews in a page

    Hi all,
    i wud like to know the API for positioning iviews in a page...can any of you help me out regarding this..

    Hi Gayathri
    You have a file named layoutTemplate.jsp in the Page Layout Template. The following tags are part of the layout tag library:
    <b>1. Container
    2. Template
    3. taglib uri</b>
    A layout container represents a column of iViews. You use the <lyt:container> tag to position the layout container in the layoutTemplate.jsp file. When the HTML page is created, the container is rendered as an html <table>, with a row for each iview.
    Hope that answers your query.
    For further details please refer to this link.
    http://help.sap.com/saphelp_erp2004/helpdata/en/72/25143eb7a4445ae10000000a11405a/content.htm
    Warm Regards
    Priya

  • API for logging in a function

    Hi,
    is there or will there be a standard API for logging information in a function.
    When a function is executed I would like to store different information e. g. debugging information. So if a function fails, I can see how far the function executed. Of course, I can store such data on my own referencing the actid. But I don4t want to write code for a feature that is already implemented.
    Thanks!
    Regards,
    Christian

    The standard workflow PL/SQL interface includes exception handling, this is the call to the wf_core.context API. This API has about 10 parameters you can use to include useful debugging information, and this will be put on the error stack and visible through the Workflow Monitor or the error notification if you registered a workflow to manage the function activity errors.
    Hi,
    is there or will there be a standard API for logging information in a function.
    When a function is executed I would like to store different information e. g. debugging information. So if a function fails, I can see how far the function executed. Of course, I can store such data on my own referencing the actid. But I don4t want to write code for a feature that is already implemented.
    Thanks!
    Regards,
    Christian

  • Api for operations in Java2D

    Hello friends.
    I am using Java2D to realize a small application that worked with geometric figures.
    And I am looking for an api or something, which help me to realize the following operations: I calculate of angles between straight lines, to know if two straight lines are parallel or perpendicular, etc.
    Thank you.

    The standard workflow PL/SQL interface includes exception handling, this is the call to the wf_core.context API. This API has about 10 parameters you can use to include useful debugging information, and this will be put on the error stack and visible through the Workflow Monitor or the error notification if you registered a workflow to manage the function activity errors.
    Hi,
    is there or will there be a standard API for logging information in a function.
    When a function is executed I would like to store different information e. g. debugging information. So if a function fails, I can see how far the function executed. Of course, I can store such data on my own referencing the actid. But I don4t want to write code for a feature that is already implemented.
    Thanks!
    Regards,
    Christian

  • How to update the Interface API for an integrator

    I need to update the data type of one of the procedure's parameters used as interface API for an integrator used for our application. What all scripts I need to run in order to make the integrator conformed with API changes.
    I have modified the parameter's data type in PL/SQL API and made the corresponding changes in bne_interface_cols_b. I am facing the following error message on click of upload button.
    Unable to load validator oracle.apps.ozf.webadi.integrator.component.OzfOperatingUnitComponent.;Unable to upload column CODE_CONVERSION_WEBADI.P_ORG_ID. Data type is 12 when the expected type is 2.

    Update following records for correct type.
    select * from bne_attributes
    where attribute_code in (select attribute_code fron bne_param_list_items
    where param_list_code = (select upload_param_list_code fron
    bne_interfaces_vl where integrator_code = <your integrator>))
    Message was edited by:
    DineshS

  • Public APIs for Adobe Central Pro Server

    Hi,
    Can anyone point me to the Public APIs that are available with the Adobe Central Pro Server e.g. I would want my application to dynamically add or remove steps in the job db, or change the target printer. Also, is it possible to invoke the preview functionality that comes with the Adobe Designer and integrate with an existing application
    Here what we are trying to do is add the printing (template merging) facility to an existing application and would want access to the public API for these products.
    Thanks in anticipation!
    Regards,

    I'm not sure you can do what you describe in the manner that you appear to be wanting to do it. I know of no APIs that are provided. There are ways to get the job done, though.<br /><br />The job management data base is an ascii text file that can easily be changed programatically. Parts of our application use it for building a drop-down list of printers for the user to select from. Changing it doesn't automatically cause Central to use the new file. Central must be told to reload it before it will be using the modified file. This can be done by placing a certain "command" file in Central's control folder, but it would not run until after the current job completes - if the current job is the one that just changed the file and further steps of the same job are for the processing of the data, then that would be too late. Once a job starts, all the parameters and tasks from the job management database and on the original ^job statement is what will be used. This goes for changing anything about the job, whether it be adding/deleting steps, changing the printer, or any other parameters.<br /><br />We accomplish pretty much what you want by doing several things. <br /><br />*First, we define all of the various configurations of jobs that we need. For example, our main printing job has four tasks; it is not uncommon to need to restart a job someplace besides the first task. Therefore, we have four different jobs defined, each one starting further down the list of tasks. We do the same thing when the processing of the data has to vary in some manner - we have jobs pre-defined for each specific set of tasks and the source of the data sets the ^job name as required for the specific tasks that have to be done.<br /><br />*For modifying the printer, we use the -z<printer> and -asp<driver> parameters on the ^job statement and the source of the file sets the values as necessary. The source of the file will also set the job name so that the desired job is ran. <br /><br />*We also have built into our custom agents the capability to recognize when a "soft" failure is occurring (such as can't reach our database) and it will put the job back in for processing after changing the job name to run the correct job for restarting at the proper step. <br /><br />*One of our steps is to check a control file to see if there is a redirection for the specified printer to a substitute printer (say, the original printer is down for maintenance). This agent will put the job back in for processing, changing not only the job name but the printer parameters. It has to be put back in, instead of just changing the parameters and passing the file on to JFMERGE, because Central uses the parameters on the original ^job line, it doesn't use the parameters that might be on the ^job line when JFMERGE starts.<br /><br />*We have also created our own agent for running as the JFERROR task. This task runs when one of the agents supplied with Central encounter a failure. Our agent analyzes the failure and determines if it was "hard" or "soft". If it was a "soft" failure, this agent requeues the job, changing the name and parameters as necessary.<br /><br />So far we have been unable to determine how to get our VB6 agents to set the ErrorLevel to notify Central that the agent failed (we came up with a workaround instead of spending a lot of time trying to get the ErrorLevel to work). This is necessary to prevent Central's agents from processing when a predicessor custom agent fails. Since we couldn't set the ErrorLevel, we just set up all of our agents to always create an output file for input to the next task. When one of our agents fail, it only outputs a modified ^job line with no following data. This modified ^job line is recognized by our custom agents as an indication that a failure is in process so it skips any processing except to pass the file to the next task. Since there is no data or form commands in the file, once it gets to JFMERGE, it just terminates without producing any output or error condition.<br /><br />Previewing is accomplished by running the JFPVMRG agent to create a PDF and then JFPVSEND to send it to the originating IP# for receipt by the View Manager which will then load it into Adobe Reader. At this point, the job running on Central will be finished - it could have produced hard-copy output or not depending on its design. Once the user receives the PDF, they can do whatever they want with it (save, print, etc).<br /><br />We use the above capability for our users to view an "archive" image of forms, after it has been processed normally. I know of others that use it to create the PDF as part of the normal processing, allowing the user to then print from Adobe Reader it if they wish.<br /><br />What we do is to drop a DAT file into Central's input folder that runs the above two agents. Our application that is running on the user's PC then watches for Adobe Reader to load and when it does it forces it to be the top-most task (we do this because we have a problem that it will often open behind other windows).

  • If I uncheck "Available For Tagging" from a global termset can I still access it programmatically?

    If I uncheck "Available For Tagging" from a global termset can I still access it programmatically? The answer would appear to be "No". I have a console app that uses 
    TaxonomySession session = new TaxonomySession(site, true);
    var termStore = session.TermStores[0];
    termStore.UpdateCache();
    var group = GetTaxonomyGroupByName(termStore.Groups, "Global Termsets");
    TermSet globalTermSet = group.TermSets.FirstOrDefault<TermSet>(e => e.Name.Equals("My termset", StringComparison.CurrentCultureIgnoreCase));
    OR
    TermSet gts = group.TermSets["My termset"];
    If I uncheck "Available for Tagging" this this fails. When I re-select "Available for Tagging", it works.
    Obviously, this is the way SP is designed (I think) but my question is
    why? I don't want my navigation termset being used for tagging. I have a different termset for that. This suggests that tagging also controls api visibility to the termset. Is this something that other experienced developers can comment on?
    Thanks!

    The only way to get to the unavailable terms is through the session.GetTermsInDefaultLanguage, GetTermsInWorkingLocale and GetTermsWithCustomProperty. All three of these methods offer arguments to exclude or include unavailable terms. You can also call these
    methods on the TermSet its self.
    https://msdn.microsoft.com/en-us/library/ee568627(v=office.14).aspx
    Blog | SharePoint Field Notes Dev Tools |
    SPFastDeploy | SPRemoteAPIExplorer

Maybe you are looking for

  • Problem in printing from EAM Portal

    Hi Expert, We are getting one issue while trying to Print Work Order from EAM Portal, We are getting one blank screen only and no option to print. For Background We have created one Custom program which call IW3D object when click on Print button, Bu

  • How do I delete items in my Reading list?

    How do I delete pages from my Safari Reading List which is new with ios5?

  • How to list all files in a given directory?

    How to list all the files in a given directory?

  • Problem with multiple 'selectOneMenu' fields

    I have a JSF web page with 2 selectOneMenu fields. The first field is populated as the page loads, the second field is populated from the value selected in the first field. The second field value is associated to a variable in the backing bean which

  • 2.0.1 fails to download

    When I try to download the 2.0.1 patch it keeps failing. Now this is likely to because of my internet connection uses a NAT2. (my ip keeps changing.) Is their another way to download it. If I use download manager (with resume functionality) I would e