WSDL with signature

Hello!!!
I'm not fully sure if it's a correct forum, so please forgive if i made a mistake
I need to consume Web Service (WSDL). It's working without any problem. But there is also one operation where I need to add Digitial Signature to it.
It is very hard to find any documentation how to configure signing XML messages in SAP. I was looking for SSF which should fit to my requriements. Then I found something like WS Security in LPCONFIG - but i don't know how to use it. I put there Profile OUT, but nothing happen. Could you give me some directions where to look for this?
To generate proxy i used SE80. I have only ABAP instance (but if there won't be any other choice i can install AS JAVA as well). No PI system in landscape.
Best regards
Rob

It depends on the release of your system...
If you have 700 system and you still configure your Logical Port via transaction LPConfig you can use transaction WSSProfile
http://help.sap.com/saphelp_srm40/Helpdata/EN/e1/af3a40243c174ee10000000a1550b0/frameset.htm
For newer releases transaction SOAMANAGER must be used to configure SOAP Web Services. Please consult this documentation link as an entry point:
http://help.sap.com/saphelp_nw70ehp2/helpdata/en/c0/d809a4e0bf493b9aed84c6912a1759/frameset.htm
Document Security settings for Logical Ports however can ONLY be configured using WSDL based configuration which demands that the WSDL is enriched with Web Service Security Policies which describe how to sign/encrypt the SOAP message.
The manual configuration of Logical Ports in SOAMANAGER only supports a limited set of SOAP runtime security capabilities like HTTP Basic authentication and Assertion tickets for authentication.
Inside a NetWeaver PI channel you can configure all the available SOAP runtime security capabilities without the requirement of having a WSDL with Security Policies. Both the Web Service Adapter and the SOAP adapter support Asymmetric XML Signature/Encryption.
Edited by: Mathias Essenpreis on Jan 22, 2012 8:03 PM

Similar Messages

  • How to create Web Service Client from wsdl with digital signature?

    Please, help me to create Web Service Client from wsdl with digital signature. I know create Web Service client from wsdl file and I know how to add digital signature to XML with jwsdp, but I don't know how to do it together.
    Thanks.

    I'm handling security wit JAX-WS handler. So I insert "manually" ws-security tag and I encrypt (and sign) message parts.
    On client side, all works fine, but on server side I obtain:
    ---Server Inbound SOAP message---|#]
    Decrypting message and rebuilding Valuees... |#]
    Starting decrypt|#]
    . dectypted.!
    --found following string: <ns1:addiziona><num1>80</num1><num2>22222</num2></ns1:addiziona>|#]
    ...MESSAGE Restored.|#]
    <?xml version="1.0" ?><soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ds="http://www.w3.org/2000/09/xmldsig#" xmlns:ns1="http://calculator.me.org/" xmlns:wsse="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-secext-1.0.xsd" xmlns:wsu="http://docs.oasis-open.org/wss/2004/01/oasis-200401-wss-wssecurity-utility-1.0.xsd"><soapenv:Body><ns1:addiziona><num1>80</num1><num2>22222</num2></ns1:addiziona></soapenv:Body></soapenv:Envelope>|#]
    Error in decoding SOAP Message
    Error in decoding SOAP Message
            at com.sun.xml.ws.encoding.soap.server.SOAPXMLDecoder.toInternalMessage(SOAPXMLDecoder.java:89)
            at com.sun.xml.ws.protocol.soap.server.SOAPMessageDispatcher.toMessageInfo(SOAPMessageDispatcher.java:187)
            at com.sun.xml.ws.protocol.soap.server.SOAPMessageDispatcher$SoapInvoker.invoke(SOAPMessageDispatcher.java:571)
            at com.sun.xml.ws.protocol.soap.server.SOAPMessageDispatcher.receive(SOAPMessageDispatcher.java:145)
            at com.sun.xml.ws.server.Tie.handle(Tie.java:88)
            at com.sun.enterprise.webservice.Ejb3MessageDispatcher.handlePost(Ejb3MessageDispatcher.java:160)
            at com.sun.enterprise.webservice.Ejb3MessageDispatcher.invoke(Ejb3MessageDispatcher.java:89)
            at com.sun.enterprise.webservice.EjbWebServiceServlet.dispatchToEjbEndpoint(EjbWebServiceServlet.java:178)
            at com.sun.enterprise.webservice.EjbWebServiceServlet.service(EjbWebServiceServlet.java:109)
            at javax.servlet.http.HttpServlet.service(HttpServlet.java:820)
            at com.sun.enterprise.web.AdHocContextValve.invoke(AdHocContextValve.java:100)
            at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
            at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:536)
            at com.sun.enterprise.web.WebPipeline.invoke(WebPipeline.java:71)
            at org.apache.catalina.core.StandardHostValve.invoke(StandardHostValve.java:182)
            at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
            at com.sun.enterprise.web.VirtualServerPipeline.invoke(VirtualServerPipeline.java:120)
            at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:939)
            at org.apache.catalina.core.StandardEngineValve.invoke(StandardEngineValve.java:137)
            at org.apache.catalina.core.StandardPipeline.doInvoke(StandardPipeline.java:566)
            at org.apache.catalina.core.StandardPipeline.invoke(StandardPipeline.java:536)
            at org.apache.catalina.core.ContainerBase.invoke(ContainerBase.java:939)
            at org.apache.coyote.tomcat5.CoyoteAdapter.service(CoyoteAdapter.java:231)
            at com.sun.enterprise.web.connector.grizzly.ProcessorTask.invokeAdapter(ProcessorTask.java:667)
            at com.sun.enterprise.web.connector.grizzly.ProcessorTask.processNonBlocked(ProcessorTask.java:574)
            at com.sun.enterprise.web.connector.grizzly.ProcessorTask.process(ProcessorTask.java:844)
            at com.sun.enterprise.web.connector.grizzly.ReadTask.executeProcessorTask(ReadTask.java:287)
            at com.sun.enterprise.web.connector.grizzly.ReadTask.doTask(ReadTask.java:212)
            at com.sun.enterprise.web.connector.grizzly.TaskBase.run(TaskBase.java:252)
            at com.sun.enterprise.web.connector.grizzly.WorkerThread.run(WorkerThread.java:75)
    Caused by: javax.xml.ws.soap.SOAPFaultException: Cannot find the dispatch method
            at com.sun.xml.ws.encoding.soap.SOAPDecoder.raiseFault(SOAPDecoder.java:674)
            at com.sun.xml.ws.encoding.soap.server.SOAPXMLDecoder.decodeDispatchMethod(SOAPXMLDecoder.java:152)
            at com.sun.xml.ws.encoding.soap.SOAPDecoder.decodeBodyContent(SOAPDecoder.java:337)
            at com.sun.xml.ws.encoding.soap.SOAPDecoder.decodeBody(SOAPDecoder.java:327)
            at com.sun.xml.ws.encoding.soap.SOAPDecoder.decodeEnvelope(SOAPDecoder.java:250)
            at com.sun.xml.ws.encoding.soap.server.SOAPXMLDecoder.toInternalMessage(SOAPXMLDecoder.java:81)
            ... 29 more
    |#]
    --->handleFault O_o<---|#]If you have any idea for solving my problem, then I can post my simple example :(
    Bye!

  • Invoke a business service base in a WSDL with customer WS-Security Policy

    Customer write a Web service (Refer to the attachment file “HTTPS_PartyServicePortType.WSDL”)which declare a WS-Security Policy and apply this it to WS binding ,How can I generate a business service base in this WSDL and invoke it successfully?
    When create a business service in OSB, we get a error with below messages
    [[OSB Kernel:398133]The service is based on WSDL with Web Services Security Policies that are not natively supported by Oracle Service Bus. Please select OWSM Policies - From OWSM Policy Store option and attach equivalent OWSM security policy. For the Business Service, either you can add the necessary client policies manually by clicking Add button or you can let Oracle Service Bus automatically pick and add compatible client policies by clicking Add Compatible button.
    After enhanced the OSB domain with OWSM extension, we found the OOTB OWSM defined cannot support the HttpsToken and OSB cannot support below WS-Policy defined in OWSM, refer to http://docs.oracle.com/cd/E21764_01/doc.1111/e15866/owsm.htm#OSBDV1681
    51.2.8.1 Unsupported Assertion
    •     binding-permission-authorization
    •     http-security
    •     OptimizedMimeSerialization (MTOM)
    •     RMAssertion (Reliable Messaging)
    •     sca-component-authorization
    •     sca-component-permission-authorization
    •     UsingAddressing
    •     wss-saml-token-bearer-over-ssl (Authentication)
    it means that we cannot generate a web service with customer WS-security Policy
    The WS-Security Policy is shown as below:
    <wsp:Policy wsu:Id="WSHttpBinding_IPartyServicePortType_policy">
    <wsp:ExactlyOne>
    <wsp:All>
    <sp:TransportBinding xmlns:sp="http://schemas.xmlsoap.org/ws/2005/07/securitypolicy">
    <wsp:Policy>
    <sp:TransportToken>
    <wsp:Policy>
    <sp:HttpsToken RequireClientCertificate="false"/>
    </wsp:Policy>
    </sp:TransportToken>
    <sp:AlgorithmSuite>
    <wsp:Policy><sp:Basic256/></wsp:Policy>
    </sp:AlgorithmSuite>
    <sp:Layout><wsp:Policy><sp:Strict/></wsp:Policy></sp:Layout>
    </wsp:Policy>
    </sp:TransportBinding>
    <wsaw:UsingAddressing/>
    </wsp:All>
    </wsp:ExactlyOne>
    </wsp:Policy>
    BestRegards!
    Simon

    Hi
    According to
    http://e-docs.bea.com/wls/docs90/webserv/annotations.html#1050414
    If you are going to publish the policy file in the Web Service archive, the policy XML file must be located in either the META-INF/policies or WEB-INF/policies directory of the EJB JAR file (for EJB implemented Web Services) or WAR file (for Java class implemented Web Services), respectively.
    Can you make sure the policy file is in there?
    Also there is a sample from the developer at http://dev2dev.bea.com/blog/jlee/archive/2005/09/how_to_use_anno.html
    Vimala-

  • Creating new logical ports for WSDL with several port types not working

    Hi all,
    I am trying to integrate some BODS webservice into the BPM. I am using CE 7.2 Kernel Version:     7.20.3710. When I am trying to assign a provider system in the application configuration I get following error:
    The provider system successfully found the needed service, but its wsdl is without webservice policy. Thus the generated client configuration might not work because of different configurations between service and client (most probable a difference in the security settings). Either assign a provider system with access to wsdl with policy or manually create the client configuration.
    The regarding provider system is using a communication profil where the authentication method is set to "none". Normally this configuration should work, but it isn't.
    So I started to create new logical ports for each port type. But then I get the error:
    Port type name of loaded WSDL does not match the port type name of the Service Reference.
    I checked already the port type names in the WSDL but they are 100% the same. What I found was that the configuration is always trying to use the first port type in the WSDL. So I am not able to configure the other port types in the service group.
    I also tried to do the same thing using a WSDL with just one port type and surprise it is working...
    I hope somebody can help me out
    Thanks in advance
    Andy

    Hi Andy,
    Please check this Link: https://cw.sdn.sap.com/cw/docs/DOC-45012
    Regards,
    Naresh B

  • Testing SAP PI 7.0 WSDL with SOAPUI

    Hello everybody.
    I'm trying to call an async web service in SAP PI 7.0 with the help of SOAPUI
    (got the WSDL with the define Web Service in the integration builder)
    I get the following error:
    ERROR:java.net.SocketException: Software caused connection abort: connect
    The HTTP log of SOAPUI is empty.
    the message in the error log is:
       java.net.SocketException: Software caused connection abort: connect
            at java.net.PlainSocketImpl.socketConnect(Native Method)
            at java.net.PlainSocketImpl.doConnect(Unknown Source)
            at java.net.PlainSocketImpl.connectToAddress(Unknown Source)
            at java.net.PlainSocketImpl.connect(Unknown Source)
            at java.net.SocksSocketImpl.connect(Unknown Source)
            at java.net.Socket.connect(Unknown Source)
            at java.net.Socket.connect(Unknown Source)
            at java.net.Socket.<init>(Unknown Source)
            at java.net.Socket.<init>(Unknown Source)
            at org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSocket(DefaultProtocolSocketFactory.java:80)
            at org.apache.commons.httpclient.protocol.DefaultProtocolSocketFactory.createSocket(DefaultProtocolSocketFactory.java:122)
            at org.apache.commons.httpclient.HttpConnection.open(HttpConnection.java:707)
            at com.eviware.soapui.impl.wsdl.support.http.SoapUIMultiThreadedHttpConnectionManager$HttpConnectionAdapter.open(SoapUIMultiThreadedHttpConnectionManager.java:1637)
            at org.apache.commons.httpclient.HttpMethodDirector.executeWithRetry(HttpMethodDirector.java:387)
            at org.apache.commons.httpclient.HttpMethodDirector.executeMethod(HttpMethodDirector.java:171)
            at org.apache.commons.httpclient.HttpClient.executeMethod(HttpClient.java:397)
            at com.eviware.soapui.impl.wsdl.submit.transports.http.HttpClientRequestTransport.sendRequest(HttpClientRequestTransport.java:202)
            at com.eviware.soapui.impl.wsdl.WsdlSubmit.run(WsdlSubmit.java:123)
            at java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
            at java.util.concurrent.FutureTask$Sync.innerRun(Unknown Source)
            at java.util.concurrent.FutureTask.run(Unknown Source)
            at java.util.concurrent.ThreadPoolExecutor$Worker.runTask(Unknown Source)
            at java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
            at java.lang.Thread.run(Unknown Source)
    did anyone tried to use SOAPUI with SAP PI 7.0 WSDL's ?
    Any help will be welocme.
    Thanks.

    Thank you for the quick reply.
    I have installed SOAPUI on my desktop.
    I have checked telnet with the server - ports 8000 and 50000 - it works fine.
    I have also tried to change the WSDL so that instead of the server name I wrote the server IP and created a new SOAPUI project, and still the same error occured.
    If the problem is indeed a network problem, why can't I find any thing in the HTTP log of SOAPUI?
    I also used "netstat 1 -na" to check if the application tries to open a session, but nothing appeared.
    Is there any thing else I can check?
    Thanks again.

  • BPEL Compilation Error: Load of wsdl "with Message part element undefined..

    Hi Friends,
    I am getting following error while compiling my BPEL process:
    Error: Load of wsdl "FTPWrite.wsdl with Message part element undefined in wsdl [file:/D:/MyData/_MyProjects/052_Amazon_MetadataInterface/001_SVN/002_Intl/trunc/MetadataInterfaceIntl_2013Apr15_WorkingCode/MetadataInterface_Intl/MetadataInterface_Intl.wsdl] part name = reply     type = {http://com.fox.metadata/MetadataInterfaceIntl/MetadataInterface_Intl/types}processResponse" failed
    However the reply message is already defined in the MetadataInterface_Intl.wsdlas shown below:
    Code for MetadataInterface_Intl.wsdl::::
    "<?xml version= '1.0' encoding= 'UTF-8' ?>
    <wsdl:definitions
    name="MetadataInterface_Intl"
    targetNamespace="http://xmlns.oracle.com/MetadataInterfaceIntl/MetadataInterface_Intl/MetadataInterface_Intl"
    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
    xmlns:inp1="http://com.fox.metadata/MetadataInterfaceIntl/MetadataInterface_Intl/types"
    xmlns:tns="http://xmlns.oracle.com/MetadataInterfaceIntl/MetadataInterface_Intl/MetadataInterface_Intl"
    >
    <wsdl:types>
    <xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema">
    <xsd:import namespace="http://com.fox.metadata/MetadataInterfaceIntl/MetadataInterface_Intl/types" schemaLocation="xsd/Metadata_Interface.xsd"/>
    </xsd:schema>
    </wsdl:types>
    <wsdl:message name="requestMessage">
    <wsdl:part name="request" element="inp1:process"/>
    </wsdl:message>
    *<wsdl:message name="replyMessage">*
    *<wsdl:part name="reply" element="inp1:processResponse"/>*
    *</wsdl:message>*
    <wsdl:portType name="execute_ptt">
    <wsdl:operation name="execute">
    <wsdl:input message="tns:requestMessage"/>
    <wsdl:output message="tns:replyMessage"/>
    </wsdl:operation>
    </wsdl:portType>
    </wsdl:definitions>"
    Surprisingly, this same code was compiling file last week and now I have no clue why I am getting this error. Can someone please shade some light on this issue?
    Thanks,
    Sachin.

    Hello
    I have had the same problem in Oracle BPM and solved it using the following steps:
    1- In your application navigator window, expand the project that contains the business rule.
    2- In the SOA Content, double click on your wsdl file.
    3- When the file opens, select the schema view from the bottom of the page.
    4- In the schema view, expand all the schema nodes and check if you see any values in red. If you see one, that value has probably caused the error and you should correct it using the property inspector window.
    In my case, the schema location value was set to a wrong path, so I changed it and the error resolved.
    Also, some error that appear as warning in the rule editor will show as compile error later, such as input types not being used and such, so those must be resolved before compiling.
    Hope that was helpful
    good luck

  • Created invalid WSDL with the Integration Builder Wizard

    Hello altogether,
    I'm sitting on a WSDL to Proxy scenario and therefore I created a WSDL file with the help of the Integration builder wizard and the how to guide. I created the URL after the standard scheme:
    http://<host>:<j2ee-port>/XISOAPAdapter/MessageServlet?channel=:<service>:<channel>
    So my URL looks like the following:
    http://pimachine:50000/XISOAPAdapter/MessageServlet?channel=:GetSapFunctionAsyncOut:SOAP_SENDER_TEST_SimpleObjectMessage
    As service I inserted my outbound interface and as channel I inserted my sender adapter in the url. But if I try to call the WSDL with xmlspy I got the following mistake:
    "HTTP error: could not post file... on server pimachine(500)."
    and after that another window pops up with the message:
    "Error sending the SOAP data"
    Can anyone of you help me with that problem?
    kind regards
    Marcus

    Hello Manisha,
    I already tried it and it works. He first asks for my password and after that I got the following prompt in the Internet Explorer:
    Message Servlet is in Status OK
    Status information:
    Servlet com.sap.aii.adapter.soap.web.MessageServlet (Version $Id: //tc/xpi.adapters/NW07_04_REL/src/_soap_application_web_module/webm/api/com/sap/aii/adapter/soap/web/MessageServlet.java#1 $) bound to /MessageServlet
    Classname ModuleProcessor: null
    Lookupname for localModuleProcessorLookupName: localejbs/ModuleProcessorBean
    Lookupname for remoteModuleProcessorLookupName: null
    ModuleProcessorClass not instantiated
    ModuleProcessorLocal is Instance of $Proxy45_10002
    ModuleProcessorRemote not instantiated
    regards
    Marcus

  • Problem in Webdynpro and Adobe form with signature field

    Hi experts!
    I have a problem with Signature Field in Adobe Form showed in a Web Dynpro Abap.
    During the execution I fill the Signature field correctly but when I push any other button of the Webdynpro, the Adobe Form shows me the next error.
    After click OK, the webdynpro is hang and not respond.
    Any idea why not respond?
    Thanks.

    Hi friend,
    Its not like that the Adobe created using SFP is non interactive.
    We can create interactive forms using SFP transaction using java code.
    I think it will be the problem with ADS just check with your basis people i think they will configure you the settings which works fine.
    To check whether the settings are perfect you can try executing the standard programs FP_TEST_00 and
    FP_PDF_TEST_00. If it works fine then some other problem exists else check with your basis team.
    Just check this and revert me if you have any issues. I will help you
    Thanks,
    Sri Hari

  • No method with signature

    Hi,
    I am getting this error when i am clicking on submit button.
    No method with signature - No method with signature - init().
    Regards,
    RGB

    Double check the method name you are mentioning here is the same which you have used in AM or not.
    Thanks
    --Anil                                                                                                                                                                                                                                       

  • Unable to find module dependency with signature microsoft_VC100_CRT_x86.DF495...

    I am fairly new to Measurement studio and am having an issue.I am running visual studio 2010 SP1 and measurement studio 2013. my project runs fine in the developement environment. But when I try to make an installer package I am getting these errors when I try to build the setup project.
    unable to find module dependency with signature microsoft_VC100_CRT_x86.DF495...
    Two or more objects have the same target location('[policydir]\9.0.30729.1.cat')
    two or more objects have the same target location ('[payload_ul]9.030729.1.policy')
    when looking at all of the detected dependencies module dependencies I found that mstudiocommon2010.msm and mstudioui.msm
    had microsoft_VC100_CRT_x86.AFA... as a dependancy but the current merge module had the DF495 signature.
    After reading some of the posts I saw that if you were running Visual studio SP1 you may need to goto the pre SP1 files.
    I did this and the warnings for msstudiocommon2010.msm and mstudioui.msm went away.
    now I have the problem MStudiodaqmx.2010.msm has a dependency on microsoft_vc100_crt_x86.DF495
    but that got replaced when i went back to the older versions. I am at aloss as to what to do at this point.
    As for the policy and payload error I was hoping these would disappear when the other issue is cleared up but I may be wrong.
    Any help would be greatly appreciated

    Hi vmrak,
    Just to clarify, have you been following the steps in the Deploying Measurement Studio Applications KB article and using the files posted in the Problems building InstallShield installer after upgrading to MS 2010 forum post?  Also, where are you seeing that MStudiodaqmx.2010.msm is dependent on microsoft_vc100_crt_x86.DF495?  If you're receiving an error that says this, would you mind posting a screenshot of it?
    You could try keeping both the old and the new versions of the merge modules in the same directory on your computer to see if all the correct references are made this way.
    -Myriam

  • No method with signature - initProfiles() error

    Hi,
    I am working on HRMS Talent Managment .
    we have added a new region to setObjectives page and added related co,vo and added the vo to the AM.
    After running the page I am getting "No method with signature - initProfiles()" in the page .
    Please help me to resolve this error
    Thanks
    Uma.

    Uma,
    try to delete all class files, recompile and run! Also, check if any CO is not extended other than from OAControllerImpl, although it would not be generally.
    --Mukul                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Generating the wsdl with inline schema for the bpel process

    Hi
    When a BPEL process is deployed, we can get the WSDL of the same by logging into the BPEL console, but the WSDL contains the reference to the schema using the namespace. Can we generate the wsdl with the inline schema.
    Suggestions are highly appreciated.
    Thanks

    Hi,
    If the wsdl is referring to a Schema file you won't be able to see the schema definition in the WSDL file itself,for that you have to refer to the deployed jar which contains the XML schema.The default path for the deployed jar is <Oracle_SOA_Installed_Home>/bpel/domains/<domain_name>/tmp/<bpelprocess.jar>
    Otherwise if you have the source project you can always refer to it in JDev.
    Rgrds.

  • WSDL with messages consisting of multiple parts

    Hi,
    I need to create an ABAP client for a Web Service.  In the WSDL of the Service I want to call, there are messages consisting of multiple parts like this one:
           <message name="AddOrUpdateSeekersIn">
                  <part name="header" element="mh:MonsterHeader"/>
                   <part name="catheader" element="cat:CompanyAuthHeader"/>
                 <part name="body" element="monster:JobSeekers"/>
           </message>
    I've found a document that says this is not supported by the ABAP Proxy Generation wizard. 
    On the ABAP forum (WS Proxy Generation for WSDL with messages consisting of multiple parts) someone suggested me to ask for advice here on whether I would modify the WSDL so that the message only contains one part.  Is this possible and how would I do that?
    Thanks,
    Tim

    Have u ever know the agile way of building messages for SERVICE by reusing data types in XSDS?
    When ever u define a Service and Service Operation you have to define Request, Response, Fault messages for EACH Service operation.
    A message is not always same as DATA, however a message is the DATA representation in a SERVICE operation context to address the operation Request, Response and FAULT (Exception)
    Always try to build the message requirement of a service operation in such a way so that we can reuse the data types.
    So during the service requirement analysis, decompose all DATA REKS such a way so that we can build data entities as
    atomic data types
    composite data types and
    canonical data types in a such a way
    atomic data types are part of composite data types
    and composite data types are part of canonical data types
    and canonical data types map to business service operation request and response
    composite or atomic data types map to FAULT messages
    This way you will have an agile approach to fullfill the data requirement of messages in services context, also can avoid the technology limitation in service enabled platform such as ABAP R3
    PS: there might be a other temp solution, but this should be the way we do in SOA practice.
    Thanks

  • [svn] 4221: * Fixed issue with signature invalidation.

    Revision: 4221
    Author: [email protected]
    Date: 2008-12-03 06:28:51 -0800 (Wed, 03 Dec 2008)
    Log Message:
    * Fixed issue with signature invalidation.
    tests Passed: checkintests
    Needs QA: YES
    Needs DOC: NO
    Bug fixes: SDK-18242
    API Change: NO
    Reviewer: Pete F.
    Code-level description of changes:
    Source.java
    Modified isUpdated() to reset the fileTime if it's different from
    the lastModified.
    CompilerAPI.java
    Added updateDependentLastModifiedTimes() and modified
    validateCompilationUnits() to call it.
    Ticket Links:
    http://bugs.adobe.com/jira/browse/SDK-18242
    Modified Paths:
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/CompilerAPI.java
    flex/sdk/trunk/modules/compiler/src/java/flex2/compiler/Source.java

    Adding a pciture is fine in Mail 2.0.7, just tried
    it, added a signature and just dragged and dropped
    the .jpg image into the box where you add the text.
    Created a new mail and there it was. Regards Jed
    This works if you're sending the mail to a Mac user (or to yourself). However, PC users receive this image as an attachment. I have tried all kinds of formats for the image, including wmf, and it always goes as an attachment. Do you know how to send it to Windows users as an embedded signature that appears in the body of the e-mail??

  • No method with signature -initPaymentMethodLOVVO()

    Hi,
    I have extended a CO and calling an AM which have one method xxxxxLOVVO().
    I have compiled the CO code and AM code without error.
    However when I run the page , I am getting the error on top of the page . The error says "No method with signature No method with signature - xxxxLOVVO()"
    How do I debug this error.
    Thanks in advance
    Edited by: user10998128 on Feb 10, 2011 11:05 AM

    Hi Gyan
    I appreciate the effort all you guys putting by looking into the matter. I am putting the code as its there (in the below screen), this is one which gets compiled earlier and errored out during page run ( with the top left of screen showing No method with signature -initPaymentMethodLOVVO())
    In the processRequest method in the CO, I am using follwoing lines of code
    public void processRequest(OAPageContext pageContext, OAWebBean webBean)
    super.processRequest(pageContext, webBean);
    SSHRParams sshrparams = new SSHRParams(pageContext.getRootApplicationModule());
    String asgid = pageContext.getParameter("pAssignmentId");
    int asg_id=Integer.parseInt(asgid);
    OAApplicationModule oa =(OAApplicationModule) pageContext.getApplicationModule(webBean);
    OADBTransaction oadbtransaction=oa.getOADBTransaction();
    Configuration configuration = (Configuration)oadbtransaction.findObject(Constants.CFG_REFERENCE);
    String effdate =sshrparams.getEffectiveDate();
    String s = configuration.getTerritoryCode();
    String payid = configuration.getPayrollId();
    int pay_id=Integer.parseInt(payid);
    String bgid = configuration.getBusinessGroupId();
    int busgrp_id=Integer.parseInt(bgid);
    String l_payroll_id;
    OAApplicationModule am =(OAApplicationModule)pageContext.getApplicationModule(webBean);
    OracleCallableStatement oraclecallablestatement ;
    String sql = "BEGIN XX_PAY_METH_PKG.XX_GET_PAY_METHOD(:1, :2, :3, :4, :5); END;";
    oraclecallablestatement = (OracleCallableStatement)oadbtransaction.createCallableStatement(sql, -1);
    try {     
    oraclecallablestatement.setInt(1, pay_id);
    oraclecallablestatement.setInt(2, busgrp_id);
    oraclecallablestatement.setString(3,effdate);
    oraclecallablestatement.setInt(4, asg_id);
    oraclecallablestatement.registerOutParameter(5,OracleTypes.VARCHAR,0);
    oraclecallablestatement.execute();
    l_payroll_id = oraclecallablestatement.getString(5);
    oraclecallablestatement.close();
    } catch(SQLException exception){
    l_payroll_id = "0";
    if(!l_payroll_id.equals("0"))
    Serializable[] param = {l_payroll_id,bgid,effdate};
    am.invokeMethod("initXXPaymentMethodLOVVO",param);
    else
    Serializable[] param = {payid,bgid,effdate};
    am.invokeMethod("initXXPaymentMethodLOVVO",param);
    and in the AM I am using
    public void initXXPaymentMethodLOVVO(String payroll_id,String busgrp,String effdate) {
    XXPaymentMethodLOVVOImpl xxvo = getXXPaymentMethodLOVVO1();
    xxvo.setWhereClauseParams(null);
    xxvo.setWhereClause(null);
    xxvo.setWhereClauseParam(1,payroll_id);
    xxvo.setWhereClauseParam(2,busgrp);
    xxvo.setWhereClauseParam(3,effdate);
    xxvo.executeQuery();
    Sorry for all the confusion earlier .

Maybe you are looking for

  • Motion 3 Bug ****...

    I have just been trying to deliver a job, and have been in Motion 3 ****. Firstly when rendering and setting up new preferences for file type and aspect ratio (Animation, 720 x 576 Pal, Motion Blur on), i can't save the preferences. I try to create a

  • Webdynpro table freezing columns

    Dear All,          I'm displaying a report using WD Table, the no of columns in the table are more than 10 so user had to scroll to the right to see all the columns. The problem I face is that user is losing the first(part no) column detail when he i

  • Why doesn't "synchronize folder" pick up new images?

    Hi all. I edited a picture and saved it in the same directory, as a PNG.  On my next launch of Lightroom (2.1), I right-clicked on the folder and said "Synchronize folder".  The file still isn't shown in Lightroom.  If I pick "Show in Finder" on the

  • Cannot set node manager password in weblogic console (10.3.3)

    Hi, I've been trying to configure a custom AD authenticator in the weblogic console for 10.3.3 and get Invalid pad byte on the node manager password when it tries to activate my changes. After trying several things suggested in other forums, I went i

  • Customer Query to idetify customers that does not have any transactions

    Dear All, I am using the following query to find out the customers that does not have any transactions in the system: SELECT customer_number, customer_name, DECODE(status,'A','ACTIVE') current_status --count(*) FROM ra_customers WHERE customer_id NOT