Results 1 to 2 of 2

Thread: Strange behaviour of Spring WS

Threaded View

  1. #1
    Join Date
    Jun 2008
    Posts
    25

    Default Strange behaviour of Spring WS

    Hello all,


    I just started a new project that will expose WSs by using the Spring WS
    framework. I tried another time to use this framework and every went well,
    but now I have some problems:

    1. I used the sample Echo project - when deploying it everything went well
    when I tried to add the same configurations in another project, that was different only by his name I couldn't access the wsdl from Firefox browser.
    I solved that problem by using another url; but... when I try testing this service
    from soapUI I encounter another problem :

    <html><head><title>Apache Tomcat/5.5.25 - Error report</title><style><!--H1 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:22px;} H2 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:16px;} H3 {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;font-size:14px;} BODY {font-family:Tahoma,Arial,sans-serif;color:black;background-color:white;} B {font-family:Tahoma,Arial,sans-serif;color:white;background-color:#525D76;} P {font-family:Tahoma,Arial,sans-serif;background:white;color:black;font-size:12px;}A {color : black;}A.name {color : black;}HR {color : #525D76;}--></style> </head><body><h1>HTTP Status 404 - /message/services</h1><HR size="1" noshade="noshade"><p><b>type</b> Status report</p><p><b>message</b> <u>/message/services</u></p><p><b>description</b> <u>The requested resource (/message/services) is not available.</u></p><HR size="1" noshade="noshade"><h3>Apache Tomcat/5.5.25</h3></body></html>


    2. I tried adding another another service and the same problem...from the browser it all works fine, but when trying to test it with soapUI it crashes
    with the above error message.

    I uploaded the configuration file for the dispatcher servlet and the web.xml configuration file.
    Attached Files Attached Files

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •