Urgent -please- how can I insert my context into proxy request ?

here is par of my request after I have transformed it, to the bs request.
Routed Service
          Route to: "SkatEtilAndelsbogAnmeldelseSvarService"
     $outbound:
     <con:endpoint      name="BusinessService$dk.skat.etil$bz$SkatEtilAndelsbogAnmeldelseSvarService" xmlns:con="http://www.bea.com/wli/sb/context">
     <con:service>
     <con:operation>getAnmeldelseKvitteringModtag</con:operation>
     </con:service>
     <con:transport>
     <con:mode>request-response</con:mode>
     <con:qualityOfService>best-effort</con:qualityOfService>
     <con:request      xsi:type="http:HttpRequestMetaData" xmlns:http="http://www.bea.com/wli/sb/transports/http" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
     <tran:headers      xsi:type="http:HttpRequestHeaders" xmlns:tran="http://www.bea.com/wli/sb/transports">
     <http:Content-Type>text/xml</http:Content-Type>
     <http:SOAPAction>
     "http://skat.dk/etil/2011/02/11/getAnmeldelseKvitteringModtag"
     </http:SOAPAction>
     </tran:headers>
     </con:request>
     </con:transport>
     <con:security>
     <con:doOutboundWss>true</con:doOutboundWss>
     </con:security>
     </con:endpoint>
     $body (request):
     <soapenv:Body      xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
     <ns:Kontekst      xmlns:ns20="http://skat.dk/etil/2011/02/11/" xmlns:ns="http://rep.oio.dk/cpr.dk/xml/schemas/core/2005/03/18/">
     <TransaktionsID>34c768d8-4f6d-4194-93b7-e77ffa8c76e6</TransaktionsID>
     <TransaktionsTid>2011-06-30T14:40:15.105+02:00</TransaktionsTid>
     </ns:Kontekst>
     <ns:AnmeldelseKvitteringModtag_I      xmlns:ns="http://skat.dk/etil/2011/02/11/">
     <ns1:AnmeldelseKvitteringModtag      xmlns:ns1="http://rep.oio.dk/tinglysning.dk/svarservice/message/anmeldelse/1/">
my problem is how can I insert the
<ns:Kontekst      xmlns:ns20="http://skat.dk/etil/2011/02/11/" xmlns:ns="http://rep.oio.dk/cpr.dk/xml/schemas/core/2005/03/18/">
     <TransaktionsID>34c768d8-4f6d-4194-93b7-e77ffa8c76e6</TransaktionsID>
     <TransaktionsTid>2011-06-30T14:40:15.105+02:00</TransaktionsTid>
     </ns:Kontekst>
inside
<ns:AnmeldelseKvitteringModtag_I      xmlns:ns="http://skat.dk/etil/2011/02/11/">
The context is generated using this:
<ns:Kontekst xmlns:ns20="http://skat.dk/etil/2011/02/11/">
<TransaktionsID>{fn-bea:uuid()}</TransaktionsID>
<TransaktionsTid>{fn:current-dateTime()}</TransaktionsTid>
</ns:Kontekst>

