I need help sorting out how Web services work

I'm getting pretty darn confused with all the new terms I have to learn to develop a web service.
I want to deploy a simple java based web service on an IIS/ServletExec machine. To do so the documentation says I have to instal WSDP on the machine. Within a few seconds I get stuck.
When I try to install wsdp 1.6 it asks for a web container. I thought ServletExec is a web container, but it does not recognize it. What is a web container then? Should I just pick one of their options?
Sun Java System Application Server Platform Edition 8.1 Update 2 : What is this thingy? Doe it coem sith j2ee sdk already? If not, why?
Sun Java System Web Server 6.1 Service Pack 3 : What is this> How does it differ from the former thingy?
Tomcat 5.0 for Java WSDP 1.5 : Is this the Tomcat web app server? Does it stack on ServletExec?
I've deployed web pages on ServletExec, but am quite bewildered by the hoard of terms and tools thrown at me by the documentation for web services. What do I really need? It doesn't seem it should require much more than a jsp page would require, but I keep seeing the list of jar files and the like grow.
I need a web services for dummies that specifically deals with ServletExec and Java.
- Extremely confused

A Web container is a part of application server
i.e a web container is contained in application server.
So ServletExec already has a Web Container? All Web App Servers have a web container?
A Web Server is responsible only for web related
applications like JSP, Servlets, Web services, etc.
but an appliocation server can deploy EJB's also.
I thought the Web Server managed html and passed JSPs, Servlets, and Web Services on to the Web App Server. (With the exception of .NET type applications which run entirely on the front end Web Server). At least that is how we have our machine configured.
IIS, the Web Server, runs on a machine outside the firewall. It serves up all static html pages. All references to dynamic html (JSPs and Servlets) are forwarded to a Servlet Exec instance, the Web App Server, on a machine behind the firewall.
IIS can not process Web Services outside a .NET-type configuration. The documentation has led me to believe that I have to deploy a Java web service on a Web App Server like ServletExec.
>
Sun Java System Application Server Platform Edition 8.1 Update 2
is an application server provided by sun.
But the installation called it a web container. You just called it an applciation server. But you also said earlier that an applciation server is not a web container, but rather contains a web container. Should they have called it an applciation server.
(Just to make sure - application server = web app server, right?)
You can download bundle which contains j2eesdk
and application server together or you can download
seperately. Both these options are available on Sun's website.
I do believe ServletExec comes with j2eesdk, as I was able to run servlets without installing it. Though I did install jdk 1.5 and use it as my virtual machine when running Java, including any servlets.
Sun Java System Web Server 6.1 is responsible only
for web related applications like JSP, Servlets, Web services
etc but Sun application server 8.2 can deploy EJB's also.
So Web Server 6.1 is a front end web server which also serves up JSPs without having to call an application server? You only need an application server if you want to do EJBs?
Tomcat 5.0 for Java WSDP 1.5 : Is this the Tomcat web app server?WSDP containts several library files and other files
which are necessary for running a web service.
( lib files for sending and recieving SOAP request and
response i.e mail.jar activation.jar, saaj .jar ....etc).
It is not an application server. It acts as a supportive
role for creating and deploying web services.
That's what I thought. But I also thought Tomcat 5.0 IS a web app server (wheras Apache is the Web Server). It says "Tomcat 5.0 for Java WSDP 1.5" which does not make sense to me. Iwould think it would say "Java WSDP 1.5 for Tomcat 5.0" instead. What exaclty are they offering to download? WSDP or Tomcat? And if Tomcat, why are they calling it a web container when it is an application server? WSDP is not a web container, right? just some lib files for supporting web services.
Regards,
Piyush- still quite confused but grateful for your comments

