How to implement callout in Oracle B2B 11g

Hi,
I am referring to the document http://docs.oracle.com/cd/E23943_01/user.1111/e10229/callouts.htm#CHDEFBDG and trying to implement callout for a specific requirement.
Initially i want to implement the callout using simple XML-XML transformation . For this i have done couple of settings in oracle B2B but unfortunately it is not working. Below is the detailed steps.
1) I have copied a example java Code Example of an XML-to-XML Transformation in section 13-2 of the above mentioned document to JDeveloper, compiled the code and created the jar file (TestCallout.jar).
2) I have copied the .jar file to a specific path (ex: D:\Oracle\Middleware\user_projects\MyCallout ) and mentioned the same path in B2B UI / Configuration tab/ Callout Direcotry.
3) Created a New .xsl file using Jdeveloper where i am mapping from one format of XML schema to another format of XML schema.
4) I have created a new callout in the callout tab and below are the details:
Implementation Class : com.mycallout.XMLTransform
Library Name : TestCallout.jar
Now please suggest me where i can mention the path of .xsl file which i have created, in Oracle B2B callout UI ?
What parameter name and value should i mention in the parameters section?
Below are my XSL file :
<xsl:stylesheet version="1.0"
xmlns:xp20="http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.Xpath20"
xmlns:bpws="http://schemas.xmlsoap.org/ws/2003/03/business-process/"
xmlns:aia="http://www.oracle.com/XSL/Transform/java/oracle.apps.aia.core.xpath.AIAFunctions"
xmlns:mhdr="http://www.oracle.com/XSL/Transform/java/oracle.tip.mediator.service.common.functions.MediatorExtnFunction"
xmlns:bpel="http://docs.oasis-open.org/wsbpel/2.0/process/executable"
xmlns:oraext="http://www.oracle.com/XSL/Transform/java/oracle.tip.pc.services.functions.ExtFunc"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ns0="http://www.example.org"
xmlns:dvm="http://www.oracle.com/XSL/Transform/java/oracle.tip.dvm.LookupValue"
xmlns:hwf="http://xmlns.oracle.com/bpel/workflow/xpath"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:med="http://schemas.oracle.com/mediator/xpath"
xmlns:ids="http://xmlns.oracle.com/bpel/services/IdentityService/xpath"
xmlns:bpm="http://xmlns.oracle.com/bpmn20/extensions"
xmlns:xdk="http://schemas.oracle.com/bpel/extension/xpath/function/xdk"
xmlns:xref="http://www.oracle.com/XSL/Transform/java/oracle.tip.xref.xpath.XRefXPathFunctions"
xmlns:ns1="http://www.example.org"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
xmlns:ora="http://schemas.oracle.com/xpath/extension"
xmlns:socket="http://www.oracle.com/XSL/Transform/java/oracle.tip.adapter.socket.ProtocolTranslator"
xmlns:ldap="http://schemas.oracle.com/xpath/extension/ldap"
exclude-result-prefixes="xsi xsl ns0 ns1 xsd xp20 bpws aia mhdr bpel oraext dvm hwf med ids bpm xdk xref ora socket ldap">
<xsl:template match="/">
<ns0:Input>
<ns0:OrderType>
<xsl:value-of select="concat(/ns1:OredrStatusInquiryRequest/ns1:BranchPlant,/ns1:OredrStatusInquiryRequest/ns1:OrderType)"/>
</ns0:OrderType>
<ns0:OrderNumber>
<xsl:value-of select="/ns1:OredrStatusInquiryRequest/ns1:OrderNumber"/>
</ns0:OrderNumber>
<ns0:Item>
<xsl:value-of select="concat(/ns1:OredrStatusInquiryRequest/ns1:LineNumber,/ns1:OredrStatusInquiryRequest/ns1:Item)"/>
</ns0:Item>
</ns0:Input>
</xsl:template>
</xsl:stylesheet>
Please help me to move further.

