Results 1 to 3 of 3

Thread: Failed to load spring contract first WSDL from SOAPUI

  1. #1

    Default Failed to load spring contract first WSDL from SOAPUI

    Hi,

    I have developed spring contract first web service using Castor mapping and successfully deployed using Tomcat 7.
    When i try to load WSDL url from the SOAP UI then it said Invalid Tag.
    I have validated the WSDL using eclipse validator and found no issues.

    Following is the last part of my WSDL.

    ezcashservice is the name of my web application.
    I have tried to load WSDL using http://localhost:8080/ezcashservice/EzService?wdsl
    Then SOAPUI said there are invalid tags in my WSDL.


    <wsdl:service name="EzService">
    <wsdlort name="EzcashEndpoint" binding="ns:EzcashBinding">
    <soap:address location="http://localhost:8080/ezcashservice/EzService" />
    </wsdlort>
    </wsdl:service>

    any suggestions please...

    Thanks
    saminda

  2. #2
    Join Date
    Sep 2006
    Posts
    26

    Default

    What happens if you open that url in your browser?

  3. #3

    Default

    Hi,

    Now web service is working fine. I have given the URL of the WSDL ( http://localhost:8080/ezcashservice/ez.wsdl ). Then it worked well. Web service client can read the response as well. It is also working for following URL as well. ( http://localhost:8080/ezcashservice/ez.wsdl?wsdl ). Normally we are giving the last part of WSDL like this ( ?wsdl ). But this works with this URL as well ( http://localhost:8080/ezcashservice/ez.wsdl ).

    For your question - WSDL loaded only for this URL - http://localhost:8080/ezcashservice/ez.wsdl

    Thanks
    http://sourceforge.net/projects/jsptree-simple/

Tags for this Thread

Posting Permissions

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