Similar Messages

  • I have a mac 10.5 and need help figuring out how to change my email settings so it does not automatically delete my inbox every 30 days.  How to I adjust the mail settings?

    I have a mac 10.5 and need help figuring out how to change my email settings so it does not automatically delete my inbox every 30 days.  How to I adjust the mail settings?

    I think it must be an IMAP account then, & in Mail>Preferences>Accounts>Advanced>Keep copies for Offline viewing:>Don't keep copies, then on the Server, or maybe it's just this one itself, but on the Server you have a setting to remove eMails after 30 days.
    If it's a POP account we'd have to investigate that... but you didn't say so I'm guessing here.

  • How do I get my previous contacts from mobileme now to the icloud? I need help figuring out how to make that transition?

    How do I get my previous contacts from mobileme now to the icloud? I need help figuring out how to make that transition?

    Try using the app My Contacts Backup, which will back up your contacts as an attachment to an email.  Send this email to yourself, open it on your Mac and double-click the attachment to import them to Address Book (or Contacts if you have Mountain Lion).

  • Need Help figuring out how to alphabetize itunes artist.

    I need help figuring out one more thing. I have my artist tab in my itunes library and I need to figure out how to get all the artists grouped together instead of being scattered all around.
    This is how it looks now:
    Justin Timberlake
    Linkin Park
    Linkin Park
    Linkin Park
    Justin Bieber
    Daughtry
    Linkin Park
    Linkin Park
    JoJo
    Linkin Park
    This is how I want it to look:
    Daughtry
    Justin Timberlake
    Justin Bieber
    JoJo
    Linkin Park
    Linkin Park
    Linkin Park
    Linkin Park
    Linkin Park
    Please help! Thanks!

    Enable the Sort Artist, Album Artist and Sort Album Artist columns so you can see what is going on. Album Artist normally takes precedence over Artist, with the Sort fields further controlling the order.
    See also Grouping tracks into albums.
    tt2

  • URGENT **** Need help for JAX-RPC Web Service Proxy deploy to OC4J 10.1.3.5

    Hi everyone!
    I’m really new to web services.
    I’m getting a *500 internal server error* while deploying my JAX-RPC web service Proxy to an Oracle AS, in an OC4J, v. 10.1.3.5.0.
    Running my client from my development environment (*jdeveloper 10g, 10.1.3.5.0*) everything functions correctly: from jdeveloper I can contact and use the web service defined by the following endpoint: https://www.medialibrary.it/services/federaMLOL.asmx?WSDL
    I created a "try_ws_client.jsp" file that runs correctly from my local development environment jdeveloper (that uses an embedded oc4j, v. 10.1.3.5.0) but fails when run from the test server (Oracle AS, in an OC4J, v. 10.1.3.5.0), getting, as I mentioned a 500 internal server error, a white page in IE but with FF the message says: The’s an error in the servlet .....
    Here's how I created the ws proxy and how I’m using it to consume the ws I mentioned.
    1. I used the jdeveloper “Create Web Service Proxy” wizard (File > New > Business Tier > Web Services > Web Service Prox) and in the WSDL document URL I put: https://www.medialibrary.it/services/federaMLOL.asmx?WSDL
    2. The operation ended without adding nothing to the web.xml file and creating the proxy files. One of them is: FederaMLOLSoapClient.java that have the WS exposed methods (es: public boolean createUser(String) ) + a “main” method with the example how to use this client to consume the WS.
    public static void main(String[] args) {
    try {
    it.reggiocity.provincia.mlol.proxy.FederaMLOLSoapClient myPort = new it.reggiocity.provincia.mlol.proxy.FederaMLOLSoapClient();
    System.out.println("calling " + myPort.getEndpoint());
    // Add your own code here
    } catch (Exception ex) {
    ex.printStackTrace();
    3. In FederaMLOLSoapClient.java I’ve create the method "tyIt":
    public String tryIt(String username) {
    try {
    it.reggiocity.provincia.mlol.proxy.FederaMLOLSoapClient myPort = new it.reggiocity.provincia.mlol.proxy.FederaMLOLSoapClient();
    if(myPort.createUser(String username)) {
    return “O.K”;
    } else {
    return “K.O”;
    } catch (Exception ex) {
    // logs error
    4. I created my try_ws_client.jsp file that creates FederaMLOLSoapClient object and calls the tryIt method, printing the “OK” or “KO” message.
    <%@ page import="it.reggiocity.provincia.biblioreggiane.*"%>
    <%
    String message = "";
    FederaMLOLSoapClient obj= new FederaMLOLSoapClient( );
    message = obj.tryIt(“AAAAAA70R10H226H”);
    %>
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
    <%@ page contentType="text/html;charset=windows-1252"%>
    <html>
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=windows-1252"/>
    <title>prova</title>
    </head>
    <body><%=message%></body>
    </html>
    The situation is:
    My try_ws_client.jsp runs correctly from my jdeveloper and the user is created while creating app.ear and deploying it to my Oracle AS/OC4J as mentioned above, I get a 500 Internal Server Error.
    Any idea to find a solution to this problem?
    Please help.
    Take care.
    John M.

    Hi,
    you want to build the Web Service, or you want to consume the Service as a client? If the latter, Web client (ADF?) or Java client?
    Frank

  • I need help figuring out how to Link Data from one table in Sharepoint to another table in Sharepoint and make it dynamic

    Hi Everyone,
    I am working on a project that uses SharePoint 2010 for repository and we have multiple tables that we are using.
    One table is a list of the various projects we are working on (workstreams)
    The other is a table with various notes and such, to include meeting notes for the various projects.
    Currently we are just copying the shortcut from the meeting notes table and adding it in as a link in the workstreams status table.
    I need to find out if there is some sort of way to make this process dynamic so that when a new note is added for, lets say workstream #1 in the notes table, it will automatically propogate into the notes link section for workstream #1.
    Is this even possible??
    And if so how would I do it
    I haven't done much with modifying SharePoint in several years, and would Truly appreciate any and all help with this.
    Thanks in advance
    IKE

    Hi IKE,
    According to your description, my understanding is that you want to create a link in the workstreams list linked to the associated item of the notes list.
    Assuming the workstreams list has  Title column and another column called “Note” used to linked to notes list, and the notes list has Title column and another column used to store note.
    Then you can create a workflow on the notes list with SharePoint Designer 2010, and in the workflow, using “Update ListItem” action. And in the workflow Start Options, select “Start workflow automatically when an item is created”.
    For the workflow action, you can set as the screenshot:
    For the string in the String Builder, you need to open an item of notes list, then copy the URL of the display form and paste here, the URL will look something like this:
    http://sp/Lists/notes/DispForm.aspx?ID=1&Source=http%3A%2F%2Fsp%2FLists%2Fnotes%2FAllItems%2Easpx&ContentTypeId=0x0100300025278693CE49A5E3A394B23AD9E1&IsDlg=1
    Now, you need to replace the ID of the item using [%Current Item:ID%], for example in the above link, delete the number 1 and add [%Current Item:ID%].
    Best Regards,
    Wendy
    Wendy Li
    TechNet Community Support

  • Need help with DOC type web service

    hi,
    I am trying to write a simple message style ( doc type ) web service but no success so far. I have tried to search for examples but no use. I already implemented some simple RPC style web services like calculator etc and able to use them. I am more interested in the DOC type ( which sends SOAP message and receives SOAP message back). Can Anybody give me an example for implementing this type of service ( very-simple say HellowWorld ) or point me to some website . I am not able to generate the response envelope. I can write the client program which will send a SOAP Envelope to this services with one parameter NAME and the services should return Hello Name but in a SOAP envelope form. I can create a SOAP message in this Client using SOAPConnection and MessageFactory etc. Your help will be really appreciated. There is very little stuff about webservices on the internet as well on this forum.
    Thanks
    Vinod

    Hello kwilding2,
    Thanks for the quick response and pointing to some useful websites. I downloaded the code from web service essentials BUT all the examples are using SOAP RPC calls. They create a call object and call one of the service methods and a response is returned. I am little confused about this stuff. I am looking for something which returns the response in a SOAP envelope for which i think i need to use JAXM API which I already have downloaded. I have created a client which composes a SOAP envelope using SOAPConnection and other MessageFactory classes etc and can send this SOAP envelope to a web service. In return I want the web service to give the SOAP envelope.
    I have gone thru xmethods.net and picked the following stock quote request and response:
    Sample Request envelope:
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" xmlns:xsd="http://www.w3.org/1999/XMLSchema">
    <SOAP-ENV:Body>
    <ns1:getQuote xmlns:ns1="urn:xmethods-delayed-quotes" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
    <symbol xsi:type="xsd:string">IBM</symbol>
    </ns1:getQuote>
    </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    Sample Response Envelope:
    <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsi="http://www.w3.org/1999/XMLSchema-instance" xmlns:xsd="http://www.w3.org/1999/XMLSchema">
    <SOAP-ENV:Body>
    <ns1:getQuoteResponse xmlns:ns1="urn:xmethods-delayed-quotes" SOAP-ENV:encodingStyle="http://schemas.xmlsoap.org/soap/encoding/">
    <return xsi:type="xsd:float">133.625</return>
    </ns1:getQuoteResponse>
    </SOAP-ENV:Body>
    </SOAP-ENV:Envelope>
    I also want the things in this order. This webservice at xmethods just returns the price for a stock, so how they say it returns this Response Envelope. Is this Envelope something implied. I am getting more confused.
    any help will be appreciated.
    Thanks
    Vinod

  • Newbie needs help sorting out a publishing error message!

    I'm just learning this stuff, and I got the following message when I tried to publish my website.
    Can’t create the file “shapeimage1_link0.png.” The disk may be damaged, full, or you may not have sufficient access privileges.
    I previously published with no problems, after re-editing my sight, I ran into this problem. I'm rather incompetent at this stuff. Help much appreciated!

    Two points that may help some one help me...
    Does this part of the error message
    'shapeimage1_link0.png.' mean that some specific
    image on my site is causing the problem. If I could
    find and delete that would it help? How would I find
    which image has that tag?
    Hello Pete,
    i have been having the same difficulties. I was able to publish last week, but not this week. I followed many of the same procedures that people have been recommending (thanks for all the helpful suggestions), but I still get the same error message. I have a feeling that it is related to an issue with the new OS update and/or with the new iWeb update. I even deleted the new blog entry and went back to iWeb 1.1.1 and I could not get it to publish (thus, I had the same exact conditions that I had last week when I could get it to publish except for now I have OS 10.4.8 instead of 10.4.7).
    I am at a loss on what to try. i get the same exact error message as you do, no matter whether I publish to a folder or to .mac. I can see that almost everything gets published except it gets hung up at creating that 'shapeimage1_link0.png' file. I wish I could find a way to figure out how to have iWeb not create that file.
    I also tried to create a whole new site with the old content and still got the same error message.
    I hope that we can get this problem solved soon (I really think Apple needs to provide a fix). I am starting to look at other programs, just so I can update my existing page. Macromedia Contribute allows me to fix parts of my existing (on the server) website. They have a free 30 day demo. I may have to purchase the program if Apple doesn't fix the problem soon.
    Good luck and I will let you know whether I find a fix.

  • Need help finding out how to work on this website?

    New contract, yeah!
    but wow, am not sure if it was a good idea to take that contract, its not just a plain HTML website or ASP or PHP, its in Java!!!
    so I need to know how I can make modifications and work on it. What skills I need to learn and what software I should use.
    Right now am looking into Java Servlet Technology, is that where I should concentrate my learning? or something else?
    Here a capture screen of what type of files use in the website.
    http://i430.photobucket.com/albums/qq26/ChocolatFrog2009/web/website.jpg
    thanks for you very needed help!!!

    thanks for the warm welcome
    the new contract ask me only to be a publisher for the website, everything is already in place to use an admin section to add information on the website but I want to be able to understand how the website is working and if I need to make some modifications without going by the admin interface I want to know how I can achived that.
    now can anyone help me and give me real informations
    wtg sun board very nice poeple here :)

  • Need Help Figuring Out How to Access On/Off Field in Upper Left Hand Corner

    I am hoping someone can help as I am not at all TECHNICALLY SAVVY!!  I must have hit some wrong button yestyerday because now I cannot get access to my messages on my Blackberry Curve.  I think it may be because the word OFF appears at the top of the screen on my Blackberry on the far left hand side and I cannot figure out how to access that part of the screen to change it to say ON.

    Well, give it a few minutes, and if after 15 minutes no new email messages, Do a simple reboot on the BlackBerry in this manner: With the BlackBerry device POWERED ON, remove the battery for a minute, and then reinsert the battery to reboot. A reboot in this manner is prescribed for most glitches and operating system errors, and you will lose no data on the device doing this.
    Meanwhile, if you've read or deleted any of the email sent in the interim from your PC, you won't be getting it on your BlackBerry.
    1. If any post helps you please click the below the post(s) that helped you.
    2. Please resolve your thread by marking the post "Solution?" which solved it for you!
    3. Install free BlackBerry Protect today for backups of contacts and data.
    4. Guide to Unlocking your BlackBerry & Unlock Codes
    Join our BBM Channels (Beta)
    BlackBerry Support Forums Channel
    PIN: C0001B7B4   Display/Scan Bar Code
    Knowledge Base Updates
    PIN: C0005A9AA   Display/Scan Bar Code

  • Needs help sorting out a New clients Adobe Acrobat licenses.

    I have a new client. They have 4 Licenses for Adobe Acrobat.
    2 for Acrobate 8 Pro
    1 for Acrobat 8 standard.
    1 for Acrobat 9 Pro.
    I replaced the machine that had Acrobat 9 Pro on it.
    The old machine would not let me deactivate the license and the new machine accepted the license but would not activate it.
    The company never documented their licenses. They think that at least the Acrobat 9 Pro was a downloaded license.
    Talked to Support and they were no help. I needed to verify the email address that it was registered under. They told me it was a hotmail address which would of been right but since then they got their own Domain and Email and don't use HotMail any more so I can not get what they used for Hotmail and who's account it was registeed with.
    All I want is to figure out the licenses that that this company bought and is entitled too under what terms and find out if they can be upgraded to Acrobat 11, but I don't know where to start with Adobe on this or if they will be cooperative. They have not been so far.
    Any thouights or tips on where to start.
    All I have is the srial number and Version for 4 installs of Acrobat. Can I work with that or is the company out of luck and have to buy all over again. If I do have top start over I will say that I will not be buying Acrobat from adobe but I will go to another PDF program. So Adobe can be cooprative and work with me and get me to pay and upgrade tthe license they have or I go somewhere else. I hope Adobe wants the money.
    Any thoughts?

    I have just re-scanned my document unclicking the "PDA/A Compliant" box and "viola" everything appears to working just "wonderfully"!
    Thank you so much for ending two days of total frustration!
    I also talked with an instructor who taught the Adobe 8 class & he didn't have a clue as to what was wrong.
    Again, I thank you very, very much!
    Regards, June E. Hudspeth

  • Need help figuring out how to make all images appear on every page

    Hello,
    I user Dreamweaver MX and created this site for my church
    www.ccosj.com. When I created the site I used image ready for the
    ind. parts of the page. Loading them into dreamweaver and adjusting
    the rollovers there (with some tutorial help since I am not that
    good at it) I get the pages all to look great on my computer but
    when uploading to the site, every page I click on all the images
    reload and therefore the pictures constantly look as if they are
    reloading. What am I doing wrong? should I take the preload script
    out? Why does it look good on my computer but not on the site? Any
    help would be appreciated but please know I am a novice at this.
    Bernadette

    Update it using iTunes on your computer instead of trying to do it over the air. The space requirement doesn't apply.
    In addition, when doing so, you can choose download only initially, allowing you to unplug the phone and go about your day while iOS downloads. Then, when it's finished downloading, you can plug it in and update it without having to wait.

  • I need help finding out which web cam I own.

    I've had it since Christmas last year, and this year, I got a new computer. I put in my webcam and it said it didn't know what it was. Obviously, I need the drivers for it, but I don't even remember what kind of camera I got. I can take a picture of it with my camera and post what it looks like, but maybe you guys would know. It's white, and the circley-thingy right around the lens is grey.

    VF0220 is a Live! Cam Video IM, there are Windows XP and Vista drivers available in the download section.
    I have included the filenames for your reference.
    If you are running Windows Vista:
    Creative Live! Cam Video IM (VF0220) Driver v.03.02 (<FONT color=#222222 size=><B>2.48 MB</B>)
    Filename: LCVM_PCDRV_US__03_02.exe
    If you are running Windows XP, download this driver instead:
    Creative Live! Cam Video IM Driver .0.0.00 (<FONT color=#222222 size=><B>2.29 MB</B>)
    Filename: LCVM_PCDrv__0_0.EXE
    You can might want to download the Li've! Cam Center software too, it works on both OS.
    Creative Live! Cam Center 2.02.05 (<FONT color=#222222 size=><B>3.89 MB</B>)
    Filename: LCC_PCAPP_LA_2_02_05.exe
    Hope this helps.

  • I need help figuring out how to put pics over video

    How do I put pictures over video while keeping the audio from the video? I am using Premiere Elements 9.

    Do you want the pictures to fill your video frame or do you want them smaller than the video frame so that the video shows behind them?
    Have a look at my sample "Add Motion Behind Your Slideshow" sample and see if that's what you're trying to do.
    http://muvipix.com/cooltricks.php
    In any event, you put the video on one video track and the photos on a track above it, basically.
    There's much more to explain, but before we get too deeply into that, we need to know exactly what you're trying to do. Can you link us to a YouTube video example?

  • HELP: Migrating and need help sorting out twin emails!

    I have a G5 for work and one for my home office.
    The emails on my office G5 are MOSTLY the same as those on my home G5.
    I.e. some of the emails I have BOTH at work and at home, some I dont.
    Now I want to put all these emails on ONE machine.
    And how can I do that without either
    a) getting a mega-huge in/outbox with twin versions of many emails
    b) manually sorting twin emails
    Is there a program that 100% safely can identify clone emails and delete them?
    Or is there another, more clever method?

    It isn’t clear what the situation really is. Andreas Amann’s Mail Scripts has a Remove Duplicates script that you may or may not find useful.

Maybe you are looking for

  • Upgrading to iPhoto '08 - what's going wrong with my iphoto Library

    Hi, I would appreciate your advice/knowledge on this problem. ==> Short Description of my problem: I can't recover the keywords associated with my pictures. I am asked to import my pictures although I choose to open my previous iPhoto Library after c

  • How to connect to mysql database using a proxy

    Folks, I wrote a program to connect to both webpage and mysql databases. Because my internet has a firewall (proxy) I set up the internet connection like this:       System.getProperties().put( "proxySet", "true" );       System.getProperties().put(

  • Software Catalog missing in SLD server

    hi The Software Catalog in my SLD server(SAP XI 3.0) is deleted/missing, is there any way i can import it back. Thanks Jonu Joy

  • How to declare a cursor with stored proc?

    Hi All, Can we declare a cursor with stored proc? For Example - CREATE PROCEDURE DDL_proc() LANGUAGE SQLSCRIPT AS     CURSOR c_cursor1 (v_isbn VARCHAR(20)) FOR CALL SYS.GET_OBJECT_DEFINITION(<SCHEMA_NAME>, <TABLE_NAME>).;      BEGIN           FOR cur

  • Moving around the inspector window

    I am able to bring up the Inspector Window via my keyboard. Does anyone know how to move about the functions within the Inspector Window with the keyboard and not the trackpad? It would save me time and my keystrokes would be more precise. Thank-you