More SOA BPEL to OSB

I am trying to create a simple proof of concept that calls a process BPEL, OSB. I created a WSDL with an EchoService in OSB, I then created a link partner with the WSDL file. When you use the debug BPEL Console, I get an error:
Error calling operation "echo" the provider "PartnerLink_1".
-< message >
-< input >
-< echoRequest >
-< part xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance" name = "echoString" >
< echoString >
Hello
< / echoString >
< / part >
< / echoRequest >
< / Entry >
-< fault >
-< invalidVariables xmlns = "http://schemas.oracle.com/bpel/extension" >
-part name = "code" >
< code >
9710
< code >
< / part >
-part name = "summary" >
< Summary >
Invalid xml document.
According to the xml schemas, the xml document is not valid. The reason is: Error:cvc - elt.1: cannot find the declaration of element "echoString"

Please make sure that the xml document is valid against your schemas.
< / Summary >
< / part >
< / invalidVariables >
< / failures >
< / messages >

= wsdl =.
<? XML version = "1.0" encoding = "UTF-8"? >
< wsdl:definitions xmlns:wsdl = "http://schemas.xmlsoap.org/wsdl/" xmlns:soap = "http://schemas.xmlsoap.org/wsdl/soap/" xmlns:http = "http://schemas.xmlsoap.org/wsdl/http/" xmlns: XS = "http://www.w3.org/2001/XMLSchema" xmlns:soapenc = "http://schemas.xmlsoap.org/soap/encoding/" xmlns:mime = "http://schemas.xmlsoap.org/wsdl/mime/" xmlns:tns = "http://new.webservice.namespace" targetNamespace = "http://new.webservice.namespace" >
WSDL: < types >
< xs: Schema targetNamespace = "http://new.webservice.namespace" elementFormDefault = "qualified" / >
< / wsdl: types >
< name of the WSDL: message = "EchoRequest" >
< name of wsdl: part = "echoString" type = "xs: String" / >
< / wsdl: message >
< name of the WSDL: message = "EchoResponse" >
< name of wsdl: part = 'Ar4"type =" xs: String "/ >
< / wsdl: message >

< name of wsdl: portType = "EchoServicePortType" >
< name of wsdl: Operation = "echo" >
< message wsdl: Input = "tns:EchoRequest" name = "EchoRequest" / >
< message wsdl: output = "tns:EchoResponse" name = "EchoResponse" / >
< / wsdl: Operation >
< / wsdl: portType >

< name of binding wsdl: Binding = "EchoServiceHttpBinding" type = "tns:EchoServicePortType" >
< style: binding soap = transport "document" = "http://schemas.xmlsoap.org/soap/http" / >
< name of wsdl: Operation = "echo" >
< soap: operation soapAction = "" / >
< name of wsdl: Input = "EchoRequest" >
< use of soap: body = "literal" / >
< / wsdl: Input >
< name of wsdl: output = "EchoResponse" >
< use of soap: body = "literal" / >
< / wsdl: output >
< / wsdl: Operation >
< / wsdl: Binding >
< wsdl:service name = "EchoServiceImpl" >
< name of wsdl: port = "EchoServicePort" binding = "tns:EchoServiceHttpBinding" >
< soap: address location = "http://mcarr-linux:7001 / / HelloWorld/WSDL/EchoProxyService" / >
< / wsdl: port >
< / wsdl:service >
< / wsdl:definitions >

= bpel =.
<? XML version = "1.0" encoding = "UTF - 8"? >
<!--
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
Oracle JDeveloper BPEL Designer

