Where is the test icon for testing Web Service

Hi,
I am testing my manually created web service reference in APEX 3.0.1. According to the "Oracle® Database Application Express Advanced Tutorials Release 3.0 Part Number B32469-02", there is a test icon next to the web reference for you to test the web reference you created. But I couldn't find it. Anyone can tell me what I have missed?
Really appreciate your help!
Jeff

Jeff,
It's explained in the Application Express User's Guide:
http://download-west.oracle.com/docs/cd/B32472_01/doc/appdev.300/b32471/advnc.htm#BCGBFCJI
Sima

Similar Messages

  • Where is the wscompile utility for Java Web Services Developer Pack 2.0?

    Hi. I am running Ubuntu Linux 7.04. I downloaded and installed tomcat 5.0 for WSDP and then WSDP 2.0. I did so because I am trying to use the wscompile utility to generate the WSDL and JAX-RPC mapping files so that I can create a simple example web service. (It doesn't seem like I should need the tomcat container for this, but the installation was prompting for a web container, so I supplied one).
    My problem is that there is no wscompile file anywhere in the installation. I have read some other posts, and it seems as though the utility should be there. I looked inside the /jsdp-shared/bin directory of the installation, but there is nothing there.
    I ran locate wscompile and find wscompile*, but nothing shows up. What am I doing wrong?
    Thanks so much.

    Just to clarify, when I said there is nothing in the /jsdp-shared/bin directory, I just meant that the wscompile utility that I am looking for is not there. There are multiple scripts in this directory. I also encountered no problems when I installed WSDP 2.0 via the gui screen.
    Thanks.

  • So where is the forum category for bt web hosting ...

    Where is the forum category for bt web hosting questions?

    Thanks Mazert
    The reason I ask this is because BT Retail Businesshave their own help and support channels which are aimed for their business customers.
    This forum here is for BT Retail residential customers, and therefore the support and knowledge about the BT business webhosting service and domain services are not on this forum.
    To go to the BT Retail Buisness Website hosting & domains forum go to: https://business.forums.bt.com/t5/Website-hosting-domains/bd-p/Webhosting
    for user guides and help on BT Retail Buisness Website hosting & domains go to http://btbusiness.custhelp.com/app/hub/c/1995/session/L2F2LzEvdGltZS8xMzk1NDMzMjUwL3NpZC9mZXk5d1BQbA...
    jac_95 | BT.com Help Site | BT Service Status
    Someone Solved Your Question?
    Please let other members know by clicking on ’Mark as Accepted Solution’
    Try a Search
    See if someone in the community had the same problem and how they got it resolved.

  • Where is the App icon for HD 1080p Video? From the online photos it should be separate from the camera App.

    Where is the App icon for HD 1080p Video? From the online photos it should be separate from the camera App.
    It's supposed to have a blue background with 1080p in white, while inside there is a white camera with the letters HD in blue.
    I cannot find this App icon. Where is it located? It was supposed to be preinstalled.
    Thanks.

    There is no app.
    It is the camera.  Just take video with the camera.
    iPhone User Guide (For iOS 5.1 Software)

  • We are using the Azure server for our web services. Server is generating an error "Unable to connect to the remote server". What is this error means

    We are using the Azure server for our web services. Server is generating an error "Unable to connect to the remote server". What is this error means  

    Hello,
    Did you means that you use the Windows Azure Virtual Machine DNS name as the server name in the Reporting Server Web Services URL?
    For example:
    Report server:http://uebi.cloudapp.net/reportserver
    Report manager:http://uebi.cloudapp.net/reports
    If you want to connect to Report Manager on the virtual machine from a remote computer, you should create a  virtual machine TCP Endpoint and open the port in the virtual machine’s firewall. By default, the report server listens for HTTP requests
    on port 80.
    Reference:http://msdn.microsoft.com/en-us/library/jj992719.aspx#bkmk_ssrs_connect_2_remote_RM
    Regards,
    Fanny Liu
    Fanny Liu
    TechNet Community Support

  • What is the best practice for developing web service?

    Hi All,
    I'm a newbee to web services...
    I was wondering what would be the best approach in developing a web service,
    using tools or programmatic approach?
    If I use WebLogic Workshop, am I tied to a vendor?
    Is it possible for me to develop web services using workshop and deploy in
    another app server..?
    I would appreciate if somebody could give me a pointer to start.
    I have already referred BEA's docs.
    I'm still confused on a good starting point on the best approach to develop
    protable web services.
    Thanks in advance for any inputs.
    K K

    K K-
    You have a very valid point on the simplify or complicate matters. If you are
    going for clean and not-so-time-centric code, then there are several different
    programs and packages out there you can choose from.
    Since you are specialized in J2EE, than the Sun package may be what you are looking
    for. BEA's classes simplify much of the work you will be doing, but you could
    emulate their classes or extend yours above the functions provided in theirs.
    It all boils down to how much work are you willing to do.
    If you are asking for more detailed, coding 'Design Patterns' to utilize, I would
    wait for a few more posts from other folks as my work often requires me to utilize
    the tools provided.
    Sincerely,
    Eric Ballou
    "K K" <[email protected]> wrote:
    Eric,
    Thanks for the response.
    I was also looking at Sun's WSDP 1.1, which is more programmatic approach.
    Some how, I feel being a J2EE developer, I should go on the direction
    of the
    programmatic approach.
    Using the tools could simplify or complicate things. Also, the Workshop
    samples import all weblogic specific packages.
    My code looks so dirty with many vendor specific packages being imported.
    Could you give me your suggestions for a clean and neat approach?
    I would personally prefer to avoid the quick and dirty approach.
    Thanks again.
    "Eric Ballou" <[email protected]> wrote in message
    news:[email protected]...
    K K-
    The best approach in developing portable web services is knowing whatyou
    are
    planning on using them for as well as how much is willing to be spent,etc.
    BEA's Workshop is portable to other frameworks, but the ease ofintegrating a
    developed client or a developed server can very greatly. Even moreof an
    issue
    is migration from one framework to another. If you choose to developin
    Workshop
    and your company later deploys .Net solutions, some of your work mayhave
    to be
    redone unless the company is willing to keep portions of the 'old'system
    around
    until new versions of the service are available. However, Workshophas
    several
    ant tools available that would assist you in deploying to other appservers or
    even a stand-alone application should you need cross framework abilities.
    If you are just starting out in web services, http://www.webservices.org
    is a
    good place to start checking out vendors in the space.
    Sincerely,
    Eric Ballou
    "K K" <[email protected]> wrote:
    Hi All,
    I'm a newbee to web services...
    I was wondering what would be the best approach in developing a web
    service,
    using tools or programmatic approach?
    If I use WebLogic Workshop, am I tied to a vendor?
    Is it possible for me to develop web services using workshop and deploy
    in
    another app server..?
    I would appreciate if somebody could give me a pointer to start.
    I have already referred BEA's docs.
    I'm still confused on a good starting point on the best approach todevelop
    protable web services.
    Thanks in advance for any inputs.
    K K

  • Where Is the Airplay Icon (for audio) on my iPhone 4?  - And Other Issues

    For the most part I'm pretty pleased with iOSv4.2 for both my iPads and iPhones. Folders, multitasking, all great improvements. But perhaps the most exciting new feature is "Airplay" from my iPad and, I wish, from my iPhone as well. To bad it's gimpy...
    Never mind the fact that Airplay doesn't work with my original AppleTV - I think that's a raw deal, but hey, that's the way Apple rolls us into its version of the future. So ATV2 is already ordered and en-route.
    I'll get to video and photos eventually, but for now I'm mostly concerned about sending music wirelessly from my iGizmos to speaker systems around the house. I have two Airport Express units, and those show up in Airplay on my iPad, so I know the system is working.
    So here are the issues I'm having with Airplay:
    1) I'm posting here because my biggest issue is that I do not see Airplay on my iPhone 4 updated to iOSv4.2. Even when using the iPod app on the iPhone, when I swipe to the controls in multitasking mode, there is no Airplay icon. It seems to me I should be able to send audio - either stored or streaming - from my iPhone to my Airports (as I can with my iPad), but I cannot. BTW, I DID see the Airplay icon briefly yesterday - when I had a bluetooth stereo headset activated, the Airplay icon appeared and gave me the choice of the headset or the iPhone. But I never did see an option to connect with my Airports.
    2) When using Airplay from the iPad, I was only permitted to select ONE Airport device at a time. Huh? With Airplay in iTunes on my desktop, I have the option of sending the signal to as many devices as I want at one time. Is there some reason I cannot do that with my iOSv4.2? Seems to me they should operate in the same manner, why the oversight? Eventually I will need to connect multiple sound systems to one source.
    3) As others have reported in this space, I am experiencing intermittent signal when listening to audio from my v4.2 enable iPad. It gets pretty annoying. I will continue to monitor these threads and see if I can get to the crux of the issue.
    I recall reading that the release v4.2 was delayed somewhat in part because of "WiFi issues," and it would appear to me that those issues were not entirely resolved prior to the actual release. I'm glad they went ahead and released it, because the other features I've alluded to are a big improvement, but now that they've tempted me with these new possibilities, I expect it all to work well.
    Are we taking bets on the release of iOSv4.2.2 ?
    Thanks,
    --PS

    Mini Man, I'm glad to read you found a solution to your issue, but I don't know if your solution is going to be mine as well.
    For starters, I do not have the new Apple TV - at least, not yet. I have ordered one, but it will not be delivered until some time next week (sneering glance at Steve & Co. for abandoning that platform rather than making it AirPlay compatible).
    But that is not really my issue: my issue is that my two Airport Express units do NOT show up in the iPhone, though the DO show up on my iPad. This tells me they have been properly configured (both units have names, and are connected to the house network), so there must still be something missing from the equation.
    And, judging from the response of a few others who have chimed in here, I think it's save to say that the experience is not altogether uncommon.
    I'm surprised nobody has come back with a more direct solution to the common issue. I may have to call AppleCare someday this week...
    --PS

  • Where is the DELETE icon for my e/mail site?

    We have searched for the DELETE Icon (X) for my "new
    Thunderbird" e/mail account....CAN NOT FIND IT !!!

    Your above posted system details show outdated plugin(s) with known security and stability risks.
    * Shockwave Flash 10.0 r45
    * Java Plug-in 1.5.0_06 for Netscape Navigator (DLL Helper)
    Update the [[Java]] plugin to the latest version.
    *http://java.sun.com/javase/downloads/index.jsp (Java Platform: Download JRE)
    Update the [[Managing the Flash plugin|Flash]] plugin to the latest version.
    *http://www.adobe.com/software/flash/about/
    You can also update to the latest Firefox 3.6.9 version.<br />
    See "Help > Check for Updates"

  • Where can I have tools for developing web Services?

    I'd like to make Web Services in Java but without making the SOAP envelops by myself!!! I want to do it as esay as do it in Visual Studio.NET. Does someone know a tool for that in Java?

    hi,
    mine also something similar to ur problem.
    I have worked on web services that are supported by .NET
    they are pretty easy.
    nothing special to do it.
    Now what actually i need help for is,
    i want a web service written in Java and acess it from a .NET application. Sounds great right?
    I want to achieve this
    but donno how to proced
    though i know Java pretty well, i don't have any idea about Web Service in java.
    to achieve web service in Java, is it is as easy as it is in .NET?
    i am now trying for some samples..
    its just enough for me a simple example in Java.
    something like, a web service that is returning a string say "hello world".
    what and all i need to do to achieve this?
    do anybody know about this?
    i need some help on thins....
    plz.....
    -Soni

  • Where are the Scroll Bards for hte Web Page

    When I made my FLEX app. to a size of 1024 x768 and then
    viewed that page in IE, everything was fine. however when looking
    at it when I shrink the IE window to less then 1024x768, I don't
    get any scroll bars on the side and the bottom of the window to
    allow me to move around within the page.

    Thank you for the help, but maybe I am not stating the
    problem well.
    in your example there are sliders. however I was referring to
    the sliders in the actual browser, not the app.
    so if your desktop is set for 1024x768 you can see the whole
    page. however if you then make your web browser say half the size
    of your desktop you will no longer see the scroll bars on your app,
    and you will not be able to scroll around to them because the
    actual browser window does not have scroll bars. I need to enable
    scroll bars on the actual browser in case a customer has a desktop
    set to 800x600 or something like that.

  • Where is the install icon for Premiere?

    There is no option to download Premiere once I get past the download button.  It takes me to the creative cloud drop down menu of what I can install, but it stops at prelude.  Where is premiere?

    Does your computer at least meet the MINIMUM requirements?
    http://www.adobe.com/products/premiere/tech-specs.html
    NOTE that the MINimums are to install... really USING the program in the real world requires a lot more computing power
    Click the picture to expand to readable size - http://forums.adobe.com/thread/810750
    More about Requirements http://forums.adobe.com/thread/618058

  • Why i am I getting Error (5,8) TestCas for a Web Service Test File Generate

    why i am I getting the following error for a Web Service Test File Generated by jdeveloper when i run it:
    Error (5,8) TestCase not Found
    Error(12,14):constructor Object(java.lang.String) not found in java.lang.Object

    actually i removed that error by added the junit.jar to my libraries but i am getting a new error when accessing the webservice with a Jdev generated web service proxy:
    WARNING: Unable to connect to URL: https://mytest.test.com/WebService/MyTest_1.0/soap.soap due to java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Message send failed: Connection refused: connect
    java.rmi.RemoteException: ; nested exception is:
         HTTP transport error: javax.xml.soap.SOAPException: java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Message send failed: Connection refused: connect
         at project7.proxy.runtime.MyTestSoapBinding_Stub.echoOfficeLocation(MyTestSoapBinding_Stub.java:11977)
         at project7.proxy.MyTestClient.echoOfficeLocation(MyTestClient.java:1276)
         at project7.proxy.MyTestClient.main(MyTestClient.java:38)
    Caused by: HTTP transport error: javax.xml.soap.SOAPException: java.security.PrivilegedActionException: javax.xml.soap.SOAPException: Message send failed: Connection refused: connect
         at oracle.j2ee.ws.client.http.HttpClientTransport.invokeImpl(HttpClientTransport.java:174)
         at oracle.j2ee.ws.client.http.HttpClientTransport.invoke(HttpClientTransport.java:150)
         at oracle.j2ee.ws.client.StreamingSender._sendImpl(StreamingSender.java:176)
         at oracle.j2ee.ws.client.StreamingSender._send(StreamingSender.java:113)
         at project7.proxy.runtime.MyTestSoapBinding_Stub.echoOfficeLocation(MyTestSoapBinding_Stub.java:11961)
         ... 2 more
    Process exited with exit code 0.
    looks like something to do with the certificate or keystore... how do you add the keystore to JDev.. i tried the JDK cacert but that doesnt work...

  • An unexpected exception occurred while attempting to locate the run-time information for this Web Service. Error: java.lang.reflect.InvocationTargetException:null

    Hi I m getting the below wxpection when i run test browser from workshop. please help me.
    An unexpected exception occurred while attempting to locate the run-time information for this Web Service. Error: java.lang.reflect.InvocationTargetException:null

    Thamarai,
    Can you provide more information on your jws ? Also can you start the server
    from the command line with verbose option. This will cause
    weblogic_debug.log to be generated in the domain folder.
    Raj Alagumalai
    Backline Workshop Support
    "Thamarai Selvan" <[email protected]> wrote in message
    news:[email protected]..
    Hi I m getting the below wxpection when i run test browser from workshop.please help me.
    >
    An unexpected exception occurred while attempting to locate the run-timeinformation for this Web Service. Error:
    java.lang.reflect.InvocationTargetException:null

  • Where is the Safari icon located.

    I have found a bunch of custom icons for OSX on line and have started using them. I replaced the trash can empty and full, some of the icons in the finder sidebar etc. through system/library/coreservices. I backed up to original folders and corrected disk permissions afterward. Everything is working fine. But I can't find all of the icons I would like to replace.
    Where is the safari icon for example? I looked in dock, finder and coretypes bundle. I can't seem to locate it. Can anyone help?

    Hi Jason,
    When it comes to changing icons in the system or in applications, the possibility of creating some system problem jumps. As an alternative, I use CandyBar, which simplifies this process immensely.
    iMac G5 Rev C 20" 2.5gb RAM 250 gb HD/iBook G4 1.33 ghz 1.5gb RAM 40 gb HD   Mac OS X (10.4.8)   LaCie 160gb d2 HD Canon i960 printer, Airport Express (2 units)

  • Best Practice for Securing Web Services in the BPEL Workflow

    What is the best practice for securing web services which are part of a larger service (a business process) and are defined through BPEL?
    They are all deployed on the same oracle application server.
    Defining agent for each?
    Gateway for all?
    BPEL security extension?
    The top level service that is defined as business process is secure itself through OWSM and username and passwords, but what is the best practice for security establishment for each low level services?
    Regards
    Farbod

    It doesnt matter whether the service is invoked as part of your larger process or not, if it is performing any business critical operation then it should be secured.
    The idea of SOA / designing services is to have the services available so that it can be orchestrated as part of any other business process.
    Today you may have secured your parent services and tomorrow you could come up with a new service which may use one of the existing lower level services.
    If all the services are in one Application server you can make the configuration/development environment lot easier by securing them using the Gateway.
    Typical probelm with any gateway architecture is that the service is available without any security enforcement when accessed directly.
    You can enforce rules at your network layer to allow access to the App server only from Gateway.
    When you have the liberty to use OWSM or any other WS-Security products, i would stay away from any extensions. Two things to consider
    The next BPEL developer in your project may not be aware of Security extensions
    Centralizing Security enforcement will make your development and security operations as loosely coupled and addresses scalability.
    Thanks
    Ram

