Pls advice me how to add X509IssuerSerial to SOAP

Hi Java expert guys...
I'm trying to make signed soap message.
So I made my programming code like the below.
{color:#333333}*FileInputStream fis = new FileInputStream("d:\\signCert.der");*
CertificateFactory cf = CertificateFactory.getInstance( "X.509" );
X509Certificate cert = (X509Certificate)cf.generateCertificate(fis);
sig.addKeyInfo(cert.getPublicKey());
sig.addKeyInfo(cert);{color}
But I just get the below without X509IssuerSerial.
<ds:KeyInfo>
<ds:KeyValue>
<ds:RSAKeyValue> <ds:Modulus>0kAPK6BMhiMTVia+XwXYDLhdD1+ZDcb86r17js68IzbbZYgUwMeu2yEe8zx+/pZsBD3jM89XaGWEeHTBo/QOQa0ZgBm135P4ce+7fhksL8UyanVXR/evzLyghTFaHK22jOkZWlcs2R85UnVH561qO+WMxK59aRvYF06IXlRaDW8=
</ds:Modulus>
<ds:Exponent>AQAB</ds:Exponent>
</ds:RSAKeyValue>
</ds:KeyValue>
{color:#0000ff}<ds:X509Data>
<ds:X509Certificate>MIIFXjCCBEagAw.....
</ds:X509Certificate>
</ds:X509Data>{color}
</ds:KeyInfo>
I cannot find out the way to add X509IssuerSerial in the above <ds:X509Data> like the below.
{color:#0000ff}<ds:X509Data>{color}
{color:#ff0000}*<ds:X509IssuerSerial>*
*<ds:X509IssuerName>ou=ttt,ou=LicensedCA,o=ttt,c=KR</ds:X509IssuerName>*
*<ds:X509SerialNumber>123456</ds:X509SerialNumber>*
*</ds:X509IssuerSerial>*{color}
{color:#0000ff}<ds:X509SubjectName>cnxxx,ou=xxx,ou=LicensedCA,o=xxx,c=KR</ds:X509SubjectName>
<ds:X509Certificate>MIIFXjCCBEagAw.....
</ds:X509Certificate>
</ds:X509Data>
{color}{color:#000000}If there are someone who know this, pls advice me.
Thanks...{color}

Hi SG,
BUT WHEN I ENTER THE NAME OF THE WEB REPORT BRD_MM_01 AFTER OPENING THE REPORT , I WAS CLICKING ON PUBLISH---> AS BEX BROAD CASTER AND NEW SCREEN  COMES WITH LOGON DETAILS
AFTER ENTERING THE LOGON DETAILS IT IS SHOWING ME THE SETTINGS FOR NEW USERS LIKE CREATE SETTINGS.
I WAS NOT ABLE TO ADD THE NEW USERS IN THAT BECUASE AFTER ENTERING THE USERNAEM AND MAIL ID'S IT'S GIVING ME THE MESSAGE LIKE THESE USERS ARE NOT VALID BW USERS.
BUT FOR AUTOMATIC BROADCAST OF THIS REPORT NO NEED OR BW USER I.E. I CAN BROAD CAST THIS REPORT TO ANY USER (RIGHT OR NOT)
AND ALSO IT IS ASKING ME THE ROLE OF THE USER ALSO.
PLEASE ADVICE ME .
THANKS IN ADVANCE,
REGARDS,
KUMAR.

Similar Messages

  • Advice me how to add PERSONS (2) broadcast report SDT_PP_MM_01& settings

    Hi Expertts,
    How to add perrsons name (newly) in Automatic Broad casting report which is already running.
    But one of my friend adviced me to do settings for" To make these changes, you must maintain the Setting SDT_PP_MM_01_S01 in the web report BRD_PP_mm_01. These changes should be made directly on PE8".
    Please advice me , it's urgent for client requirement.
    I will difinietely assingn points for this.
    Thanks in Advance,
    Thanks,
    Kumar.

    Hi SG,
    BUT WHEN I ENTER THE NAME OF THE WEB REPORT BRD_MM_01 AFTER OPENING THE REPORT , I WAS CLICKING ON PUBLISH---> AS BEX BROAD CASTER AND NEW SCREEN  COMES WITH LOGON DETAILS
    AFTER ENTERING THE LOGON DETAILS IT IS SHOWING ME THE SETTINGS FOR NEW USERS LIKE CREATE SETTINGS.
    I WAS NOT ABLE TO ADD THE NEW USERS IN THAT BECUASE AFTER ENTERING THE USERNAEM AND MAIL ID'S IT'S GIVING ME THE MESSAGE LIKE THESE USERS ARE NOT VALID BW USERS.
    BUT FOR AUTOMATIC BROADCAST OF THIS REPORT NO NEED OR BW USER I.E. I CAN BROAD CAST THIS REPORT TO ANY USER (RIGHT OR NOT)
    AND ALSO IT IS ASKING ME THE ROLE OF THE USER ALSO.
    PLEASE ADVICE ME .
    THANKS IN ADVANCE,
    REGARDS,
    KUMAR.

  • How to add new custom SOAP header when generate webservice?

    Hi
    When invoke an external webservice, SOA Gateway provide a method to add new customized SOAP Header, via extending seeded java function "WebServiceInvokerSubscription".
    And in case of generating a new webservice in EBS, is there some similar method to add new customized SOAP header in the webservice?
    Thanks
    James

    Look at your Payment Process Profile. THere should be a reporting subtab and within that subtab is a Separate Remittance Advice region. I believe that is where you specify the format for the remittance advice document (which is built in XML Publisher). Take a look at that.
    John Dickey

  • WCF request with utl_dbws how to add Header into SOAP envelope

    I’m trying to make WCF (Windows Communication Foundation) request and using for that utl_dbws package.
    After making request (calling utl_dbws.invoke) it will give error “ORA-29532: Java call terminated by uncaught Java exception: javax.xml.rpc.soap.SOAPFaultException: The server was unable to process the request due to an internal error. For more information about the error, either turn on IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from the <serviceDebug> configuration behavior) on the server in order to send the exception information back to the client, or turn on tracing as per the Microsoft .NET Framework 3.0 SDK documentation and inspect t”
    I turned on logging (utl_dbws.set_logger_level) I see that system sends standard SOAP envelope and does not have Header at all. How can I use my own SOAP envelope and/or add Header.
    All info that logging give is:
    ServiceFacotory: oracle.j2ee.ws.client.ServiceFactoryImpl@eec8c59c
    WSDL: null
    Service: oracle.j2ee.ws.client.BasicService@7c110d23
    *** Created service: -677524827 - oracle.jpub.runtime.dbws.DbwsProxy$ServiceProxy@562bd0c4 ***
    ServiceProxy.get(-677524827) = oracle.jpub.runtime.dbws.DbwsProxy$ServiceProxy@562bd0c4
    getOperationInfo return NULL: port={http://tempuri.org/Service/}BasicHttpBinding_Service, operation={http://tempuri.org/Service/}GetLov
    setProperty(javax.xml.rpc.soap.http.soapaction.use, true)
    setProperty(javax.xml.rpc.soap.http.soapaction.uri, http://tempuri.org/Service/GetLov)
    setProperty(javax.xml.rpc.encodingstyle.namespace.uri, http://www.w3.org/2005/08/addressing)
    setProperty(javax.xml.rpc.security.auth.username, DefaultUser)
    setProperty(javax.xml.rpc.security.auth.password, MySecretPassword)
    <GetLOV xmlns="http://tempuri.org/"> <request xmlns:d4p1="http://schemas.datacontract.org/2004/07/x.y.z.LOV.Request" xmlns:i="http://www.w3.org/2001/XMLSchema-instance"> <d4p1:AgentCode>AGENT</d4p1:AgentCode> <d4p1:Language>ENG</d4p1:Language> <d4p1:ProcessName>test</d4p1:ProcessName> </request></GetLOV>
    Attribute 0: http://tempuri.org/: xmlns, http://tempuri.org/
    createElement(GetLOV,null,http://tempuri.org/)
    Attribute 0: http://tempuri.org/: xmlns, http://tempuri.org/
    dbwsproxy.element.node.child.0: 1, null
    dbwsproxy.add.map: d4p1, http://schemas.datacontract.org/2004/07/x.y.z.LOV.Request
    Attribute 0: http://schemas.datacontract.org/2004/07/x.y.z.LOV.Request: xmlns:d4p1, http://schemas.datacontract.org/2004/07/x.y.z.LOV.Request
    dbwsproxy.add.map: i, http://www.w3.org/2001/XMLSchema-instance
    Attribute 1: http://www.w3.org/2001/XMLSchema-instance: xmlns:i, http://www.w3.org/2001/XMLSchema-instance
    createElement(request,null,http://tempuri.org/)
    dbwsproxy.add.soap.element.namespace: d4p1, http://schemas.datacontract.org/2004/07/x.y.z.LOV.Request
    Attribute 0: http://schemas.datacontract.org/2004/07/x.y.z.LOV.Request: xmlns:d4p1, http://schemas.datacontract.org/2004/07/x.y.z.LOV.Request
    dbwsproxy.add.soap.element.namespace: i, http://www.w3.org/2001/XMLSchema-instance
    Attribute 1: http://www.w3.org/2001/XMLSchema-instance: xmlns:i, http://www.w3.org/2001/XMLSchema-instance
    dbwsproxy.element.node.child.0: 1, null
    dbwsproxy.lookup.map: d4p1, http://schemas.datacontract.org/2004/07/x.y.z.LOV.Request
    createElement(d4p1:AgentCode,null,http://schemas.datacontract.org/2004/07/x.y.z.LOV.Request)
    dbwsproxy.text.node.child.0: 3, E01306
    dbwsproxy.element.node.child.1: 1, null
    dbwsproxy.lookup.map: d4p1, http://schemas.datacontract.org/2004/07/x.y.z.LOV.Request
    createElement(d4p1:Language,null,http://schemas.datacontract.org/2004/07/x.y.z.LOV.Request)
    dbwsproxy.text.node.child.0: 3, ENG
    dbwsproxy.element.node.child.2: 1, null
    dbwsproxy.lookup.map: d4p1, http://schemas.datacontract.org/2004/07/x.y.z.LOV.Request
    createElement(d4p1:ProcessName,null,http://schemas.datacontract.org/2004/07/x.y.z.LOV.Request)
    dbwsproxy.text.node.child.0: 3, tesr
    request:
    <GetLOV xmlns="http://tempuri.org/">
    <request xmlns:d4p1="http://schemas.datacontract.org/2004/07/x.y.z.LOV.Request" xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://tempuri.org/">
    <d4p1:AgentCode>AGENT</d4p1:AgentCode>
    <d4p1:Language>ENG</d4p1:Language>
    <d4p1:ProcessName>test</d4p1:ProcessName>
    </request>
    </GetLOV>
    13.05.2010 14:17:28 oracle.j2ee.ws.client.ClientMessages infoAboutToInvokeCallForEndpoint
    INFO: Trying to connect to URL: https://x.y.z/WS/ Service.svc
    13.05.2010 14:17:30 oracle.j2ee.ws.client.StreamingSender _sendImpl
    FINE: StreamingSender.request:<?xml version="1.0" encoding="UTF-8"?><env:Envelope xmlns:env="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><env:Body><GetLOV xmlns="http://tempuri.org/"><request xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns:d4p1="http://schemas.datacontract.org/2004/07/x.y.z.LOV.Request"><d4p1:AgentCode>AGENT</d4p1:AgentCode><d4p1:Language>ENG</d4p1:Language><d4p1:ProcessName>test</d4p1:ProcessName></request></GetLOV></env:Body></env:Envelope>
    13.05.2010 14:17:30 oracle.j2ee.ws.client.StreamingSender _sendImpl
    FINE: StreamingSender.response:<?xml version="1.0" encoding="UTF-8"?><s:Envelope xmlns:s="http://schemas.xmlsoap.org/soap/envelope/"><s:Body><s:Fault><faultcode xmlns:a="http://schemas.microsoft.com/net/2005/12/windowscommunicationfoundation/dispatcher">a:InternalServiceFault</faultcode><faultstring xml:lang="et-EE">The server was unable to process the request due to an internal error. For more information about the error, either turn on IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from the &lt;serviceDebug&gt; configuration behavior) on the server in order to send the exception information back to the client, or turn on tracing as per the Microsoft .NET Framework 3.0 SDK documentation and inspect the server trace logs.</faultstring></s:Fault></s:Body></s:Envelope>
    Exception in thread "Root Thread" javax.xml.rpc.soap.SOAPFaultException: The server was unable to process the request due to an internal error. For more information about the error, either turn on IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from the <serviceDebug> configuration behavior) on the server in order to send the exception information back to the client, or turn on tracing as per the Microsoft .NET Framework 3.0 SDK documentation and inspect the server trace logs.
         at oracle.j2ee.ws.client.StreamingSender._raiseFault(StreamingSender.java:559)
         at oracle.j2ee.ws.client.StreamingSender._sendImpl(StreamingSender.java)
         at oracle.j2ee.ws.client.StreamingSender._send(StreamingSender.java:112)
         at oracle.j2ee.ws.client.dii.CallInvokerImpl.directInvoke(CallInvokerImpl.java:705)
         at oracle.j2ee.ws.client.dii.BasicCall.directInvoke(BasicCall.java:692)
         at oracle.j2ee.ws.client.dii.BasicCall.invoke(BasicCall.java:598)
         at oracle.jpub.runtime.dbws.DbwsProxy$CallProxy.invokeProxy(Unknown Source)
         at oracle.jpub.runtime.dbws.DbwsProxy$CallProxy.access$2600(Unknown Source)
         at oracle.jpub.runtime.dbws.DbwsProxy.invokeProxy(Unknown Source)

    HTTP is HTPP... mostly.
    In other words, the application protocol is stand and specified in RFC2616 (http://www.w3.org/Protocols/rfc2616/rfc2616.html)
    The exception is specific proprietary extensions.. like for example Microsoft's NTLM authentication handshake.
    The UTL_HTTP interface supports the protocol pretty well as per the protocol's specification. So using it to interact with a a web service should not be a major issue. The protocol is standard (e.g. POST command is used to supply the payload to the web service). The only real issue is formatting the payload for that as per what the web service expect. And that has nothing to do with HTTP itself - or UTL_HTTP. It is simply the delivering mechanism.
    Getting that mechanism to work is fairly easy and should not pose a problem. Instead I suggest you focus on exactly how the HTTP payload needs to look like. Does that web service expects any specific name-values in the header? What does it expect in the body? Etc.

  • How to add  variables in SOAP header before to call my Physical Service?

    In ODSI,
    I created a Physical Service for an external WebService (third part).
    In a logical Service (inside a XQuery Extension Function) i am calling the previous Physical Service. However, I need to add some variables in the SOAP Header Request before to call that Physical Service.
    Thanks

    Since your webservice accepts a SOAP Header, the wsdl for your webservice should describe that SOAP header (as well as the body). And when ODSI creates the physical data service from the wsdl, the read function will take two arguments - one is the SOAP header and the other is the SOAP body. All you need to do is populate the soap header and body.
    If your wsdl does not describe the soap header - fix it so that it does. If need be, make a copy of the wsdl, modify it to describe the soap header, save it in your DataSpace, and then (re)create the physical data service from the wsdl.
    - Mike

  • How to add a SPACE as suffix to the last field in the downloaded text file?

    Hi Experts,
    By using GUI_DOWNLOAD am saving the data(only 3 fields) in a text file on my desk top.
    fine.
    example current record1 : 010001                      354.999            26.000
    here, after 3rd field 26.000, immediately the cursor is jumping to next line in text file.
    but, wanna a SINGLE SPACE after 26.000, say 26.000+space.
    tried with CONCATENATE, OFFSETTING, but no use(may b am using incorrectly)
    so, pls. suggect me, How to add a SPACE as suffix to the last field in the downloaded text file?
    thanq

    Sorry...Typo error...Too many in the last few days -:(
    Wanted to say AFTER -:)
    Do it like this...
    FIELD1 TYPE XXX,
    FIELD2 TYPE XXX,
    FIELD3 TYPE XXX,
    SPACE(1) TYPE C,
    That way you should end with...
    26.000+SPACE
    Greetings,
    Blag.

  • How to add screen for IEQM0003

    Hi All,
    I am working for T code IE02 in PM module.
    I have requirement that when user saves the Equipment, a Pop-Up screen should come.
    This will contain 2 Radio-buttons and one Ok button.
    After Selection any Radio Button and Pressing OK, a Workflow will be triggered.
    Please give me step by step procedure to do above.
    There is User Exit Enhancement IEQM0003. Pls tell me how to add screen to it.
    Raja

    Rishi
    1. Create custom screen in function group XEQM... which is the same function group for the Exit EXIT_SAPMIEQ0_001.
    2. Do call screen to view that custom screen in user exit EXIT_SAPMIEQ0_001.
    3. Trigger the workflow event as per your requirement. For this write the code in PAI of Custom Screen.
    Thanks
    Amol Lohade

  • How to add a field in Info Source

    hi,
    I have added an extra field in extract structure at R/3 and successfully replicated to BW.
    Can anyone pls tell me how to add an extra field (info object) in info source (transfer structure and Transfer rules) and ODS.
    pls explain step by step.
    regards,
    Avneet

    Hi,
    To add the field
    1) goto the RSA6 double click on it
    2) double click on the extract structure
    3) u will get ur extract structuter then u can see the append structure at the top left click onit
    4)give the name of the structure..
    5) enter the NEW field startign with "Z"
    6) Save it
    7) Go to Cmod and then create a project
    8) the assign components as EXIT_SAPLRSAP_002 (for trasaction data)
    9) Go inside the include adn srite a code to fill the values to ur NEW field from the table u wnat move
    10) save the code and activate it
    11) Go to RSA3 and test the extractor
    12) check ur NEW field is there or not (if u dont find ur field go to rsa6 adn double click ur DS and then see that there is a HIDE mark i schecked or not)
    13) if everything looks fine from R3 side
    14) then Replicate the data source in BW
    15) u will find the new fild in the Trasfer structure
    16)assign to the IO which u want to mapp.. adn Activate it
    17) Add a new IO in Cube
    18) check all ur Update rules to map to fill the new IO from R3
    19) The Load the data to Cube
    Hope it helped
    Thanks
    DST

  • How to Add a correspondence type and tick the parameter(FI Down Payment)

    Hi All,
    To use the Down-Payments functionality of SAP for customer payments. Part of the process will be to print off a request for the customer to pay based on data that is entered into transaction F-37 (Down-Payment Request).
    I have created a new sapscripts for the Down-Payment Request. We will need a new correspondence type creating for this print. For ZFI006 to show anything the u201CNoted Itemsu201D must be ticked when printed in ZFI006 using correspondence ZAP11.
    Kindly advice me how to add a new correspondence type and the u201CNoted Itemsu201D must be ticked?
    Thanks.

    Hi,
    You cannot define a payment type as that is based on a lookup defined under the navigation Setup>lookup>Payables.
    This look up access level is System whihc implies it does not allow user level values to be defined.
    So you have to use the available payment types,
    Thanks
    Manish Jain.

  • How to add group

    hi,
    pls tell me how to add group for the new instance... i created the user.. now i need to add group...
    pls tell me the commands.... waiting for reply....

    Hi user;
    When i create user and group i follow this
    -Login as root
    - groupadd dba (dba is my group which i want to create)
    or
    groupadd oinstall
    - create user and add it to group
    useradd -g dba -d /home/applmgr applmgr << you can give different user home if you want
    Please check
    http://www.cyberciti.biz/faq/howto-linux-add-user-to-group/
    http://linux.about.com/od/commands/l/blcmdl8_groupad.htm
    Or simply type in shell man groupadd or man useradd << man mean is the user manuel
    Hope it helps
    Regard
    Helios

  • HT5312 I forgot my security question and my rescue email are the same as Apple ID so cannot reset my security question. Any advice on how to reset m security or add a rescue email ? Thanks

    I forgot my security question and my rescue email are the same as Apple ID so cannot reset my security question. Any advice on how to reset m security or add a rescue email ? Thanks

    If you don't have a rescue email address then you will need to contact iTunes Support / Apple to get the questions reset.
    Contacting Apple about account security : http://support.apple.com/kb/HT5699
    When they've been reset you can use the steps half-way down the HT5312 page that you posted from to add a rescue email address for potential future use

  • HT201328 iphone was used in USA with ATT now i have the phone in INDIA want to use pls advice how to unlock

    I want to unlock the iphone 4 it was used in USA , presently i want to use in INDIA pls advice how to unlock

    Here's AT&T's iPhone unlocking requirements & how to get your phone officially unlocked:
    http://www.att.com/esupport/article.jsp?sid=KB414532&cv=820#fbid=T8xceTXwiob
    If you don't meet those requirements, AT&T will not authorize the unlocking of your iPhone. If that's the case, no one here can help you, & Apple can't/won't.
    Only AT&T can authorize the official unlocking of your phone.

  • HT5312 Hello! my resque email address is not provided. Pls inform how to add it

      My rescue email address is not provided. Pls. inform how to add. it and reset your security questions ?

    You can only add a rescue email address by answering two of your security questions, so you will need to get those reset first if you can't answer then - see if the instructions on this user tip helps : https://discussions.apple.com/docs/DOC-4551
    When you can answer them you can then add a rescue email address for potential future use as described half-way down the page that you posted from

  • How to add payment advice for XML file filed in vendor account group

    Hi All,
    I have a requirment to add Payment advice for XML file field in vendor account group under payment transcation tap,
    kindly advice where i can add above mention field in vendor account group.
    thanks
    khaja

    done

  • Advice please on how to add a shopping cart in iweb

    Hi
    I am going to re-vamp my iweb created website and was wondering if anyone could advise me on how to add a shopping cart please, and which one would you suggest...? Paypal...?
    I use GoDaddy to host my site and publish through MobileMe.
    Also, bit of a two part question.... Can I use simpleviewer on my iweb created site... is it compatible...?
    I would like to go with iweb but may consider other options if this is not possible..
    Thanks for any help
    Gerry....

    Sorted...