Created the: Fri Oct 31 14:24:55 PDT 2008
Author: MCAR
Subject: Asynchronous BPEL process
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
->
< process name = "ProcessFileToWS".
targetNamespace = "http://xmlns.oracle.com/ProcessFileToWS."
xmlns = "http://schemas.xmlsoap.org/ws/2003/03/business-process/."
queryLanguage = "http://www.w3.org/TR/1999/REC-xpath-19991116".
expressionLanguage = "http://www.w3.org/TR/1999/REC-xpath-19991116".
abstractProcess = "" enableInstanceCompensation = 'no '.
xmlns:bpws = "http://schemas.xmlsoap.org/ws/2003/03/business-process/".
xmlns:XP20 = "http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.Xpath20".
xmlns:NS4 = "http://www.oracle.com/XSL/Transform/java/oracle.tip.esb.server.headers.ESBHeaderFunctions".
xmlns:LDAP = "http://schemas.oracle.com/xpath/extension/ldap".
container = "http://www.w3.org/2001/XMLSchema".
xmlns:NS5 = "http://www.oracle.com/XSL/Transform/java/oracle.tip.xref.xpath.XRefXPathFunctions".
xmlns:client = "http://xmlns.oracle.com/ProcessFileToWS".
xmlns:ORA = "http://schemas.oracle.com/xpath/extension".
xmlns:ns1 = "http://new.webservice.namespace".
xmlns:NS3 = "http://xmlns.oracle.com/bpel/services/IdentityService/xpath".
xmlns:ns2 = "http://xmlns.oracle.com/bpel/workflow/xpath".
xmlns:bpelx = "http://schemas.oracle.com/bpel/extension".
xmlns:ORCL = "http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.ExtFunc" >
<!--
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
PARTNERLINKS
List of services that participate in the BPEL process
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
->
<!--
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
VARIABLES
List of messages and the XML documents used in the BPEL process
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
->
< partnerLinks >
< partnerLink 'customer' = name typelienpartenaire = "client: ProcessFileToWS»
myRole = "ProcessFileToWSProvider."
partnerRole = "ProcessFileToWSRequester" / >
< partnerLink myRole = "EchoServicePortType_Role" name = "ProcessFileToWS".
partnerRole = "EchoServicePortType_Role."
typelienpartenaire = "ns1:EchoServicePortType_PL" / >
< / partnerLinks >
< variables >
<! - referring to the message as input during the initiation - >
<! - referring to the message that will be sent to the applicant during Encore - >
< variable name = "variableentree".
messageType = "client: ProcessFileToWSRequestMessage" / >
< variable name = "outputVariable.
messageType = "client: ProcessFileToWSResponseMessage" / >
< variable name = messageType "echoRequest" = "ns1:EchoRequest" / >
< variable name = messageType "echoResponse" = "ns1:EchoResponse" / >
< / variables >
<!--
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
LOGIC OF ORCHESTRATION
Set of activities, coordinate the flow of messages through the
integrated within this business process services
////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
->
< sequence name = 'hand' >
<!-receive entries of applicant. (Note: this action maps to an operation defined in ProcessFileToWS.wsdl)->
< name = partnerLink 'receiveInput' = 'customer '.
portType operation = "client: ProcessFileToWS" = "open".
variable = createInstance "variableentree" = "yes" / >
<!--
Asynchronous callback to the applicant. (Note: the location and the callback correlation id is handled seamlessly by using WS-addressing.)
->
< assign the name = "Assign_1" >
< copy >
< variable from = part "variableentree" = "payload".
Query = "/ client: ProcessFileToWSProcessRequest / client: entry" / >
< variable = part of the "echoRequest" = "echoString" / >
< / copy >
< / assign >
< name of appeal = portType "Invoke_1" = "ns1:EchoServicePortType."
variableentree = "echoRequest" outputVariable = "echoResponse."
partnerLink = operation 'ProcessFileToWS' = "echo" / >
< assign the name = "Assign_2" >
< copy >
< variable from = part of the 'echoResponse' = 'Ar4' / >
< variable = part of the 'outputVariable"="payload"/ >
< / copy >
< / assign >
< name of appeal = partnerLink 'callbackClient' = 'customer '.
portType operation = "client: ProcessFileToWSCallback" = "onResult".
variableentree = "outputVariable" / >
< / sequence >
< / process >

Try this wsdl for the service of your OSB. This requires that you run OSB on port 7021.

It will create a service called Echo.

see you soon
James



xmlns:TNS = "http://oracle.com/Echo/".
xmlns:WSDL = "http://schemas.xmlsoap.org/wsdl/".
container = "http://www.w3.org/2001/XMLSchema".
name = 'Echo '.
targetNamespace = "http://oracle.com/Echo/" >
































transport = "http://schemas.xmlsoap.org/soap/http" / >












name = "EchoSOAP" >



Tags: Fusion Middleware

