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


ort name="EzcashEndpoint" binding="ns:EzcashBinding">
Reply With Quote
