JDeveloper 10g 10.1.3 Web Service Question: java web service calls another

I am looking for what I think should be a simple example/tutorial but so far no luck. I am using JDeveloper 10g 10.1.3 and the Oracle Application Server.
I want to do this:
- create a simple Java web service
- deploy it
- create another simple Java web service, that makes a call to a method on the first service
- deploy it
client->WSfront->WSback
I want to keep this as basic as possible.
Although I have found examples of how to create a web service proxy, there are no examples that I have found that show how to use that proxy in another web service:
I did what I thought were the right things; generated a proxy for the first web service, and used that proxy in the second web service's source Java class. However when I deployed and tested many classes were missing: all the classes the proxy class depends on.
I actually managed to get something like this working but had to manually create the .ear and .war files for WSfront, explode the archives, and manually add the missing classes to its WEB-INF/classes.
I am comparing this to things like Weblogic Workshop in which doing this exercise is a snap.
Is there a simple graphical way to do this in JDeveloper?

Hello again,
I am quite surprised I got no responses to my query below.
Can anyone explain how I might do this?
Please feel free to respond to [email protected]
I am looking for what I think should be a simple
example/tutorial but so far no luck. I am using
JDeveloper 10g 10.1.3 and the Oracle Application
Server.
want to do this:
create a simple Java web service
deploy it
create another simple Java web service, that makes a
call to a method on the first service
deploy it
client->WSfront->WSback
want to keep this as basic as possible.
lthough I have found examples of how to create a web
service proxy, there are no examples that I have
found that show how to use that proxy in another web
service:
I did what I thought were the right things; generated
a proxy for the first web service, and used that
proxy in the second web service's source Java class.
However when I deployed and tested many classes were
missing: all the classes the proxy class depends
on.
I actually managed to get something like this working
but had to manually create the .ear and .war files
for WSfront, explode the archives, and manually add
the missing classes to its WEB-INF/classes.

