Having issues calling EJB3 from BPEL failing xmlparserv2 error.

Oracle/BPEL 10.1.3.4
Description :
I am having errors in orabpel during marshalling of EJB call using WSIF. missing class JXDocumentBuilderFactory see ERROR 1 for details. I generated proxy classes using schemac against the document type I want to pass to EJB from BPEL. The proxy requirs the missing class. I worked for 3 days trying various things and only after unzipping jar file to classes directory defined in oracle.bpel.common was I able to execute the call successfully. As luck would have it on reboot the app server failed to start .
I cannot find where anybody has commented on the reliable use of WSIF and EJB with BPEL in one cantainer anb EJB in a different container. I do see some old blogs about using EJB 2.1 with orabpel and EJB in the same container. I assume if others were doing this it should work out of the box.
Question :How do you use BPEL to invoke your business logic? WSIF with proxy classes seemed like the best performance solution to me. Do you use webservices? Have you seen this error before?
I would REALLY appreciate your feedback! Thanks in advance John
ERROR 1:
oracle.classloader.util.AnnotatedNoClassDefFoundError:
Missing class: oracle.xml.jaxp.JXDocumentBuilderFactory
Dependent class: com.collaxa.cube.xml.BaseFacade
Loader: oracle.bpel.common:10.1.3
Code-Source: /C:/product/10.1.3.1/OracleAS_1/bpel/lib/orabpel.jar
Configuration: <code-source> in /c:/product/10.1.3.1/OracleAS_1/j2ee/home/config/server.xml
The missing class is available from the following locations:
     1. Code-Source: /C:/product/10.1.3.1/OracleAS_1/lib/xmlparserv2.jar (from <code-source> (ignore manifest Class-Path) in META-INF/boot.xml in C:\product\10.1.3.1\OracleAS_1\j2ee\home\oc4j.jar)
     This code-source is available in loader oracle.xml:10.1.0_2.
; nested exception is:
     oracle.classloader.util.AnnotatedNoClassDefFoundError:
     Missing class: oracle.xml.jaxp.JXDocumentBuilderFactory
     Dependent class: com.collaxa.cube.xml.BaseFacade
     Loader: oracle.bpel.common:10.1.3
     Code-Source: /C:/product/10.1.3.1/OracleAS_1/bpel/lib/orabpel.jar
     Configuration: <code-source> in /c:/product/10.1.3.1/OracleAS_1/j2ee/home/config/server.xml
The missing class is available from the following locations:
     1. Code-Source: /C:/product/10.1.3.1/OracleAS_1/lib/xmlparserv2.jar (from <code-source> (ignore manifest Class-Path) in META-INF/boot.xml in C:\product\10.1.3.1\OracleAS_1\j2ee\home\oc4j.jar)
     This code-source is available in loader oracle.xml:10.1.0_2.

