Invalid Payload Headers enqueuing on WF_BPEL_Q AQ queue

Hello,
I've created a BPEL process to post messages to the WF_BPEL_Q AQ queue on EBS R12.
This is the payloadHeader I'm passing on the jca.aq.HeaderDocument property of the Invoke AQ Adapter activity from my BPEL process:
<Header><PayloadHeader><MSG_ID>1</MSG_ID><INREPLYTO_MSG_ID/><FROM_PARTY>Schneider</FROM_PARTY><TO_PARTY>Kalyan</TO_PARTY><ACTION_NAME/><DOCTYPE_NAME>850</DOCTYPE_NAME><DOCTYPE_REVISION>5010</DOCTYPE_REVISION><MSG_TYPE>1</MSG_TYPE><PAYLOAD/><ATTACHMENT/></PayloadHeader></Header>
It seems I'm missing a couple of Header, according to the BPELFault:
<bpelFault><faultType>0</faultType><bindingFault xmlns="http://schemas.oracle.com/bpel/extension"><part name="summary"><summary>Exception occured when binding was invoked. Exception occured during invocation of JCA binding: "JCA Binding execute of Reference operation 'Enqueue' failed due to: AQ_INVALID_PAYLOAD_HEADERS_MISSING_ELEMENT_OUTBOUND. Failed to access an element of payload headers. Payload headers missing an entry for [ObjectFieldName] value specified in InteractionSpec. Make sure jca.aq.HeaderDocument property is defined correctly. ". The invoked JCA adapter raised a resource exception. Please examine the above error message carefully to determine a resolution. </summary></part><part name="detail"><detail>AQ_INVALID_PAYLOAD_HEADERS_MISSING_ELEMENT_OUTBOUND. Failed to access an element of payload headers. Payload headers missing an entry for [ObjectFieldName] value specified in InteractionSpec. Make sure jca.aq.HeaderDocument property is defined correctly. </detail></part><part name="code"><code>null</code></part></bindingFault></bpelFault>
Does anybody have a valid Payload Header to pass to the jca.aq.HeaderDocument property of the BPEL Invoke Activity?
Tks in advance!
Luiz Malere

I'm facing a similar problem. In my case, there is notifications on Oracle SOA Suite, but the message in wf_bpel_qtab still remains.
Did you find something?
Thanks.

