Consuming Webservice in Fatwire
<webservices:invoke
wsdl="http://soapinterop.java.sun.com/round2/base?WSDL"
target="http://soapinterop.org/"
service="Round2Base"
port="RIBaseIFPort"
operation="echoString"
object="echostringjsp">
<webservices:parameter type="string" value="hello world jsp"/>
</webservices:invoke>
<%=ics.GetObj("echostringjsp")%>
I tested the above code and i am not getting any output as such .