SOAP request header question self-service

Hello
I'm having a problem with the SOAP web service "SelfServiceTemplateRule" request
The SOAP header is sent from the self-service application does not contain the element UsernameToken or PasswordText. It does not contain the attribute SessionType however.

This is the message sent to the server:

AFTER /custappsvcs_enu/start.swe? SWEExtSource = WebService & SWEExtCmd = run & WSSOAP = 1 HTTP/1.1
Host: cube: 7000
Connection: Keep-Alive, TE
TE: trailers, deflate, gzip, compress
User-Agent: Oracle HTTPClient Version 10: 00
SOAPAction: document / 'http://siebel.com/SelfService/Common/Setup:SelfServiceTemplateRuleQueryPage '.
Accept-Encoding: gzip, x-gzip, compress, x-compress
Content-type: text/xml; Charset = UTF-8
Content-length: 1165

< env:Envelope
xmlns:env = "http://schemas.xmlsoap.org/soap/envelope/" container = "http://www.w3.org/2001/XMLSchema".
xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance" xmlns:ns0 = "http://siebel.com/SelfService/Common/Setup".
xmlns:ns1 = "http://www.siebel.com/SelfService/Common/TemplateRule/Data" xmlns:ns2 = "http://www.siebel.com/SelfService/Common/TemplateRule/Id".
xmlns:NS3 = "http://www.siebel.com/SelfService/Common/TemplateRule/Query" >
< env:Header > < sbh:SessionType xmlns:sbh = "http://siebel.com/webservices" > no < / sbh:SessionType > < / env:Header >
< env:Body > < ns0:SelfServiceTemplateRuleQueryPage_Input > < ns0:NamedSearchSpec / > < ns3:ListOfSSTemplateRule pagesize = "100" recordcountneeded = "true" >
< ns3:SSTemplateRule > < ns3:ModId / > < ns3:ConditionTypeCode / > < ns3:ConditionValue / > < ns3:CatalogueCategoryId / >
< ns3:EffectiveEndDate / > < ns3:EffectiveStartDate / > < ns3:PageTypeCode / > < ns3:RowId / > < ns3:TemplateName / > < ns3:WebSiteId / > < / ns3:SSTemplateRule >
< / ns3:ListOfSSTemplateRule >
ForwardOnly < ns0:ExecutionMode > < / ns0:ExecutionMode > < ns0:LOVLanguageMode > LIC < / ns0:LOVLanguageMode > < ns0:ViewMode > all < / ns0:ViewMode > < ns0:PickListName / >
< / ns0:SelfServiceTemplateRuleQueryPage_Input > < / env:Body > < / env:Envelope >




The SelfServiceConfiguration.properties file contains the following values:

SIEBEL_PROXY_USER_NAME = GUESTCST
SIEBEL_PROXY_PASSWORD = GST #.


I tested the web service target using SoapUI and got a valid answer.

Someone would be able to provide some guidance on how to fix this? This be corrected by the administration of the implementation of self-service?

Thank you
James

Hi John,.

What is the problem here? Username and password not bening is sent to the web server of Siebel. If Yes, then this is not a problem :). This is how it works. SelfServiceTemplateRuleQueryPage didn't need of any user id and password to send the response.

Vikram

Tags: Oracle