request before context:
<ns2:AnmeldelseKvitteringModtag xmlns:ns="http://rep.oio.dk/tinglysning.dk/schema/model/1/" xmlns:ns1="http://rep.oio.dk/tinglysning.dk/schema/anmeldelse/1/" xmlns:xd="http://www.w3.org/2000/09/xmldsig#" xmlns:ns2="http://rep.oio.dk/tinglysning.dk/svarservice/message/anmeldelse/1/">
<ns:AnmeldelseIdentifikator>string</ns:AnmeldelseIdentifikator>
<ns:AktoerReference>
<ns:AktoerID>string</ns:AktoerID>
<ns:KorrelationID>string</ns:KorrelationID>
</ns:AktoerReference>
<!--Optional:-->
<ns:SagsReference>string</ns:SagsReference>
<ns1:KoeIndikator>false</ns1:KoeIndikator>
<ns1:ProeveTinglysningIndikator>true</ns1:ProeveTinglysningIndikator>
<xd:Signature Id="string">
<xd:SignedInfo Id="string">
<xd:CanonicalizationMethod Algorithm="http://www.your.org/aeoliam/quae">
ventos
<!--You may enter ANY elements at this point-->
<AnyElement/>
verrantque
</xd:CanonicalizationMethod>
<xd:SignatureMethod Algorithm="http://www.sample.org/turbine/circum">
regemque
<!--Optional:-->
<xd:HMACOutputLength>100</xd:HMACOutputLength>
nimborum
<!--You may enter ANY elements at this point-->
<AnyElement/>
fremunt
</xd:SignatureMethod>
<!--1 or more repetitions:-->
<xd:Reference Id="string" URI="http://www.my.com/profundum/sceptra" Type="http://www.test.com/iovis/flammato">
<!--Optional:-->
<xd:Transforms>
<!--1 or more repetitions:-->
<xd:Transform Algorithm="http://www.sample.com/bella/nubibus">
flammas
<!--You have a CHOICE of the next 2 items at this level-->
<!--You may enter ANY elements at this point-->
<AnyElement/>
<xd:XPath>string</xd:XPath>
ac
</xd:Transform>
</xd:Transforms>
<xd:DigestMethod Algorithm="http://www.my.com/ac/caelumque">
speluncis
<!--You may enter ANY elements at this point-->
<AnyElement/>
circum
</xd:DigestMethod>
<xd:DigestValue>YXJpcw==</xd:DigestValue>
</xd:Reference>
</xd:SignedInfo>
<xd:SignatureValue Id="string">Y29uaXVueA==</xd:SignatureValue>
<!--Optional:-->
<xd:KeyInfo Id="string">
praeterea
<!--You have a CHOICE of the next 8 items at this level-->
<xd:KeyName>string</xd:KeyName>
<xd:KeyValue>
arce
<!--You have a CHOICE of the next 3 items at this level-->
<xd:DSAKeyValue>
<xd:P>Y2xhdXN0cmE=</xd:P>
<xd:Q>Y2lyY3Vt</xd:Q>
<!--Optional:-->
<xd:G>aW1wZXJpbw==</xd:G>
<xd:Y>Y2VydG8=</xd:Y>
<!--Optional:-->
<xd:J>cXVpc3F1YW0=</xd:J>
<xd:Seed>ZXQ=</xd:Seed>
<xd:PgenCounter>YWM=</xd:PgenCounter>
</xd:DSAKeyValue>
<xd:RSAKeyValue>
<xd:Modulus>ZmV0YQ==</xd:Modulus>
<xd:Exponent>YWM=</xd:Exponent>
</xd:RSAKeyValue>
<!--You may enter ANY elements at this point-->
<AnyElement/>
sed
</xd:KeyValue>
<xd:RetrievalMethod URI="http://www.test.org/pectore/austris" Type="http://www.your.gov/certo/dare">
<!--Optional:-->
<xd:Transforms>
<!--1 or more repetitions:-->
<xd:Transform Algorithm="http://www.any.com/volutans/dedit">
faciat
<!--You have a CHOICE of the next 2 items at this level-->
<!--You may enter ANY elements at this point-->
<AnyElement/>
<xd:XPath>string</xd:XPath>
magno
</xd:Transform>
</xd:Transforms>
</xd:RetrievalMethod>
<xd:X509Data>
<!--You have a CHOICE of the next 6 items at this level-->
<xd:X509IssuerSerial>
<xd:X509IssuerName>string</xd:X509IssuerName>
<xd:X509SerialNumber>100</xd:X509SerialNumber>
</xd:X509IssuerSerial>
<xd:X509SKI>ZXQ=</xd:X509SKI>
<xd:X509SubjectName>string</xd:X509SubjectName>
<xd:X509Certificate>YWM=</xd:X509Certificate>
<xd:X509CRL>ZXQ=</xd:X509CRL>
<!--You may enter ANY elements at this point-->
<AnyElement/>
</xd:X509Data>
<xd:PGPData>
<!--You have a CHOICE of the next 2 items at this level-->
<xd:PGPKeyID>cmVnZW1xdWU=</xd:PGPKeyID>
<!--Optional:-->
<xd:PGPKeyPacket>YW5ub3M=</xd:PGPKeyPacket>
<!--You may enter ANY elements at this point-->
<AnyElement/>
<xd:PGPKeyPacket>aW5maXhpdA==</xd:PGPKeyPacket>
<!--You may enter ANY elements at this point-->
<AnyElement/>
</xd:PGPData>
<xd:SPKIData>
<xd:SPKISexp>dmVudG9z</xd:SPKISexp>
<!--You may enter ANY elements at this point-->
<AnyElement/>
</xd:SPKIData>
<xd:MgmtData>string</xd:MgmtData>
<!--You may enter ANY elements at this point-->
<AnyElement/>
tenens
</xd:KeyInfo>
<!--Zero or more repetitions:-->
<xd:Object Id="string" MimeType="string" Encoding="http://www.my.org/rapidum/habenas">
insuper
<!--You may enter ANY elements at this point-->
<AnyElement/>
mollitque
</xd:Object>
</xd:Signature>
</ns2:AnmeldelseKvitteringModtag>
This is after the transformation.
Routed Service
          Route to: "SkatEtilAndelsbogAnmeldelseSvarService"
     $outbound:
     <con:endpoint      name="BusinessService$dk.skat.etil$bz$SkatEtilAndelsbogAnmeldelseSvarService" xmlns:con="http://www.bea.com/wli/sb/context">
     <con:service>
     <con:operation>getAnmeldelseKvitteringModtag</con:operation>
     </con:service>
     <con:transport>
     <con:mode>request-response</con:mode>
     <con:qualityOfService>best-effort</con:qualityOfService>
     <con:request      xsi:type="http:HttpRequestMetaData" xmlns:http="http://www.bea.com/wli/sb/transports/http" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
     <tran:headers      xsi:type="http:HttpRequestHeaders" xmlns:tran="http://www.bea.com/wli/sb/transports">
     <http:Content-Type>text/xml</http:Content-Type>
     <http:SOAPAction>
     "http://skat.dk/etil/2011/02/11/getAnmeldelseKvitteringModtag"
     </http:SOAPAction>
     </tran:headers>
     </con:request>
     </con:transport>
     <con:security>
     <con:doOutboundWss>true</con:doOutboundWss>
     </con:security>
     </con:endpoint>
     $body (request):
     <soapenv:Body      xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
     <ns:Kontekst      xmlns:ns20="http://skat.dk/etil/2011/02/11/" xmlns:ns="http://rep.oio.dk/cpr.dk/xml/schemas/core/2005/03/18/">
     <TransaktionsID>93235d7a-131d-45a7-a36b-34fd9c83343f</TransaktionsID>
     <TransaktionsTid>2011-06-30T15:35:55.567+02:00</TransaktionsTid>
     </ns:Kontekst>
     <ns:AnmeldelseKvitteringModtag_I      xmlns:ns="http://skat.dk/etil/2011/02/11/">
     <ns1:AnmeldelseKvitteringModtag      xmlns:ns1="http://rep.oio.dk/tinglysning.dk/svarservice/message/anmeldelse/1/">
     <ns2:AnmeldelseIdentifikator      xmlns:ns2="http://rep.oio.dk/tinglysning.dk/schema/model/1/">string</ns2:AnmeldelseIdentifikator>
     <ns2:AktoerReference      xmlns:ns2="http://rep.oio.dk/tinglysning.dk/schema/model/1/">
     <ns3:AktoerID      xmlns:ns1="http://rep.oio.dk/tinglysning.dk/schema/anmeldelse/1/" xmlns:ns="http://rep.oio.dk/tinglysning.dk/schema/model/1/" xmlns:ns2="http://rep.oio.dk/tinglysning.dk/svarservice/message/anmeldelse/1/" xmlns:xd="http://www.w3.org/2000/09/xmldsig#" xmlns:ns3="http://rep.oio.dk/tinglysning.dk/schema/model/1/">string</ns3:AktoerID>
     <ns3:KorrelationID      xmlns:ns1="http://rep.oio.dk/tinglysning.dk/schema/anmeldelse/1/" xmlns:ns="http://rep.oio.dk/tinglysning.dk/schema/model/1/" xmlns:ns2="http://rep.oio.dk/tinglysning.dk/svarservice/message/anmeldelse/1/" xmlns:xd="http://www.w3.org/2000/09/xmldsig#" xmlns:ns3="http://rep.oio.dk/tinglysning.dk/schema/model/1/">string</ns3:KorrelationID>
     </ns2:AktoerReference>
     <ns2:SagsReference      xmlns:ns2="http://rep.oio.dk/tinglysning.dk/schema/model/1/">string</ns2:SagsReference>
     <ns2:KoeIndikator      xmlns:ns2="http://rep.oio.dk/tinglysning.dk/schema/anmeldelse/1/">false</ns2:KoeIndikator>
     <ns2:ProeveTinglysningIndikator      xmlns:ns2="http://rep.oio.dk/tinglysning.dk/schema/anmeldelse/1/">true</ns2:ProeveTinglysningIndikator>
     <xd:Signature      Id="string" xmlns:xd="http://www.w3.org/2000/09/xmldsig#">
     <xd:SignedInfo      Id="string" xmlns:ns1="http://rep.oio.dk/tinglysning.dk/schema/anmeldelse/1/" xmlns:ns="http://rep.oio.dk/tinglysning.dk/schema/model/1/" xmlns:ns2="http://rep.oio.dk/tinglysning.dk/svarservice/message/anmeldelse/1/">
     <xd:CanonicalizationMethod      Algorithm="http://www.your.org/aeoliam/quae">
     ventos
     <!--You may enter ANY elements at this point-->
     <AnyElement/>
     verrantque
     </xd:CanonicalizationMethod>
     <xd:SignatureMethod      Algorithm="http://www.sample.org/turbine/circum">
     regemque
     <!--Optional:-->
     <xd:HMACOutputLength>100</xd:HMACOutputLength>
     nimborum
     <!--You may enter ANY elements at this point-->
     <AnyElement/>
     fremunt
     </xd:SignatureMethod>
     <!--1 or more repetitions:-->
     <xd:Reference      Id="string" URI="http://www.my.com/profundum/sceptra" Type="http://www.test.com/iovis/flammato">
     <!--Optional:-->
     <xd:Transforms>
     <!--1 or more repetitions:-->
     <xd:Transform      Algorithm="http://www.sample.com/bella/nubibus">
     flammas
     <!--You have a CHOICE of the next 2 items at this level-->
     <!--You may enter ANY elements at this point-->
     <AnyElement/>
     <xd:XPath>string</xd:XPath>
     ac
     </xd:Transform>
     </xd:Transforms>
     <xd:DigestMethod      Algorithm="http://www.my.com/ac/caelumque">
     speluncis
     <!--You may enter ANY elements at this point-->
     <AnyElement/>
     circum
     </xd:DigestMethod>
     <xd:DigestValue>YXJpcw==</xd:DigestValue>
     </xd:Reference>
     </xd:SignedInfo>
     <xd:SignatureValue      Id="string" xmlns:ns1="http://rep.oio.dk/tinglysning.dk/schema/anmeldelse/1/" xmlns:ns="http://rep.oio.dk/tinglysning.dk/schema/model/1/" xmlns:ns2="http://rep.oio.dk/tinglysning.dk/svarservice/message/anmeldelse/1/">Y29uaXVueA==</xd:SignatureValue>
     <!--Optional:-->
     <xd:KeyInfo      Id="string" xmlns:ns1="http://rep.oio.dk/tinglysning.dk/schema/anmeldelse/1/" xmlns:ns="http://rep.oio.dk/tinglysning.dk/schema/model/1/" xmlns:ns2="http://rep.oio.dk/tinglysning.dk/svarservice/message/anmeldelse/1/">
     praeterea
     <!--You have a CHOICE of the next 8 items at this level-->
     <xd:KeyName>string</xd:KeyName>
     <xd:KeyValue>
     arce
     <!--You have a CHOICE of the next 3 items at this level-->
     <xd:DSAKeyValue>
     <xd:P>Y2xhdXN0cmE=</xd:P>
     <xd:Q>Y2lyY3Vt</xd:Q>
     <!--Optional:-->
     <xd:G>aW1wZXJpbw==</xd:G>
     <xd:Y>Y2VydG8=</xd:Y>
     <!--Optional:-->
     <xd:J>cXVpc3F1YW0=</xd:J>
     <xd:Seed>ZXQ=</xd:Seed>
     <xd:PgenCounter>YWM=</xd:PgenCounter>
     </xd:DSAKeyValue>
     <xd:RSAKeyValue>
     <xd:Modulus>ZmV0YQ==</xd:Modulus>
     <xd:Exponent>YWM=</xd:Exponent>
     </xd:RSAKeyValue>
     <!--You may enter ANY elements at this point-->
     <AnyElement/>
     sed
     </xd:KeyValue>
     <xd:RetrievalMethod      URI="http://www.test.org/pectore/austris" Type="http://www.your.gov/certo/dare">
     <!--Optional:-->
     <xd:Transforms>
     <!--1 or more repetitions:-->
     <xd:Transform      Algorithm="http://www.any.com/volutans/dedit">
     faciat
     <!--You have a CHOICE of the next 2 items at this level-->
     <!--You may enter ANY elements at this point-->
     <AnyElement/>
     <xd:XPath>string</xd:XPath>
     magno
     </xd:Transform>
     </xd:Transforms>
     </xd:RetrievalMethod>
     <xd:X509Data>
     <!--You have a CHOICE of the next 6 items at this level-->
     <xd:X509IssuerSerial>
     <xd:X509IssuerName>string</xd:X509IssuerName>
     <xd:X509SerialNumber>100</xd:X509SerialNumber>
     </xd:X509IssuerSerial>
     <xd:X509SKI>ZXQ=</xd:X509SKI>
     <xd:X509SubjectName>string</xd:X509SubjectName>
     <xd:X509Certificate>YWM=</xd:X509Certificate>
     <xd:X509CRL>ZXQ=</xd:X509CRL>
     <!--You may enter ANY elements at this point-->
     <AnyElement/>
     </xd:X509Data>
     <xd:PGPData>
     <!--You have a CHOICE of the next 2 items at this level-->
     <xd:PGPKeyID>cmVnZW1xdWU=</xd:PGPKeyID>
     <!--Optional:-->
     <xd:PGPKeyPacket>YW5ub3M=</xd:PGPKeyPacket>
     <!--You may enter ANY elements at this point-->
     <AnyElement/>
     <xd:PGPKeyPacket>aW5maXhpdA==</xd:PGPKeyPacket>
     <!--You may enter ANY elements at this point-->
     <AnyElement/>
     </xd:PGPData>
     <xd:SPKIData>
     <xd:SPKISexp>dmVudG9z</xd:SPKISexp>
     <!--You may enter ANY elements at this point-->
     <AnyElement/>
     </xd:SPKIData>
     <xd:MgmtData>string</xd:MgmtData>
     <!--You may enter ANY elements at this point-->
     <AnyElement/>
     tenens
     </xd:KeyInfo>
     <!--Zero or more repetitions:-->
     <xd:Object      Id="string" MimeType="string" Encoding="http://www.my.org/rapidum/habenas" xmlns:ns1="http://rep.oio.dk/tinglysning.dk/schema/anmeldelse/1/" xmlns:ns="http://rep.oio.dk/tinglysning.dk/schema/model/1/" xmlns:ns2="http://rep.oio.dk/tinglysning.dk/svarservice/message/anmeldelse/1/">
     insuper
     <!--You may enter ANY elements at this point-->
     <AnyElement/>
     mollitque
     </xd:Object>
     </xd:Signature>
     </ns1:AnmeldelseKvitteringModtag>
     </ns:AnmeldelseKvitteringModtag_I>
     </soapenv:Body>

