Find new rcvX12_3040_850.wsdl?

I am trying to setup Oracle BPEL/B2B POs using 3040 standard. 4010s are working fine. My best guess right now is that I need WSDL written especially for 3040, because what we have deployed is a version that supports 4010. We deploy using JDEV.
Can anyone help me find a file similar to the below, but supports the 3040 standard? Obviously, I hope I don't have to write one of my own.
I do have a X12_3040_850.xsd file which I would like to put in place of the X12_4010_850.xsd mentioned below.
I am using a project that has this file supporting 4010 already defined. I need to add the 3040 standard to my project.
Anyone have a clue where I can get a 3040 version this file? (below)
==========================
<definitions name="rcvX12_4010_850"
targetNamespace="http://xmlns.oracle.com/pcbpel/adapter/aq/rcvX12_4010_850/"
xmlns="http://schemas.xmlsoap.org/wsdl/"
xmlns:tns="http://xmlns.oracle.com/pcbpel/adapter/aq/rcvX12_4010_850/"
xmlns:plt="http://schemas.xmlsoap.org/ws/2003/05/partner-link/"
xmlns:jca="http://xmlns.oracle.com/pcbpel/wsdl/jca/"
xmlns:pc="http://xmlns.oracle.com/pcbpel/"
xmlns:imp1="urn:oracle:integration:b2b:719EF3F3221345ABA0FFBB4F5AB0D5FD"
xmlns:obj1="http://xmlns.oracle.com/xdb/B2B">
<types>
<!-- Define AQ Headers = Payload Headers + Static Queue Headers -->
<schema attributeFormDefault="qualified" elementFormDefault="qualified"
targetNamespace="http://xmlns.oracle.com/pcbpel/adapter/aq/rcvX12_4010_850/"
xmlns="http://www.w3.org/2001/XMLSchema"
xmlns:tns="http://xmlns.oracle.com/pcbpel/adapter/aq/rcvX12_4010_850/"
xmlns:hdr="http://xmlns.oracle.com/pcbpel/adapter/aq/inbound/"
xmlns:obj1="http://xmlns.oracle.com/xdb/B2B">
<import namespace="http://xmlns.oracle.com/xdb/B2B"
schemaLocation="B2B_IP_MESSAGE_TYPE.xsd"/>
<import namespace="http://xmlns.oracle.com/pcbpel/adapter/aq/inbound/"
schemaLocation="aqAdapterInboundHeader.xsd"/>
<complexType name="HeaderCType">
<sequence>
<!-- static header -->
<element name="QueueHeader" type="hdr:HeaderType"/>
<!-- payload header -->
<element name="PayloadHeader" type="obj1:IP_MESSAGE_TYPE"/>
</sequence>
</complexType>
<element name="Header" type="tns:HeaderCType"/>
</schema>
<schema xmlns="http://www.w3.org/2001/XMLSchema">
<import namespace="urn:oracle:integration:b2b:719EF3F3221345ABA0FFBB4F5AB0D5FD"
schemaLocation="X12_4010_850.xsd"/>
</schema>
</types>
<message name="Transaction-850_msg">
<part name="Transaction-850" element="imp1:Transaction-850"/>
</message>
<message name="Header_msg">
<part name="Header" element="tns:Header"/>
</message>
<portType name="Dequeue_ptt">
<operation name="Dequeue">
<input message="tns:Transaction-850_msg"/>
</operation>
</portType>
<binding name="Dequeue_binding" type="tns:Dequeue_ptt">
<pc:inbound_binding/>
<operation name="Dequeue">
<jca:operation ActivationSpec="oracle.tip.adapter.aq.inbound.AQDequeueActivationSpec"
QueueName="IP_IN_QUEUE" DatabaseSchema="B2B"
ObjectFieldName="PAYLOAD" PayloadHeaderRequired="true"
Consumer="X12_4010_850_PO" OpaqueSchema="false"></jca:operation>
<input>
<jca:header message="tns:Header_msg" part="Header"/>
</input>
</operation>
</binding>
<service name="rcvX12_4010_850">
<port name="Dequeue_pt" binding="tns:Dequeue_binding">
<!--Your runtime connection is declared in
J2EE_HOME/application-deployments/default/AqAdapter/oc4j-ra.xml
These mcf properties here are from your design time connection and
save you from having to edit that file and restart the application server
if eis/AQ/aq is missing.
These mcf properties are safe to remove.-->
</port>
</service>
<plt:partnerLinkType name="Dequeue_plt">
<plt:role name="Dequeue_role">
<plt:portType name="tns:Dequeue_ptt"/>
</plt:role>
</plt:partnerLinkType>
</definitions>