Similar Questions

  • How to define soap headers in the soap request using qtsoap?

    Hi all!

    I need to add a soap from the soap request header. I use qtsoap to post the soap request. It comes to my complete application. How can I add headers in the code...!

    
    http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
      
        http://tempuri.org/">
          string
          string
        
      
      
        http://tempuri.org/">
          string
        
      
    
    

    I tried like this:

    QtSoapMessage request;
    
        QtSoapStruct soap_struct(QtSoapQName("SecureSoapHeader", "http://tempuri.org/"));
    soap_struct.insert(new QtSoapSimpleType(QtSoapQName("Platform"), "BlackBerry"));
        soap_struct.insert(new QtSoapSimpleType(QtSoapQName("AuthToken"), "4A2EDCDA-E5A9-4E77-B41A-F1C1FF15A645"));
    
        request.addHeaderItem(&soap_struct);
    
        request.setMethod("GetCitiesByCountryCode", "http://tempuri.org/");
    
        request.addMethodArgument("countryCode", "", "IN");
        http.setHost("dev4.winitsoftware.com");
        http.setAction("http://tempuri.org/GetCitiesByCountryCode");
        http.submitRequest(request, "/EzeegoMiddleware/Services/HotelService.asmx");
    

    After the specification of it, the application closes...

    If anyone has tried it, help me please!

    Thank you.

    -Rezé

    Hello! I haven't used this API but I guess submitRequest is asynchronous.

    You create soap_struct on the stack (so it's a local variable).

    After the method submitRequest will end the service and all local variables will be destroyed, so the address passed to addHeaderItem will become invalid.

    Try to create soap_struct on the job:

    QtSoapStruct *soap_struct = new QtSoapStruct(...)
    soap_struct->insert(...);
    request.addHeaderItem(soap_struct);
    
  • UDF creation and use for self-service requests

    Hi all

    I am currently using OIM 11 g (11.1.1.3.0) and I had a feature working before, but now I can't remember what I did to make it work...

    I created two fields that are defined by the user and authorization policies associated with them so that I can view (at least since the creation of the direct user via Xelsysadm). I can't, however, view these attributes in a self-service basis 'Create User' or 'Edit user' for the life of me.

    My ultimate goal is to be able to see these attributes on forms (direct creation of the user, creating self-service user) and ultimate make both required (via changing the CreateUserDataset.xml in metadata).

    When I run WeblogicExportMetadata.bat, I get off the elements of the IOM, but attributes that are not visible on the self-service application dataset are not the CreateUserDataset.xml (which is a given). How to enable these attributes to be on this form?

    Also, should what xml metadata I change so that my custom attribute is required on the direct creation page in the administration console?

    Thanks in advance!

    Can you post your dataset xmls here so that we can check.

    -BB

  • personalized self-service portal oracle Forms link

    Guru,

    I have problem with creating a link on a page of self-service (workbench for compensation for administrators).

    I wanted a link that calls a function of Oracle (custom form) forms. I created a link and gave the name of the function, and she in fact opens the form.

    But the question iam having is that when you click on the link, it shows you a blank page with the oracle applications icon and then open the form.

    I have to press the back button on the browser to see the self service page.

    I used the image target property and tried to set to _blank, _self, _parent. but whenever I see the same blank screen and I always have to press the back button on the browser to see the self service page.

    Please see the attachment for the page I mention.

    Thank you

    Garnier,

    If you look at the html code that is generated when you create a new item of type link, it creates a call to OA.jsp. Something like this:

    Click here for Cool form!

    However, when BSE opens a form it calls RF.jsp on the OA_HTML. Look for example a simultaneous requests link looks like this:

    ( http://ppcm02.Internal.VMMC.org:8058/OA_HTML/RF.jsp?function_id=90&resp_id=50957&resp_appl_id=20003&security_group_id=0&lang_code=US') ">applications"

    If you need to add a RawText element to your oa page and call RF.jsp, passing it the similar parameters as shown above (but for your particular work of course).

    Kristofer Cruz

  • Absence management Manager Self Service

    Dear gurus,
    I have a problem in the management of absences Manager Self Service.

    Here are the requirements:

    I define a rule of SOUL for HR_LOA_JSP_PRC for the employee: HR_POSITION_LEVEL: require approval up to the first position

    When an employee 'X' creates a lack, he goes to his Manager reporting 'Y', that is correct.
    but when a manager creates a lack on behalf of his employee. He's going to report Manager to 'Y '. that is not necessary. It will automatically approve & stop there.

    Please can anyone help me regarding this.

    ex: position next to the hierarchy like

    Employee (COMPUTER engineer)-> reports of (Manager)-> reports (CEO)

    When the COMPUTER engineer creates an absence request, he goes to the Manager for approval, which is correct according to the rule of the SOUL.

    However, when IT Manager creates an absence to his employee (name) (COMPUTER engineering), it's going to CEO for approval. I don't want to. I need the approved absence will automatically & stop. When IT Manager creates lack of his employee (computer engineer) name.

    but the Manager when HE creates his own absence then it will be goes the CEO for approval, but not for his employee (engineer).


    It will implement in oracle R12.1.2


    Hope you understand my needs.

    Your solution will be highly appreciated.

    Thank you

    Shariff

    Hello

    You can use this function to obtain the selected user id:

    Please find the fucntion required to be added to our database:

    CREATE or REPLACE FUNCTION TYR_GET_SUPERVISOR (p_transaction_id in NUMBER
    )
    -Returns the person_id for the head of Department.
    RETURN VARCHAR2
    AS
    L_person_id NUMBER (10);
    L_selected_person_id hr_api_transactions.selected_person_id%TYPE;
    L_creator_person_id hr_api_transactions.creator_person_id%TYPE;
    l_business_group_id NUMBER;
    BEGIN
    fnd_profile.get ("PER_BUSINESS_GROUP_ID", l_business_group_id);
    BEGIN
    SELECT selected_person_id, creator_person_id
    IN L_selected_person_id, L_creator_person_id
    OF hr_api_transactions
    WHERE transaction_id = p_transaction_id;
    EXCEPTION
    WHILE OTHERS THEN
    RETURNS A NULL VALUE.
    END;

    BEGIN

    SELECT paaf.supervisor_id
    IN l_person_id
    OF per_all_people_f women's wear.
    per_all_assignments_f ADP
    WHERE papf.person_id = paaf.person_id
    and papf.person_id = l_selected_person_id
    AND SYSDATE BETWEEN paaf.effective_start_date AND paaf.effective_end_date
    AND SYSDATE BETWEEN papf.effective_start_date AND papf.effective_end_date;

    EXCEPTION
    WHEN NO_DATA_FOUND THEN
    l_person_id: = null;
    END;
    IF (L_selected_person_id = L_person_id) OR (l_creator_person_id = l_person_id) THEN
    RETURNS A NULL VALUE.
    ON THE OTHER
    RETURN "BY:". TO_CHAR (L_person_id);
    END IF;
    EXCEPTION
    WHILE OTHERS THEN
    RETURNS A NULL VALUE.
    END TYR_GET_SUPERVISOR;

    Then you can use it directly as a dynamic approval group request:

    SELECT THE DOUBLE TYR_GET_SUPERVISOR(:transactionId)

    BR
    Akram

  • By the way the CF soap request variables

    Hello

    I managed to get a return from a third party API. Now, I need to use that return (session key) on other soap requests in their API to retrieve information. I am storing the session as a variable key and was hoping to use it in subsequent calls to the API, however, it does not work. "I get an error telling me that the session key is ' invalid and is outside the bounds of the array. Anyone know if it is possible to store and pass variables in susbsequest soap requests? Any help would be greatly appreciated!

    <!--> WSDL
    "< cfset wsdl_url ="http://someurl?wsdl">."

    <! - dial SOAP message to send to the Web Service - >
    < cfsavecontent variable = "SOAP" > <? XML version = "1.0" encoding = "UTF-8"? >
    "" < soapenv:Envelope xmlns:soapenv = "http://schemas.xmlsoap.org/soap/envelope/" container ="http://www.w3.org/2001/XMLSchema" xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance" > ".
    < soapenv:Body >
    "< login xmlns ="http://www.siretechnologies.com/">."
    licenseKey < LicenseKey > < / LicenseKey >
    the user < username > < / username >
    Col < password > < / password >
    < LicenseType > 2 < / LicenseType >
    APIKey < APIKey > < / APIKey >
    < SiteKey > < / SiteKey >
    < CryptKey > < / CryptKey >
    < WebOnly > false < / WebOnly >
    < / login >
    < / soapenv:Body >
    < / soapenv:Envelope >
    < / cfsavecontent >


    <! - invoke web service to send message - >
    < cfhttp url = "" #wsdl_url # "method ="post">"
    < cfhttpparam type = "header" name = "content-type" value = "text/xml" >
    "< cfhttpparam type ="header"name ="SOAPAction"value ="http://www.siretechnologies.com/Login">."
    < cfhttpparam type = "header" name = "content-length" value = "#len (soap) #" >
    < cfhttpparam type = "header" name = "charset" value = "utf-8" >
    < cfhttpparam type = "xml" name = "message" value = "#trim (soap) #" >
    < / cfhttp >
    < p > < cfoutput > #xmlFormat (cfhttp.fileContent) # < / cfoutput > < / p >
    < cfset MyXml = XmlParse (cfhttp.fileContent) >

    < cfdump var = "#MyXml #" >

    < cfset responseNodes = xmlSearch (MyXml, "/ / * [local = 'LoginResponse']") >
    < cfdump var = "#responseNodes #" >

    < cfoutput >
    < = cfloop '1' to = "#arraylen (responseNodes) ' # ' index 'i' = >"
    < cfset BookXML = xmlparse (responseNodes [i]) >
    < cfset SesKey = ' #BookXML.LoginResponse.LoginResult.XmlText # ' >
    < b > SessionKey: #BookXML.LoginResponse.LoginResult.XmlText # < /b > < br >
    < b > Session key: #SesKey #.
    < / cfloop >
    < / cfoutput >

    <! - GETUserId, next call to the API - >
    "< cfset wsdl_url ="http://someurl/sire.asmx?wsdl">."

    < cfset sesKey2 = "#SesKey #" >

    <! - dial SOAP message to send to the Web Service - >
    < cfsavecontent variable = "SOAP" > <? XML version = "1.0" encoding = "UTF-8"? >
    "" < soapenv:Envelope xmlns:soapenv = "http://schemas.xmlsoap.org/soap/envelope/" container ="http://www.w3.org/2001/XMLSchema" xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance" > ".
    < soapenv:Body >
    "< GetUserId xmlns ="http://www.siretechnologies.com/">."
    sesKey2 < SessionKey > < / SessionKey >
    the user < username > < / username >
    < / GetUserId >
    < / soapenv:Body >
    < / soapenv:Envelope >
    < / cfsavecontent >

    Emily LaMunyon wrote:

    When I run the script you provided the necessary credentials. I get a page that reads:

    "1 API call has not returned in XML.

    Also, I don't get any other errors.

    Hi Emily,.

    You are welcome, and that the message indicates that the 1st call even does not return correctly.  So, we can neglect the 2nd call for now.  Could you try this and let us know what is the output?

    http://someUrl/sirewebsvc/sire.asmx?WSDL">

    http://schemas.xmlsoap.org/SOAP/envelope/"container ="http://www.w3.org/2001/XMLSchema"" xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance" > ""

    http://www.siretechnologies.com/">

    licenseKey

    survweb

    survweb

    2

    API

    fake

    http://www.siretechnologies.com/login">

    Thank you!

    -Aaron

  • Error in the Console of the OSB SOAP request

    Hello
    I learn just OSB, and I tried to test a web service project that I had built. I deployed the project on Weblogic, created the WSDL for the service of the company in OSB and mounted that as well, but when I try to test it, the SOAP response gives the following error: could not find the method dispatch for {http://calculatorservice} doAdd

    I use JDeveloper 11.1.1.4, WebLogic 10.3.4 and OSB 11 GR 1 material.

    The complete source code is as follows:

    Calculator.Java

    CalculatorService package;

    Import javax.jws.WebService;

    @WebService (targetNamespace = "http://calculatorservice")
    public class Calculator implements {CalculatorIF}

    @Override
    public int doAdd (int a, int b) {}
    return a + b;
    }

    @Override
    public int doSub (int a, int b) {}
    return a - b;
    }

    }

    CalculatorBusinessService.wsdl

    <? XML version = "1.0" encoding = "UTF-8"? >
    < name of definitions = "CalculatorBusinessService."
    targetNamespace = "http://calculatorservice."
    xmlns = "http://schemas.xmlsoap.org/wsdl/".
    xmlns:TNS = "http://calculatorservice".
    container = "http://www.w3.org/2001/XMLSchema".
    xmlns:SOAP = "http://schemas.xmlsoap.org/wsdl/soap/".
    xmlns:MIME = "http://schemas.xmlsoap.org/wsdl/mime/"
    xmlns:SOAP12 = "http://schemas.xmlsoap.org/wsdl/soap12/".
    xmlns:types = "http://calculatorservice" >

    < types >
    < xsd: Schema container = "http://www.w3.org/2001/XMLSchema".
    xmlns:TNS = "http://calculatorservice".
    targetNamespace = "http://calculatorservice."
    elementFormDefault = "qualified" >
    < xsd: complexType name = 'AddInput' >
    < xsd: SEQUENCE >
    < xsd: element name = "arg0" type = "xsd: int" / >
    < xsd: element name = "arg1" type = "xsd: int" / >
    < / xsd: SEQUENCE >
    < / xsd: complexType >
    < xsd: complexType name = "AddOutput" >
    < xsd: SEQUENCE >
    < xsd: element name = "result" type = "xsd: int" / >
    < / xsd: SEQUENCE >
    < / xsd: complexType >
    < xsd: complexType name = "SubInput" >
    < xsd: SEQUENCE >
    < xsd: element name = "arg0" type = "xsd: int" / >
    < xsd: element name = "arg1" type = "xsd: int" / >
    < / xsd: SEQUENCE >
    < / xsd: complexType >
    < xsd: complexType name = "SubOutput" >
    < xsd: SEQUENCE >
    < xsd: element name = "result" type = "xsd: int" / >
    < / xsd: SEQUENCE >
    < / xsd: complexType >
    < xsd: element name = "doAddRequest" type = "tns:AddInput" / >
    < xsd: element name = "doAddResponse" type = "tns:AddOutput" / >
    < xsd: element name = "doSubRequest" type = "tns:SubInput" / >
    < xsd: element name = "doSubResponse" type = "tns:SubOutput" / >
    < / xsd: Schema >
    < / types >

    < name of message = "doAddInput" >
    < name of part = "parameters" element = "tns:doAddRequest" / >
    < / message >
    < name of message = "doAddOutput" >
    < name of part = "parameters" element = "tns:doAddResponse" / >
    < / message >
    < name of message = "doSubInput" >
    < name of part = "parameters" element = "tns:doSubRequest" / >
    < / message >
    < name of message = "doSubOutput" >
    < name of part = "parameters" element = "tns:doSubResponse" / >
    < / message >

    < portType name = "Calculator" >
    < operation name = "doAdd" >
    < input message = "tns:doAddInput" / >
    < output message = "tns:doAddOutput" / >
    < / operation >
    < operation name = "doSub" >
    < input message = "tns:doSubInput" / >
    < output message = "tns:doSubOutput" / >
    < / operation >
    < / portType >

    < connection name = "CalculatorBinding" type = "tns:Calculator" >
    < style: binding soap = transport "document" = "http://schemas.xmlsoap.org/http" / >
    < operation name = "doAdd" >
    < style soap: operation = 'document' / >
    < input >
    < use of soap: body = "literal" / >
    < / Entry >
    < output >
    < use of soap: body = "literal" / >
    < / output >
    < / operation >
    < operation name = "doSub" >
    < style soap: operation = 'document' / >
    < input >
    < use of soap: body = "literal" / >
    < / Entry >
    < output >
    < use of soap: body = "literal" / >
    < / output >
    < / operation >
    < / binding >

    < service name = "CalculatorSerivce" >
    < name of port = "CalculatorPort" binding = "tns:CalculatorBinding" >
    < soap: address location = "http://localhost:7001 / calculator-CalculatorService-context-root/CalculatorPort" / >
    < / port >
    < / service >

    < / definitions >

    Now, here's the SOAP messages generated by the console of the OSB:

    SOAP request:

    < soapenv:Envelope = "http://schemas.xmlsoap.org/soap/envelope/" xmlns:soapenv >
    < xmlns:soap soap: Header = "http://schemas.xmlsoap.org/soap/envelope/" >
    < / soap: Header >
    < soapenv:Body >
    < cal:doAdd xmlns:cal = "http://calculatorservice" >
    < cal:arg0 > 3 < / cal:arg0 >
    < cal:arg1 > 3 < / cal:arg1 >
    < / cal:doAdd >
    < / soapenv:Body >
    < / soapenv:Envelope >

    SOAP response:

    < xmlns:S s: Envelope = 'http://schemas.xmlsoap.org/soap/envelope/' >
    < Body >
    < S:Fault xmlns:ns4 = 'http://www.w3.org/2003/05/soap-envelope' >
    < faultcode > S:Client < / faultcode >
    < faultstring >
    Cannot find the method dispatch for {http://calculatorservice} doAdd
    < / faultstring >
    < / S:Fault >
    < / Body >
    < / s: Envelope >


    I would be really grateful if someone could point out my mistakes.
    Thank you

    Published by: Abdel Paul Sinha on February 4, 2011 19:35

    Are the only differences between what you and I did: -.
    1. I have used message format "document / literal".
    2. I used the wsdl by downloading the server help: http://:/? WSDL.
    3 created xsd by downloading one from a schema imported in wsdl
    4. in OSB, I created the XML schema to xml schema I created in step 3.
    5. in OSB, I created wsdl and edited the reference of the schema imported to point to the xml schema that is created in step 4.
    6. has created the service company and tested ran perfectly and it.

  • 400 bad Request cookies or request header too big nginx - what is the result of the error?

    On CNN.com , I get this error when you try to view the video or by clicking on one of their tabs:

    400 bad Request
    Header too big request or Cookie
    Nginx

    This problem may be caused by corrupted cookies.

    Clear the cache and cookies from sites that cause problems.

    "Clear the Cache":

    • Tools > Options > advanced > network > storage (Cache) offline: 'clear now '.

    'Delete Cookies' sites causing problems:

    • Tools > Options > privacy > Cookies: "show the Cookies".

    See also:

  • Problem when using SOAP requests with HTTP POST function

    Hello!

    Using the vi of HTTP POST to send SOAP requests to a device, I encountered a problem.

    Take care of the HTTP header for you HTTP POST vi and defines the type of 'content' as "Content-Type: application/x-www-formulaires-urlencoded. Who is considered to be 'non-soap' requests by some Web servers.

    Standards W3C says in this case, you should be content-type: "application/soap + xml".

    Link to the page to W3C standard: http://www.w3.org/TR/soap12-part0/#L26866

    That is possible to update this feature in a future release so that programmers can choose (or type) the necessary content type?

    Have you tried "Add header" to change?

    http://zone.NI.com/reference/en-XX/help/371361L-01/lvcomm/http_client_addheader/

  • Can approver update the details of the Transaction of Self Service?

    Hello

    Greeting,

    I have a requirement. After the presentation of a SSHRC request approver must update some fields before approving the application.

    For example.  If the request has the loan amount, Date of the loan, loan reason and comments.  All fields will be completed by the employee and submitted for approval.

    The nursery or the approver is supposed to update the amount of the loan.

    This is a Self Service custom through the SIT.

    Can do us.

    Your answer will be highly appreciated.

    Thank you

    Hi Debo

    Thanks, I got it.

    Concerning

    Altaf.

  • Extending from VO on the employee self-service page

    All,

    I want to thank PhoneNumbersVO VO on the employee self-service > my personal information page

    Here's what I've done so now

    1. copy everything under JAVA_TOP > oracle/apps/by/self-service/personal information / * on my desktop under files Myclasses and MyProject.

    2. scope of the VO and added my new columns to the query. This view is not attached to any EO.

    3. copy the class under myclasses to JAVA_TOP files > xx > folder/apps/by/self-service/personal information/server oracle

    4 imported .jpx file using jpximport

    5 .bounced apache

    6. in the Applications, customized phone to add 2 columns newly created in the custom t section.

    View instance serves as my extended VO

    7. now, when I go back to the page I get error

    Not found message. Application: DNF, Message name: FND_VIEWOBJECT_NOT_FOUND.

    Chips: VONAME is XXPhoneNumbersVOEx;. APPLICATION_MODULE = oracle.apps.per.selfservice.personalinformation.server.OverviewAM;

    To me, it seems that I need to join extended VO to seeded AM (OverviewAM)

    The question is when I seeded DoubleClick on this AM I get error

    WARNING: There are errors java errors for this file object. The wuizard is open in read-only mode

    File < Path/OverviewAMImpl.java

    What could be wrong here?

    If I give the name of view seeded in 6 above, I get no error, but it does not display the values for newly added coulmns.

    Did you create the substitution on jDeveloper? Otherwise, the jpx download the news saying Oracle to use the VO scope:

    3.5 project components/properties/Business Substitutions. Select a seeded on left, extended one to the right and click Add, it should appear on the substitutions.

    Now, you can import the jpx.

    To confirm, verify the jpx, it should have a section of substitutes at the end:

    for example

    To confirm that the substitution, he was transferred to the DB, check customizations for your seeded VO, for example

    Set serveroutput on

    jdr_utils.listCustomizations exec (' / oracle/apps/ap/goose/Server/ProjectsLovVO ");

    (notice the site/customizations/0) result in the path from the seeded VO:

    / Oracle/Apps/AP/GOOSE/Server/customizations/site/0/ProjectsLovVO

  • Exception with the participation of soap.request

    I am trying to build a SOAP request in a form in Acrobat ms, but I can't get the input for the SOAP request parameter to work.

    I use the examples on the site of the Acrobat SDK kit, and this is my code.  The debugger survey an exception to the line indicated, but did not say why.

    "cURL var ="http://mysite/_layouts/AppNumberService/NumberService.asmx?WSDL"
    var oParam = "AppName";

    var response = Net.SOAP.request)
    {
    cURL: cURL,.
    oRequest: {}
    'http://tempuri.org/:IncrementandFetchNumber': {}
    application: oParam < < Exception here
    }
    }
    });

    var result = response ['http://tempuri.org/:IncrementandFetchNumber '] [' IncrementandFetchNumberResult"];

    The SOAP request using a SOAP service on our SharePoint site. This is the format of request and response sample displayed when I go to the page for this service asmx.

    Request:

    <? XML version = "1.0" encoding = "utf-8"? >
    "" < soap envelope: xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance" container ="http://www.w3.org/2001/XMLSchema" xmlns:soap = 'http://schemas.xmlsoap.org/soap/envelope/' > '.
    < soap: Body >
    "< IncrementandFetchNumber xmlns ="http://tempuri.org/">".
    < application > string < / application >
    < / IncrementandFetchNumber >
    < / soap: Body >
    < / envelope soap: >

    ANSWER:

    <? XML version = "1.0" encoding = "utf-8"? >
    "" < soap envelope: xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance" container ="http://www.w3.org/2001/XMLSchema" xmlns:soap = 'http://schemas.xmlsoap.org/soap/envelope/' > '.
    < soap: Body >
    "< IncrementandFetchNumberResponse xmlns ="http://tempuri.org/">".
    string of < IncrementandFetchNumberResult > < / IncrementandFetchNumberResult >
    < / IncrementandFetchNumberResponse >
    < / soap: Body >
    < / envelope soap: >

    The SOAP service works from other applications (for example, InfoPath) and use the following code in Acrobat, it lists the SOAP services.

    var service = Net.SOAP.connect (cURL);

    for (var i in service) console.println (i);

    So I don't know what I'm doing wrong. Any ideas?

    I found a solution. I think that SharePoint web services have some features that require the use of XML to generate demand. This code worked. This is partially based on this site.

    "cURL var ="http://mysite/_layouts/AppNumberService/NumberService.asmx?WSDL"

    var oParam = "myApp";

    var oAuthenticator = {UsePlatformAuth: 'true'};

    var ver = SOAPVersion.version_1_2;

    var oRequest = {}

    ' soapValue: '' + '.

    "" + oParam + "" +.

    ""};

    cAction var = "http://tempuri.org/IncrementandFetchNumber";

    var response = SOAP.request)

    {

    cURL: cURL,.

    oRequest: oRequest,.

    cAction: cAction,.

    oAuthenticate:oAuthenticator,

    bEncoded:false,

    cVersion:ver

    });

    var result = response ['http://tempuri.org/IncrementandFetchNumberResponse '] [' http://tempuri.org/IncrementandFetch NumberResult' "'];

    Console.println (result);

  • Integration of self-service EBS

    Has anyone ever head to integrate a WebCenter content with self-service? For example, coating a person personal documents folder (or simply a list of these documents) on the landing page of self-service.

    I'm looking for documentation, a ticket of blog, or tutorial, to develop this type of solution.

    Thank you!

    Mitch

    Hi Mitch,

    Yes, MY COE can be integrated with the self-service of EBS module.

    Please see the following articles which describe this in detail:

    Doc-ID 1676747.1 MY happy WebCenter functionality does not work in EBS Employee Self Service review Pages - ReviewPG Page

    Doc-ID 1485062.1 - enabling attachments managed to Self Service Forms (OFA)

    Doc-ID 1538797.1 - how to enable attachments managed for OAF Page 'Employee Self Services'-> 'special information '.

    I hope this helps.

    Thank you

    Srinath

  • Add the SOAP request envelope?

    Hello

    I am trying to invoke a SOAP request for a customer and the error by the web service response is:

    " < = xmlns:soapenv soapenv:Envelope ' http://schemas.xmlsoap.org/SOAP/envelope/ ">

    < soapenv:Body >

    < soapenv:Fault >

    < faultcode > server < / faultcode >

    < faultstring > org.apache.xmlbeans.XmlException: envelope SOAP missing/invalid, expecting [{http://schemas.xmlsoap.org/soap/envelope/} envelope] < / faultstring >

    < / soapenv:Fault >

    < / soapenv:Body >

    < / soapenv:Envelope >

    With the help of the SOAPInterceptor I can view the query sent to the server. If I take this exit, add manually the code below and send it to the web service using SoapUI receives the correct answer:

    " < envelope soap: xmlns:soap = ' http://schemas.xmlsoap.org/SOAP/envelope/ ">

    < soap: Body >

    .. generated .vCO request XML...

    < / soap: Body >

    < / envelope soap: >

    How can I add the SOAP envelope to the request? The code used in the Orchestrator workflow is the standard code generated by him "generate a new workflow to a SOAP operation', with the SOAPInterceptor added.

    Thank you

    Sam

    OK, I was wrong on several levels, in order to avoid misleading anyone:

    If you use the SOAPInterceptor class and the output XML body, is THAT the body you see - so of course, I do not see the envelope and have to add manually in SoapUI - this is not a fault but mine vCO!

    This was solved by logging into the web page of vCO admin and by setting the level of record to 'DEBUG' - it issued a much more usable error message, which leads me to the real problem. The WSDL returned a short name for the host that is running the web service - unit vCO which serves as endpoint and could not resolve the host name, so the script has failed. Change the web service to respond with its IP address meant orchestrator could communicate properly.

  • Error "ORA-04065:...» "APPS. AME_UTIL' "when submiting self-service application.

    Hello

    So that the introduction of any request for self-service, the system gives this error and notification is sent to sysadmin with this error:

    =========================================================
    Error page
    Details of the exception.
    oracle.apps.fnd.framework.OAException: java.sql.SQLException: ORA-04068: current state of packets rejected
    ORA-04065: not run, altered, or removed the stored procedure 'APPS. AME_UTIL ".
    ORA-06508: PL/SQL: called program unit is not found: 'APPS. AME_UTIL ".
    ORA-06512: at the 'APPS '. AME_DYNAMIC_APPROVAL_PKG', line 509
    ORA-04065: not run, altered, or removed the stored procedure 'APPS. AME_UTIL ".
    ORA-06508: PL/SQL: called program unit is not found: 'APPS. AME_UTIL ".
    ORA-06512: at line 1

    at oracle.apps.fnd.framework.OAException.wrapperInvocationTargetException(OAException.java:996)
    at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java:211)
    at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java:133)
    at oracle.apps.fnd.framework.server.OAApplicationModuleImpl.invokeMethod(OAApplicationModuleImpl.java:797)
    at oracle.apps.ame.dynamicapprovals.webui.ApprovalsCO.processRequest(ApprovalsCO.java:91)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:600)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
    at oracle.apps.fnd.framework.webui.beans.layout.OAHeaderBean.processRequest(OAHeaderBean.java:391)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
    at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processRequest(OAStackLayoutBean.java:350)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
    at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest(OAPageLayoutHelper.java:1182)
    at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processRequest(OAPageLayoutBean.java:1569)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
    at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processRequest(OAFormBean.java:385)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
    at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353)
    at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2607)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1940)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:543)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:431)
    in OA. jspService(_OA.java:212)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
    at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)
    in com.evermind.server.http.ServletRequestDispatcher.access$ 100 (ServletRequestDispatcher.java:51)
    to com.evermind.server.http.ServletRequestDispatcher$ 2.oc4jRun(ServletRequestDispatcher.java:193)
    at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)
    at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
    at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395)
    in OA. jspService(_OA.java:221)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
    at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
    at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
    at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
    to oracle.oc4j.network.ServerSocketReadHandler$ SafeRunnable.run (ServerSocketReadHandler.java:260)
    to com.evermind.util.ReleasableResourcePooledExecutor$ MyWorker.run (ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:619)
    # # 0 in detail
    java.sql.SQLException: ORA-04068: current state of packets rejected
    ORA-04065: not run, altered, or removed the stored procedure 'APPS. AME_UTIL ".
    ORA-06508: PL/SQL: called program unit is not found: 'APPS. AME_UTIL ".
    ORA-06512: at the 'APPS '. AME_DYNAMIC_APPROVAL_PKG', line 509
    ORA-04065: not run, altered, or removed the stored procedure 'APPS. AME_UTIL ".
    ORA-06508: PL/SQL: called program unit is not found: 'APPS. AME_UTIL ".
    ORA-06512: at line 1

    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:439)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:395)
    at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:802)
    at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:436)
    at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:186)
    at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:521)
    at oracle.jdbc.driver.T4CCallableStatement.doOall8(T4CCallableStatement.java:202)
    at oracle.jdbc.driver.T4CCallableStatement.executeForRows(T4CCallableStatement.java:1005)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1307)
    at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3449)
    at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:3550)
    at oracle.jdbc.driver.OracleCallableStatement.execute(OracleCallableStatement.java:4710)
    at oracle.jdbc.driver.OraclePreparedStatementWrapper.execute(OraclePreparedStatementWrapper.java:1374)
    at oracle.apps.ame.dynamicapprovals.server.ApprovalsAMImpl.getApprovers(ApprovalsAMImpl.java:573)
    at oracle.apps.ame.dynamicapprovals.server.ApprovalsAMImpl.queryApprovers(ApprovalsAMImpl.java:739)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java:190)
    at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java:133)
    at oracle.apps.fnd.framework.server.OAApplicationModuleImpl.invokeMethod(OAApplicationModuleImpl.java:797)
    at oracle.apps.ame.dynamicapprovals.webui.ApprovalsCO.processRequest(ApprovalsCO.java:91)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:600)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
    at oracle.apps.fnd.framework.webui.beans.layout.OAHeaderBean.processRequest(OAHeaderBean.java:391)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
    at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processRequest(OAStackLayoutBean.java:350)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
    at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest(OAPageLayoutHelper.java:1182)
    at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processRequest(OAPageLayoutBean.java:1569)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
    at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processRequest(OAFormBean.java:385)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
    at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353)
    at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2607)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1940)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:543)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:431)
    in OA. jspService(_OA.java:212)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
    at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)
    in com.evermind.server.http.ServletRequestDispatcher.access$ 100 (ServletRequestDispatcher.java:51)
    to com.evermind.server.http.ServletRequestDispatcher$ 2.oc4jRun(ServletRequestDispatcher.java:193)
    at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)
    at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
    at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395)
    in OA. jspService(_OA.java:221)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
    at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
    at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
    at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
    to oracle.oc4j.network.ServerSocketReadHandler$ SafeRunnable.run (ServerSocketReadHandler.java:260)
    to com.evermind.util.ReleasableResourcePooledExecutor$ MyWorker.run (ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:619)
    java.sql.SQLException: ORA-04068: current state of packets rejected
    ORA-04065: not run, altered, or removed the stored procedure 'APPS. AME_UTIL ".
    ORA-06508: PL/SQL: called program unit is not found: 'APPS. AME_UTIL ".
    ORA-06512: at the 'APPS '. AME_DYNAMIC_APPROVAL_PKG', line 509
    ORA-04065: not run, altered, or removed the stored procedure 'APPS. AME_UTIL ".
    ORA-06508: PL/SQL: called program unit is not found: 'APPS. AME_UTIL ".
    ORA-06512: at line 1

    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:439)
    at oracle.jdbc.driver.T4CTTIoer.processError(T4CTTIoer.java:395)
    at oracle.jdbc.driver.T4C8Oall.processError(T4C8Oall.java:802)
    at oracle.jdbc.driver.T4CTTIfun.receive(T4CTTIfun.java:436)
    at oracle.jdbc.driver.T4CTTIfun.doRPC(T4CTTIfun.java:186)
    at oracle.jdbc.driver.T4C8Oall.doOALL(T4C8Oall.java:521)
    at oracle.jdbc.driver.T4CCallableStatement.doOall8(T4CCallableStatement.java:202)
    at oracle.jdbc.driver.T4CCallableStatement.executeForRows(T4CCallableStatement.java:1005)
    at oracle.jdbc.driver.OracleStatement.doExecuteWithTimeout(OracleStatement.java:1307)
    at oracle.jdbc.driver.OraclePreparedStatement.executeInternal(OraclePreparedStatement.java:3449)
    at oracle.jdbc.driver.OraclePreparedStatement.execute(OraclePreparedStatement.java:3550)
    at oracle.jdbc.driver.OracleCallableStatement.execute(OracleCallableStatement.java:4710)
    at oracle.jdbc.driver.OraclePreparedStatementWrapper.execute(OraclePreparedStatementWrapper.java:1374)
    at oracle.apps.ame.dynamicapprovals.server.ApprovalsAMImpl.getApprovers(ApprovalsAMImpl.java:573)
    at oracle.apps.ame.dynamicapprovals.server.ApprovalsAMImpl.queryApprovers(ApprovalsAMImpl.java:739)
    at sun.reflect.NativeMethodAccessorImpl.invoke0 (Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:597)
    at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java:190)
    at oracle.apps.fnd.framework.server.OAUtility.invokeMethod(OAUtility.java:133)
    at oracle.apps.fnd.framework.server.OAApplicationModuleImpl.invokeMethod(OAApplicationModuleImpl.java:797)
    at oracle.apps.ame.dynamicapprovals.webui.ApprovalsCO.processRequest(ApprovalsCO.java:91)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:600)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
    at oracle.apps.fnd.framework.webui.beans.layout.OAHeaderBean.processRequest(OAHeaderBean.java:391)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
    at oracle.apps.fnd.framework.webui.beans.layout.OAStackLayoutBean.processRequest(OAStackLayoutBean.java:350)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
    at oracle.apps.fnd.framework.webui.OAPageLayoutHelper.processRequest(OAPageLayoutHelper.java:1182)
    at oracle.apps.fnd.framework.webui.beans.layout.OAPageLayoutBean.processRequest(OAPageLayoutBean.java:1569)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
    at oracle.apps.fnd.framework.webui.beans.form.OAFormBean.processRequest(OAFormBean.java:385)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:968)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequestChildren(OAWebBeanHelper.java:935)
    at oracle.apps.fnd.framework.webui.OAWebBeanHelper.processRequest(OAWebBeanHelper.java:659)
    at oracle.apps.fnd.framework.webui.OAWebBeanContainerHelper.processRequest(OAWebBeanContainerHelper.java:252)
    at oracle.apps.fnd.framework.webui.beans.OABodyBean.processRequest(OABodyBean.java:353)
    at oracle.apps.fnd.framework.webui.OAPageBean.processRequest(OAPageBean.java:2607)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:1940)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:543)
    at oracle.apps.fnd.framework.webui.OAPageBean.preparePage(OAPageBean.java:431)
    in OA. jspService(_OA.java:212)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:713)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
    at com.evermind.server.http.ServletRequestDispatcher.unprivileged_forward(ServletRequestDispatcher.java:259)
    in com.evermind.server.http.ServletRequestDispatcher.access$ 100 (ServletRequestDispatcher.java:51)
    to com.evermind.server.http.ServletRequestDispatcher$ 2.oc4jRun(ServletRequestDispatcher.java:193)
    at oracle.oc4j.security.OC4JSecurity.doPrivileged(OC4JSecurity.java:284)
    at com.evermind.server.http.ServletRequestDispatcher.forward(ServletRequestDispatcher.java:198)
    at com.evermind.server.http.EvermindPageContext.forward(EvermindPageContext.java:395)
    in OA. jspService(_OA.java:221)
    at com.orionserver.http.OrionHttpJspPage.service(OrionHttpJspPage.java:59)
    at oracle.jsp.runtimev2.JspPageTable.service(JspPageTable.java:379)
    at oracle.jsp.runtimev2.JspServlet.internalService(JspServlet.java:594)
    at oracle.jsp.runtimev2.JspServlet.service(JspServlet.java:518)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:856)
    at com.evermind.server.http.ResourceFilterChain.doFilter(ResourceFilterChain.java:64)
    at oracle.apps.jtf.base.session.ReleaseResFilter.doFilter(ReleaseResFilter.java:26)
    at com.evermind.server.http.EvermindFilterChain.doFilter(EvermindFilterChain.java:15)
    at oracle.apps.fnd.security.AppsServletFilter.doFilter(AppsServletFilter.java:318)
    at com.evermind.server.http.ServletRequestDispatcher.invoke(ServletRequestDispatcher.java:621)
    at com.evermind.server.http.ServletRequestDispatcher.forwardInternal(ServletRequestDispatcher.java:370)
    at com.evermind.server.http.HttpRequestHandler.doProcessRequest(HttpRequestHandler.java:871)
    at com.evermind.server.http.HttpRequestHandler.processRequest(HttpRequestHandler.java:453)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:313)
    at com.evermind.server.http.AJPRequestHandler.run(AJPRequestHandler.java:199)
    to oracle.oc4j.network.ServerSocketReadHandler$ SafeRunnable.run (ServerSocketReadHandler.java:260)
    to com.evermind.util.ReleasableResourcePooledExecutor$ MyWorker.run (ReleasableResourcePooledExecutor.java:303)
    at java.lang.Thread.run(Thread.java:619)
    =====================================================

    1 behavior happens to every free service (standard and custom) request.
    2. Since our configuration of SOUL self-service application use in its trust hierarchy, we test approval groups using direct transaction test case by "The responsibility of the analyst approval management system" and providing the current Transaction ID, the test result was valid and we could retrieve the string for the necessary approvals.
    3. after getting this error the transaction stored in the hr_API_transactions table status 'W' 'works under process ".
    4. State of the AME_UTIL and AME_DYNAMIC_APPROVAL_PKG packages is valid.

    Thank you
    Mohammed.

    HI Mohammed,.

    906610 wrote:
    A big thank you "AppsMasti" and Hussein. Problem is solved by implementing the fix of note ID 1163757.1

    Thank you
    Mohammed.

    Thanks for the update

    ;) AppsMAsti ;)
    Sharing is caring

Maybe you are looking for