Iwperl Interwoven -Is any XML API libraries available in iwperl Interwoven by default?

Hi,
  We faced one issue when we did some POC in iwperl Interwoven. We have to merge two XML file using XML::LIBXML in iwperl. We tried to execute the .ipl file and got the error is "LIBXML.pm module is not available.  We checked existing XML libraries in iwperl Interwoven but it is not available.
We need to know, whether we have existing XML API libraries in iwperl introven by default or not?
if yes, tell me the location where XML API libraries are available.
Thanks in Advance.

Hi,
  We faced one issue when we did some POC in iwperl Interwoven. We have to merge two XML file using XML::LIBXML in iwperl. We tried to execute the .ipl file and got the error is "LIBXML.pm module is not available.  We checked existing XML libraries in iwperl Interwoven but it is not available.
We need to know, whether we have existing XML API libraries in iwperl introven by default or not?
if yes, tell me the location where XML API libraries are available.
Thanks in Advance.

Similar Messages

  • Hi is there any XMLDocument data type available in SOAP libraries

    How to convert string to XML Document data type and is there any XML Document type available in SOAP Libraries&j2ee api?

    Hello Pradeep,
    I attached a code sample. But if xString is no valid type it wont help.
    Regards,
      Klaus
    report Test .
      data:
        serialized_Data     type xstring,
        orig_Strings        type string_Table,
        clnt_Strings        type string_Table.
      field-symbols:
        <cur_String>  type string.
    * data provider
      do 10 times.
        insert initial line into table orig_Strings assigning <cur_String>.
        <cur_String> = sy-Index.
      enddo.
      sort orig_Strings descending.
      export data = orig_Strings to data buffer serialized_Data.
    * client side
      import data = clnt_Strings from data buffer serialized_Data.
      loop at clnt_Strings assigning <cur_String>.
        write: / sy-tabix, <cur_String>.
      endloop.

  • Any Java API - access for Form Manager forms

    Hi All,
    I have designed the forms using Adobe designer. Then I have deployed the forms in Form Server.
    I want open/view that forms in separate jsp/java application instead using Form Manager.
    Any Java API is available for viewing forms?
    Please help me.
    Thanks,
    Sara

    Hi Howard,
    Thanks for your reply. As per developer_guide, I have creatd one jsp and tested in jboss application. I have faced one problem.
    Please help me....
    my jsp code:
    String sFormQuery = "LeaveRequestForm.xdp";
    String sFormPreference = "MSDHTML";
    String sContentRootURI = "http://localhost:8080/LeaveRequest/forms";
    String sTargetURL = "http://localhost:8080/LeaveRequest/LeaveRequestForm";
    String sApplicationWebRoot = "http://localhost:8080/LeaveRequest";
    try
    EJBClient formServer = new EJBClient();
    Hashtable props = new Hashtable();
    props.put("INITIAL_CONTEXT_FACTORY","org.jnp.interfaces.NamingContextFactory");
    props.put("URL_PKG_PREFIXES","org.jboss.naming");
    props.put("PROVIDER_URL", "localhost:8080");
    InitialContext initialContext = new InitialContext(props);
    formServer.setInitialContext(initialContext);
    com.adobe.formServer.interfaces.IOutputContext myOutputContext = (com.adobe.formServer.interfaces.IOutputContext)formServer.renderForm(sFormQuery,sFormPre ference, null, "CacheEnabled=false",
    null, sApplicationWebRoot, sTargetURL, sContentRootURI, null );
    ServletOutputStream oOutput = response.getOutputStream();
    response.setContentType(myOutputContext.getContentType());
    byte[] cContent = myOutputContext.getOutputContent();
    oOutput.write(cContent);
    catch(Exception e)
    out.println(e);
    Error Message:
    com.adobe.formServer.interfaces.RenderFormException: java.lang.ClassCastException

  • Any practical help about XML API for databases

    HI friends,
    I have a problem, i want to connect to my Database using JSP but by using XML api for database. I want to MAP my database tables, rows columns as xml elements to make it more flexible. Anyone who had practicaly worked on it, please help me out.
    I am waiting for a quick response.
    Thanks for any help in advance,
    Yours Truly,
    Khawaja Salman Sarfraz

    Some databases have a feature that allows you to output the result of a query as XML. But that's not standard SQL, and it probably varies from one DB to the next. Look up the documentation for your DB for more information.

  • Adding 2 byte arrays (6 bytes each ) -any specific API available

    hi friends
    I m fixed up with a problem .
    i want to add to arrays of six bytes each .
    how can i go for this .
    is there any specific API available for the same.
    current method i m using is an function which add first bytes of 2 arrays and then check out if the added value is more then FF its incerments the previous bytes and then start adding the second bytes .
    but its a very time consuming way .
    is there any specific API available ...... to solve out this problem in a much easier way

    i want to add to arrays of six bytes each .Looks like you want to add two 48bit numbers, right?
    how can i go for this .
    is there any specific API available for the same.No. only 8bit and 16bit number operations are supported (and theoretical 32bit operations).
    current method i m using is an function which add
    first bytes of 2 arrays and then check out if the
    added value is more then FF its incerments the
    previous bytes and then start adding the second
    bytes .Sounds like the paper & pencil addition method.
    but its a very time consuming way.That is a common problem when building "large number arithmetic" functions by using 8bit operations.
    From my point of view the only possibility for speeding up your algorithm is using nytes instead of shorts as usually the JavaCard processors are 8bit processors and therefore short/16bit operations are already decomposed into several 8bit operations. The only problem can be that java does not have a carry bit or an number overflow error for detecting if a number gets greater than 0xFF.
    Jan

  • Any Telephony API available in J2ME ?????

    hi,
    anybody tell me that any telephony api available in j2me???, b'cz i want to block incomings calls using j2me...........

    yes jsr_253 is for this task. But jsr_253 is under developement or released?

  • Any Java API available for character recognition.. Please help

    Hi,
    I am wondering if there are any Java API for identifying the character encoding of a text content. I came across NGramJ but not enough documentation to integrate with my application. Any help would be appreciated.
    Thanks.

    I used this but the CharsetToolKit identifies only among UTF-8, UTF-16LE and UTF-16 not any other encodings like TIS-620 etc. I am new to this as well, so not sure whether I am doing it right. Please advise.
    Also, if any samples of chardet would be appreciated.
    One thing not sure, is when I send a message has Thai characters from Hotmail having my browser setting to Thai encoding(TIS-620) but my Hotmail account language is English and sent to one of my exchange accounts. In the outlook, the message looks gibbrish.
    So I need the charset encoding detector to let me know what type of encoding is done on the content (as if you choose English as the language option, the Hotmail server doesn't have charset parameter in the content-type header) so that I can decode and re-encode to UTF-8.
    Any immediate response would be appreciated.

  • Is any Public API available to create the rpd file programatically

    Hi:
    In general is there any public API's that can be used to create the rpd file programatically?
    I know that there is a discoverer migration tool to convert to rpd file is present in the latest version. But how to do it for the hyperion reports?
    Searching for any API's that may be present to create the rpd file programatically.
    Thanks & Regards
    Sridhar D

    You can use UDML to make changes to the RPD. However it is not supported by Oracle so you will be by yourself in anything goes wrong. You can also easily see the UDML code if you copy any objects from Administration tool into Notepad. This post will teach you the basics: http://oraclebizint.wordpress.com/2008/04/04/oracle-bi-ee-101332-udml-to-automate-repository-updates-migration-of-repositories-from-development-to-testproduction-environment/

  • Can not use XML API from Sun (JAXP)

    Some of my EJBs and Servlets uses XML API from Sun (JAXP) but after deployment the J2EE Container uses its own XML engine (Oracle XML Parser....) instead.
    I try to add JAXP library to my deployment file and test again but this problem still occurred.
    My question is how to add my libraries to J2EE Container and these libraries can be shared by any applications.
    Regards,
    Narong

    Please post this in the misc or xml newsgroup.
    vipuld shah wrote:
    i have an application which is running through javaWebStart
    if u start the application first time(through clicking on
    link of .jnlp file), it will download necessary .jar files
    & it will store those files in javaWebStart's cache.
    when u will visit second time, it will check files in cache
    with the files in server, if both are same, then it will not
    download but will use from its cache.
    it works fine for .jar files, but is it possible for some .xml
    files which are changing very rarely.--
    Rajesh Mirchandani
    Developer Relations Engineer
    BEA Support

  • Need XML APIs for finding server status details

    Hi,
    Can any one help me with the XML API format for finding server status details like Admin State,Avail State,Assoc State,etc.
    Thanks and Regards
    -Prateek

    Here is a very basic example.  I pulled out all the extra error trapping / logging.  I have been building a module that simplifies  most of this .. will produce simple Dumper output for what you are generally looking to do.
    The below example will connect to a default UCSM emulator ( http://developer.cisco.com/web/unifiedcomputing/start ) .. just change IP to match.  If you want a significantly more detailed information ( hierarchical ) ... change inHierarchical="false" to  inHierarchical="true".
    Let me know if you want something more specific.
    #!/usr/local/bin/perl
    use strict;
    use warnings;
    use Data::Dumper;
    use LWP::UserAgent;
    use HTTP::Request::Common;
    use XML::Simple;
    use POSIX;
    $Data::Dumper::Purity = 1;
    $Data::Dumper::Useqq = 1;
    ### Configurables
    my $ucsm = "10.#.#.#";
    my $user = "config";
    my $pass = "config";
    my $proto = "http";
    my $cookie;
    my $xml = XML::Simple->new();
    my $xml_blade = XML::Simple->new(ForceArray => ['computeBlade']);
    ## Setup User Agent
    my $ContentType = "application/x-www-form-urlencode";
    my $userAgent = LWP::UserAgent->new(agent => 'perl post');
    $userAgent->timeout(5);
    &connect;
    my $blades = &getblade;
    print Dumper $blades;
    &disconnect;
    ### Subroutines
    sub connect {
       my $message = q();
       print 'http://'.$ucsm.'/nuova\n';
       my $response = $userAgent->request(POST $proto.'://'.$ucsm.'/nuova', Content_Type => $ContentType, Content => $message);
       my $xml_ref = $xml->XMLin($response->content);
       $cookie = $xml_ref->{outCookie};
    sub getblade {
       my $message = q();
       my $response = $userAgent->request(POST $proto.'://'.$ucsm.'/nuova', Content_Type => $ContentType, Content => $message);
       my $xml_ref = $xml_blade->XMLin($response->content, keyattr => []);
       return $xml_ref->{outConfigs};
    sub disconnect {
       my $message = q();
       my $response = $userAgent->request(POST $proto.'://'.$ucsm.'/nuova', Content_Type => $ContentType, Content => $message);

  • Create a secure  XML API

    I need a web application to authenticate other web applications and then allow them to read the MYSQL database contents that available in my end.
    for a example http://www.mydomain.com has the MySQL database contents.
    http://www.otherdomain1.com,http://www.otherdomain2.com,etc. will read the database contents from my web site.
    these otherdomains are made from various languages, so i have to display my database contents in a format that can be understood by any other language.probably it should be a XML API.
    any suggestions on creating such a application, might be help full for me.Thanks.

    for the time been I'll forget about the Authentication.Why i need a authentication actually before i let otherdomains Application to read my XML data i need to verify whether they are registered users or not.
    If Authenticated here after will generate the XML data.What i need to know first of all we will say otherdomain1 with PHP scripts try to read the XML data generated by my end that uses Servlet technology, in that case should i write a XML file to DIR under my web root or should i execute it in the browser window.
    what is the best way of making it, then other applications made from PHP,ASP can read those data and they can display it under their web sites.

  • Tool or Jave API's available to convert normal pdf to accessible pdf (tagged pdf) automatically

    Is some tool or Jave API's available to convert normal pdf to accessible pdf (tagged pdf) automatically without any manual intervention? Please advise

    Also, Acrobat Pro includes a “Make Accessible” action wizard that will walk you through the accessibility steps that Adobe considers necessary - though not “without any manual intervention” - then run the not-very-thorough built-in Accessibility Checker. Whether this will be enough depends on just how accessible you need your document to be. You will never achieve WCAG 2.0 or ISO 14289 (PDF/UA) compliance without some (usually considerable) amount of careful, knowledgeable human inspection of the tag structure and document properties, and associated manual repair action.

  • 11g BI Server XML API: NQLocale.xml

    Hi,
    I want to use the BI Server XML API especially biserverxmlexec command to automaticaly modify my repository.
    Like written in the library (http://download.oracle.com/docs/cd/E14571_01/bi.1111/e16364/xml_about.htm) I first executed the bi-init.sh script.
    After that I got an error about the shared libraries. I could solve the problem by setting the env LD_LIBRARY_PATH correctly.
    But now the next error occurred:
    Xml File Not Found error number -9, /oracle/home/bifoundation/server/locale/NQLocale.xml
    Anybody got an idea to solve that problem?
    Regards,
    Andre

    Hi Guys,
    the bug reference fixes this problem for you: https://support.oracle.com/epmos/faces/BugDisplay?id=10227146
    Specifically, I think your question relates to HOW you invoke bi-init.sh, remember there is an extra dot and space *. ./bi-init.sh*
    Hope this helps,
    Justin
    Edited by: justinjtownsend on Apr 11, 2013 4:58 AM

  • Collecting plug-in metrics using XML API from Perl?

    Hi all,
    We are building a plug-in to retrieve metrics over an XML API.
    The QueryDescriptor of each metric will do a call to the Agent's Perl script. This Perl script will then do the actual XML API call, to retrieve the metric's values.
    Does anyone have experience with this? We needed to install a few extra Perl modules from CPAN, to provide the high-level HTTP(s) communication. These modules are not in the Perl that’s used by the Oracle Agent, so I’m not sure if this is going to work when called by the Agent.
    Did any of you use an XML API? Did you make this a prereq (installing modules) or is there an alternative solution?
    Many thanks,
    Ed

    Thank you, Ash. I read the example quickly, and found (quoted)from the paper - "the Applet was designed as compact as possible in order to limit download time and to fit in a 50K jar file. The JAXP XML Parsing API package, including the SAX parser from SUN Project X (approximately 150K) is one of the smallest implementations we were able to use. It is, however, still too large to be downloaded for each session; therefore, it was installed locally to keep the download time as low as possible."
    However, in my current design, I can not ask each customer to install the JAXP API locally, so it seems that the API needs to be downloaded during the run time (am I right?). So the same problem will occur as that stated in the paper - the jar file is still too large to be downloaded for each session. Is there any lightweight API to solve it?
    BTW, as you might see, the paper was published in year 2000, I don't think the JDK plugin supported XML at that time, so it is quite reasonable to download JAXP API in that paper. But my current question is - as I posted in my previous message - whether the newest JDK plugin (JDK1.4) support Java XML API?
    Many many thanks.
    - Sun

  • Dabu etal: per war classloader vs XML API per war

    OC4J classloader folks;
    A general problem for the deployment folks/production env
    is
    how to host or configure the deployment of war's that need specific versions or
    specific vendor's XML apis.
    IMO the XML api vendors, designers have not helped at all with package name spaces and
    top level factories and
    VM wide system properties for determining the instandiated engine.
    Anybody have thoughts on how a OC4J production environment can effectively be
    a "job shop" for deploying anonymous wars who might have internal dependancies on specific XML parsers, versions or vendors?
    Ok, so a little easier, we're not an anonymous war job-shop. We do know what's
    being deployed and have complete control over the wars. What help is this in
    solving the problem? :)
    Thanks, curt

    Hi Lars,
    Hay, the new tag <web-app-class-loader search-local-classes-first="true" />
    for 903 is great!
    I stand corrected, I would have bet $10, maybe $50, that this
    is the default behavior of a J2EE container. :)
    But I'm on 902 OC4J so this isn't available anyway.
    BTW, whats the rationale for this NOT being default behavior?
    You know if other J2EE containers do class loading from world on down to war by default
    too?
    Thanks
    curt

Maybe you are looking for

  • ITunes 10.3 takes a while to sync my iPhone

    Hey everybody, I'm a Windows XP, iPhone 4 CDMA user. Over the past couple of days my iPhone has been giving me problems after I restored it. I was on the latest version of iTunes 10.2 and I got the 10.3 update, and then as soon as I downloaded it, my

  • MS Office Excel 2013 - This file is locked . Try the command again later

    Users are facing issue on shared excel file. we have an excel shared in NAS where multiple users are editing in a single time. some times, users are getting error message "the file is locked, Try the command again later". But users never reported any

  • How can I call a servlet from a javascript

    Hello I have a JSP page that has 2 aim : save and list. I want to use javascript like this to call my save and list methods : <SCRIPT language="JavaScript"> function savedata(){ document.kaydetsorgula.action = "hatBilgisiKaydetKontroller.java"; docum

  • Unable to fetch Bach characteristic  in MIGO -good receipt  from Purchase Order Configuration tab

    Dear Gurus, I have activated classification in Material master for characteristic color , variant is activated and material is configurable material, now i am maintaining characteristic as color  in PR form PR when i am creating PO Characteristic val

  • Unable to switch back to laptop screen with xrandr from VGA

    HI, I'm using i3 window manager and have an external display plugged in sometimes. I use the following short script to turn off the laptop display and turn on the vga monitor xrandr --output VGA1 --auto xrandr --output LVDS1 --off xrandr --output VGA