Now please suggest me where i can mention the path of .xsl file which i have created, in Oracle B2B callout UI ?In the step#4 itself, you need to add callout parameter with name "xsltFile" which should be of type string and value of this parameter should be absolute path of XSL file (including file name). So suppose you have copied the xsl in directory C:\xsl and name of XSL file is abc.xsl then value of parameter "xsltFile" should be C:\xsl\abc.xsl
Regards,
Anuj

Similar Messages

  • Dispatcher count values for scheduling downtime in oracle b2b 11g

    Hi all,
    I would like to know if anyone has implemented scheduling in oracle b2b. Please share your suggestions.
    1) What should be the value for 'Outbound Dispatcher Count' & 'Inbound Dispatcher Count' in case of outbound & inbound transactions for large transactions. How do we define this value? Can you give some ratio for this value to this number of transactions? Currently we expect around 8000 messages to flow in span of two hours.
    2) What could be the performance issues that we can come across if any after we are done with this setup ?
    Thanks

    8000 messages in 2 hours is not a huge load. Please set the below values before configuring downtime -
    Outbound Dispatcher Count = 1
    Auto Stack Handler= true
    Auto Stack Handler Interval= 1
    'Inbound Dispatcher Count' is not used for downtime feature.
    There will be no impact on performance.
    Regards,
    Anuj

  • Transactional Behaviour of Oracle B2B 11g

    Hi Gurus/Anuj,
    Can you please explain Transactional Behaviour in Oracle B2B 11g?
    For a Inbound Interface I have three Mediators(Mediator M1,M2 and M3)
    Partner push a file at file location --> B2B Interface used in M1 ,through B2B Binding,picks the FIle and brings to SOA and--> Give it to M2 and M3.
    I need to perform Error Handling in this case..
    M1 M2 and M3 are Asynchronous,Synch and Synch in nature and I guess M1 will propogate it's transaction to M2 and M2 will propogate it's transaction to M3.
    Routing rules are Sequential..
    Note : Fault policies are applicable to parallel routing rules only. For sequential routing rules, the fault goes back to the caller and it is the responsibility of the caller to handle the fault.
    Am I correct in understanding that :
    B2B Adapter in M1 is the caller and M2 and M3 ,as being Synchronous,will follow M1'a transaction.
    And if a Fault goes into M2 and M3,it will go back to the caller,means M1.
    And in M1 we can have Fault-Handling.
    Also please explain Transactional Behaviour in Oracle B2B 11g?
    Is B2B is Asynchronous in nature?
    Is B2B Adapter a Transactional Adapter?
    What category of JCA adapter is Oracle B2B adapter?
    Thanks
    Vivek
    Edited by: Vivek on May 19, 2011 11:41 PM
    Edited by: Vivek on May 19, 2011 11:54 PM

    Hi Vivek,
    Also please explain Transactional Behaviour in Oracle B2B 11g?Oracle B2B depends upon the underlying transport being used for transactional behavior. As far as transaction propagation is concerned, we never had any such need in B2B communication.
    Am I correct in understanding that :
    B2B Adapter in M1 is the caller and M2 and M3 ,as being Synchronous,will follow M1'a transaction.
    And if a Fault goes into M2 and M3,it will go back to the caller,means M1.
    And in M1 we can have Fault-Handling.If you are using AQ interface of B2B adapter with XA Data Source then that adapter can participate in an XA global transaction that can span multiple resources. In this transaction, the application server acts as the coordinating transaction manager with multiple databases (or other resources such as JMS), each of which is involved in a single transaction.
    If you are using JMS interface of B2B adapter with XA Connection factor then that adapter can also participate in an XA global transaction that can span multiple resources.
    If you are using Default (Fabric) interface of B2B adapter then it does not participate in global transaction, rather it starts it's own local transaction and executes in that. So it will totally depend upon the interface you are using with B2B adapter that it will start and propagate a global transaction or will not participate in a global transaction. Moreover, if B2B adapter is starting a transaction and propagating it to a async service then that sync service will start a new local transaction and further sync services may execute in that transaction. As soon as the control comes back to B2B adapter, it will commit the transaction.
    Is B2B is Asynchronous in nature?B2B can be used for both sync and async calls (between partners). B2B is async when communicating with middleware.
    Is B2B Adapter a Transactional Adapter?Explained above
    What category of JCA adapter is Oracle B2B adapter?No special category. It is a specific adapter for Oracle SOA SCA composites to facilitate them in communication with Oracle B2B. You may or may not use this adapter in SOA SCA composites.
    Regards,
    Anuj

  • How to implement this in Oracle Apps 11i

    Hello Friends
    I am working as a consultant for a manufacturing company.
    They have a format for charging Excise and Sales tax on their products (example below). I dont know how to implement this using oracle apps. Please help me ASAP.
    eg.
    Product A:
    MRP = Rs. 100
    Assessable Value (i.e. the value at which I have contract with the Government to pay Excise Duty) = 60% of MRP = Rs. 60 in this case.
    Excise Duty = 16% of AV =0.16*60 = Rs. 9.6
    Now, let’s suppose I am selling my product to a dealer at 30% discount.
    Therefore, Sale Price = 70% of MRP = Rs. 70
    Sales Tax = 4% of Sale Price = 0.04*70 = 2.8
    Therefore, total revenue from the deal = 70-9.6-2.8 = Rs. 57.6

    you can use Advance Pricing or creating discount or attiribute while calculating.
    this is not much complex, possible even with Advance Pricing too. Thanks
    Shiv

  • How to Implement SSL with Oracle Applications R12 without using Load Balanc

    How to Implement SSL with Oracle Applications R12.1.3 without using Load Balancer

    Please refer to (Enabling SSL in Release 12 [ID 376700.1]).
    Thanks,
    Hussein

  • EDIFECS Mapping not found in the X12 Output file in Oracle B2B 11g

    Hi,
    We are using Oracle SOA suite 11g, we have created a outbound process for EDI 855 which is PO Acknowledgement.
    We are using a XML Gateway for the outbound and consuming the message in BPEL. We are mapping the OAG xml to EDIFECS xml to be consumed by Oracle B2B. We had created the EDIFECS xsd and ecs file using Oracle B2B editor and got it validated.
    Now the issue is we have mapped few elements in BPEL and the same data is found in the payload message in Oracle B2B, but we are unable to see the data in the X12 output file.
    Any thoughts will be hightly appreciated.
    Thanks
    Sathish

    Hi,
    Thanks for your update.
    The following were the elements missing in the native X12 flat file. I verified these elements present in ecs using oracle b2b document editor.
    <ns0:Segment-PO1>
    <ns0:Element-355>EA</ns0:Element-355>
    <ns0:Element-235>UI</ns0:Element-235>
    <ns0:Element-234>UPCXREF</ns0:Element-234>
    </ns0:Segment-PO1>
    <ns0:Segment-ACK>
    <ns0:Element-355 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:nil="">EA</ns0:Element-355>
    <ns0:Element-373>20100318</ns0:Element-373>
    </ns0:Segment-ACK>
    Thanks
    Sathish

  • Oracle B2B 11g question about pulling data from remote TP sftp server

    Hi,
    We would like replace our custom b2b solution with oracle b2b, but without resulting much changes in remote TP side. To do that the following issues are to be resolved.
    1) in the existing custom b2b, host tp is pulling data from remote TP location. How does oracle b2b pull data from remote location using sftp(AS1 1.1)? Oracle document says that by using global listening channel, we can make oracle b2b listen to the sftp server? Is that correct? Is there any sample about how to configure and test it.
    2) For outbound file we would like to preserve the file name. If you use sftp for sending the file out, is it possible to preserve the filename?
    3) Some incoming files which are datafiles , does not have any identification pattern. Is there any other way to identify the document type? For example from which location we are pulling the file can tell us the document type.

    1) in the existing custom b2b, host tp is pulling data from remote TP location. How does oracle b2b pull data from remote location using sftp(AS1 1.1)? Oracle document says that by using global listening channel, we can make oracle b2b listen to the sftp server? Is that correct? Is there any sample about how to configure and test it. I am not sure what do you mean by AS1 1.1 but yes, SFTP is supported in Oracle B2B and if you want to poll a SFTP location, then you need to create a listening channel in Oracle B2B. For creating a listening channel, please refer -
    http://download.oracle.com/docs/cd/E14571_01/integration.1111/e10229/bb_listen_chan.htm#BAJJICJJ
    2) For outbound file we would like to preserve the file name. If you use sftp for sending the file out, is it possible to preserve the filename?Yes, it is possible. There is a setting "Preserve Filename" in transport protocol parameter of a SFTP channel which should be enabled for this purpose.
    3) Some incoming files which are datafiles , does not have any identification pattern. Is there any other way to identify the document type? For example from which location we are pulling the file can tell us the document type. In case of FTP/FILE/SFTP, file name can be used to pass document type and revision information to Oracle B2B. Please refer "Filename format" setting on the above mentioned link.
    I figured it out from another thread about how to pull the file. I configured the listening channel so that it reads from a remote server using sftpo protocol. And I have given the filename format as %FROM_PARTY%.dat. I am putting a file like TESTBC.dat. TESTBC is the name of the remote TP. B2B is reading the file but, recognizes the document tupe, but says that FromTP null. What is the solution?
    Make sure that TP name is same as what you are giving in filename (cross-check for spelling). You may also try with default naming convention (do not mention anything in Filename format in listening channel configuration) - %FROM_PARTY%_%TIMESTAMP%.dat
    for eg -
    Acme_12345.dat
    Regards,
    Anuj

  • Error Messagejava.lang.NullPointerException in Oracle B2B 11g

    Hi all,
    We are working on simple PO transaction(outbound flow) between two trading partners using AS2 protocol. B2B picks the data successfully, we are able to see the application message getting generated but niether we are able to see the payload or business message
    Following is the error message i get in soa diagnostic log.
    Messagejava.lang.NullPointerException
    Supplemental Detail at oracle.tip.b2b.system.InitMessageBundle.getStringFromBundle(InitMessageBundle.java:207)
    at oracle.tip.b2b.system.InitMessageBundle.getStringFromBundle(InitMessageBundle.java:179)
    at oracle.tip.b2b.system.IPException.getSeverity(IPException.java:422)
    at oracle.tip.b2b.system.IPException.getMessage(IPException.java:466)
    at oracle.tip.b2b.log.LogManagerImpl.log(LogManagerImpl.java:108)
    at oracle.tip.b2b.system.B2BDomainException.ipLog(B2BDomainException.java:190)
    at oracle.tip.b2b.system.B2BDomainException.<init>(B2BDomainException.java:138)
    at oracle.tip.b2b.engine.Engine.copyAndResetPayload(Engine.java:5599)
    at oracle.tip.b2b.engine.Engine.handleMessageEvent(Engine.java:3053)
    at oracle.tip.b2b.engine.Engine.processEvents(Engine.java:2706)
    at oracle.tip.b2b.engine.ThreadWorkExecutor.processEvent(ThreadWorkExecutor.java:540)
    at oracle.tip.b2b.engine.ThreadWorkExecutor.run(ThreadWorkExecutor.java:200)
    at oracle.integration.platform.blocks.executor.WorkManagerExecutor$1.run(WorkManagerExecutor.java:77)
    at weblogic.work.j2ee.J2EEWorkManager$WorkWithListener.run(J2EEWorkManager.java:183)
    at weblogic.work.DaemonWorkThread.run(DaemonWorkThread.java:30)
    java.lang.NullPointerException
    at oracle.tip.b2b.system.InitMessageBundle.getStringFromBundle(InitMessageBundle.java:207)
    at oracle.tip.b2b.system.InitMessageBundle.getStringFromBundle(InitMessageBundle.java:179)
    at oracle.tip.b2b.system.IPException.getSeverity(IPException.java:422)
    at oracle.tip.b2b.system.IPException.getMessage(IPException.java:466)
    at oracle.tip.b2b.log.LogManagerImpl.log(LogManagerImpl.java:108)
    at oracle.tip.b2b.system.B2BDomainException.ipLog(B2BDomainException.java:190)
    at oracle.tip.b2b.system.B2BDomainException.<init>(B2BDomainException.java:138)
    at oracle.tip.b2b.engine.Engine.copyAndResetPayload(Engine.java:5599)
    at oracle.tip.b2b.engine.Engine.handleMessageEvent(Engine.java:3053)
    at oracle.tip.b2b.engine.Engine.processEvents(Engine.java:2706)
    at oracle.tip.b2b.engine.ThreadWorkExecutor.processEvent(ThreadWorkExecutor.java:540)
    at oracle.tip.b2b.engine.ThreadWorkExecutor.run(ThreadWorkExecutor.java:200)
    at oracle.integration.platform.blocks.executor.WorkManagerExecutor$1.run(WorkManagerExecutor.java:77)
    at weblogic.work.j2ee.J2EEWorkManager$WorkWithListener.run(J2EEWorkManager.java:183)
    at weblogic.work.DaemonWorkThread.run(DaemonWorkThread.java:30)
    Can anyone please let me know what could be the issue? I am new to Oracle B2B. Please guide me
    Thanks in advance

    Make sure that value of "Large Payload Directory" is a valid directory. You can find it at Administration -> Configuration --> Performance. By default it's value is "/tmp" which is not a valid path for all the OS.
    Please refer section "A.2 Handling Large Payloads" at -
    http://download.oracle.com/docs/cd/E12839_01/integration.1111/e10229/app_perform.htm#BABCDGBD
    Regards,
    Anuj

  • How to generate cXML response for a Trading Partner in Oracle B2B 11g

    We have a requirement to generate a cXML response whenever there is an inbound message posted from a trading partner to our B2B servlet. Can the response be directly generated in B2B integration layer and sent back to the partner?
    Messages(cXML) will be exchanged as Custom document using HTTPs protocol.

    Thanks for the response.
    Can you please explain how you used custom cXML in the Ack. What document protocol was used.
    Thanks!

  • How to implement password policies in BI 11g?

    Hi Folks,
    Can someone point me to a doc that shows how to set up password policies in BI 11g? I'm talking about things like enforcing password expiration, enforcing complex passwords etc., things like that. I understand that now in 11g, users need to be set up via the Weblogic console, but I don't see it in there, and I'm not sure where to go from there.
    Thanks very much,
    -Adam vonNieda

    Hi Adam,
    Is this what you are looking for;
    http://download.oracle.com/docs/cd/E21764_01/apirefs.1111/e13952/taskhelp/security/ConfigurePasswordValidationProviders.html
    Cheers,
    Daan Bakboord
    http://obibb.wordpress.com

  • How to implement WriteBack feature in OBIEE 11g?

    I have implemented all steps but with no success. Can any one share what are loop holes in implementation the same?

    Hi,
    Please check the below steps and refer the below links.
    http://satyaobieesolutions.blogspot.in/2013/03/write-back.html
    http://satyaobieesolutions.blogspot.in/2012/06/obiee-10g11g-writeback-capabilities.html
    http://satyaobieesolutions.blogspot.in/2012/06/excel-data-source-writeback-in-obiee.html
    1. Problem your XMl Script
    2. If null value not present in your columns in your table in database.The ; problem has occured.
    please check below steps.
    1. Are you using OCI or ODBC in your connection pool? Try it with OCI Call Interface 11g.
    2.Remove the commit tag from the XML file.
    <postUpdate>COMMIT</postUpdate>
    =============================================================================================================
    This xml file working for me.
    Insert--
    A couple of small adjustments got your XML to work here:
    <?xml version="1.0"; encoding="utf-8"?>
    <WebMessageTables xmlns:sawm="com.siebel.analytics.web/message/v1";>
    <WebMessageTable lang="en-us" system="WriteBack" table="Messages">
    <WebMessage name="WriteBack">
    <XML>
    <writeBack connectionPool="Connection Pool">
    <insert> INSERT INTO FACT (PRICE,PRODUCT_KEY,REGION_KEY,SALE_UNIT,TIMEKEY,SALES_QUOTA)
    values (@{c7},@{c8},@{c9},@{c10},@{c11},@{c5} ) </insert>
    <update> </update>
    </writeBack>
    </XML>
    </WebMessage>
    </WebMessageTable>
    </WebMessageTables>
    The <writeBack> tag is written with a lower case "w".
    The "connetionPool" needs an upper case "P".
    Update--
    I think that you have to specify also an SQL statement for the update tag, for example:
    <?xml version="1.0"; encoding="utf-8"?>
    <WebMessageTables xmlns:sawm="com.siebel.analytics.web/message/v1";>
    <WebMessageTable lang="en-us" system="WriteBack" table="Messages">
    <WebMessage name="pmet_update">
    <XML>
    <writeBack connectionPool="PMTCOG">
    <insert> select null from dual</insert>
    <update> UPDATE XREF_PMET_URL SET URL= '@{c1}' WHERE API='@{c0}'</update>
    </writeBack>
    </XML>
    </WebMessage>
    </WebMessageTable>
    </WebMessageTables>
    The witeback wants for both the tags (<insert></insert> and <update></update>) an SQL Statement.
    Hope this help's
    Thanks
    Satya

  • How to post data to Oracle B2B's httpReceiver using SOAP UI

    Hi All,
    I have successfully tested an inbound EDI X12 810 transaction by creating document version, type, definition. I have used an inbound file channel in this case to
    pick the file and the sender trading partner is dentified from the ISA and GS values as I have configured EDI Interchange ID and EDI Group ID at Remote trading
    partner profile level. This configuration is successfully working fine.
    Now my intention is to replace the inbound file channel with httpReceiver i.e. I just want to post 810 document to B2B's httpReceiver using SOAP UI instead of
    using inbound file channel. For this I have mentioned Generic Identifier as Acme under the profile tab of Remote trading partner (Note that Acme is my remote
    trading partner). And I am posting data to httpReceiver using SOAP UI by setting sender as Acme in the SOAP UI headers. But in the B2B reports, the transaction
    is erroring out as it is unable to identify sender, doc type and agreement.
    Please let me know is this the correct way of populating headers from SOAP UI? Is Sender only sufficient in the headers or any others required? Do I need to pass
    IP address also as header? If so, is it my machine IP address? Is that should be static IP compulsorily?

    Found an answer - hope this is what the first person was looking for.
    You can embedded the Apex code within HTML with the following key steps:
    1. Java scripts need to reference the correct URL paths. For example on apex.oracle.com they would be
    <script src="http://apex.oracle.com/i/javascript/htmldb_html_elements.js" type="text/javascript"></script>
    <script src="http://apex.oracle.com/i/javascript/htmldb_get.js" type="text/javascript"></script>
    2. The <form...> tag needs to have the DAD URL in it. Such as:
    <form action="http://apex.oracle.com/pls/otn/wwv_flow.accept" method="post" name="wwv_flow" id="wwvFlowForm" >
    Any other references need to point to the right URLs.
    Finally, the action that will occur after submission is defined by the Apex Form, so you will need to set the appropriate Branch action in the application, such as going back to the same URL currently on, etc.
    Stephen

  • How to Edit an Existing Oracle Database 11g Template

    I fat fingered a file specification in an Oracle 11g database creation template on Solaris 10. Is there a way to edit the template without deleting it and starting over?
    Also, is there a way to import an existing template into a different $ORACLE_HOME?

    Actually, I have both in mine, but the .dbt files I have are the ones that I saved (at the end of using the dbca when it ask you to save your template and give it a file name). I think the .dbt stands for database template.
    e.g., (this is Oracle 11.1)
    $ <none> /oracle/product/11.1/assistants/dbca/templates>ls -lastr
    total 205948
      12 -rw-r--r--    1 oracle   dba           11653 Jun 21 2007  New_Database.dbt
       8 -rw-r--r--    1 oracle   dba            5286 Sep 26 2008  Data_Warehouse.dbc
       8 -rw-r--r--    1 oracle   dba            5166 Sep 26 2008  General_Purpose.dbc
    183860 -rwxr-xr-x    1 oracle   dba       188268544 Oct 03 2008  Seed_Database.dfb*
    1128 -rwxr-xr-x    1 oracle   dba         1155072 Oct 04 2008  example.dmp*
    20728 -rwxr-xr-x    1 oracle   dba        21225472 Oct 04 2008  example01.dfb*
       0 drwxr-xr-x    6 oracle   dba             256 Jul 23 15:48 ../
      20 -rw-r-----    1 oracle   dba           17237 Aug 19 14:40 psprod.dbt
      20 -rw-r-----    1 oracle   dba           17339 Sep 24 09:52 pspay.dbt
      20 -rw-r-----    1 oracle   dba           17338 Oct 26 15:52 psben.dbt
      20 -rw-r-----    1 oracle   dba           17251 Oct 27 09:21 pscmp.dbt
      20 -rw-r-----    1 oracle   dba           17232 Oct 27 13:07 psrec.dbt
      20 -rw-r-----    1 oracle   dba           17232 Oct 27 16:12 psdev.dbt
      20 -rw-r-----    1 oracle   dba           17251 Oct 28 09:48 psdmo.dbt
      20 -rw-r-----    1 oracle   dba           17232 Oct 28 20:31 pssrc.dbt
       4 drwxr-xr-x    2 oracle   dba            4096 Oct 28 20:31 ./
      20 -rw-r-----    1 oracle   dba           17239 Apr 11 2026  pssrc_20090908.dbt
      20 -rw-r-----    1 oracle   dba           17242 Apr 11 2026  pstst_20090908.dbt

  • Query on AS2 in Oracle B2B 11g

    Hi there,
    I am setting up B2B to receive custom xml document using AS2. I am doing some unit testing and would like to know
    1. Should I configure a AS2 listening channel or it is received on /b2b/httpReceiver?
    2. How to unit test receiving a document using AS2 channel? Is there a tool to send AS2 messages to a particular b2b server (how to set AS2 identifier?)
    3. ssl and encryption is next step, but I would like to test basic connectivity first. Is it possible?
    Thanks for your time.
    Thnx,
    Ganesh
    Edited by: Ganesh on Aug 10, 2012 4:37 PM

    Hi Ganesh,
    1. Should I configure a AS2 listening channel or it is received on /b2b/httpReceiver?It should be received via /b2b/httpReceiver.
    2. How to unit test receiving a document using AS2 channel? Is there a tool to send AS2 messages to a particular b2b server (how to set AS2 identifier?)Use another B2B setup (may be a fresh local setup or a new domain in existing installation) to simulate your trading partner
    3. ssl and encryption is next step, but I would like to test basic connectivity first. Is it possible?Yes, just do not select anything in security tab of AS2 channel.
    Regards,
    Anuj

  • How to implement adf skins in JDeveloper 11g

    How to integrate CSS in ADF using JDeveloper 11g without Trinidad.

    Is there any particular reason for NOT wanting to use the trinidad-config.xml? Using Jdev11g, it is very easy, requires no extra jars and have no external dependencies. Also, its [better |http://technology.amis.nl/blog/4169/adf-11g-why-use-skinning-why-not-use-simple-external-css-stylesheets] to do it using skins.
    Julian.

Maybe you are looking for