Webservice parameter not visible

Dear all,
            I have a problem over here. I create a function module and try to do some testing by suppling some input paramter. Result is successfully. Next, i go on to created a webservice for my function module and try testing it.
However, it did nt show a list of parameter that i could input for testing. Any one encounter similar problem here?

Thank you Peter.
Actually, while I imagine that I am missing something very simple, I have read the "Adding Parameters and Events to Portlets" document and based on your advice I just read it again.
As I understand it there are two apparently simple steps: 1. add the inputParameter to the provider.xml, and 2. add the implementation code.
The provider.xml, that I included in my first note on this thread, works with the exception that the Portal (on the page properties Parameters page)reports that the portlet has no inputParameters. I thought that the Portal might not processing the correct provider.xml. So I changed the spelling of the DefaultParameterDefinition in my provider to xDefaultParameterDefinition and ran the portlet in the portal again. It failed as expected.
The implementation code uses the same code as suggested in the "Making a Generic Public Parameter Receiving Portlet" section of the "Adding Parameters and Events to Portlets" document to retrieve the input parameter values. When the portlet is rendered in Portal the only code that is not executing is the code to display the input values.
Aside from whatever other advice you may provide, an answer to the following question could help to more narrowly focus my investigation.
While I know that an inputParameter cannot be processed without the implementation code, nonetheless, if I had a web portlet running in Portal and simply added an inputParameter to its provider.xml would the Portal show that the portlet had inputParameter in the page properties Parameters page?
Thanks,
Phil S.