Similar Messages

  • Ora-31001 invalid reference when enqueuing xmltype payload w/ dtd file ref

    We're using AQ to store xmltype payloads in an Oracle 10gR2 DB.
    We're able to enqueue normal XML payloads without issue, but recently we've attempted to enqueue XML with a DOCTYPE tag with reference to a dtd file. This results in an ora-31001 error stating the file reference for the dtd is invalid.
    We've tried moving the dtd around, but are unsure what the oracle dbms thinks is the base dir for the file reference.
    I've seen some documentation for xmldb that states the dtd must be located in reference to the xml doc, but as we are enqueueing an xmltype datatype in AQ I'm not sure how this can be applied. I've also seen documentation about using a dbms package to set the base url, but am also not sure how to apply it to this situation.
    Anyone able to tell me where I can drop this dtd so that Oracle can reference it when parsing the xml during an enqueue?
    Thanks!
    Tony

    Sorry didn't receive email notification of your response, or I would have replied sooner. Seems like that is happening on the forums sometimes.
    Here is a pl/sql block for enqueueing xml into a queue table with an xmltype payload:
    BEGIN
    declare
    enqOpts dbms_aq.enqueue_options_t;
    msgProps dbms_aq.message_properties_t;
    enqMsgid raw(16);
    begin
    dbms_aq.enqueue(
    queue_name => 'YOUR_QUEUE_NAME',
    enqueue_options => enqOpts,
    message_properties => msgProps,
    payload => XMLType (
    '<INSERT XML HERE>'),
    msgid => enqMsgId);
    commit;
    END ;
    END;
    /

  • How to enqueue message in a queue

    Hi,
    Can someone please help me by posting the PL/SQL or Stored procedure to "enqueue message" in a queue, which i am going to run in a dbms_scheduler at specific time.
    Thankyou.

    You can use the following procedure :
    DBMS_AQ.ENQUEUE (
    queue_name IN VARCHAR2,
    enqueue_options IN enqueue_options_t,
    message_properties IN message_properties_t,
    payload IN "<ADT_1>",
    msgid OUT RAW);

  • Invalid payload size apns

    Hi...
    While sending  Push Notification from windows azure to IPhone i am getting the below Error :
    {"statusCode":7,"statusDescription":"Invalid payload size"}
    i used script in windows azure..
    Anyone can help to solve this Error ...
    Thanks

    Whatever the source system, message processing is taking place in the Integration Engine. So payload size comes into picture there only. If once file is picked up, then messages will be in XI pipleine..So you can consider one of parameters.
    Some real sceanrios about Huge file processing-
    /people/sravya.talanki2/blog/2005/11/29/night-mare-processing-huge-files-in-sap-xi
    /people/alessandro.guarneri/blog/2006/03/05/managing-bulky-flat-messages-with-sap-xi-tunneling-once-again--updated
    Regards,
    Moorthy

  • Bad enqueue of 895C40 in queue 87B4E0?

    - Critical Bad enqueue of 895C40 in queue 87B4E0
    - Information WLCCP Infrastructure Authenticated
    What is the message about?

    Check the following URL for more details,
    http://www.cisco.com/univercd/cc/td/doc/product/rtrmgmt/cwparent/cw_1105/wlse/2_9/u_gd/devices.htm#wp1748860

  • How to show the all the users with dequeue or enqueue privileges on a queue

    Hi
    As dba I want to know which users has which rights on a queue.
    Is there a sys table or view where I can see that?
    Something like dba_tab_privs for tables etc.
    Or is the there a plsql procedure which can help me?
    ruud van der wal

    yes... dba_tab_privs
    select * from dba_tab_privs where privilege in ('ENQUEUE','DEQUEUE');

  • Invalid payload for insert statement of a DB adapter

    Hi,
    I am back again with another issue :-(
    I have build a BPEL process which is reading data from a flat file (fixed fieldlength) using the ftp adapter. Next I pass this data to an ESB service, which will do some work on the data (including a normalize-space) and should finally write it to the DB. Unfortunately the insert fails due to empty elements in the xml.
    <top:TblScprl4VorgangCollection xmlns:top="http://xmlns.oracle.com/pcbpel/adapter/db/top/WriteOrderVorgang2Interface">
       <top:TblScprl4Vorgang>
          <top:sidKomm>71540000021754168</top:sidKomm>
          <top:atlasversionsnummer>E.2.0</top:atlasversionsnummer>
          <top:anmeldeart>ESV</top:anmeldeart>
          <top:beladeort/>
          <top:anzContainerGesamt/>
          <top:vorpapierNr/>
          <top:vorpapierart>OHNE</top:vorpapierart>
       </top:TblScprl4Vorgang>
    </top:TblScprl4VorgangCollection>I must admit that these elements are a result of the fixed fieldlength and using normalize-space, but why is the DB adapter unable to handle these empty elements? It's driving me nuts! Especially because using the DB adapter in a BPEL process has no problem to write such data :-(
    For the reason of performance I wanted to give the ESB a try. Now I'm stuck.
    Could this be a bug in SOA Suite 10.1.3.3.0? Are there any workarounds?
    Any ideas welcome.
    Regards
    Marco

    Hi all,
    just another update.
    I found out that using *<xsl:if test="string-length(...) > 0">* in the mapper file of the ESB process' routing rule, it filters out the empty elements. So although this will do as a workaround, I am wondering if this is the only possibility to get a valid payload. (I can't wait for the first performance test ;-) )
    So, if someone is able to come up with a better solution, please let me know!
    Kind regards,
    Marco

  • Payload level filter JMS Adapter with Queue - not filtering

    Hi ,
    I have created AQ Queue in my Database, Using JMS Adapter i am able consume and produce the messages. I want a filter condition, which is not happening.
    The scenario is i have a field ImportInd in my XSD and i need to pick the message with ImportInd = 1, otherwise the message should lie on the queue.
    Please help me in this,
    Thanks,
    Padmini

    Trying to give you the counterparts I have in my working example.
    In my case the queue is on a separate machine, and the BPEL is deployed on a separate machine. Cross-domain security config needs to be done for these machines to be able to talk.
    In weblogic console: where BPEL is running.
    under deployment jmsadapter -> Outbound Connections -> jndi name is jms/PRISMQueue -> ConnectionFactoryLocation Property is jms/SoaCF
    where queue is configured.
    Under JMS Module Connection Factory Name is SoaConnectionFactory which JNDI name is jms/SoaCF
    Under JMS Module Queue Name SOAPostActivityStatusQueue which JNDI name is jms.SOAPostActivityStatusQueue
    Services>Messaging>JMSModules>MyModule>SOAPostActivityStatusQueue>
    JNDI name - jms.SOAPostActivityStatusQueue
    Adapter in BPEL/Composite-
    Destination - jms.SOAPostActivityStatusQueue
    JNDI - jms/PRISMQueue
    JCA:
    <adapter-config name="PostResponseFromPCService" adapter="JMS Adapter" wsdlLocation="PostResponseFromPCService.wsdl" xmlns="http://platform.integration.oracle/blocks/adapter/fw/metadata">
    <connection-factory location="jms/PRISMQueue" UIJmsProvider="WLSJMS" UIConnectionName="tacoma"/>
    <endpoint-activation portType="Consume_Message_ptt" operation="Consume_Message">
    <activation-spec className="oracle.tip.adapter.jms.inbound.JmsConsumeActivationSpec">
    <property name="PayloadType" value="TextMessage"/>
    <property name="UseMessageListener" value="false"/>
    <property name="DestinationName" value="jms.SOAPostActivityStatusQueue"/>
    </activation-spec>
    </endpoint-activation>
    </adapter-config>
    HTH.
    Thanks!

  • [SOLVED] recent kernel-break + invalid ELF headers

    Dear all!
    It seems, that yesterdays "repo-sync glitch" (https://bbs.archlinux.org/viewtopic.php?id=175637) had me, too.
    Unfortunately, I'm not able to use the chrooted pacman! It gives me
    pacman: error while loading shared libraries: /usr/lib/libcurl.so.4: invalid ELF header
    and I'm not able to do anything - e.g. Kernel downgrade.
    I tried the pacman -r /mnt ... method from LIVE but I got stuck with "unable to find root device ..." on reboot :-(.
    What is the proper way to get out of this troubles?
    Thanks,
    Guntram
    Last edited by guntram (2014-01-15 22:15:21)

    Thanks!
    I did so (there were several broken ELF messages) and I'm finally able to reboot my system.
    However, some things still don't work. Gnome-Shell freezes after some short seconds after login...
    I'm getting
    systemd-journald[127]: Failed to write entry (26 items, 660087 bytes) despite vacuuming, ignoring: Argument list too long
    while booting and when going to a terminal session instead of gnome-shell.
    Should I try to reinstall all packages?

  • Messages in Oracle SOA-ESB queues duplicate - enqueing with same ENQ_TXN_ID

    Hi,
    We have a flow which accepts payloads from a third party application and this payload is enqueued into an advanced queue. Another process dequeues these payloads and does further processing. During the process of enqueuing, we observe that one payload gets enqueued more than once. I have observed that these messages get the same ENQ_TXN_ID. Please note that this issue happens sporadically.
    Please advice if there is any patch that should be applied to fix the multiple enqueue issue.
    This issue is seen in the production instance.
    We are able to reproduce this error in QA also. But so far, no solution is working.
    Below is the script used to create our queue.
    BEGIN
    dbms_aqadm.stop_queue(queue_name=>'SAVE_REQUISITION_Q');
    dbms_aqadm.drop_queue(queue_name=>'SAVE_REQUISITION_Q');
    dbms_aqadm.drop_queue_table(queue_table=>'SAVE_REQUISITION_Q_TAB');
    dbms_aqadm.create_queue_table(queue_table=>'SAVE_REQUISITION_Q_TAB',
    queue_payload_type=>'sys.aq$_jms_text_message',multiple_consumers=>true);
    dbms_aqadm.create_queue(queue_name=>'SAVE_REQUISITION_Q', queue_table=>'SAVE_REQUISITION_Q_TAB');
    dbms_aqadm.start_queue(queue_name=>'SAVE_REQUISITION_Q');
    END;
    Please help.
    Thanks,
    Ved
    Edited by: user582595 on Mar 1, 2012 7:56 AM

    Anyone with JMS queue knowledge please help me fix this problem. This is happening in production and Oracle support is not able to suggest a resolution yet. They are working with me, but I would need to resolve this issue ASAP.
    Thanks much,
    ved

  • When do VI and queue references become invalid?

    Hi all,
    I have a fairly complicated problem, so please bear with me.
    1)  I have a reentrant SubVI (let's call it VI "Assign") that has an input cluster of (VI ref, queue ref) (let's call the cluster type "Refs").  If the VI ref is invalid (first execution), the VI ref and queue ref are assigned values and are passed on as an output cluster of same type.  (The VI does other things too, but for simplicity only this is important.)
    2)  The VI that calls VI "Assign" (let's call it VI "Store") is not reentrant and has a local variable of type "Refs" that is wired to the input and output of VI "Assign".  This VI effectively stores the references.  The references returned by VI "Assign" are always valid right after the call, but after the problem condition described below, they are invalid at the start of all calls before they are passed to VI "Assign".
    3)  VI "Store" is called by multiple non-reentrant VIs, so the local variables of VI "Assign" retain their values (Has been tested and verified to retain their values).  The VI causing the problem in this case is a template VI of which multiple copies are launched (let's call it VI "Template").
    The problem is that the moment an instance of VI "Template" is closed, the queue reference becomes invalid, although the actual variant value of the reference remains the same.  The VI ref can become invalid or not, depending on small changes, but is always reproducible.  I assume there must be some similarity between VI and queue refs.  After spending some time researching, the Labview help states for the Open VI Ref component "If you do not close this reference, it closes automatically after the top-level VI associated with this function executes."  In this case I assumed it means that the moment the reentrant VI "Assign" finishes, the references will get cleared ??  So I made a non-reentrant VI (let's call it VI "NR Assign") that only assigns values to the references and VI "Assign" now calls this VI (It effectively does what I described VI "Assign" does).  I keep this VI alive by using it in a VI which never terminates and since it never terminates, the references should never become invalid.  Anyone still following?  This didn't solve the problem though.  If I reproduce the same scenario using only one instance of the template VI, it works just fine.  Furthermore, the VI and queue references are never closed, to aid analysis of the problem.  Can anyone shine some light on what happens when a template VI terminates?  Could this be the problem?
    Unfortunately I cannot include the code.
    Thank you whoever is able to make sense of this.
    Christie

    Christie wrote:
    Hi all,
    I have a fairly complicated problem, so please bear with me.
    1)  I have a reentrant SubVI (let's call it VI "Assign") that has an input cluster of (VI ref, queue ref) (let's call the cluster type "Refs").  If the VI ref is invalid (first execution), the VI ref and queue ref are assigned values and are passed on as an output cluster of same type.  (The VI does other things too, but for simplicity only this is important.)
    2)  The VI that calls VI "Assign" (let's call it VI "Store") is not reentrant and has a local variable of type "Refs" that is wired to the input and output of VI "Assign".  This VI effectively stores the references.  The references returned by VI "Assign" are always valid right after the call, but after the problem condition described below, they are invalid at the start of all calls before they are passed to VI "Assign".
    3)  VI "Store" is called by multiple non-reentrant VIs, so the local variables of VI "Assign" retain their values (Has been tested and verified to retain their values).  The VI causing the problem in this case is a template VI of which multiple copies are launched (let's call it VI "Template").
    The problem is that the moment an instance of VI "Template" is closed, the queue reference becomes invalid, although the actual variant value of the reference remains the same.  The VI ref can become invalid or not, depending on small changes, but is always reproducible.  I assume there must be some similarity between VI and queue refs.  After spending some time researching, the Labview help states for the Open VI Ref component "If you do not close this reference, it closes automatically after the top-level VI associated with this function executes."  In this case I assumed it means that the moment the reentrant VI "Assign" finishes, the references will get cleared ??  So I made a non-reentrant VI (let's call it VI "NR Assign") that only assigns values to the references and VI "Assign" now calls this VI (It effectively does what I described VI "Assign" does).  I keep this VI alive by using it in a VI which never terminates and since it never terminates, the references should never become invalid.  Anyone still following?  This didn't solve the problem though.  If I reproduce the same scenario using only one instance of the template VI, it works just fine.  Furthermore, the VI and queue references are never closed, to aid analysis of the problem.  Can anyone shine some light on what happens when a template VI terminates?  Could this be the problem?
    Unfortunately I cannot include the code.
    Thank you whoever is able to make sense of this.
    Christie
    All LabVIEW refnums do get deallocated automatically when the top-level VI in whose hierarchy the refnum was created goes idle (stops executing). You will have to make sure that the creation of a refnum is done inside a VI hierarchy that stays running for the entire time you want to use that refnum.
    Rolf Kalbermatter
    Message Edited by rolfk on 06-27-2007 11:52 AM
    Rolf Kalbermatter
    CIT Engineering Netherlands
    a division of Test & Measurement Solutions

  • Problems enqueuing a CLOB on JMS_TEXT queue and dequeue from JMS

    Hi, I have a PL/SQL procedure that enqueues in a JMS_TEXT queue a CLOB, and a MDB in J2EE reading messages from that queue. The problem is that text from dequeued messages appears as null in java, but if I send messages to the queue using Varchar2 I get the correct message. What's wrong?? Thanks.

    Hi,
    I encountered the same problem. The fix was to use a more recent aqapi13.jar:
    if last modification date is 22th April 2002, then it does not read CLOB content.
    if last modification date is 14th October 2004, then it does read CLOB content.
    Note I am using Oracle 9i Release 2.

  • How to enqueue a XML file into a JMS AQ Queue

    Hi guys:
    I have a XML file in a directory 'X' and need to enqueue it into a queue of obejct type 'SYS.AQ$_JMS_MESSAGE'.
    How can I do this?
    XML File => 'c:\xml_odi_files\enqueue_file.xml'
    Queue Name => Podesc_Queue
    Queue Table => Podesc_Queue_Table
    I took a look into the dbms_aq but didn't found a solution reading directly from a XML file.
    I'm using Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - 64bit Production
    Regards.
    Luiz Araujo

    OK, then something like this :
    - load the file into a CLOB, using DBMS_LOB package or DBMS_XSLPROCESSOR.READTOCLOB procedure (a very convenient wrapper)
    - build a new AQ$_JMS_MESSAGE object of type JMS_TEXT_MESSAGE
    - set the CLOB content
      v_msg        sys.aq$_jms_message;
      v_payload    clob;
    BEGIN
      v_payload := dbms_xslprocessor.read2clob(
                     'XML_DIR'                  -- Oracle directory object pointing to the physical location of the file
                   , 'test.xml'                 -- Filename
                   , nls_charset_id('AL32UTF8') -- Encoding of the file (ex. UTF-8), default is DB charset
      v_msg := sys.aq$_jms_message.construct(DBMS_AQ.JMS_TEXT_MESSAGE);
      v_msg.set_text(v_payload);
      -- Enqueueing...
      DBMS_AQ.Enqueue(
      );

  • Bussines Service for AQ enqueuing

    I have created a business service based on a JCA Adaptor for enqueuing messages to a queue. When try the bussines service from the test console a new message appears in the queue table but the payload fields are empty, so the adapter is working but the content of the message is not propagated.
    Besides if i try to build a proxy service based on this bussines service i get the following error:
    "Invalid WSDL for JCA proxy service. If you are creating a Proxy from a Business Service, please select a different transport type (for example, http). If not, WSDL must contain JCA activation spec properties."
    Have anybody faced with these problems? Is a problem in the wsdl generated by Jdeveloper?
    I would apreciate a little help because i am quite stuck.
    I have followed these stetps to build the bussiness Service:
    I have created the wsdl definitions for the JCA Adapter using JDeveloper Wizard 10.1.3.4.0 selecting new AQ Adapter called GeocodingResultEqueuer, i selected the connection, the enqueue operation, the name of the queue, a correlation ID, and the whole Object RESPONSE_GEOCODING option.
    I have upload to the Bus the aqAdapterOutboundHeaders.wsld, aqAdapterOutboundHeaders.xsd, DAVIDA_RESPONSE_GEOCODING.xsd and the GeocodingResultEnqueuer.wsdl files.
    I have created a bussines service based on the GeocodingResultEnqueuer wsdl and selected the following options:
    General Configuration
    Service Type: Web Service - SOAP 1.1 (WSDL: WS-Portlets/comun/definitions/GeocodingResultEqueuer, binding="Enqueue_binding")
    Transport Configuration
    Protocol: jca
    Load Balancing Algorithm: round-robin
    Endpoint URI: jca://ss
    Retry Count: 0
    Retry Iteration Interval: 30
    Retry Application Errors: Yes
    JCA Transport Configuration
    Adapter Name: AQ Adapter
    Adapter Type: AQ
    Always use configuration from JCA: WSDL true
    Connection Mode: Non-Managed
    Overwrite Connection Authentication Properties: false
    Connection Factory Properties: ConnectionString = "jdbc:oracle:thin:@inver:2484:I917"
    Operation Name: Enqueue
    Interaction Spec Properties: Correlation = "SPS501"
    QueueName: = "RESPONSE_GEOCODING_QUEUE"
    OpaqueSchema = "false"

    This is very common error usually occurs when you create a Proxy directly from BS (Vice versa) or when we use BS WSDL for the proxy with out modifications. What would be the type of Proxy that invokes BS. In this case it is JCA. For Inbound JCA wsdl are different from outbound JCA WSDL. As per your use case you have to create a corresponding inbound wsdl to be used for proxy, or uses the out bound wsdl for proxy but change the transport from JCA to some other for the proxy service.
    JCA inbound proxies are supposed to be invoked by ERP/EIS. So to expose a JCA BS through OSB we need to select transport other than JCA for the proxy.
    Let me know if this does not solve your issue.
    Manoj

  • Integration Oracle Advance Queue with OSB

    We are doing integration for Oracle Advance Queue with OSB.
    I created an AQ adapter in Jdev and generate the WSDL and XSD.
    I imported both WSDL and XSD in OSB Project.
    When i am configuring the business service and selecting the WSDl i am not able to select Binding and ports, is it due to any issue in WSDL?
    Please help.
    Thanks,
    Mihir Panda

    Hi again,
    I made some adjustments to your wsdl. I added the binding part and its reference to the appropriate port.
    Now I reckon, you should be able to do your thing:
    <wsdl:definitions
    name="enq"
    targetNamespace="http://xmlns.oracle.com/pcbpel/adapter/aq/Applicatio90/Project4/enq"
    xmlns:jca="http://xmlns.oracle.com/pcbpel/wsdl/jca/"
    xmlns:wsdl="http://schemas.xmlsoap.org/wsdl/"
    xmlns:tns="http://xmlns.oracle.com/pcbpel/adapter/aq/Applicatio90/Project4/enq"
    xmlns:opaque="http://xmlns.oracle.com/pcbpel/adapter/opaque/"
    xmlns:obj1="http://xmlns.oracle.com/xdb/APPS"
    xmlns:ph="http://xmlns.oracle.com/pcbpel/adapter/aq/headers/payloadheaders/"
    xmlns:plt="http://schemas.xmlsoap.org/ws/2003/05/partner-link/"
    xmlns:xs="http://www.w3.org/2001/XMLSchema"
    xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
    >
    <plt:partnerLinkType name="Enqueue_plt" >
    <plt:role name="Enqueue_role" >
    <plt:portType name="tns:Enqueue_ptt" />
    </plt:role>
    </plt:partnerLinkType>
    <wsdl:types>
    <!-- Define AQ Headers = Payload Headers -->
    <schema attributeFormDefault="qualified" elementFormDefault="qualified"
    targetNamespace="http://xmlns.oracle.com/pcbpel/adapter/aq/headers/payloadheaders/"
    xmlns="http://www.w3.org/2001/XMLSchema"
    xmlns:obj1="http://xmlns.oracle.com/xdb/APPS" >
    <import namespace="http://xmlns.oracle.com/xdb/APPS" schemaLocation="xsd/APPS_WF_EVENT_T.xsd"/>
    <complexType name="enqHeaderCType" >
    <sequence>
    <!-- payload header -->
    <element name="PayloadHeader" type="xs:string" />
    </sequence>
    </complexType>
    <element name="enqHeader" type="ph:enqHeaderCType" />
    </schema>
    <schema targetNamespace="http://xmlns.oracle.com/pcbpel/adapter/opaque/"
    xmlns="http://www.w3.org/2001/XMLSchema" >
    <element name="opaqueElement" type="base64Binary" />
    </schema>
    </wsdl:types>
    <wsdl:message name="Enqueue_msg">
    <wsdl:part name="opaque" element="opaque:opaqueElement"/>
    </wsdl:message>
    <wsdl:message name="Header_msg">
    <wsdl:part name="Header" element="ph:enqHeader"/>
    </wsdl:message>
    <wsdl:portType name="Enqueue_ptt">
    <wsdl:operation name="Enqueue">
    <wsdl:input message="tns:Enqueue_msg"/>
    </wsdl:operation>
    </wsdl:portType>
    <wsdl:binding name="Enqueue_Binding" type="tns:Enqueue_ptt">
         <soap:binding style="document" transport="http://schemas.xmlsoap.org/soap/http"/>
              <wsdl:operation name="Enqueue">
                   <soap:operation soapAction="put_your_own_URI_here"/>
                   <wsdl:input>
                        <soap:body use="literal"/>
                   </wsdl:input>
              </wsdl:operation>
    </wsdl:binding>
    <wsdl:service name="EnqueueService">
         <wsdl:port name="Enqueue_ptt" binding="tns:Enqueue_Binding">
              <soap:address location="No Target Adress"/>
         </wsdl:port>
    </wsdl:service>
    </wsdl:definitions>
    Good luck.
    Regards,
    Ronald

Maybe you are looking for

  • Why can't I colour code my tracks / instruments in a Logic Pro Template?

    Hi, I'm trying to create my own Logic template using an existing example template I found online. In this template, I want to be able to colour code all of my instruments / tracks so that each time I load my template, all the tracks will be set to sp

  • How to output java logging only to a log file except stderr?

    I create a file logging and noticed that java logging output a log file and stderr simultanously. How to output the logging message only to the log file? Thanks.

  • YouTube is silent. Video but no audio. What can I do? FireFox 5

    FireFox 5, June 2011 plays YouTube video but no audio. Volume set at maximum. What can I do besides returning to FireFox 3 or Internet Explorer?

  • Invocie is not blocking

    Hi ALL, User is crteated the PO with price 100 after complete this User is doing the MIRO(Invocie) with price 200 this invoce is not going to block. Please do needful on this imm. Thanks Happy

  • Decided to Purchase a Mac???

    i've decided to purchase a mac computer.. my only issue is that, being that i've become such a huge fan of apple after the iphone presented itself to me, im deciding to change my suc*y Toshiba Satelite with Windows for a "MAC".(sigh).. wanted to see