Similar Messages

  • URGENT PLEASE:How can I run a a class file on the Apache server?

    Hi Guys and Gurus,
    I am seeking some favor all of experienced gurus, i.e.
    How can I run a a class file on the Apache server? Can I run through an Applet?
    How can I set Environment variables in Windows2000 Professional Environment?
    Actually, I want to extract some records from a MySQL Database running on Apache Server. I wrote a program just to select the columns and show them. It is now a Class file, Now how can I run this class file from the Server???
    The code is here
    import java.sql.*;
    public class RecordShow {
    public static void main(String args[]) {
    String url = "jdbc:mysql://localhost/myhost";
    Connection con;
    String query = "select mytable.column," +
    "from mytable " +
    "where mytable.column = 1";
    Statement stmt;
    try {
    Class.forName("com.mysql.jdbc.Driver");
    } catch(java.lang.ClassNotFoundException e) {
    System.err.print("ClassNotFoundException: ");
    System.err.println(e.getMessage());
    try {
    con = DriverManager.getConnection(url,
    "myuser", "mypassword");
    stmt = con.createStatement();
    ResultSet rs = stmt.executeQuery(query);
    ResultSetMetaData rsmd = rs.getMetaData();
    int numberOfColumns = rsmd.getColumnCount();
    int rowCount = 1;
    while (rs.next()) {
    System.out.println("Row " + rowCount + ": ");
    for (int i = 1; i <= numberOfColumns; i++) {
    System.out.print(" Column " + i + ": ");
    System.out.println(rs.getString(i));
    System.out.println("");
    rowCount++;
    stmt.close();
    con.close();
    } catch(SQLException ex) {
    System.err.print("SQLException: ");
    System.err.println(ex.getMessage());
    Please advise... THANKS
    VJ

    Ehm, I wasn't referring to you at all... read up,
    there's a comment by jschell saying that CGI might be
    easier/better for his purposes.
    Yep.
    I know PHP/Perl/whatever might be easier for some
    purposes, but only if you happen to know them and want
    to/are able to use them. Ok. But you aren't the one asking the question are you. And the person who asked the question seems to have absolutely no familiarity with Apache or applets.
    So whatever they do they are going to have to learn a lot.
    And that does indeed suggest that in all likelyhood they have not investigated the alternatives.
    And for the vast majority of internet applications, especially with smaller projects (obvious this person is not working with a large team), using perl, or something besides java, is going to be the best business solution. It is simpler, and more secure (probably due to the fact that it is simpler.)
    Since this is a Java forum, I
    answer under the assumption that people have made a
    choice one way or another to use a Java solution to
    their problem, so I try to solve it in Java first, and
    only when that fails (very seldom) do I turn to other
    solutions.You approach problems by arbritrarily deciding to try to solve it in java first and only if you fail do you then look to other solutions?
    My first step is to try to figure out which of the various avenues is going to cost less. (And a secondary, but non-trivial concern, is then to convince the customer that just because they have heard of a buzz word like 'enterprise bean' that it doesn't mean that is a cost effective solution.) We must come from different worlds.

  • How can I insert a picture into a AbsoluteLayout ?

    Hi everybody.
    I am using a null layout and I don't know how to insert a picture.
    public static void addComponentsToPane(Container pane) {
            pane.setLayout(null);
           JButton b1 = new JButton("one");
           /* ... the rest of the elements...*/
          pane.add(b1);
         Insets insets = pane.getInsets();
         Dimension size;
         size = b1.getPreferredSize();
            b1.setBounds(250 + insets.left, 40 + insets.top,
                         size.width , size.height);
       /* and the rest of the program with createandshowgui and main */Can I do with a picture the same thing that I did with this button (setBounds etc?)
    If yes, how can I do that?

    blackblack13 wrote:
    Thanks for the answer but why you say no to use null layout?what is the disadvantage?The disadvantages are having an app that is completely inflexible and does not adapt well to different operating systems and desktops. Please read the Sun tutorial on using layout managers.
    And I tried using a JLabel and then make a new ImageIcon(the target of the picture) but I have an error when I add it to the pane with pane.add(picture); where the picture is the JFrame of the photo and pane is the name of the container.because you're doing this all wrong. You shouldn't add a JFrame to a container. Have you looked at the JLabel tutorial in the Sun tutorials as was suggested above?
    Can you write me the exact commands that I should use?No, but we all can guide you to do what you want to do, but first we need to know exactly what this is. So, what exactly are you trying to do here? Details are very important.
    Thank you very much.You're welcome.
    edit: the tutorials can be found here:
    [Really Big Index|http://java.sun.com/docs/books/tutorial/reallybigindex.html]
    [How To Use Labels|http://java.sun.com/docs/books/tutorial/uiswing/components/label.html]
    [Laying Out Components Within A Container|http://java.sun.com/docs/books/tutorial/uiswing/layout/index.html]
    Edited by: Encephalopathic on Jul 11, 2009 11:47 AM

  • How can I insert a image into a BLOB column in a table?

    I am using forms6i against a 10gR2 database and I have one table with a BLOB column and I try to insert a image into this column. I get ORA-01461 error.
    The curious case is that in another table with a BLOB column it works very fine.
    What happens with the first table? How can I avoid the error?
    Thanks in advance.

    Hi hyue,
    Thanks for visiting Apple Support Communities.
    If you would like to add an image to a project in iMovie for iOS, see this article for helpful steps:
    iMovie for iOS (iPad): Add photos to a project
    http://support.apple.com/kb/PH3171
    All the best,
    Jeremy

  • How can you insert foreign letters into pages in Maverick? The old option of holding down the key has disappeared.

    After downloading Mavericks on the MacBook Air, the ability to hold down a key and insert a foreign language symbol or letter disappeared. How can foreign language alphabet symbols/letters be inserted into Pages?

    Are you still using the US keyboard layout?
    Pending a solution to restore the Character Picker, you can use the traditional option key shortcuts for many characters, e.g. option + e, then e produces é.
    Plus you can use Edit > Special Characters to bring up the Character Viewer.

  • How can I Insert a BLOB into a Table from Java?

    I have a Java class that creates an xml file from data in a non-sql data source. After it successfully creates and saves the file it inserts a record into an Oracle table to log the fact that an xml file was created.
    Now the guy in the warehouse wants to get an email with the file attached. I have been looking into the apex_mail package, because we already have a procedure using htmldb_mail. However, that procedure is on our old server with HTMLDB 1.6 and it is not sending any attachments.
    I think I have most of the apex_mail worked out, but I'm stuck on the blob thing. This is what I have so far:
    * The Java program creates a String object called xmlDoc
    * After xmlDoc is fully constructed, the file is written to the (Linux) server. This is accomplished with the following:
    // writing the xmlDoc
    fileDest = "/home/ewh/XMLOUT/";
    fileName = "OrderEW_"\+orderNbr\+"_"\+ticketNbr\+".xml";
    FileWriter fstream = new FileWriter(fileDest+fileName);
    BufferedWriter out = new BufferedWriter(fstream);
    out.write(xmlDoc);
    out.close();
    * Next I insert a record into the log file with:
    // Add a record to the Oracle order_email table to let the mail process know that
    // a new xml file is ready to be e-mailed to operations.
    emailLogInsertQuery = " insert into ewh.order_email ( file_name, create_date ) ";
    emailLogInsertQuery += " values ('"\+fileName\+"', sysdate)";
    oraAction = oraStmt.executeUpdate( emailLogInsertQuery );
    All of this is working fine so far. Now, I have added a blob type field to the order_email table, but I have no idea what to stick in there so that I have everything that apex_mail.add_attachment needs.
    Here's a description of the order_email table:
    SQL> desc ewh.order_email;
    Name Type Nullable Default Comments
    FILE_NAME VARCHAR2(30) Y
    FILE_BLOB BLOB Y
    CREATE_DATE DATE Y
    SEND_DATE DATE Y
    Thanks ever so much,
    Gregory
    Edited by: Canis Polaris on Jun 10, 2009 2:10 PM - Added escapes as necessary to show the plus signs around Java variables.

    Hi,
    From within APEX one can enter blob data in database tables, view the data and also update the data. Also one can send a blob attachment in an email.
    May be you can follow a combination of the following OBEs to insert BLOB data and send BLOB data from APEX:
    http://www.oracle.com/technology/obe/apex/apex31nf/apex31blob.htm
    http://www.oracle.com/technology/obe/apex/apex31nf/apex31email.htm
    -Priyanka

  • How can I insert an image into an mov file in iMovie while keeping the background music?

    I have a short MOV file movie clip that has background music but one of the images (it's a static element with text) is incorrect. How can I replace the image but keep the backgroup the same? Also what size would the image need to be to properly fit?
    Thank you!

    Hi hyue,
    Thanks for visiting Apple Support Communities.
    If you would like to add an image to a project in iMovie for iOS, see this article for helpful steps:
    iMovie for iOS (iPad): Add photos to a project
    http://support.apple.com/kb/PH3171
    All the best,
    Jeremy

  • How can I insert an image into a cell in Numbers for iPad?

    Hi,
    is there any way to insert an image inside a cell using Numbers for iPad? I tried doing it on desktop version and it works, then I shared it through iwork.com and downloaded into my iPad and it's showing fine on the iPad ( although there's no way to edit or change the image inside the cell ) but when I try to do the same task on iPad itself, the image always comes floating even if I place the cursor inside a cell before inserting.
    any idea how to do it or if it's even possible?
    thanks.
    John

    Images can be added to cells only as "image fill." Cell fill is an attribute of the cell, not content of the cell. Only cell content can be retrieved by a formula or by copying the content of the cell.
    Copying the cell will also copy its format, including the image fill, but I've found no way to extract the image from the cell.
    Regards,
    Barry

  • How can I insert a comment into a PDF stream?

    I am creating a PDF  stream manually (long story, don't ask) and when
    debugging the  resulting PDF by looking at the raw PDF stream, it would
    be really  handy if I could tell which parts of the PDF stream came
    from which  parts of my code, so I was trying to find some way to
    insert  comments into the PDF stream.
    I came up with this:
    (my comment here)  pop
    which I thought would create a string object on the stack and  then pop
    it off, but this PDF code still confuses Adobe Reader.
    Any  suggestions on how I can insert stuff into the PDF stream that
    doesn't affect Adobe Reader, but lets me distinguish different parts
    of the PDF stream?
    Thanks,
    Chris

    the best is to insert screenshot directly in keynote. If it's for a paper version save everything as pdf and compile with "combine pdf".

  • How can I insert the RSCRM_BAPI into Process chain?

    Dear all:
    Now I Use RSCRM_BAPI(RSCRM_REPORT) ,excute a query , Get the result in a table, I use this table as a datasource,and then next steps,upload data. all of this runs well.
    But  I want inset this process into a process chain. now I don't know how to do it.
    who can help me?

    Hi,
    Now I'm using RSCRM_BAPI in Process chains..
    1. I set the report name RSCRM_BAPI  and then in schedule I select EVENT there I given Event is
    'ZE_GR' and parameter is  'ZEP_GR'. and then I created a program and there I given Event and Parameter. And then I inserted this program in Process chain. And I scheduled the Process chain.
    You need to create the event in SM62
    REPORT  ZE_GR_RP.
    DATA: EVENTID LIKE TBTCJOB-EVENTID.
    DATA: EVENTPARM LIKE TBTCJOB-EVENTPARM.
    EVENTID = 'ZE_GR'.
    EVENTPARM = 'ZEP_GR'.
    CALL FUNCTION 'RSSM_EVENT_RAISE'
      EXPORTING
        I_EVENTID                    = EVENTID
        I_EVENTPARM                  = EVENTPARM
    EXCEPTIONS
      BAD_EVENTID                  = 1
      EVENTID_DOES_NOT_EXIST       = 2
      EVENTID_MISSING              = 3
      RAISE_FAILED                 = 4
      OTHERS                       = 5
    IF SY-SUBRC <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    Thanks
    Reddy
    Edited by: Surendra Reddy on Dec 2, 2008 5:09 AM

  • How can I insert a song into lots of different projects without it duplicating so many time?

    I have a website where I upload a daily one minute video, and I use the same song for the opening, and the same song for the closing. I have been trying to figure out why so much space is being used. One issue is that the songs I have been using for the opening and closoing are being uploaded over and over and over again.
    What is the best way to do this so that the media isn't being duplicated over and over again? The files live in itunes, so is there any way to simply reference the file from the music folder instead of having to copy the media over and over again?
    Thanks.

    Hmmm... I made the opening in motion, and have set it as a opening bumer. So what I typically do is drag it in to the project time line from the right side of the screen (where my bumbers are) and then add the audio (from itunes) on top of it. So that audio is being duplicated on every single event. This was the only way I knew to do it so I could easily change the date without having to always set the right keyframes. (If there is an easier way, please let me know.)
    For the ending bumber I just use a small video clip I made and insert it in each timeline. So I'm assuming that is also being duplicated every single time.

  • How can I insert multiple pictures into a "diary" document?

    We started traveling in an RV.  I'm keeping several journals but want to put everything into one document.  I'd like to either insert a slide show at each location I write about, or just insert a number of pictures easily!  the first time I selected about 8 pictures and they just laid over each other.  I couldn't figure out if text in front, around, and they all come in the same size, too big.  I'm looking for an easy fix as I have 22 events to write up and insert pictures in.
    Are pages the best way to go? 

    Hi billdeb411,
    Pages is certainly one way to go for creating documents such as you describe. You might want to look at this page for a better idea of its capabilities -
    Apple - Pages for Mac
    http://www.apple.com/mac/pages/
    Another possibility, particularly if you are trying to create a physical book as your end product, would be to use iPhoto. See its product page here -
    Apple - iPhoto for Mac
    http://www.apple.com/mac/iphoto/
    With it you can create a photo book with your computer and have Apple print the book out for you
    Apple - Print Products for Mac
    http://www.apple.com/mac/print-products/
    Have fun creating your diary!
    Best,
    Brett L

  • How can I insert an image into a PDF?

    I am using Acrobat 9. I created a document in InDesign and now I want to add an image to the PDF without going back to InDesign. How do I accomplish this without using the Stamp tool. The reason why I do not want to use the stamp tool is because when this document is created and sent to someone else to see and print, if they do not change their print setting to print Document and Markings, the images will not show up and I want to make the document "idiot proof." If I use the button feature to create the document, then the message to fill in a form appears at the top and there is no field to fill in.
    Thanks
    Barbara

    If you have the image you want to add as a PDF (this works well for me) you can add a button under TOOLS - FORM - Button tool.
    Once you have drawn the box, In the options tab go to Layout menu and move to icon only. This will enable you to choose where the source for the image will be. Ensure that you click the advanced tab after you have chosen you file, and have the scale proportionally and fill box. This way you can scale it to any size you want.

  • How can I insert a logo into my signature but keep the typed signature?

    I want to type info & also insert my logo
    Example:
    Carl Clouser
    Director of Sales
    TRYST Electronic Smoking Products
    [email protected]
    724-679-4212
    www.enjoytryst.com
    www.facebook.com/enjoytryst
    www.twitter.com/enjoytryst
    Insert logo here
    plus I want the links to be hyperlinks which can be clicked on

    Hello,
    See here information about signature:
    *[https://support.mozilla.org/en-US/kb/signatures Signatures]

  • How can I insert an Image into PDF document programmatically?

    I am trying to work with a pdf programmatically through FoxPro using objects:
    createObject(”AcroExch.App”)
    createObject(”AcroExch.AvDoc”)
    createObject(”AcroExch.PDDoc”)
    I am able to open acrobat, add / delete pages, fill in some fields with the “AFormAut.App” object. and finally print the pdf.
    I print Hundreds of books for students in our college, each student gets a book specificaly tailered for the student.
    Everything goes programmatically.
    Now I want to insert images into the pdf, also programmatically.
    I cant find a which object to work with?
    I wish there was a way to do it just as I did with the things i mentioned above.
    Any help would be greatly appreciated.

    Thanks,
    So where do I goet the plugins or how do I know which plugin would enable me
    to work with images?
    Now I got to another thing that I need, I need to flatten pdf
    programmatically, and don't know how.

Maybe you are looking for

  • JDev10.1.2: Difference betwn same oracle.jbo.classes in different jar files

    Hello guys, does somebody knows the difference between these two JDeveloper 10.1.2 directories? JDEV_HOME/BC4J/lib JDEV_HOME/BC4J/jlib And more deeply, why are there different jar files both containing classes like oracle.jbo.domain.Number and oracle

  • Smartform Mail Issue

    Can anyone please let me know how to set the value of JOB_OUTPUT_INFO-OUTPUTDONE to 'X' in the class CL_SF_MAIL_PPF. My requirement is to avoid error mesage in logs of transaction CRMD_ORDER which is triggering a smartform mail, if I change the value

  • Why am I unable to sign in after purchasing Export PDF ?????

    Why do I get an error message, that "there is an error in signing in" when I try to use a newly purchased Export PDF????

  • Startup Terminal commands - FROM OTHER USER

    Excuse my informality and my lack of english: I have installed successfully Oracle 10g on my iMac G5, it works all-ok but it just wont start automatically when i boot up, i have to type this commands in terminal each time i boot up: ($ORACLE_HOME = /

  • Holidays to be displayed in Employees Work schedule

    Hello Experts, While Generating daily Work Schedule Manually,in the selection screen system asks for ESG grp,PSA Grpng,Holiday Calander ID & year for which work schedule rule has to be generated. but when we create it or execute it,it only shows DWS