after much stumbling, I went into the Partner Link in my JDev bpel project, clicked upon 'Define Adapter Service' which allowed me to create a new aq adapter, which would allow me to import the 3040 schema and point to the b2b on the server.
I hope this will save somebody else time.
Does anybody have a link to really, really good documentation for jdev bpel projects, helping to build B2 EDI over GENERIC EXCHANGE?
right now it looks like I hav to make a new project and bpel process for every standard: ie: one for 4010. one for 3040. one for 3020. one for 3010. different mappings and processes for each.
am I right about that?

Similar Messages

  • When I do Google search for images from my website nothing newer than September 2012 shows up.  How can I get Google to find new images?

    When I do Google search for images from my website nothing newer than September 2012 shows up.  How can I get Google to find new images?

    Have you uploaded a sitemap.xml recently and checked your webmasters account to see when your site was last crawled?
    http://www.iwebformusicians.com/Search-Engine-Optimization/SEO.html

  • Where can i find new colors for background and letter fonts??

    Where can i find new color background and letter fonts??

    These are only in US sizes, not metric, but offer exactly what you want and are high quality:
    http://www.stocklayout.com
    Peter

  • Log_policy in OSB - Cannot find policies in WSDL

    Hi,
    I attached oracle/log_policy to a proxy service in OSB. When I clicked on debug icon to run the test the popup window display this error:
    oracle.wsm.policymanager.PolicyManagerException: WSM-02133 : Cannot find policies in WSDL. [Possible Cause : WSM-02133 : Cannot find policies in WSDL.]
    When I created the OSB domain, I refered to the MDS schema correctly.
    Any help will be appreciated.

    Hi,
    I have applied oracle/wss_username_token_service_policy for my proxy service and trying to test that from OSB Test Console. I am getting below error,
    "[OSB Security - OWSM:387253]Failed to initialize Owsm Credential Manager. Please validate the Keystore Configuration"
    When i have launched Test Console for this proxy, i have observed in Security part, oracle/wss_username_token_client_policy is appearing. I am not sure why oracle/wss_username_token_client_policy is appearing there when i applied oracle/wss_username_token_service_policy to my proxy service.
    Also do i have to need to configure any Keystore for oracle/wss_username_token_service_policy, If so please tell me the process.
    If no key store is required where will the credentials be stored.
    Also can you help in solving the error *"[OSB Security - OWSM:387253]Failed to initialize Owsm Credential Manager. Please validate the Keystore Configuration"*
    Thanks
    Rajesh

  • How do i find new downloads from i tunes in my video app in this os7

    How do i find new downloads from i tunes in my video app in this os7. All purchsed items are there, what a
    mess???

    Leonard,
    I used the sample code from StamperUI.cpp as a starting point. I have tried 'LoadBitmap', 'LoadCursor' and 'LoadIcon' and none of these seam to work for me.
    As I stated before, I used Visual Studio to create the icons in the resource file, so I would think that they would be recognized by the application.
    Thanks,
    Gregory

  • My macbook pro (10.5.8) wont find new software updates for itunes to get 10.6.3?

    Macbook cant find new software updates?

    Try the standalone iTunes installer here:
    http://support.apple.com/kb/DL1575
    Regards.

  • Impossible/to heavy to find new movies in iTunes

    sry for my bad english
    Current its nearly impossible to find new Movies in iTunes.
    section Movies - "purchase new movies" (dont know thats right translation for "neue Kauffilme")
    Last time i go to this section it give 943 Movies and now gives 1.041 Movies ...
    OMG
    It gives nothing to sort the Movies wisely.
    Only "Name", "Release", "bestseller" and "bestseller all time".
    All 4 Options are sensless.
    I wrote 4 suggestion to iTunes but i dont get a response - absolute nothing. (8 or more months ago)
    At this time i must visit all 1.041 Movies and i must decide what is new and what is old ... but 1.041 Movies ... i guess i dont find all new Movies and its boring and waste of my time.
    1 or 2 years ago iTunes reset the List and the category has "only" 100 - 200 movies - ok, thats barely ok but not 1.041 ...
    I need a option "add to iTunes" and its easy to see which movies are added in last time (i must only notice the last added movie) or i need a easy alternative to export the list from all new Films from this category and i can import the list in excel and when apple add new movies in iTunes i can compare the old and new list and i see what is new and what is old.

    That usually worked for me too. However there are some small differences with content encoded by Handbrake 0.9.2 vs 0.9.4. I'm running some tests to see if Handbrake is the "problem".

  • After logging in the Apps tab has removed Lightroom 5 from my Installed Apps - even though I have it installed.  The Find New Apps section prompts me to install Lightroom - but if I do that, what happens to my existing catalogues?

    After logging in,  the Apps tab has removed Lightroom 5 from my Installed Apps - even though I have it installed.  The Find New Apps section prompts me to install Lightroom - but if I do that, what happens to my existing catalogues?

    See this Apple Best Practices Guide, about half way down the page:
    Final Cut Pro X, Motion 5, Compressor 4: Installation best practices - Apple Support
    It gives the recommend procedure.
    MtD

  • I used to use Genius to help me find new music to purchase.  Is this feature still available?

    I used to use Genius to help me find new music to purchase and found the feature to be very helpful.  Is this feature still available?

    In iTunes 12, make sure that the menu bar is showing, click on Store, and click on Turn On Genius.
    NOTE: You may have to explore a little, because this applies for the OS X version of iTunes.

  • Unable to find "New" B in customer screen

    newb. while using receivable-> (N)customer VO(USA)-> customers>customers, not able to find "New" B. i've try using this with operations and admin but not succeed.
    pls reply
    Thanks
    AR
    Edited by: AbuRuwefa on Oct 18, 2011 10:01 AM

    operations Res only has customer->
    -Profile Classes
              -Account Merge
              -Party Merge
              -Relationship Manager
              -Customers
    how to add Standard navigation in this resp?

  • Why won't my Creaive Cloud find new updates for software?

    Why won't my Creaive Cloud find new updates for software? For example, I know Illustrator 17.1 has been released with cool new features; however, my creative cloud seems to be oblivious to this update and any other updates and I do not know how to make work properly again. Creative cloud hasn't prompted me to update any software for over a month and so it is likely missing plenty of updates; however, it is the Illustrator update I want most.
    Any help would be greatly appreciated.
    Thanks,
    Lee

    Lee if you remove and reinstall Illustrator do the new updates get applied?  If not then please review your installation log files for the error which may be preventing the update from being applied.  You can find information on how to locate and interpret your installation log files at Troubleshoot install issues with log files | CC - http://helpx.adobe.com/creative-cloud/kb/troubleshoot-install-logs-cc.html.  Please feel free to post any specific errors you discover to this discussion.

  • Finding new friends if you are new to skype

    So if the friendship posts have been blocked to beginners, what are the newbies supposed to do to find new friends on skype???
    It makes no sense blocking everyone and giving access to the people who most probably have many contacts already. Skype used to be a place to make new friends as well as keep in touch with old ones.
    Guess what I am asking is how do I go about making new friends on skype?

    Again: Skype is a tool for bringing people closer, but not for meeting new people. I recommend browsing sites and discussions forums with people sharing your interests. You will eventually find other participants there that want to continue the conversation on Skype. That's when you exchange your Skype contact details.
    Follow the latest Skype Community News
    ↓ Did my reply answer your question? Accept it as a solution to help others, Thanks. ↓

  • Find new theme in Iweb

    Hi... I am Italian and don't speak very well but i try...
    Where i can find new Iweb theme free????
    Thank you

    naturalmente potete cambiare le pagine, i colori ed il roba! per i hyperlinks dovrete fare alcune cose speciali! se sappia inviare o pre stampare, quindi veda qui:
    http://karreth.com/iweb/How%20To%20Change%20Hyperlink%20Colors%21.html
    max
    From the Apple Terms Of Use I must state to provide this link: I may receive some form of compensation, financial or otherwise, from my recommendation or link

  • Where can find new ringtones?

    Where can find new ringtones?

    You can make ringtones from just about any sound file/song.
    Google will find several ways to do this.

  • "Nokia Sotware App" on 5800 never finds new update...

    The "Software Update app” on my nokia 5800 never finds new updates! It always searches and then claims it can’t find anything. It used to be able to find updates but not it does not. It seems as if it’s corrupted so is there a way i can uncorrupt it? Is there a userfile i can delete on my phone to uncorrupt it?

    Nokia have not made the upgrade for all 5800 phones only certain 5800 phones are upgradeable contact nokia and demand this to be fixed. I was on the phone for 1/2 an hour and got nowhere. 

Maybe you are looking for