facebook

Problem creating the Web Services

  1. MyEclipse Archived
  2.  > 
  3. Web Services
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #273539 Reply

    Hi guys,

    I’m facing some sort of problem whether try to create a Web Service with myeclipse.
    I did all the tutorial provided by the site, however when I’d try start the Web Service with this URL http://localhost:8080/HelloWord/service/HelloWordService?WDSL, I’d got this error messages :
    IWAB0379E Unable to open http://localhost:8080/HelloWord/service/HelloWordService?WDSL.
    IWAB0135E An unexpected error has occurred.
    WSDLException
    WSDLException: faultCode=OTHER_ERROR: http://localhost:8080/HelloWord/service/HelloWordService?WDSL

    And one more thing, where is the WDSL file ??? Should be created for the service ?
    I’m using de java version build 1.6.0_02-b06 of java, with MyEclipse 5.5.1 GA and the Tomcat 6
    The deploy run all ok, but I can’t start the web services
    Regards

    #273540 Reply

    Thi’s the services.xml file :
    <?xml version=”1.0″ encoding=”UTF-8″?>
    <beans xmlns=”http://xfire.codehaus.org/config/1.0″&gt;

    <service>
    <name>HelloWordService</name>
    <serviceClass>com.mytest.IHelloWordService</serviceClass>
    <implementationClass>
    com.mytest.HelloWordServiceImpl
    </implementationClass>
    <style>wrapped</style>
    <use>literal</use>
    <scope>application</scope>
    </service></beans>

    #273542 Reply

    Guys, Thank you.
    But I’d got it…. The dev jr, do had changed the compile version of MyEclipse to 5.0 and I’m using the 6.0! Now Is all ok again… and with this I did have lost 3 days…

    #276166 Reply

    This message has not been recovered.

    #276184 Reply

    Loyal Water
    Member

    This message has not been recovered.

Viewing 5 posts - 1 through 5 (of 5 total)
Reply To: Problem creating the Web Services

You must be logged in to post in the forum log in