Search:

Type: Posts; User: nikos

Search: Search took 0.21 seconds.

  1. Eclipse web service client. Where can i get the SOAP?

    Hi. I am working with eclipse and i have created a web service and a client with ecipse wizard. The name of the web service is "hello"
    the eclipse creates at the client 5 classes to invoke the web...
  2. Re: I get java.lang.reflect.InvocationTargetException why?

    Problem solved. I was using the org.apache.xerces.parsers.DOMParser class that it has a bug. so i replaced it with another an all worked fine.
  3. I get java.lang.reflect.InvocationTargetException why?

    Hi. I am working with eclipse and tomcat 7. I have made a java class, with a function that gets a parameter string and returns a boolean value.
    The string parameter is actualy a xml that contains...
  4. Replies
    2
    Views
    6,120

    Re: Eclipse web.xml servlet mapping???

    it is not there. i have searched all the workspace. thers is no web.xml for mapping the servlets. Nevertheless the servlets works fine. Any answer??
  5. Replies
    2
    Views
    6,120

    Eclipse web.xml servlet mapping???

    Hi, I am working with eclipse and i made a HelloWorld servlet and it run properly.
    I know that when you make a servlet you must configure a web.xml file to map the servlet to a url but
    i was...
  6. Replies
    7
    Views
    3,644

    Re: Web Service - Client - WORK OVER INTERNET

    I figured it out. I should change the settings of the router so the port 8080 to be public.
  7. Replies
    7
    Views
    3,644

    Re: Web Service - Client - WORK OVER INTERNET

    Now i want to put the web service on my friend's computer that is a diferent home network and the client on my computer .

    my internal IP=192.168.1.3 client
    my...
  8. Replies
    7
    Views
    3,644

    Re: Web Service - Client - WORK OVER INTERNET

    You where right. I opened the port 8080 at windows firewall and it worked.!!!
    Thanks a lot
  9. Replies
    7
    Views
    3,644

    Re: Web Service - Client - WORK OVER INTERNET

    Thank you. I will check those things you told me and i will post a reply with the results.
  10. Replies
    7
    Views
    3,644

    Re: Web Service - Client - WORK OVER INTERNET

    when i run it it throws me an exception: java.net.ConnectException: Connection timed out: connect .

    I don't know if the host or the client are behind a firewall. On one computer runs the windows 7...
  11. Replies
    7
    Views
    3,644

    Web Service - Client - WORK OVER INTERNET

    Hi, i have build a web service and a client for the web service and i want now to put them in different computers.
    I made the web service and client with the eclipse wizard and at both computers i...
  12. Replies
    2
    Views
    3,611

    Re: How web service returns xml?

    thanks a lot. i'll check it.
  13. Replies
    1
    Views
    3,112

    How Manipulate HTTP response?

    Hi. I am new in java and i have made a web service and a jsp client to invoke it.

    The web service returns an xml that i must process at the client side.
    First question : At the HTTP Response ...
  14. Replies
    2
    Views
    3,611

    How web service returns xml?

    Hi everyone. I am new to the forum and java too. :) Forgive me for my English. I am from Greece.

    I have made a web service that gathers some data from a database and then returns them as a XML...
Results 1 to 14 of 14