Maybe you are looking for

  • How to get the location of a jarfile in the java 1.6 cache

    In 1.5 i am using getResource() to get the location of the jarfile i need, but in 1.6 this does not work anymore. I found a webpage with a workaround for this, but unfortunately i did not bookmark it and i can't find it again. Does anybody know how t

  • Integration Testing on Business system to PI 7.0

    Hi, When i try to execute sldcheck transaction, i get a error statement like this: Calling function LCR_LIST_BUSINESS_SYSTEMS Retrieving data from the SLD server... <b>Function call returned exception code     4</b> But when i checked under Business

  • ORA-12222 Problem

    I encountered ORA-12222 error, saying TNS: no such protocol adapter, when I ran an NT application which uses 8.1.5 sqlplus client. However, I can still access the database with sqlplus on that workstation. I got error message only with the applicatio

  • Safari browser doesn't show phonenumbers on my webpage. Why?

    If I look at our webpage on Safari the phonnumbers is not there, not in iPad and not in my iPhone but if I change to another browser for ex Mercury , it works! Is there anything I can do to make it work with Safari ?

  • I purchased a HP Pavilion dv6040us Notebook PC back on 2006.My sys. is one that was shipped w/o dsk.

    I purchased a HP Pavilion dv6040us Notebook PC back on 2006.My sys. is one that was shipped w/o dsk.It was my understanding the D drive is the HP Recovery dsk. The problem I have is, the drive is empty (no recovery files). My question is, how can I r