Similar Questions

  • How can we call a proxy of a BPEL process OSB service?

    Hello

    I want to call a proxy of a BPEL process OSB service. Can you please explain the procedure?

    Obtain the wsdl for the service proxy OSB and create webservice parnerlink in this wsdl-based BPEL to invoke service

    To form the wsdl url, copy the URI of the endpoint configured for the proxy service (just click on the proxy service in the console) of the sbconsole - / ATHGPUM_GlidePathService/ProxyService/ATHGPUM_GlidePathProxyService

    Before add >- http://localhost: 8000 / and post append with? WSDL

    The final appearance of the WSDL url like - Http://localhost: 8000, ATHGPUM_GlidePathService, ProxyService, ATHGPUM_GlidePathProxyService? WSDL

    Concerning

    Albin I

  • &lt; error &gt; &lt; oracle.soa.bpel.engine.delivery &gt; &lt; BEA-000000 &gt; - conversation id

    Hello

    I have this error to replicate, but can't as Im not aware of the effective implementation...

    < error > < oracle.soa.bpel.engine.delivery > < BEA-000000 >
    < < DeliveryHandler::initialRequestAnyType > no response not found for the answer for the conversation id
    urn: 965BA1C05C6711E19F2FB7716E234E2B >

    Guru, suggestions?

    I think that I did not change anything. Anyway, you can lift a SR with support.

    Kind regards
    Anuj

  • Tutorials of training required for soa bpel

    Hi team

    I began self-learning SOA, BPEL, BAM, please give me a training tutorial to go with it...

    I installed the latest version of SOA 11g (11.1.1.4) suit...


    Thanks in advance

    AT

    You can go through the URLs below and start learning the SOA.

    http://www.Oracle.com/technetwork/middleware/soasuite/11gthebook-101473.html

    http://orasoa.blogspot.com/2007/05/newbie-getting-started-with-Oracle-SOA.html

    Thank you
    AJ

  • More SOA and OSB in one machine

    Hello

    I wanted to install the SOA Suite (11.1.1.2.0) and Oracle Service Bus (11.1.1.3.0) on a single machine. that is on my laptop which runs on windows 7 64 bit OS.


    I need to create a middleware separate House for SOA and OSB panels? something like SOA in C:\Oracle\Middleware and OSB in C:\OracleOSB\Middleware?

    Suppose if I install SOA Suite (11.1.1.3.0) can I use the same WLS 10.3.3 to supply the SOA and OSB?

    Thank you
    Sanjeev

    Yes, you must upgrade to 10.3.3, weblogic UCR 11.1.1.3 allows to upgrade the DB schema, and only then can you pass SOA. You can view-

    http://blogs.Oracle.com/middleware/2010/05/installing_soa_suite_11113.html

    Kind regards
    Anuj

  • Tag SOAP cause problem integrate BPEL and OSB

    Hello

    I developed a project in which JMS BPEL adapter places the message in the JMS queue and proxy OSB service removes the message from this queue and treated more far.

    Now, the problem is that BPEL JMS adapter does not add the SOAP envelope/body/header for the message tags but the proxy OSB service requires these tags to be there with the message. Proxy OSB service gives the following error:

    «com.bea.wli.sb.context.BindingLayerException: the message must be an instance of: {http://schemas.xmlsoap.org/soap/envelope/} envelope.»


    Is it possible that the OSB proxy service can process the message not having not SOAP envelope attached tags.

    Thank you

    Yes. Use the service proxy AnyXML withdrawal message from JMS Q. This type of proxy is not the mandate that the JMS message is in the SOAP format.

    Maury

  • Unable to load WSDL in Jdeveloper/SOA BPEL

    Hi all

    In the last month, I went through the composite application Oracle SOA to build in house training. In training that oracle handed training materials in class. After completing the training, I set up the /Weblogic of the SOA and the Jdev on my own machine, and I was going through the documentation of classroom training for practice. In Chapter 7.2 training document where to import the local machine's ".wsdl" file to the BPEL process. But when I try to follow the step that jdev survey and the error message.

    Can someone help get rid of this error message. I'm new to JDEV, SOA and BPEL in order to ask that you explain the solution in detail if Possible.

    Thank you

    Vijay

    WSDL is trying to find the xsd to 'C:\Lab\files\wsdl\xsd', while your xsd is actually located at C:\Lab\files\xsd.

    "Use schemaLocation ="... /XSD/storeinfo.xsd"

  • Oracle 11g SOA - bpel.preference

    Hello guys,.

    We have a few preferences bpel defined in composite.xml, which can be changed at runtime of MBeanBrowser appropriate value when required.
    But cahnged to execution value returned to the value deployed after you restart the managed server, this is a known problem or is it all to takecare this?

    < name "bpel.preference.WAIT_ON_JOB property" = > FALSE < / property >

    Kind regards
    Ravi

    Follow this post.

    http://nitinaggarwal.WordPress.com/2011/09/22/SOA-Suite-11g-non-sticky-preferences-after-server-restart/

    It is considered good etiquette to the answerers rewards with points (as "useful" - 5 pts - or 'correct' - 10pts)
    https://forums.Oracle.com/forums/Ann.jspa?annID=893

    Thank you
    Vijay

  • Requirements for SOA, BPM, BAM, OSB

    Hello


    One could suggest that better system configuration to run all the parallayly of products SOA as shown below...

    SOA -? (eg.2GB RAM)
    BPM -?
    OSB -? (1 GB)
    BAM -?
    -Database? (ForMeta data repository)

    do we have 64 bits for highest software... Could I see the 32-bit version only in the download page of Oracle?

    Thank you
    Sivakumar

    Published by: siva p on June 23, 2012 12:11

    Siva,

    Look at the following link:
    http://docs.Oracle.com/CD/E23943_01/Web.1111/e13814/intro.htm#i1062568

    Arik

  • Error time-out in the SOA BPEL process

    Hello

    I just started using SOA Suite. My first project is a simple process, initialized by querying the database for the new records. This documents should be addressed to the competent authority by electronic mail. But anyway ends place blamed with this error:

    Anomaly of the non-recoverable system:
    Waiting for reply has expired. The conversation id is 1% 401312896230. Please check the detail process instance.

    WLS LOG:

    < 10.8.2011 17:24:52 CEST > < error > < oracle.soa.adapter > < BEA-000000 > < JCABinding = f
    Pozadavky PozadavkyAdapter Service Pozadavky was unable to make the delivery o
    message entering for the composite by default/Test! 1.0 * soa_78cd9122-b083-4d4f-b123 -.
    0f09a466d511 reason: waiting for reply has expired. The conversation id is
    1% 401312989840. Please check the for detail process instance. >

    I get emails despite the error. But the records in the database are not removed after their reading that I put in the db adapter Setup Wizard, so my e-mail client is spammed with the same messages all the time.

    Any advice will be appreciated.

    In step 6 of the wizard configuration of adapter, you specify the primary key correctly? And also did you see any error message in the soa server diagnostic log file?

    And also, when querying the database; by default, the interface of the BPEL would be one-way unless you check the option in step 4 of the Setup Wizard that is the synchronous post to BPEL.

    If you check this option, your BPEL interface would be come synchronous, and if you do a lot of things in the BPEL flow, there is a chance that the customer gets

    the time-out waiting for the answer.

    Thank you
    N

  • SOA BPEL 11g (11.1.1.3.0) - using retries encapsulated in the fault policy file

    Hello

    We use oracle SOA suite 11 g (11.1.1.3.0)

    I try to configure misconduct policy-file so that first it try 20 times every 20 seconds, then reties 20 times every 10 minutes, then try again 23 times per hour, then try again 24 times every 6 hours and if the fault persists, call an action of java to send an email and then go to human intervention. However, it seems that only the first retry is executed. The rest, those who are ignored and the action after the first attempt failed is the Action of Java. The fault policy is the following:

    <? XML version = "1.0" encoding = "UTF-8"? >
    < faultPolicies xmlns = "http://schemas.oracle.com/bpel/faultpolicy" >
    < faultPolicy version = '0.0.1' id = 'TransferResponsibilityRequestProcessFaults '.
    xmlns:env = "http://schemas.xmlsoap.org/soap/envelope/".
    xmlns: XS = "http://www.w3.org/2001/XMLSchema".
    xmlns = "http://schemas.oracle.com/bpel/faultpolicy."
    xmlns: xsi = "http://www.w3.org/2001/XMLSchema-instance" >
    < condition >
    < faultName xmlns:freeze = "http://rom/cosmote/bpel/webservice/util" name = "gel: BpelWSFault" >
    < condition >
    < Ref action = "ora-human-intervention" / >
    < / condition >
    < / faultName >
    < faultName xmlns:retry = "http://rom/cosmote/bpel/webservice" name = "retry: PendingRequestsFault" >
    < condition >
    < Ref action = "ora - try again - 20 sec" / >
    < / condition >
    < / faultName >
    < / conditions >
    < action >
    < Code action = "ora - retry - 20s" >
    < retry >
    < retryCount > 10 < / retryCount >
    < retryInterval > 20 < / retryInterval >
    < retryFailureAction ref = "ora - try again - 10 min" / >
    < / re >
    < / action >
    < Code action = "ora - try again - 10 min" >
    < retry >
    < retryCount > 10 < / retryCount >
    < > 600 retryInterval < / retryInterval >
    < retryFailureAction ref = "ora - try again - 1 hour" / >
    < / re >
    < / action >
    < Code action = "ora - try again - 1 hour" >
    < retry >
    < > 23 retryCount < / retryCount >
    < > 3600 retryInterval < / retryInterval >
    < retryFailureAction ref = "ora - try again - 6 hour" / >
    < / re >
    < / action >
    < Code action = "ora - try again - 6 hour" >
    < retry >
    < retryCount > 24 < / retryCount >
    < > 21600 retryInterval < / retryInterval >
    < retryFailureAction ref = "ora-java" / >
    < / re >
    < / action >
    < Code action = 'ora-java' >
    < className = "gr.cosmote.bpel.util.JavaActionInCaseOfRetryFails" javaAction
    defaultAction = "ora-human-intervention" >
    < value returnValue = 'RETURNED' ref = 'ora-human-intervention' / >
    < / javaAction >
    < / action >
    < Code action = 'ora-human-intervention' >
    < humanIntervention / >
    < / action >
    < / actions >
    < / faultPolicy >
    < / faultPolicies >

    Is a new attempt with various intervals aren't made using the tag < exponentialBackoff / >?

    Thanks for any response.

    I had a request similar, though not as elaborate as yours. After that I failed to figure it out myself I filed a SR. Basically, you cannot restart a block to try again after the first run to avoid an infinite loop.

    If you need send the e-mail message after the time 23, why not just try again until the 23rd hour and send an email?

  • More SOA from a single binary installation servers

    Hello

    In section 4.3 of the Oracle Enterprise deployment guide - the mentioned below is

    "With Oracle Fusion Middleware 11g you can create multiple servers of a SOA

    single binary installation. This allows the installation of the binary files in one place on

    shared storage and reuse of this facility by servers in different nodes.

    However, for maximum availability, Oracle recommends using redundant binary

    facilities. "


    My configuration:


    Resources: External hard drive, 1 Machine, Machine 2

    Machine 1 is connected to the external hard drive (on E: /).

    Machine 2 is connected to the Machine 1 using the ethernet and so acccesible cable to the other. (Removed all firewalls to allow LAN communication between two machines).

    2 drive E:\ machine is mounted in the drive of the Machine 1 E (which is actually the path of external hard drive)


    Following is carried out:

    1. download the binaries (UCR, Oracle Weblogic, SOA Suite, etc.) to a hard drive connected to the Machine 1.

    2. starting at the Machine 1 - installed the binaries on a (Middleware House) location on the hard drive. All facilities including Jrockit are performed on the hard disk via the machine 1.

    3. has created a domain with cluster combining soa_server1 on computer 1 and soa_server2 on the Machine 2.

    4. from the Machine 1 consultation: SOA FIELD hard drive path and ran startWeblogic.cmd.

    5 Weblogic admin server started successfully.

    6. Repeat step 4 above of the Machine 2. (ie., by accessing the SOA AREA of hard drive using the drive mounting machine 2)

    7 Weblogic is NOT started.

    Reason:

    weblogic.management.ManagementException: cannot get a lock on E:\SOACluster-

    Sharing-Drive\Oracle\Middleware\01\user_projects\domains\soa_domain\servers\Admin

    Server\tmp\AdminServer.Lok. Server may already be running.

    My expectation of the statement from the Oracle documentation:

    -Server Admin would start also Machine 2 using that installation on storage shared (IE, HDD), as he did the machine 1.

    Grateful for the help!

    Thank you and best regards,

    Sridhar.

    Well, I think I missed the fundamental point that the server administrator can be started only once in a field and is achieved by locking.

    This explains above question.

    However several instances of managed server must be able to start using same binary.

    My bad. !!

  • How to call Oracle E-Business seeded program in SOA BPEL 11 g

    Hello

    I implement a point between third party system and Oracle inventory interface. My composite will treat the data element of the third party system and insert the data into the interface table (mtl_system_items_interface).

    Once integration is complete, I need BPEL call the program seeded (import items - INCOIN) to insert data from one table of interface in the base Oracle tables; in other words, mtl_system_items_interface to mtl_system_items_b.

    I tried using an adapter "Oracle Applications" but cannot place the INCOIN program. There's no options to find the INCOIN program either location.

    Someone knows how to call an Oracle planted a BPEL process program?

    Appreciate your help :)

    Hoang

    Hoang,

    You won't find the INCOIN in the Oracle Apps adapter. INCOIN is a simultaneous running of the Oracle Application program.
    The program INCOIN can be the call of the function: Fnd_Request.submit_request. To run this function, you have to sign the global settings (FND_GLOBAL. APPS_INITIALIZE) and have a validation in the end.
    I suggest you use the DB adapter to call a customization procedure where you can have all of these features inside.

    Arik

  • CDATA section adding in my reply - Oracle SOA - BPEL 11g (11.1.1.2.0) how?

    Dear all,

    Can someone guide me how to add the CDATA tag to my response of exisitng message?

    How the toCDATA() function can be used for this?

    Now that I was able to generate without CDATA tag, but I need some help on this CDATA tag, including the element < OS >.

    My requirement.

    I need to generate below of output XML in the context of the BPEL process the response.

    especially the "<! "[CDATA [9000908340DFG90823A]] >" under < OS > element.

    =================================================
    < XDFTransaction >
    < XDFTrnHdr >
    < XDFTrnDate > 2010 - 10 - 10 < / XDFTrnDate >
    < XDFTrnDate > 2010 - 10 - 10 < / XDFTrnDate >
    < XDFTrnDate > 2010 - 10 - 10 < / XDFTrnDate >
    < XDFTrnDate > 2010 - 10 - 10 < / XDFTrnDate >
    < / XDFTrnHdr >
    < XDFTrnEOL >
    MOM283982983 < AÉO > < / OAS >
    < / XDFTrnEOL >
    < XDFTxnCache >
    < AM >
    < TXN >
    < OS >
    <! [CDATA [9000908340DFG90823A]] >
    < OBJDTL >
    < OBJNO > 10001 < / OBJNO >
    < OBJDATE > 2010 - 01 - 01 < / OBJDATE >
    < / OBJDTL >
    < /EO >
    < OS >
    <! [CDATA [9000908340DFG90823B]] >
    < OBJDTL >
    < OBJNO > 10002 < / OBJNO >
    < OBJDATE > 2010 - 01 - 02 < / OBJDATE >
    < / OBJDTL >
    < /EO >
    < OS >
    <! [CDATA [9000908340DFG90823C]] >
    < OBJDTL >
    < OBJNO > 10003 < / OBJNO >
    < OBJDATE > 2010 - 01 - 03 < / OBJDATE >
    < / OBJDTL >
    < /EO >
    < / TXN >
    < /AM >
    < / XDFTxnCache >
    < / XDFTransaction >
    =================================================

    Now that I was able to generate without CDATA tag, but I need some help on this CDATA tag, including the element < OS >.

    Thanks and greetings
    Arunachalam.Chidambaram.
    Dubai

    Published by: arungoin on July 22, 2010 14:46

    Hello

    Design mode will not always work worry abt this... also to fill EO value dynamically try like this.

    
    
    
    
    & lt;![CDATA[$EOvalue]]& gt; 
    

    Kind regards

  • Log SOA/BPEL files causes problems of disk space

    Hi all

    We use SOA SUITE - 10.1.3.4(R12+DB_10.2.1), and it worked well for the last 7 months. Now that we are having on new problem.

    System SOA writing huge under the folder by default/log and journal opmn/log.
    The size of each log file is larger than 2 GB. SOA home busy with > 40 GB with log files.
    His affect others (DB, the R12 etc.) applications running on the same Linux machine.

    Please help me in this matter.

    Thank you
    Karim

    It is a common problem. You can rotate these logs, follow this blog note

    http://orasoa.blogspot.com/2008/06/application-server-rotating-log-files.html

    see you soon
    James

Maybe you are looking for