Results 1 to 2 of 2

Thread: Problem while executing sample echo web service

  1. #1
    Join Date
    Apr 2010
    Location
    Bangalore
    Posts
    43

    Default Problem while executing sample echo web service

    Hi All,

    I am trying to execute the sample echo web service in spring-ws-1.5.9. I have deployed the code in Jboss. I am able to see the wsdl file by giving http://localhost:8080/Echo/echo.wsdl. But, when i try to access this web service using the spring web service client, I am getting the following exception

    org.springframework.ws.soap.client.SoapFaultClient Exception: isSameNode

    can someone please help me resolve this..

  2. #2
    Join Date
    Dec 2010
    Posts
    315

    Default

    Try using SoapUI to troubleshoot the problem. It's a free tool at http://www.soapui.org

    It's also one of the recommended tools for troubleshooting Spring WS as pointed in the official support page.

    I've uploaded a tutorial utilizing Spring WS 2.0.0 RC2 build.

    Here's the link: http://krams915.blogspot.com/2010/12...t-200-rc2.html

    Enjoy
    Last edited by skram; Dec 26th, 2010 at 02:56 AM.

Posting Permissions

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