Similar Messages

  • 0017 Travel Privileges - Period Parameter is not visible?

    Hi there
    I want to maintain the Period Parameter in infotype 0017 but it is not visible. In the Travel COsts section, I just see
    RGrp Travel Costs
    Vehicle Type
    Vehicle Class
    License Plate Number
    There is no screen variant switched on. Any ideas?
    thanks.

    If I understand here correctly...do you mean you wished to have these fields "pre-filled" in IT017?
    The assignment of the trip provision variant in feature TRVCT is based on the parameter WERKS = personnel area and PERSK = Employee Subgroup. Both of the parameters are taken from infotype 0001 and this  would be the basis of the employee being assigned to trip provision variant. (see also feature TRVCT via tcode PE03) and then subsequent customizing of such trip schemas in transaction FITVFELD
    I hope this helps somewhat answer the question!
    Sally

  • After activation of atandard business content key figure is not visible

    Hi all,
    I am trying to implement inventory management scnerio in BW3.5 using screen shot PDF , for this i activate standard business content ( cube : 0IC_c03 ) and activate all its related object . one of my key figure 0RECVS_VAL  I want to change its parameter for this when I search this infoobject in Infoobject tree this is not visible
    while its present in cube 0IC_c03 ,can anybody tell me for changing in this key figure what can i do???
    Thanks and regards
    Ankit modi

    Hi
    Again it install from BI content and do the changes what ever u want by RSD1
    Cheers
    Edited by: SDN USER on Jun 26, 2008 12:04 PM

  • Follow-on documents are not visible in MIRO in TEST server, awsys = PRD300.

    Dear Experts ,
    The Test Server was refreshed around mid-June 2011 with data of
    Production Server. The follow-on documents are not visible for the
    invoice documents in MIRO in TEST server due to value in tables
    BKPF,RBKP : field : AWSYS = PRD300 .
    The newly created Purchase Orders after the refresh, the accounting
    documents can be seen for the Goods Receipt (MIGO_GR-display) and
    Invoice documents (MIRO).
    we had already raised this issue in March & got the feedback from SAP
    as shown below.
    accordingly we have developed & run the program "zzlogsys2" which
    updates the Logsys/Awsys field from PRD300 ( of production server ) to
    that of the current server i.e. TST300 as required.
    after which the FI documents for the material documents are visible in
    MIGO,but follow-on documents are not visible for the invoice documents
    in MIRO.
    we have Checked notes 781498 and 28958 to see if the logical system is
    correctly assigned , where we found that in table RBKP after entering document number, Fiscal Year , the
    Field AWSYS is "PRD300" & not "TST300" as it should be. We will take up the activity of updating table RBKP
    also as we are currently doing for tables MKPF & BKPF.
    But to have clear picture as to what we are doing is correct , pl
    advise about the following :
    1) Is it a correct process done by our SAP-Basis team , that every time
    any Server ( e.g. Test or Quality ) is refreshed with Production server
    data, the Field AWSYS in various transaction tables gets value as
    "PRD300" which then is required to replaced by running program such as
    ZZlogsys.
    REPORT ZZLOGSYS.
    TABLES: T000, MKPF.
    DATA: NEW_SYS LIKE MKPF-AWSYS.
    PARAMETER: OLD_SYS LIKE MKPF-AWSYS.
    SELECT SINGLE * FROM T000 WHERE MANDT EQ SY-MANDT.
    NEW_SYS = T000-LOGSYS.
    CHECK NOT NEW_SYS IS INITIAL.
    UPDATE MKPF SET AWSYS = NEW_SYS
    WHERE AWSYS = OLD_SYS.
    WRITE:/ 'Number of updates: ', SY-DBCNT.
    2) if the above process is correct & normal , then which are the other
    tables in a particular server ,apart from tables MKPF,BKPF,RBKP , which
    needs to be updated the value of field "AWSYS" in the same way
    replacing value "PRD300".
    3) if the process in point no. 1 is not correct , then what is the
    correct process that the Basis team can do while refreshing any target
    server with production data so that target server retains its value in
    Field AWSYS & not showing "PRD300".
    With 3 servers TEST,DEV & Quality , recently refreshed with production
    server to bring all servers in Sync for a HR patch application, we have
    this situation now in all 3 servers .
    Thanks in advance ,
    Anil Shanbhag

    It is appropriate to move this thread from ERP-MM to [Enterprise Resource Planning (ERP)|Enterprise Resource Planning (SAP ERP);
    Edited by: Jeyakanthan A on Jul 7, 2011 4:56 PM

  • Data is visible in base tables of BOM routing but not visible in front end

    Hi,
    Through BOM_RTG_PUB API I am populating routing data into base tables, it is successfull.. but that data is not visible in front end when i queried from front end..
    i am getting error while i run API as......
    An error occured while processing business object BOM_ITEM12 in organization MMO. Please check the data in this business object and re-run the import process.
    Can any one help me in finding out what's wrong with this..
    Thanks in advance..
    Edited by: 875417 on Feb 6, 2012 10:49 PM

    Your obeservation is correct, and expected behavior.
    This behavior is useful when you have inputs that you would like to set as defaults for the user.
    Obviously, if there is a value to be saved, it will require some memory to store the value.
    If the input is left empty by default, that memory is made available again.
    It may not be easy to think of a good use for this for a graph, but think about for numeric or string controls.
    What if the user isnt sure how they should input a certain parameter or value?
    You could store a default value so they could see how they should input their value.
    Message Edited by Cory K on 09-15-2009 11:12 AM
    Cory K

  • BPM TASK IS not visible in UWL  Inbox

    Hi  BPM Expert,
      I am facing the big issues in BPM process Triggered problem. earlier i used  to BPM start using Web service with Two entity as ID and Username  but its was  working fine .but i have some requirement to  adding one element in Existing WSDL entity as casename  , i have added that element and execute the web service using WEBDYNPRO application ,but Task is not visible in UWL inbox but earlier it was working perfectly,  after adding that field ,BPm tax is not visible UWL inbox ..
    Please guide me ,Its urgent...Plz plz..
    Its showing error as
      Technical issues is triggered during the process creation..
    Thanks
    sudhir

    Hi ,
      I am executing the WEbservice using WSNAVIGATOR but its not execute , its getting HTML log error as  below..
    1-Web service returned error. Fault Code: "(http://schemas.xmlsoap.org/soap/envelope/)Server" Fault String: "Could not retrieve SDO HelperContext for service_id nsn.com/claimbpmproject/PRINVOKE"
    2-
    HTTP/1.1 500 Internal Server Error
    server: SAP NetWeaver Application Server 7.20 / AS Java 7.20
    content-type: text/xml; charset=utf-8
    date: Sat, 26 Nov 2011 11:40:56 GMT
    transfer-encoding: chunked
    Set-Cookie: <value is hidden>
    2e4
    <?xml version="1.0" encoding="UTF-8"?><SOAP-ENV:Envelope xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><SOAP-ENV:Body><SOAP-ENV:Fault><faultcode>SOAP-ENV:Server</faultcode><faultstring>Could not retrieve SDO HelperContext for service_id nsn.com/claimbpmproject/PRINVOKE</faultstring><detail><yq1:com.sap.engine.interfaces.webservices.runtime.RuntimeProcessException xmlns:yq1='http://sap-j2ee-engine/error'>Could not retrieve SDO HelperContext for service_id nsn.com/claimbpmproject/PRINVOKE</yq1:com.sap.engine.interfaces.webservices.runtime.RuntimeProcessException></detail></SOAP-ENV:Fault></SOAP-ENV:Body></SOAP-ENV:Envelope>
    0
    Thnaks
    Sudhir

  • Payload not visible in the XI monitor

    In my scenario an xml message was successfully reaching its destination. The XI system was upgraded from support pack 13 to support pack 16. After that the process is still working fine as the XML message is still successfully reaching its destination. The issue we have is that the ‘Payload’ is not visible in the last two steps of the monitor. We can see the Payload until ‘Technical Routing’ in the monitor. But ‘Call Adapter’ and ‘Response’ steps do not have payload.
    (TCode: SXMB_MONI)
    when we double click a message we get XML message details and on the left hand side it shows following hierarchy:
    XML Message:
    Receiver Grouping
       -     SOAP Header
       -     SOAP Body
       -     Payloads
    Request Message Mapping
       -     SOAP Header
       -     SOAP Body
       -     Payloads
    Technical Routing
       -     SOAP Header
       -     SOAP Body
       -     Payloads
    Call Adapter
       -     SOAP Header
       -     SOAP Body
    <b>(( No Payload displayed, but present above!! ))</b>
    Response
       -     SOAP Header
       -     SOAP Body
    <b>(( No Payload displayed, but present above!! ))</b> 
    Any suggestions would be highly appreciated!
    Thanks in advance.
    Faiq

    Hi faiq
    This seems to be the normal behaviour starting with SP13 or 14. There was a discussion about this a while ago and I believe it turned out to be works as designed.
    This is what was posted as final conclusion in Re: SXMB_MONI does not show payload after upgrade to SP15:
    <i>According to SAP (OSS) this is working as designed. Apparently it was an error in the past that the payload was stored in the DB on the ABAP (IE) side when the AE is involved, as it would then be stored twice at DB level. This explains why this is not a problem when e.g. the IDOC adapter is used.
    Anyway, the only way to let the system show the payload in SXI_MONITOR is to set the runtime trace level to 3 (full trace) and parameter logging to 1 (trace switched on).</i>
    regards,
    Peter

  • Animation Preset not visible

    I've downloaded the Amortype preset from Mattrunks. I've copied it to the presets folder in the After Effects CC folder. When I search for the preset in the "effects & presets" window in AE, it's not visible. When I browse for the preset in Bridge, it's visible but then I get this message:
    Error: After Effects error: Unable to call "applyPreset" because of parameter 1. File can not be opened. Try Checking acces permissions. Path: "/Applications/Adobe After Effects CC/Presets/Mattrunks/Amortype-2.0.3.ffx"
    I checked the permissions in the Finder, and they are all on write and read...
    Working on OSX Mavericks 10.9.1
    Does anybody know this issue, and how to fix it?

    I don't have time to download it for myself and test it but these are the first things I would look at.
    The preset may not be compatible with CC. There were some changes. The preset may also require a specific plug-in not included with AE. The preset may have the wrong file extension. It may be written in a different language.

  • Default values for static report parameters are not visible when scheduling

    Hello
    Crystal Reports 2008 Dev
    Crystal Reports Server 2008
    When I publish a report to the repository and then try to schedule that report, the default value that I have set for a static parameter in the report is not visible.
    In the Parameters section of the Scheduling wizard this parameter is marked as [EMPTY]
    However, when I View the report (right click and select View) from within Infoview, the parameter default value is visible
    I have published in the following 3 ways:
    Publishing Wizard
    File > Save As > Enterprise from withing Crystal Reports Dev
    CMC > Folders > Add > Crystal Reports
    The results are the same for each method of publishing.
    To try to eliminate any DB issues etc i have created a report that is not attached to a datasource. 
    This test report has one Static parameter. 
    I have set 3 values for its list: Entry A, Entry B, Entry C
    Entry X is set as the parameter Default Value
    The parameter is placed in the details section of the report
    When the report is Viewed it will prompt for parameter entry, with the default value present
    When I try to schedule the report is will not have an entry for its parameter
    It seems to me that the default values for parameters should be retained from report design through to report schedule, especially when the default values are retained from report design to report View
    Is this a config problem that i have ?
    Can anyone help me with this ?
    Best regards
    Patrick Coote
    Edited by: PATRICK COOTE on Oct 2, 2008 2:08 PM
    Edited by: PATRICK COOTE on Oct 3, 2008 9:23 AM

    Hi Robert
    Thanks for the reply and apologies for not responding sooner.
    What i have found is that if i use Publishing Wizard to upload reports it is then possible to set values for prompts during the last step of this process.
    Although this is a bit clumsy, it is sufficient for now
    Best regards
    Patrick

  • Revenue Document Not visible in Document Flow of Billing Document

    Hi Friends,
    I am facing the below issue Only in Quality System.
    From with in the Billing Document when  click on "Accounting Overview Button" (i.e. Shift + F4 Key), list of Accounting Documents are Displayed.
    In Development:
    I am able to see 4 Documents when I click on the "Accounting Overview Buttion" :- Accounting Document, Profit Center Document, Controlling Document and Profitability Analysis document.
    In Quality:
    I am only able to see only 2 Documents when I click on "Accounting Overview Button": Accounting Document and Profit Center document.
    In Quality System, when I checked KE24, I could see that Profitability Analysis Document has been created but the same is not visible in the Document Flow.
    I did not check the Controlling Document, because I was not aware how to related it to the Sales Doc or Billing Doc.
    I have also checked the following OSS notes: 877921, 453772 and 545505. Correction suggested in this OSS note are already implemented.
    Thanks in advance for your help.
    Regards,
    Raj.

    Hi,
    based on the sample coding I think that some more data needs to be passed in parameter lt_files. I would recommend you to see the BAPI description in transaction BAPI for the DOCUMENT_CREATE2 BAPI and made sure that the necessary data for
    BAPI table DOCUMENTFILES are also handed over correctly.
    Best regards,
    Christoph

  • After EM agent installation, only database is not visible in EM Grid Contro

    Dear All,
    I am using Oracle 10g2 database. I have a problem with EM agent configuration. After installation the database (SID=BITEX) is not visible in the EM Grid Control, which is installed on the other host. Listener, ASM and host are visible and show actual state, only database instance is missing . Below, I attached some output from the listener, agent and targets.xml
    Thanks fro any advice
    Groxy
    Output from "lnsnctrl status":
    oracle@bitex2:~/product/10.2/db_1/bin> lsnrctl status
    LSNRCTL for Linux: Version 10.2.0.2.0 - Production on 05-DEC-2007 14:33:35
    Copyright (c) 1991, 2005, Oracle. All rights reserved.
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=bitex2.bitex.com.pl)(PORT=1521)))
    STATUS of the LISTENER
    Alias LISTENER
    Version TNSLSNR for Linux: Version 10.2.0.2.0 - Production
    Start Date 05-DEC-2007 14:17:14
    Uptime 0 days 0 hr. 16 min. 21 sec
    Trace Level off
    Security ON: Local OS Authentication
    SNMP OFF
    Listener Parameter File /opt/oracle/product/10.2/db_1/network/admin/listener.ora
    Listener Log File /opt/oracle/product/10.2/db_1/network/log/listener.log
    Listening Endpoints Summary...
    (DESCRIPTION=(ADDRESS=(PROTOCOL=tcp)(HOST=bitex2.bitex.com.pl)(PORT=1521)))
    (DESCRIPTION=(ADDRESS=(PROTOCOL=ipc)(KEY=EXTPROC2)))
    Services Summary...
    Service "+ASM" has 1 instance(s).
    Instance "+ASM", status BLOCKED, has 1 handler(s) for this service...
    Service "+ASM_XPT" has 1 instance(s).
    Instance "+ASM", status BLOCKED, has 1 handler(s) for this service...
    Service "PLSExtProc" has 1 instance(s).
    Instance "PLSExtProc", status UNKNOWN, has 1 handler(s) for this service...
    Service "BITEX.WORLD" has 1 instance(s).
    Instance " BITEX ", status READY, has 1 handler(s) for this service...
    Service " BITEXXDB.WORLD" has 1 instance(s).
    Instance "SA BITEX NEX", status READY, has 1 handler(s) for this service...
    Service " BITEX _XPT.WORLD" has 1 instance(s).
    Instance " BITEX ", status READY, has 1 handler(s) for this service...
    The command completed successfully
    oracle@ bitex2:~/OracleHomes/agent10g/bin> ./emctl status agent
    ./emctl status agent
    Oracle Enterprise Manager 10g Release 10.2.0.2.0.
    Copyright (c) 1996, 2006 Oracle Corporation. All rights reserved.
    Agent Version : 10.2.0.2.0
    OMS Version : 10.2.0.2.0
    Protocol Version : 10.2.0.2.0
    Agent Home : /opt/oracle/OracleHomes/agent10g
    Agent binaries : /opt/oracle/OracleHomes/agent10g
    Agent Process ID : 22193
    Parent Process ID : 22177
    Agent URL : https://bitex2.bitex.com:3872/emd/main/
    Repository URL : https://grid. bitex.local:1159/em/upload
    Started at : 2007-12-05 14:25:46
    Started by user : oracle
    Last Reload : 2007-12-05 14:25:46
    Last successful upload : 2007-12-05 14:33:32
    Total Megabytes of XML files uploaded so far : 1.84
    Number of XML files pending upload : 0
    Size of XML files pending upload(MB) : 0.00
    Available disk space on upload filesystem : 50.69%
    Last successful heartbeat to OMS : 2007-12-05 14:33:51
    Agent is Running and Ready
    /opt/oracle/OracleHomes/agent10g/sysman/emd/targets.xml
    <Targets AGENT_TOKEN="05b0697c77651ee3933abf6fa56180dd62c4be3b">
    <Target TYPE="oracle_emd" NAME="bitex2.bitex.com.pl:3872"/>
    <Target TYPE="host" NAME="bitex2.bitex.com.pl"/>
    <Target TYPE="oracle_database" NAME="BITEX.WORLD">
    <Property NAME="MachineName" VALUE="bitex2.bitex.com.pl"/>
    <Property NAME="Port" VALUE="1521"/>
    <Property NAME="SID" VALUE="BITEX"/>
    <Property NAME="OracleHome" VALUE="/opt/oracle/product/10.2/db_1"/>
    <Property NAME="UserName" VALUE="f614471b2cb8c5b7" ENCRYPTED="TRUE"/>
    <Property NAME="password" VALUE="0d16396a5b89b576b58f90a69cbd2c55" ENCRYPTED="TRUE"/>
    <Property NAME="ServiceName" VALUE="BITEX.WORLD"/>
    </Target>
    <Target TYPE="oracle_listener" NAME="LISTENER_bitex2.bitex.com.pl">
    <Property NAME="Machine" VALUE="bitex2.bitex.com.pl"/>
    <Property NAME="LsnrName" VALUE="LISTENER"/>
    <Property NAME="Port" VALUE="1521"/>
    <Property NAME="OracleHome" VALUE="/opt/oracle/product/10.2/db_1"/>
    <Property NAME="ListenerOraDir" VALUE="/opt/oracle/product/10.2/db_1/network/admin"/>
    </Target>
    <Target TYPE="osm_instance" NAME="+ASM_bitex2.bitex.com.pl">
    <Property NAME="SID" VALUE="+ASM"/>
    <Property NAME="MachineName" VALUE="bitex2.bitex.com.pl"/>
    <Property NAME="OracleHome" VALUE="/opt/oracle/product/10.2/db_1"/>
    <Property NAME="UserName" VALUE="SYS"/>
    <Property NAME="password" VALUE="0d16396a5b89b576b58f90a69cbd2c55" ENCRYPTED="TRUE"/>
    <Property NAME="Role" VALUE="SYSDBA"/>
    <Property NAME="Port" VALUE="1521"/>
    </Target>
    </Targets>

    I don't see where your listener hostname matches hostname for your agent, thus agent discovery might have issue putting two and two together. Thus, the need to add it manually, or adjust it in targets.xml file first.
    reference
    Connecting to (DESCRIPTION=(ADDRESS=(PROTOCOL=TCP)(HOST=bitex2.bitex.com.pl)(PORT=1521)))
    Agent URL : https://bitex2.bitex.com:3872/emd/main/

  • Field not visible when uploading the file in application ser

    Hi,
    I have added a new field at the end of a structure and When i upload the data in the application server it is not visible there. The new field length is 30chars(say field 'A')  and the one just before this one is 250 chars(say field 'B'). When i reduce the length of field 'B' to 30 chars or 40 chars the value which i populated in field 'A' is visble in the output file.
    Since the complete file was not visible in AL11 transaction, i used the CG3Y tcode as well to download the data to presentation server so that i can view the complete file. Even after downlaoding in presentation server the new field value is not visible.
    Can anyone please suggest why is the value in field 'A' not visible when the length of field 'B' is 250 chars? Also, how can i display the value of the new field in the application server.I cannot change the layout of the structure as per the requirement. Any help will be very useful.
    Thanks in advance,
    Sneha.

    Hi Sneha.. Happy new year
    <you subject is missing ver from the server, thats why your server doesnt like you :P>
    -ok, lets go step by step. how did you upload the file?
    -after uploading the file check the file in OS level(goto SM69, execute CAT, in additional parameter (not in parameter) give the full path (case sensitive), execute. ). here you can see the actual content of the file... check you data is present or not
    -which structure are you using to download and upload? a temp work area.. then please provide the WA details, so that i can try on my system.
    lets see what happens next
    one more thing: regarding AL11, it can read upto length 510 characters. check program RSWATCH0 form SHOW_FILE. here the read dataset into butffer is 510 characters.

  • Email Address not visible for output device MAIL in created batch job

    Issue in ECC6.0: Email Address not visible to display/change for output device MAIL in print parameter of each step in the created batch job.
    User wants to periodically receive report file via send to his email, so I create the batch job running report and send the report in pdf file to his email.
    Detail in the batch job
    1) In print parameter screen of the step in the batch job
       -Using output device MAIL (output type ZPDF1)
       -inputting email address of receiver in the EMAIL ADDRESS field
    2) After the batch job was saved, I tried to display/change the field EMAIL ADDRESS via Tx. SM37, but this field is invisible. The field can not be displayed or changed anymore. I also tried in SM36, but it is for creating new batch job, not changing the existing batch job.
    4) User receives email with pdf file from the batch job.
    How to change/display the email address of the receiver in the created batch job?
    Note that we just changed to use SAP ECC6 from SAP 4.6c. In SAP 4.6c, we can change/display the
    Email Address Field via Tx. SM37.
    Pls kindly suggest, thank you very much in advance.

    Hi Srirompoti,
    After saving the job if the job has not started then you can follow the below steps to change the Email address.
    1. View the job from Txn SM37.
    2. check the check box for your job that you want to change and goto menu path "Job->change
    3. in the next screen goto "Edit->steps." or press "F6" key
    4. place the coursor on the job and goto menu path "Step->change->print specifications.
    5. here you can change the email address.
    If you are not able change the data then you might not have authorization.

  • [Solved]Web Service Data Control operation not visible in Data Controls

    Hi!
    I've created Web Service Data Control (named MyDataControl ) in my DataModel project for my web application (ADF BC 10.1.3.3). I've finished the wizard successfully (added initiate operation to the right side in step 2: Data Control Operations) but when the wizard finishes the initiate operation is not visible in the Data Controls (MyDataControl is visible without the operation). I'm using CVS so I think maybe some files were write protected while creating the control.
    These are the files where Data Control is written to:
    DataControls.dcx:
      <AdapterDataControl id="MyDataControl" FactoryClass="oracle.adf.model.adapter.DataControlFactoryImpl"
                          ImplDef="oracle.adfinternal.model.adapter.webservice.WSDefinition" SupportsTransactions="false"
                          SupportsSortCollection="false" SupportsResetState="false" SupportsRangesize="false"
                          SupportsFindMode="false" SupportsUpdates="false" Definition="MyDataControl"
                          BeanClass="MyDataControl" xmlns="http://xmlns.oracle.com/adfm/datacontrol">
        <Source>
          <definition xmlns="http://xmlns.oracle.com/adfm/adapter/webservice" name="MyDataControl" version="1.0"
                      provider="oracle.adfinternal.model.adapter.webservice.provider.soap.SOAPProvider"
                      wsdl="my_wsdl_location">
            <service name="MyService" namespace="urn:eu.emsa.ssn" connection="MyDataControl">
              <port name="MyServicePort">
                <operation name="initiateMyService">
                  <dataformat format="XML"/>
                </operation>
              </port>
            </service>
          </definition>
        </Source>
      </AdapterDataControl>and MyDataControl.xml:
    <?xml version="1.0" encoding="UTF-8" ?>
    <JavaBean xmlns="http://xmlns.oracle.com/adfm/beanmodel" version="10.1.3.41.57" id="MyDataControl"
              BeanClass="MyDataControl" isJavaBased="false">
      <MethodAccessor id="initiateMyService">
        <ParameterInfo id="ReplyTo_Address" Type="java.lang.String" isStructured="false"/>
        <ParameterInfo id="ReplyTo_PortType" Type="java.lang.String" isStructured="false"/>
        <ParameterInfo id="ReplyTo_ServiceName_PortName" Type="java.lang.Object" isStructured="false"/>
        <ParameterInfo id="ReplyTo_ServiceName" Type="java.lang.String" isStructured="false"/>
        <ParameterInfo id="MessageID" Type="java.lang.String" isStructured="false"/>
        <ParameterInfo id="payload" Type="java.lang.String" isStructured="false"/>
      </MethodAccessor>
    </JavaBean>A couple of days ago I've created a Data Control for another BPEL process the same way and everything was OK.
    Any ideas why this is not working?
    Regards!
    BB
    Message was edited by:
    Brokenbone

    Found out the reason. The problem was in ...MyApp\.adf\META-INF\connections.xml file which had write protection.
    BB

  • [Solved]WS Data Control operation not visible in Data Controls in JDev

    Hi!
    I've created Web Service Data Control (named MyDataControl ) in my DataModel project for my web application (ADF BC 10.1.3.3). I've finished the wizard successfully (added initiate operation to the right side in step 2: Data Control Operations) but when the wizard finishes the initiate operation is not visible in the Data Controls (MyDataControl is visible without the operation). I tried on JDev forum but had no success.
    DataControls.dcx:
      <AdapterDataControl id="MyDataControl" FactoryClass="oracle.adf.model.adapter.DataControlFactoryImpl"
                          ImplDef="oracle.adfinternal.model.adapter.webservice.WSDefinition" SupportsTransactions="false"
                          SupportsSortCollection="false" SupportsResetState="false" SupportsRangesize="false"
                          SupportsFindMode="false" SupportsUpdates="false" Definition="MyDataControl"
                          BeanClass="MyDataControl" xmlns="http://xmlns.oracle.com/adfm/datacontrol">
        <Source>
          <definition xmlns="http://xmlns.oracle.com/adfm/adapter/webservice" name="MyDataControl" version="1.0"
                      provider="oracle.adfinternal.model.adapter.webservice.provider.soap.SOAPProvider"
                      wsdl="my_wsdl_location">
            <service name="MyService" namespace="urn:eu.emsa.ssn" connection="MyDataControl">
              <port name="MyServicePort">
                <operation name="initiateMyService">
                  <dataformat format="XML"/>
                </operation>
              </port>
            </service>
          </definition>
        </Source>
      </AdapterDataControl>and MyDataControl.xml:
    <?xml version="1.0" encoding="UTF-8" ?>
    <JavaBean xmlns="http://xmlns.oracle.com/adfm/beanmodel" version="10.1.3.41.57" id="MyDataControl"
              BeanClass="MyDataControl" isJavaBased="false">
      <MethodAccessor id="initiateMyService">
        <ParameterInfo id="ReplyTo_Address" Type="java.lang.String" isStructured="false"/>
        <ParameterInfo id="ReplyTo_PortType" Type="java.lang.String" isStructured="false"/>
        <ParameterInfo id="ReplyTo_ServiceName_PortName" Type="java.lang.Object" isStructured="false"/>
        <ParameterInfo id="ReplyTo_ServiceName" Type="java.lang.String" isStructured="false"/>
        <ParameterInfo id="MessageID" Type="java.lang.String" isStructured="false"/>
        <ParameterInfo id="payload" Type="java.lang.String" isStructured="false"/>
      </MethodAccessor>
    </JavaBean>A couple of days ago I've created a Data Control for another BPEL process the same way and everything was OK.
    Any ideas why this is not working?
    Regards!
    BB
    Message was edited by:
    Brokenbone

    Found out the reason. The problem was in ...MyApp\.adf\META-INF\connections.xml file which had write protection.
    BB

Maybe you are looking for

  • Payment Term with fixed 10 days addition.

    Hi, I want to have a payment term KM00 which says "at sight". But internally i want system to give a 15 days grace to customer. So for example: If i post a entry today with Payment term KM00, it should give net due date 15 days after. Plz suggest wha

  • Imac screen

    24" imac less than a year old. Half the screen just turned black. ??? Anybody else had this happen? Don't suppose there is an easy fix..... Thanks for any help.

  • Performance Settings - Slow only?

    You know there is an option called performance settings under Frequency/Voltage control. And you can choose to use Slow Fast Turbo Ultra-Turbo But if i choose fast, I cant even boot What do I need to use those faster options??

  • How to cong=figure Tomcat 5.5 for Eclipse 3.0

    Hi Buddies, I have Eclipse 3.0 IDE, I am working on only JAVA pgm. I want to run servlet based applns in my Eclipse IDE. Can I do that, then can anybody give me procedure to configure a tomcat Server in the Eclipse IDE. I hav Tomcat plugin also. And

  • Read binary file and convert to readable text

    I have a binary file which i want to read in and then convert it into readable text. How can i do this?