Invoke Webservice in Fatwire
Hi,
Can anyone please throw some light on sample ways of invoking web services from fatwire.
We are trying to consume web services and getting following exception.
<webservices:invoke wsdl="http://www.webservicex.net/ValidateEmail.asmx?WSDL" target="http://www.webservicex.net" service="ValidateEmail" port="ValidateEmailSoap" operation="IsValidEmail" object="echostring"><webservices:parameter type="String" value="sa@gmail.com"/></webservices:invoke>
<%=ics.GetObj("echostring")%>
[2015-06-30 07:39:50.283][CS][ERROR] Exception building web service call: Cannot parse wsdlLocation: http://www.webservicex.net/ValidateEmail.asmx?WSDL
org.jboss.ws.metadata.wsdl.WSDLException: Cannot parse wsdlLocation: http://www.webservicex.net/ValidateEmail.asmx?WSDL
at org.jboss.ws.tools.wsdl.WSDLDefinitionsFactory.getDocument(WSDLDefinitionsFactory.java:184)