How to use a result adapter ????

Hi all,
I try to use a result adapter. I use the result adapter wich is in the walkthrough of this marvelous documentation :-(
I just make some adaptations,very simple, but nothing work, the result is always an empty page.
If someone could give me a simple sample of adaper result, I will be very happy.
Thanks,

I tested this stylesheet and got this error message:
oracle.panama.pasm.PASMException: Missing entity 'href'.
Any help would be appreciated.
Thanks,
Dario
<BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by Aparikh:
Use this adapter result
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform">
<xsl:template match="/">
<xsl:apply-templates select="ServiceRequest//AdapterResult"/>
</xsl:template>
<xsl:template match="AdapterResult">
<SimpleResult>
<SimpleContainer>
<SimpleMenu title="Portfolio Results">
<xsl:for-each select="Table/Row">
<SimpleMenuItem>
<xsl:attribute name="target">___REQUEST_NAME__?PAservicepath=___SERVICE_URL_ENC__&PAsection=PortfolioDetails&href=<xsl:value-of select="./href"/></xsl:attribute>
<xsl:value-of select="./name"/>
</SimpleMenuItem>
</xsl:for-each>
</SimpleMenu>
</SimpleContainer>
</SimpleResult>
</xsl:template>
</xsl:stylesheet>
Thanks .<HR></BLOCKQUOTE>
null

Similar Messages

  • How to use digital av adapter with iphone4

    How to use digital av adapter with iphone4

    you can connect it to the iphone4's connector and then you can start an app which support av out like apples video app and then it will display on the tv connected
    the iphone4 don't support mirror though so only apps which support tv out will work with it

  • How to use a servlet adapter ?

    Hi all,
    I try to use the servlet adapter, but documentation is not very usefull on this point (like on many other point).
    The first step in documentation is : Create a directory in the classpath oracle.panama.adapter.servlet for the .class
    file. The MasterService creation should go smoothly (if you pray I suppose) if you also have the .class file in a similar directory where you
    are running the Service Designer.
    Questions :
    - I dont understand ' create a directory in the classpath oracle.panama.adapter.servlet'.
    What does it mean ?
    - How can I make the same thing on the client which running the Service Designer ?
    All input are welcome.
    rgds,

    Create your Servlet under the directory
    %ORACLE_HOME%\panama\server\classes\oracle\panama\adapter\servlet.
    The servlet should have the package declaration
    package oracle.panama.adapter.servlet;
    Copt the class file to the above mentioned directory.
    Then create a service using this class.
    Give the entire class name for the service
    eg
    package oracle.panama.adapter.servlet.Test
    where test is the servlet class name.
    null

  • How to use USB Y adapter with HDD 500GB V63700-A

    Hi,
    My external HDD V63700-A500GB has difficulty working in my USB2.0 4 port adapter.
    I thought perhaps it needs more power going into it.
    So I bought a USB-Y but I can not figure out how to use it.
    It has 2 male USB connector wires and a very small narrow one which does not go into the thin wide socket of the above HDD.
    Anybody uses these things to advise me how to?
    ...... thanx
    .....nick

    Thanx Joel,
    definitely looks like the correct one but, can you give me a link on where to get it?
    I keep googling for a "USB-Y cable for external hd" with no luck.
    .........nick

  • How to use same RESULT SET for two different events

    hello friends,
    I need to use same result set for two different events. How to do it.
    here My code,
    private void jComboBox1ItemStateChanged(java.awt.event.ItemEvent evt) {
    // TODO add your handling code here:
    try
    String selstate,selitem;
    Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
    Connection con=DriverManager.getConnection("jdbc:odbc:tourismdatasource","sa","");
    selstate="select * from tab_places where state=?";
    PreparedStatement ps=con.prepareStatement(selstate);
    ps.setString(1, jComboBox1.getSelectedItem().toString().trim());
    ResultSet rs=ps.executeQuery();
    if(rs.next())
    jTextField1.setText(rs.getString("place_ID"));
    jTextField2.setText(rs.getString("place_name"));
    jTextField3.setText(rs.getString("category"));
    byte[] ba;
    ba=rs.getBytes("image");
    ImageIcon ic = new ImageIcon(ba);
    jLabel6.setIcon(ic);
    in=true;
    catch(ClassNotFoundException cfe){JOptionPane.showMessageDialog(null, cfe.getMessage());}
    catch(SQLException sqe){JOptionPane.showMessageDialog(null,sqe.getMessage());}
    Now i need the same Result Set(rs), in another event(jButton6ActionPerformed),
    private void jButton6ActionPerformed(java.awt.event.ActionEvent evt) {
    // TODO add your handling code here:
    }  how do i get dat resultset,
    help me out

    One post wasn't enough?
    {color:0000ff}http://forum.java.sun.com/thread.jspa?threadID=5246634{color}
    db

  • How to use SOAP sender adapter

    Hi all
    i have configured the SOAP sender adapter. Now my 3rd party needs to send me a soap message. 
    I have checked that the status at the following URL is OK:
    http://host:port/XISOAPAdapter/MessageServlet?channel=:MXII_Web_Service:SOAP_MXII_Sender.
    This is fine, however
    I am unsure of the following:
    1. Does XI make a wsdl available to the 3rd party?
    2. Where does my 3rd party send the soap message to?
    3. Is the SOAP message sent via a query string?
    4. Do I need to create a web service?
    Thanks for all your help in advance
    Clinton

    Hi Moorthy
    Thanks for your answer.
    The problem was solved, we used .Net to write a webservice to our wsdl.
    I have now another problem.... When the message comes into XI it shows that no receiver found(RCVR_DETERMINATION">NO_RECEIVER_CASE_ASYNC). If I just test the scenario with a file adpter as Sender, and Receiver it is fine, but when using the SOAP adapter as Sender, it gives me the no receiver found message.
    Any help with this issue will be appreciated.
    Thanks again
    Clinton

  • How To Use External Bluetooth Adapter?

    My desk is about 15' from my Mac Mini (running 10.8.2). I'm using an Apple Bluetooth Keyboard and Magic Mouse. The keyboard works pretty well but the mouse is awful. It frequently drops the connection and is erratic most of the time when it is connected. Signal strength is low, varrying between -75 and -84 dBm according to the Connection RSSI graph in System Preferences. In hopes of improving the situation I got a USB extension cable and a USB Bluetooth dongle with the thought that I could find a location for the dongle that would give me better signal strength.
    So far, I'm not seeing much – if any – improvement and I'm wondering if I'm actually using the external adapter. Does anybody know of a way to tell which adapter is being used? Of if this strategy will even work?

    Hi
    Can you please tell me which USB adapter you try to use? Please send the PAXXXX number.

  • How to use the result from a taglib?

    Hi people.
    I've been looking arround for some feedback on how to use the output generated by a taglib on jsp code but I haven't been able to find any.
    Could somebody tell me how to do that please?

    It works something like this:
    The tab library consists of a class library and a tag libraray descriptor file. In your jsp header you include a taglib directive which associated athe TLD with a particular name prefix. Then you can include XML tags with that prefix and the tag library class to which they are connected will be invoked from the servlet that is generated from the JSP. This tag code can do pretty much anything, but usually what it mostly does is write HTML to the response stream. Opening tags and closing tags can both add whatever text they like to the stream which is sent to the client.
    So including the tag in you JSP will usually suffice to cause generated output, it's up to the taglib.

  • How to use the JDBC adapter

    Hello Every one,
    we have third party sales order process systems in our company, one system is in Borland data base and the other is using SQL Server. presently what we are doing is sending this orders from respective databases to SAP using LSMW (XLs spreadsheets)on nightly basis. so the challenge is we want to USE SAP-XI instead of LSMW, could any one tell me what could be the right idea for this. please give me some  suggestions. thanks in advance.
    kind regards,
    Gayatri.

    Hi Gayatri,
    You can refer the following links to give you a clear idea about your query.
    http://help.sap.com/saphelp_nw04/helpdata/en/22/b4d13b633f7748b4d34f3191529946/frameset.htm
    The links there can be further expanded to get more information
    /people/sap.user72/blog/2005/06/01/file-to-jdbc-adapter-using-sap-xi-30
    /people/michal.krawczyk2/blog/2005/03/29/configuring-the-sender-rfc-adapter--step-by-step
    then
    check this document:
    How To Install and Configure External Drivers for JDBC & JMS
    https://websmp206.sap-ag.de/~sapdownload/011000358700003994312004E/HowTo_ConfigExtAdapters.pdf
    Regards,
    Ramesh.

  • How to use the result of a sql query for a max () function

    Hi
    I wrote a query on which i wrote
    "select max(id) from users "
    how can i use the returned value.
    if i made the var name ="userid"
    can it be userid.rows[0] or what.
    thnx for any help

    Hi!
    The result of this query will be the max ID of users' IDs.
    Let say we have:
    String sql="select max(users.id) from users";
    Statement st = ctx.conn.createStatement();
    ResultSet rs = st.executeQuery(sql);
    rs.next();     
    So you can get the max Id in the following way:     
    int maxId=rs.getInt("id");
    Regards,
    Rossi

  • How to use query-result as a new query-fiter

    HI, All
    Is it possible to execute sub-query filtererd by the pre-query-reslted lists ?
    As far as I investigated, only way to do is that I combine two suject-areas by using set operations like "Union" or around.
    But in this way, there is an impractical restriction to define these datatype and column in common. (namely, "Union" conditions)
    I just want to query filtered by ex-query-results at anytime; for example, I extract a customer lists by one query and use various analysis in the group of customer list.
    Please give me some advise.
    Regards

    First create a Request with your FilterQuerey. Secund Create a Request und create a Filter. Under Advanced you will find the path to the first Requst. Than you can select the columns.
    Thats it :-)
    Stefan

  • How to use Oracle File Adapter in OSB

    We are trying to use File Adapter in OSB 11g. Is it supported in this version? If yes then some one can specify a document which contains File Adapter - OSB integration steps.

    according to the ESB JCA transport:
    [ESB JCA|http://download.oracle.com/docs/cd/E14571_01/doc.1111/e15866/jca.htm#i1106345]
    http://download.oracle.com/docs/cd/E14571_01/doc.1111/e15866/jca.htm#i1106345
    there is only these adapters:
    _25.2.1 Adapter Support_
    The Oracle Service Bus JCA transport lets you interact with the following JCA-compliant adapters:
    Oracle Adapter for Oracle Applications
    Oracle JCA Adapter for AQ
    Oracle JCA Adapter for Database
    Oracle JCA Adapter for Files
    Oracle BAM Adapter (Business Activity Monitoring)
    PeopleSoft (Oracle Application Adapters 10g)
    SAP R/3 (Oracle Application Adapters 10g)
    Siebel (Oracle Application Adapters 10g)
    J.D. Edwards (Oracle Application Adapters 10g)
    See the following guides for more information on Oracle adapters:
    I wanna use FTP Adapter and MQ Adapter in Oracle ESB 11.1.1.3, can we make it?

  • How to use a HTTP adapter

    Hi experts,
    We have the following scenario: ABAP PROXY -> XI -> HTTP
    We must send several parameters, in XML format, to the HTTP destination (something like http://abc.com.br/xy/ml). The expected parameter in the HTTP server is names ParXML. Anyone got an example of that.
    Thanks,
    Haroldo

    Please Refer following links...
    http://help.sap.com/saphelp_nw2004s/helpdata/en/0d/5ab43b274a960de10000000a114084/frameset.htm
    /people/siva.maranani/blog/2005/09/15/push-data-to-mvc-architectured-application-using-xi
    Http response in XML format
    HTTP Adapter - xml format ?
    Venkat.

  • How to use TB-DVI adapter?

    connect a monitor with a TB-DVI adapter(A1305), but there is no signal。

    Create your Servlet under the directory
    %ORACLE_HOME%\panama\server\classes\oracle\panama\adapter\servlet.
    The servlet should have the package declaration
    package oracle.panama.adapter.servlet;
    Copt the class file to the above mentioned directory.
    Then create a service using this class.
    Give the entire class name for the service
    eg
    package oracle.panama.adapter.servlet.Test
    where test is the servlet class name.
    null

  • How to Use the 'Result' line to caculate a special value?

    Hi experts:
            For example,the dimension is product (a ,b c ,d),and key figure is revenue,
    then I want to show the value -->the percentage of the revenue of each product .
       so that's the problem , how I can get it,or how i can get the sum of all products.
    can I get it from the result line or is there a better way to get it?
    thx
    chan

    keep your Product in Rows, Revenue in Colomns.
    You can get Sum of each Product Revenue by settings Product Charecterstic Properties.
    Coming to % Share of Revenue for each product. Create a Calculated KF or Formula in Colomns. In the Formula or CKF definition screen, you can see Percentage Functions along with Mathemetical Functions.  Select % Share of Over all Result (%GT) under Percentage Functions .
    Take a look into this link if you have any Questions.<a href="http://help.sap.com/saphelp_nw04s/helpdata/en/e2/16f13a2f160f28e10000000a114084/content.htm">http://help.sap.com/saphelp_nw04s/helpdata/en/e2/16f13a2f160f28e10000000a114084/content.htm</a>
    Hope this helps.
    Nagesh Ganisetti.
    Assign points if it helps.

Maybe you are looking for

  • "System copy stops in "check DDIC password"  step

    Hi, We performed a combined upgrade/unicode conversion to ECC5.0 Non-Unicode to ECC 6.0 Unicode ( Windows 2003 Server, Oracle 10gR2 ). But at the end of import ( using R3load tool ), the import stops at "check DDIC password"  step  with error message

  • Which Mac should we buy?

    Hi, We are in the market for a new Mac and don't live near an Apple store. Trying to decide between a new Mac Mini or iMac. Here is the main use, Short videos in High Definition. We record using a Sony HDR-FX7 in 1080i and edit down to about 1 minute

  • Slow going to sleep

    Does anyone have any ideas how to speed my imac up when going to sleep , for the past few days it seems to take ages shutting down where as before it was quite quick i haven't downloaded anything or altered any settings . Im running Snow Leopard on a

  • Refresh Calender,

    Hello, I am using Skillbuilders modal page to edit the content ( text ) of a calender with hide/show region - template 23. When the modal page gets closed the calender does not get refreshed. As I got we cannot refresh HTML region ... is Calender con

  • Cloning from iMac to MacBook?

    Can you clone your iMac to a ext HD and then use that clone to image onto a MacBook? are there any issues doing this or should the MacBook run just fine. i'll be using SuperDuper I might be in the process of selling my iMac and using a MacBook tempor