Maybe you are looking for

  • How do I read a txt file and keep only IP addresses based on the first 2 or 3 octets of the IP?

    Hello, I have a text file and each line contains random text followed by an IP address as follows. some text....172.30.25.30 some text.....172.30.85.10 some text..172.30.25.35 some text.......172.30.85.11 some text....172.30.15.1 some text...172.30.1

  • Xperia Z1 Compact D5503 14.3.A.0.757 upgrade experience

    hi all, I just want to share my experience with the latest build version 14.3.A.0.757 which has become available in Austria on Friday, 18th of April 2014. Friday afternoon an OTU I installed the update to Android 4.4.2 which automatically was suggest

  • How to avoid Duplicate values in Oracle forms

    Hello Everyone, I am new to Oracle forms, working on Oracle Applications : 12.1.2, Here I have a form Receiving Transactions, in that I have Lot_Number and quantity columns. The purchased items need to be stored in Lot number. If 100 quantities purch

  • Cd jewel case insert prints backwards

    I purchased a CD on itunes. When I try to print the jewel case, it prints backwards.  What can I do to correct this issue?

  • Can't install iTunes 12.0 on 32-bit Windows XP

    I recently successfully upgraded my iPhone to IOS 8.  When I tried to connect the phone to iTunes 11.1.5.5 on my 32-bit Windows XP laptop, I got a message that I needed to have iTunes 11.2 or higher.  Following the upgrade download link, I kept getti