Similar Messages

  • Problem with web template calling another template

    Hi all,
    We have a Web template which when gets executed displays result in table form.Now one of the fields in that table is Europe. My requirement is when i click on that field Europe it should execute another web template that was designed for Europe.How do i link this field to another template?
    Please help.
    Regards,
    Suchitra

    Hi Suchitra,
         You can't create link between a field and a query view. You can change your template by using the tab strip, so that each tab will give you the details of different country.
        Or else, you can use buttons to navigate from one query to the another.
    Steps:-
    Button -Right Click -Data Provider- specific command -select the query - ok
        You can also use hyperlink in BEx to move from workbook to the another.
    Regards,
    Yokesh

  • Jdeveloper 10g, PJC

    HI guys
    I am trying to create a PJC for Oracle forms using Jdeveloper 10g. I was following the JDeveloper 9 guidelines available on Oracle repos. Unfortunately I cannot find a single documentation explaining how to achieve the same objective using Oracle Jdeveloper 10g.
    I am stuck at PJC1.java level. Under the Property inspector I cannot see Properties, Events to complete the exercise which is mentioned in the JDeveloper 9 sample document.
    regards,
    raj

    Timo Hahn wrote:
    What has 'Pacific Jewish Center' (PJC) to do with jdeveloper?
    Or do you mean something else?
    If so you should spell it out as you can't assume we know. Anyway, you may better ask this in the {forum:id=82} forum.
    TimoHello Timo :)
    PJC means pluggable java component. As far the documentation says, used widely for adding custom properties to Oracle Forms based modules.
    I was just wondering whether I should ask the question in forms forums.
    Thanks
    raj

  • Deploy JDeveloper 10g Web Services to Tomcat

    We are currently running our web services in Tomcat (using Apache Axis). Is it/will it be possible to deploy web services to Tomcat from JDeveloper 10g?
    Thanks,
    Jasmin

    JDeveloper will only directly support deployment of web services to an Apache 2.2 Web Server.

  • Calling a Web Service in another Web Service using JDev10.1.3 and AS 10g

    I am using JDeveloper 10.1.3.0.4.3673 and Oracle AS 10g 10.1.3 on Windows XP Professional Version 2002 service pack 2.
    Has anyone called a web service in another web service? I have not researched this yet. I assume it is possible. I need to get this figured out asap.
    My guess is that
    1. For the web service which is going to be called in the other web service, you need to create client-side proxy to call the web service - create a static method to instantiate and call the service.
    2. I would deploy this client-side proxy Stub which calls the web service along with the other web service which calls it to the Oracle AS 10g.
    Is this right? Is there any documentation on this specific thing?

    Hi,
    rhis kind of orchestration is what BPEL is made for.
    http://www.oracle.com/technology/products/ias/bpel/index.html
    Frank

  • JDeveloper 10g  Web Development Survey

    Attention JDeveloper Web developers!
    The JDeveloper product management team is currently conducting a JDeveloper 10g Web development survey.
    All JSP, UIX, Struts and JSF developers using JDeveloper 10g are encouraged to fill out the survey and get a chance to win an Amazon gift certificate!
    http://www.oracle.com/technology/products/jdev/temp/survey.html
    -Chris
    JDeveloper Product Management

    JDeveloper will only directly support deployment of web services to an Apache 2.2 Web Server.

  • Are Oracle JDeveloper 10.1.3.3 Web Service Proxys Thread Safe?

    Hi
    Does anybody knows if Oracle JDeveloper 10.1.3.3 Web Service Proxys Thread Safe?. The Oracle JDeveloper 10.1.2 Web Service Stubs were not Thread Safe.
    Regards,
    Néstor Boscán

    Do you have an answer on this? I have the same question. I would like to just cache the Service Instance returned by factory, if it is thread safe.
    Chandresh

  • Creating secure web apps in JDeveloper 10g preview

    Hi all,
    I am trying to set up a secure web application and test it within JDeveloper 10g preview. So far, I am able to set up the correct entries in web.xml and ???-oc4j-app.xml (actually had to add the role mapping manually in the last file). I am able to automotically bring up a login form, enter my username/password and get to the protected resources. What I am not able to do is the following:
    1. Display an error page when the login fails (I get a generic HTTP 403 page instead of the page I specified in web.xml).
    2. Enable SSL. I can set the write checkboxes, etc., but instead of displaying the login form, the browser asks me to open/save the file home.do (the protected resource). I think there is some setup that is messing, but what is it?
    Any help is appreciated. Thanks.
    Ara

    Sorry, I guess I shoud have made it clearer: I am using HTTP-FORM authentication and I have specified a login and error page there. Neither page is protected (i.e., their URI pattern is not specified in the servlet deployment descriptor).
    I get the login page fine. I am also able to log in,provided I submit the right username/password. The problem comes when I submit an incorrect name/password. In that case, I get a generic HTTP 403 page instead of the error page I specified.
    Hope this provides more clues.
    Ara

  • [ANN] Oracle JDeveloper 10g production is now available for download.

    It's probably worth a mention in this forum too ;-)
    In case you haven't notice we have just released Oracle JDeveloper 10g production with a many new features that makes it the ideal Java tools for Oracle Application Server users.
    Check it out at:
    http://otn.oracle.com/products/jdev
    A partial list of new features:
    Visual layout editing for both JSP/HTML and Swing user interfaces.
    Drag-and-Drop data-binding of business services to the user interface
    Visual Struts-based page flow modeler
    Declarative creation of business services based on EJB, TopLink, JavaBeans, Web Services, or Oracle ADF Business Components
    Visual UML modeling with code generation
    Code Auditing and Metrics
    Hot-Swap Debugging
    Improved code editor
    XML Schema visual editor
    Database development and Database modeling
    One-Click deploy to Oracle Application Server, BEA Weblogic, JBoss and Tomcat
    Web services development and consumption with support for WS-I
    And much more.

    Hi,
    That is definitely a product manager - positioning question (forum ID: oalonso), so I'd recommend that you ask the same question in the SES forum. The Text team has been monitoring that forum and answering most of the posts there, so you'd probably be more likely to get your question answered.
    Secure Enterprise Search
    -Ron

  • Call Report Builder from Jdeveloper 10g with parameters

    hello , how are you
    i am in oracle forms for long , today i am work in jdeveloper 10g, i want some questions
    1- how call oracle report builder from oracle jdeveloper 10g with parameters
    2- if there aren't call from jdeveloper 10g, what is good report tools?
    thanks.

    I'm assuming that what you want to do is actually run a report from a JDeveloper application.
    To do this you can use the various ways that Reports offer to invoke reports with the report server - including URL & Web Service interfaces.
    More information on these in the Oracle Reports - Publishing reports manual.

  • How to use Jdeveloper 10g (10.1.3.4.0) or 11g to create J2ME apps?

    I can't find any tutorials or documentation in how to do this in the current version of Jdeveloper 10g or 11g.
    All I could find was the Jdeveloper Wireless Extension 9.0.5 but this doesn't work in either versions.
    Also I don't want to do browser apps or I would just do the Mobile ADF, I want to do MIdlets more specifically one that will connect to a Web Service.
    If any one could point me in the right direction I would greatly appreciate it!

    Due to improvements in network coverage and communications, the need for a truly disconnected/on device application is diminishing. If your requirements can be mostly met with an online solution, I would recommend checking out ADF Mobile in 11g that support you to create a browser application optimized for mobile browsers.
    What is the scenario that you are trying to support? Feel free to reply to this thread or to me directly. There are efforts in the works, and I'd like to hear what you are trying to build.
    Thanks,
    Joe Huang

  • ANN: Oracle JDeveloper 10g is Production

    Oracle is proud to announce the immediate availability of Oracle JDeveloper 10g (9.0.5.1).
    This new version is focused on making J2EE development simpler by providing a visual and declarative development approach using the innovative Oracle Application Development Framework (Oracle ADF).
    Oracle JDeveloper 10g includes features that will appeal to both novice and experienced Java developers. Some of the new features in this release include:
    Visual layout editing for both JSP/HTML and Swing user interfaces.
    Drag-and-Drop data-binding of business services to the user interface
    Visual Struts-based page flow modeler
    Declarative creation of business services based on EJB, TopLink, JavaBeans, Web Services, or Oracle ADF Business Components
    Visual UML modeling with code generation
    Code Auditing and Metrics
    Hot-Swap Debugging
    Improved code editor
    XML Schema visual editor
    Database development and Database modeling
    One-Click deploy to Oracle Application Server, BEA Weblogic, JBoss and Tomcat
    Web services development and consumption with support for WS-I
    And much more.
    Download Oracle JDeveloper 10g from http://otn.oracle.com/products/jdev

    Not quite there yet, but very, very close, the zip archive is 0k in size after downloading the complete install.

  • [ANN] Oracle JDeveloper 10g is now available for download.

    It's probably worth a mention in this forum too ;-)
    In case you haven't notice we have just released Oracle JDeveloper 10g production with a many new features that makes it the ideal Java tools for Oracle Application Server users.
    Check it out at:
    http://otn.oracle.com/products/jdev
    A partial list of new features:
    Visual layout editing for both JSP/HTML and Swing user interfaces.
    Drag-and-Drop data-binding of business services to the user interface
    Visual Struts-based page flow modeler
    Declarative creation of business services based on EJB, TopLink, JavaBeans, Web Services, or Oracle ADF Business Components
    Visual UML modeling with code generation
    Code Auditing and Metrics
    Hot-Swap Debugging
    Improved code editor
    XML Schema visual editor
    Database development and Database modeling
    One-Click deploy to Oracle Application Server, BEA Weblogic, JBoss and Tomcat
    Web services development and consumption with support for WS-I
    And much more.

    It is no longer available for download - if you have a valid Support contract, pl create an SR and request Support to ship you the media
    HTH
    Srini

  • Can JDeveloper 10g (10.1.3) - early access 1 run properly with JDK 1.4.2?

    Hi all,
    Can I compile/run properly using JDK 1.4.2 in JDeveloper 10g (10.1.3)? I am doing a web service where JDeveloper 10g (10.1.2) does not help me to auto-generate the webservices.xml. I found out that the latest JDev (10.1.3) helps me to generate all those files that I needed to deal for JAX-RPC with attachment using Handler Chain; as well as the WS-Security. Since my Oracle Application Server is using JDK 1.4.2, so i would like to enquire whether I can use JDK 1.4.2 in my JDeveloper 10g (10.1.3) to compile and run my web service?

    The purpose I use JDeveloper (10.1.3) is to create the Handler to handle the attachment in JAX-RPC web service. I had search the web for solution of step-by-step on how to create a Handler to handle attachment in JAX-RPC wizard in JDeveloper 10g (10.1.2) and yet I can't find any. Then I came across an article that explain on how to do that in JDeveloper (10.1.3). But, the limitation here is - my Oracle Application Server 10g is using JDK 1.4 and yet JDeveloper 10g(10.1.3) is using JDK1.5. Most of the code that is auto-generated by JDev 10.1.3 is based on JDK 1.5. If I can solve my problems using JDeveloper 10g (10.1.2) then I wouldn't want to use JDeveloper 10g (10.1.3) - at least not now. So, I am not sure of how stable is the JDeveloper 10g (10.1.3) preview version. What should I do next, please advise. Thanks
    regards,
    Roland

  • JDeveloper 10G Portlet Wizard Add-in

    I downloaded JDeveloper 10G as well as the Portlet Builder Wizard Add-in in order to create custom portlets for AS 10G but I cannot get the wizard to show up in the web tier list. I placed it in the correct directory. Is there anything else I should be doing?

    Maria,
    Please address this question to the JDeveloper forum.
    Thanks,
    Steven Davelaar
    JHeadstart Team.

Maybe you are looking for

  • Bex iView does not show changes made in web templates

    Hello, I have a Bex iView that presents a web template which is exposed in two portals. I made a certain change in the web template in portal A and I can see the change through the Bex iView in this portal. I than transfered the change to portal B an

  • Box in standard text

    How do I display a box (like a checkbox) in a standard text to be displayed on a smart form?

  • How to make the tags in XML file case insensitive

    Hi, I have a ReadXML class which reads an xml file. This class also has a method which receives a string-child from another class and uses this string-chile to match it with the child tag in the xml file, and returns the child tag's value. Now, my pr

  • CSS....Format Tags Not Working Properly IN Fire Fox

    Hi Folks, Setting up a External style sheet.... the h tags (h5 and 6) in this case are not letting the text align to top of the table in fire fox. When I preview in FF the text is one return down from the top and in IE it is at the top. When I take t

  • Digital Editions 1.7 : not able to install, 1.8 does not allow to authorize for multiple IDs ?

    Hello, I just created an Adobe membership account in order to be able to install Adobe Digital Editions 1.7 on my Mac. When clicking on the install button on your website, I get error message "safari can't open the page "http://%25%7benv:www.adobe.co