Ok,
I found that EJBBinding annotation does accomplish wsdl creation when the deployment occurs, the WSDL is not in a file but rather you can get to it with enterprise manager (10.1.3.4) find your service and test it. After selecting a means to test (http or https) the next page will show a link "Service Description" The url that comes up looks something like http://thehostname/MyApplication/MyService?WSDL.
When you create a the stateless ejb tell it to expose as Webservice and select generate WSIF bindings.
Just put the following annotation on your Webservice interface.
In this case my "WorkItemFacade" listed below is the name of my implementation.
// Indicates that this is indeed a web service
@WebService
// generates WSIF EJB Bindings for NON soap marshalling
@WSIFEJBBinding( className="proto.model.WorkItemFacade",
initialContextFactory="oracle.j2ee.rmi.RMIInitialContextFactory",
jndiProviderUrl="opmn:ormi://zdeploymentHost:6003:zInstanceName-home/zEJBMODULESName-ejb6
// Class name becomes the name of the service in the wsdl
public interface WorkItemWebService extends Remote {
boolean verify( String s_xchg_doc) throws RemoteException;
void add( String s_xchg_doc) throws RemoteException;
When you are in BPEL where it asks for a wsdl for the invoke of a partner link put the url in that you obtained before in test e.g. http://thehostname/MyApplication/MyService?WSDL
This will of course require your app server to be up and with the EJB deployed.
Hope this helps someone in similar circumstance.
John

Similar Messages

  • URGENT:upgrade to 3.0.8 issue Call to WPG_SESSION API Failed.Error-Code:6550

    I ran upgrade scripts to 3.0.8 from 3.0.6 and completed with no errors.
    csh diag.csh reports no errors.
    sqlplus to connect string works fine
    DAD connect string is correct.
    err text:
    Call to WPG_SESSION API Failed.
    Error-Code:6550
    Error TimeStamp:Tue, 5 Jun 2001 03:36:50 GMT
    Database Log In Failed
    TNS is unable to connect to destination. Invalid TNS address supplied or destination is not listening. This error can also occur because of underlying network transport problems.
    Verify that the TNS name in the connectstring entry of the DAD for this URL is valid and the database listener is running.
    DIAG.CSH output
    oracle(dba)@ws12:/export/home/upgrade:$csh diag.csh -s portal30 -p portal30 ->
    Begining Portal Diagnostics
    ...portal_schema: portal30
    ...portal_password: *************
    ...connect_string: iforce
    Loading java class for Portal Diagnostics ...SQL*Plus: Release 8.1.6.0.0 - Production on Mon Jun 4 20:48:59 2001
    (c) Copyright 1999 Oracle Corporation. All rights reserved.
    Connected to:
    Oracle8i Enterprise Edition Release 8.1.6.0.0 - Production
    With the Partitioning option
    JServer Release 8.1.6.0.0 - Production
    SQL> SQL> Creating Table 'wwsec_diagnostic$'
    Creating Sequence 'wwsec_diagnostic_seq'
    Diagnostics Report v 1.0: Oracle Portal v 3.0.8.9.8
    As of 04-Jun-2001 20:49:02 Schema Name: PORTAL30 SSO Schema Name: portal30_sso
    PORTAL30.wwsec_enabler_config_info$
    Login Server URL : http://ws12.sempi.eng.sun.com:7777/pls/portal30_sso/portal30_sso.wwsso_app_admin.ls_login
    DAD : portal30_sso
    Host connection : successful.
    mod_plsql : working.
    JServ : working.
    Schema name : portal30_sso
    Connect string : iforce
    Authentication mode : Single Sign-On
    portal30_sso.wwsec_enabler_config_info$
    Login Server URL : http://ws12.sempi.eng.sun.com:7777/pls/portal30_sso/portal30_sso.wwsso_app_admin.ls_login
    DAD : portal30_sso
    Host connection : successful.
    mod_plsql : working.
    JServ : working.
    Schema name : portal30_sso
    Connect string : iforce
    Authentication mode : Single Sign-On
    Partner Application Information
    **** Oracle Portal (portal30) ****
    Home URL : http://ws12.sempi.eng.sun.com:7777/pls/portal30/portal30.home
    Success URL : http://ws12.sempi.eng.sun.com:7777/pls/portal30/portal30.wwsec_app_priv.process_signon
    DAD : portal30
    Host connection : successful.
    mod_plsql : working.
    JServ : working.
    Schema name : portal30
    Connect string : iforce
    Authentication mode : Single Sign-On
    **** The Login Server (portal30_sso) ****
    Home URL : http://ws12.sempi.eng.sun.com:7777/pls/portal30_sso/portal30_sso.home
    Success URL : http://ws12.sempi.eng.sun.com:7777/pls/portal30_sso/portal30_sso.wwsso_home.process_signon
    DAD : portal30_sso
    Host connection : successful.
    mod_plsql : working.
    JServ : working.
    Schema name : portal30_sso
    Connect string : iforce
    Authentication mode : Single Sign-On
    Diagnostics completed successfully!
    Disconnected from Oracle8i Enterprise Edition Release 8.1.6.0.0 - Production
    With the Partitioning option
    JServer Release 8.1.6.0.0 - Production
    null

    Venu
    Have you also upgraded your 9iAS instance to 1.0.2.2? The WPG_SESSION API error commonly appears when you are not using the lastest version of mod_plsql contained in 1.0.2.2.
    See: Migration Guide for Oracle9iAS Solaris or NT/2000.

  • How to call jsp from bpel

    Hi,
    My application is to call jsp from bpel and connect to database is it possible?
    Thanks,
    A

    Your requirement really has very little to do with BPEL.
    Every BPEL process is also a web service. So what you want to do is call a web service from a jsp.
    The steps would be:
    1. Use Jdeveloper to build a web service proxy class around the BPEL process wsdl. (the WSDL tab for the BPEL process exposes the WSDL to you)
    2. Call the methods in the web service proxy class from your jsp.
    HTH,
    Neil.

  • I unregistered my iphone but still am having issues getting texts from iphone users. Anyone know how to fix this?

    I unregistered my iphone but still am having issues getting texts from iphone users. Anyone know how to fix this?

    Turn off iMessage on the old iPhone.
    Restore the iPhone as new.
    Have the other iPhone users delete the current message thread, and start a new messae to you.
    Have the other iPhone users delete your contact, then re-add it.
    Go to ww.icloud.com and remove the device from your Find My iPhone.
    Go to appleid.apple.com and change your primary email address and/or password.
    Contact Apple Support at getsupport.apple.com for further assistance if these steps don't work.
    Wait about 30 days for the iMessage server to self-correct the issue.

  • Call to WPG_SESSION API Failed. Error-Code:20000

    Hi,
    to be short:
    Oracle: 8.1.7.0.0
    When trying to login to the portal application I got this error [bottom of message]
    I downloaded the diag tool and run it against my configuration, everything was reported OK.
    I've also searched all through this forum and have read similar problem, but nobody had error code 20000.
    Would you please guide me?
    Call to WPG_SESSION API Failed.
    Error-Code:20000
    Error TimeStamp:Thu, 29 Mar 2001 16:41:15 GMT
    Database Log In Failed
    TNS is unable to connect to destination. Invalid TNS address supplied or destination is not listening. This error can also occur because of underlying network transport problems.
    null

    Reza,
    Is this a new install?
    If so, on a new install, you often need to create an entry in the tnsnames.ora file within the Oracle9iAS $ORACLE_HOME. You can do this simply by copying the information from your tnsnames.ora in your Oracle 8.1.7 $ORACLE_HOME/network/admin.
    A lot of times, it could also be a difference of Portal trying to connect to the database with:
    ORA817.company.com
    instead of
    ORA817
    or vice versa.
    Check http://myhost.mydomain.com/pls/admin_/gateway.htm
    In each DAD, it will specify the connect string that Portal is trying to use to connect with. Make sure your tnsnames.ora is using the same.
    If this is not a new install, you may have just had a problem with the database. If this is not production, rather than debugging the problem connecting to the database. I have found that restarting the database and webserver usually works, that will at least get you back up and running. Then you can check the alert.log in the database for any problems or issues such as too many sessions, etc.
    Thanks,
    Sue

  • Call to WPG_SESSION API Failed. Error-Code:6550

    Can someone please help me figure out what I may be doing wrong? Using recent downloaded versions of 8i and 9iAS I cannot access Portal30 using IE5 browser. Please see error below. During portal configuration I specified connect string of oracle:1521:dba1. The connectstring entry of the DAD is dba1. I ran ssodatan. The database is open, listener is listening and SQL*Plus, DBA Studio, Net8 Assistant all connect to dba1 fine. Discussions mention cookies, upgrades, etc., but nothing definitive. Troubleshooting Guide does not reference error 6550. I am at a loss. Any suggestions would be appreciated.
    I downloaded and installed 8.1.7 on NT host oracle then downloaded and installed 9iAS on another NT host. Portal Diagnostics are successful, however I get database login failed when attempting to use IE5 browser to access portal at http://oracle/pls/portal30/PORTAL30.home
    Here's the diags:
    D:\ora9ias\portal30\admin\plsql>set ORACLE_HOME=d:\ora9ias
    D:\ora9ias\portal30\admin\plsql>diag -s portal30 -c dba1
    Begining Portal Diagnostics
    ...portal_schema: portal30
    ...portal_password: *************
    ...portal_connect_string: dba1
    Loading java class for Portal Diagnostics ...
    SQL*Plus: Release 8.1.7.0.0 - Production on Wed Jul 25 08:41:58 2001
    (c) Copyright 2000 Oracle Corporation. All rights reserved.
    Connected to:
    Oracle8i Enterprise Edition Release 8.1.7.0.0 - Production
    With the Partitioning option
    JServer Release 8.1.7.0.0 - Production
    Creating Table 'wwsec_diagnostic$'
    Creating Sequence 'wwsec_diagnostic_seq'
    Diagnostics Report v 1.01: Oracle Portal v 3.0.9.8.0
    As of 25-Jul-2001 08:42:17 Schema Name: PORTAL30 SSO Schema Name: portal30
    _sso
    Proxy Server Settings:
    HTTP Server:
    HTTP Server Port:
    No Proxy Servers for Domains beginning with:
    URL Connection Time-Out (seconds):
    PORTAL30.wwsec_enabler_config_info$
    Login Server URL : http://oracle/pls/portal30_sso/portal30_sso.wwsso_app_admi
    n.ls_login
    DAD : portal30_sso
    Host connection : successful.
    mod_plsql : working.
    JServ : working.
    Schema name : portal30_sso
    Connect string : dba1
    Authentication mode : Single Sign-On
    Partner Application Information
    **** The Login Server (portal30_sso) ****
    Home URL : http://oracle/pls/portal30_sso/portal30_sso.home
    Success URL : http://oracle/pls/portal30_sso/portal30_sso.wwsso_home.pro
    cess_signon
    DAD : portal30_sso
    Host connection : successful.
    mod_plsql : working.
    JServ : working.
    Schema name : portal30_sso
    Connect string : dba1
    Authentication mode : Single Sign-On
    **** Oracle Portal (portal30) ****
    Home URL : http://oracle/pls/portal30/portal30.home
    Success URL : http://oracle/pls/portal30/portal30.wwsec_app_priv.process
    _signon
    DAD : portal30
    Host connection : successful.
    mod_plsql : working.
    JServ : working.
    Schema name : portal30
    Connect string : dba1
    Authentication mode : Single Sign-On
    **** The Login Server (portal30_sso) ****
    Home URL : http://oracle/pls/portal30_sso/portal30_sso.home
    Success URL : http://oracle/pls/portal30_sso/portal30_sso.wwsso_home.pro
    cess_signon
    DAD : portal30_sso
    Host connection : successful.
    mod_plsql : working.
    JServ : working.
    Schema name : portal30_sso
    Connect string : dba1
    Authentication mode : Single Sign-On
    Diagnostics completed successfully!
    Disconnected from Oracle8i Enterprise Edition Release 8.1.7.0.0 - Production
    With the Partitioning option
    JServer Release 8.1.7.0.0 - Production
    D:\ora9ias\portal30\ admin\plsql>
    Call to WPG_SESSION API Failed.
    Error-Code:6550
    Error TimeStamp:Wed, 25 Jul 2001 12:33:52 GMT
    Database Log In Failed
    TNS is unable to connect to destination. Invalid TNS address supplied or destination is not listening. This error can also occur because of underlying network transport problems.
    Verify that the TNS name in the connectstring entry of the DAD for this URL is valid and the database listener is running.
    null

    I met that error several times. Check TNS connection from web server box to database server, if applicable. - use tnsping.
    That's the only cause that produces the error. If the web server box has more than one Oracle Home, find the correct one. Check $iAS_home/Apache/bin/apachectl script which will tell you its oracle home directory. It may not use $TNS_ADMIN/tnsnames.ora, but $ORACLE_HOME/network/admin/tnsnames.ora.

  • I am having issues suddenly exporting files. It reads error exporting 25 files, As I attempt to choose another destination folder the folders show a black square where the folder sign previously was. I am in my busy season and this has created a huge dela

    I am having issues suddenly exporting files. It reads error exporting 25 files, As I attempt to choose another destination folder the folders show a black square where the folder sign previously was. I am in my busy season and this has created a huge delay!!! HELP!!!!

    oh and if you use a creative cloud version of Lightroom it could also be that the logon to the cloud is messed up. Logging out and logging back in from preferences in the creative cloud app will fix that. Due to the release of Lightroom CC it appears that adobe's servers have been overwhelmed a bit And many people have strange problems that are solved by logging out and back in.

  • Call to WPG_SESSION API Failed. Error-Code:20001

    Here is the error I am getting while accessing portal. This error comes 2 out of 5 times.:
    Call to WPG_SESSION API Failed.
    Error-Code:20001
    Error TimeStamp:Fri, 23 Mar 2001 17:28:33 GMT
    Database Log In Failed
    TNS is unable to connect to destination. Invalid TNS address supplied or destination is not listening. This error can also occur because of underlying network transport problems.
    Verify that the TNS name in the connectstring entry of the DAD for this URL is valid and the database listener is running.

    The error code implies an invalid cookie. This could be because the encryption key is invalid or the format of the cookie is corrupted. If the encryption key was invalid, the error would happen all of the time rather than 2 times out of 5. The only way I can see that the cookie format would be bad is if it got truncated. There is a 4K limit on the size of the buffer that passes cookies around, so it could be that the browser is sending more than 4k worth of cookies. However, if this were the case, then the error would be consistent from that browser after you exceeded the limit. Can you give a little more detail on exactly what you are doing when the error occurs?

  • Invoking EJB3 from BPEL 11g

    Hi,
    I need to call EJB from my BPEL process. I am using Jdev 11.1.1.4. I am able to call the EJB from my BPEL if both are deployed in the same container.
    Ideally I would be having the EJB deployed in a different machine. But when I try to invoke EJB on a remote machine, I am getting error during invoke saying "Unable to create initial context, jndi lookup failed". I have checked for JNDI entry in the remote machine and its there.
    Thanks,
    Arun

    Anybody knows the solution???????????

  • Anyone else having issues when streaming from veetle using safari over wifi?

    I like many others have been having issues with my wifi on my iPhone 5 (sometimes when connected to wifi it just freezes up and I need to do a reboot or reset network settings to get it back up and running). In any case, that wasn't bothering me too much but I've noticed now that the veetle web site that I use sometimes to stream shows from on my iPhone stops showing video after a few seconds when using wifi. If i switch to my LTE connection or 3G it works fine but it's only when running with wifi that it has a problem. It will begin to stream a show properly then after a few seconds the video will cut out though the sound keeps playing. My iPad doesn't exhibit the same problems and can stream from veetle perfectly over my wifi. Anyone else out there having similar issues? This will be annoying if i'm travelling out the country and depending solely on wifi for my data and not being able to stream sports and tv shows from Veetle. Just wanted to see how commonplace this problem was. Thanks

    All spring and summer Netflix/fios has been a problem. I have used a tool that goes beyond simple speed tests and gets to dividing up thE problem. It appears that the problems reside with fios, however true to form Verizon repair denies any problem (go figure) .

  • Calling searchadminctl from Java failing

    I am trying to call searchadminctl from a Java application, to make some automation around installing thesaurus. The searchadminctl batch file gets called alright and its own Java application gets started, but it gives me this error:
    16:48:26:812 INFO     main          url:null user:eqsys
    16:48:27:530 INFO     main          cmd mode=1
    16:48:27:546 INFO     main          thesaurus:default:null:null
    16:48:27:546 INFO     main          delete:thesaurus:default
    16:48:27:593 INFO     main          thesaurus delete:1
    16:48:27:890 INFO     main          url:null user:eqsys
    16:48:28:609 INFO     main          cmd mode=1
    16:48:28:609 INFO     main          thesaurus:null:null:null
    16:48:28:609 INFO     main          create:thesaurus:C:/ses-thesaurus-importer/export/thesaurus.xml:null
    16:48:28:749 DEBUG     main          thesaurus:null
    16:48:28:749 INFO     main          thesaurus null null
    16:48:28:843 DEBUG     main     ThesaurusDBAdapter          insert to run command:ctxload userName:eqsys
    16:48:30:812 DEBUG     output     ThesaurusDBAdapter$1          Enter user: Connecting...
    16:48:30:827 DEBUG     output     ThesaurusDBAdapter$1          Creating thesaurus DEFAULT...
    16:48:30:843 DEBUG     output     ThesaurusDBAdapter$1          Thesaurus DEFAULT created...
    16:48:30:843 DEBUG     output     ThesaurusDBAdapter$1          Processing...
    16:48:30:843 DEBUG     output     ThesaurusDBAdapter$1          0 lines processed successfully
    16:48:30:843 DEBUG     output     ThesaurusDBAdapter$1          Beginning insert...DRG-50857: oracle error in drzmiai
    16:48:30:843 DEBUG     output     ThesaurusDBAdapter$1          ORA-20000: Oracle Text-fejl:
    16:48:30:843 DEBUG     output     ThesaurusDBAdapter$1          ORA-04002: INCREMENT skal være et heltal forskelligt fra nul
    16:48:30:843 DEBUG     output     ThesaurusDBAdapter$1          ORA-06512: ved "CTXSYS.DRUE", linje 160
    16:48:30:843 DEBUG     output     ThesaurusDBAdapter$1          ORA-06512: ved "CTXSYS.DRITHSL", linje 129
    16:48:30:843 DEBUG     output     ThesaurusDBAdapter$1          ORA-06512: ved linje 1
    16:48:30:843 DEBUG     output     ThesaurusDBAdapter$1          
    16:48:30:859 DEBUG     output     ThesaurusDBAdapter$1          Disconnected
    16:48:30:952 DEBUG     main     ThesaurusDBAdapter          finish command with status 1
    16:48:30:952 ERROR     main     Error creating thesaurus: the NLS_LANG environment variable may be inconsistent with the thesaurus encoding java.lang.Exception     oracle.search.admin.db.ThesaurusDBAdapter:insert:310     oracle.search.admin.manager.JDBCDataManagerService:create:148     oracle.search.admin.manager.AbstractAdminDataManager:create:54     oracle.search.admin.manager.ThesaurusManager:create:52     oracle.search.admin.cmd.AdminCMDHandler:create:334     oracle.search.admin.cmd.AdminConsole:runAdminModuleJob:672     oracle.search.admin.cmd.AdminConsole:runAdminComand:541     oracle.search.admin.cmd.AdminConsole:main:227
    As you can see, the delete operation goes well, but create fails. The NLS_LANG message seems to be shown no matter what the real error was though.
    The funny thing is, that I have tried to take the EXACT command with the EXACT parameters my Java application calls, and call it manually, and then it works just fine. Any ideas on how to get this to work? Any ideas what these ORA-XXXXX errors is?
    Thank you
    Søren

    Last night when I was somewhere between this world and dream world I scanned through my code in my mind and found the error, and it is my bad... I called the searchadminctl with my thesaurus file as argument, just before I closed my OutputStream to the file, which we all know is quite a bad idea.
    So the answer is: it is absolutly no problem to call searchadminctl from Java :)
    /Søren

  • Calling Webservice from BPEL - Urgent

    Hi,
    Appreciate if anyone can let me know steps or point to some documentation on how to call an external web service from BPEL. I have this URL ( http:// testinstance/ Connect/ Customer.asmx) to use as WSDL and the two Request and Response XSD files.
    I created an Asynchronous BPEL Process which created the 'client' PartnerLink and the 'recieveinput' and 'callbackClient' activities. Next I tried to create another partner link and I'm stuck here as I do not know where and how to associate the above URL as the WSDL file location.
    Please help,
    Thanks
    -Prapoorna

    You need to 'model' a little bit of processflow for this.
    At the moment you created the partnerlink.
    In the process you need to 'invoke' this partnerlink to call the method in the service which will check if the customer exists.
    When creating the invoke in the process it will give you the option to create the input/output-variables (or input when async).
    This inputvariable needs to get 'assigned' in your process. So this variable will get the value of the customerid for who you want to check if he exists.
    The services comes back with some result in the outputvariable, and this variable you can use to model the rest of the process.
    for example with a 'switch' which is some sort of if-then-else-construction.
    or did i missunderstood you :)

  • Having issues receiving mail from exchange account

    I have 3 iPhone customers that are having issues with recieiving mail from their exchange accounts. The only time their emails come to their phones is when they actually has Outlook open on their computers. If Outlook is NOT open on the computers none of them not recieve emails on their phones. I have checked the settings on each of their phones and everything looks to be configured correctly. Any ideas, suggestion? Could this be a exchange server side issue?
    Thanks

    Different from a Blackberry, the iPhone's Mail app communicates direct with the incoming mail server and outgoing mail server for an email account - no different from accessing an email account with an email client on your computer.
    Most, if not all internet service providers block the use of SMTP servers that are outside of their network or that isn't provided by the ISP being used for your internet connection at the time. Your iPhone's carrier is no exception when connected to the internet with your carrier's network.
    Do you know if the account's SMTP server is authenticated with a user name and password just as the incoming mail server for the account is authenticated?

  • Call EJB3 from Controller

    Hi everybody,
    my post here is intended to clarify couple of things i might have misunderstood specially with my lack of experience in UI5 technology
    Is it possible to call an EJB session bean from Controller without exposing it as a web service, or it must be exposed as Restful service since the SAP UI5 is running on browser and not on server. if it's possible is there example somewhere?
    as far as I understood from SAPUI5 framework, the code will run on the browser and not on the application server. is this right?
    Thanks for your relpies
    Sam

    Hi,
    I do not have much information on calling EJB from sapui5 but found out this blog Todos application with SAPUI5, Jersey, and JPA
    Please go through it...may be useful for your requirement.
    Regards,
    Chandra

  • Issue while calling WS from Bpel

    Hi ,
    I am calling a WS fom Bpel , this WS is based on ADF Bc service , I am getting below error :
    java.lang.Exception: oracle.sysman.emSDK.webservices.wsdlapi.SoapTestException:
    Failed state during prepare of WS-AT XAResource:WSATXAResource:
    We need WS-AT support in the communication.
    Please suggest.
    Thanks
    Sam

    Did anyone find the reason for this error message and a possible solution?
    I have 2 web service calls from a BPEL process both of which are set to transaction level of 'SUPPORTS'.
    The web services both are enabled for Atomic transaction.
    I am getting the exception Failed state during prepare of WS-AT XAResource:WSATXAResource:
    I tried the suggestions listed above with the same result.
    Any help would be great.
    thanks

Maybe you are looking for

  • PO created though BAPI 'BAPI_PO_CREATE1' not visible in WPOHF4D

    Hi Experts, As per the client requirement, I am using BAPI 'BAPI_PO_CREATE1' to create PO. My client is using retail transactions majorly and wants to see the created PO in tcode WPOHF4D. The PO created using this BAPI are visbible in Me22n, but not

  • Mail sending using sender importing parameter using so_object_send function

    Hi all,         I using so_object_send function module to send mail. My requirement is with respect to any user          logged in the sender mail address should be taken by V_SENDER parameter in exporting         parameter. <code> CALL FUNCTION 'SO_

  • Print to Video out of sync

    More PTV problems. Ok, I've gotten the video and audio to appear on the deck, and record, but the video and audio are wildly out of sync, maybe at least a few seconds.

  • Calendar app - shared calendar issues

    Hi there, I'm new to the mac platform... I was wondering if anyone can help with my set up of the calendar app with a shared google calendar. what we have is an office calendar on google with each person having a calendar (within the same id) - it me

  • Accessing Large Files from a WebService

    Hi! I have developed a Repository Manager in Java for SAP NW04. I have also created a WebServices CLIENT in the WebService Perspective by providing a WSDL file. Then I built an EAR file and deployed it with SDM. The Repository Manager then uses the w