Oracle WebCenter Sites (MOSC)

MOSC Banner

Consuming Webservice in Fatwire

edited Jun 25, 2018 3:02PM in Oracle WebCenter Sites (MOSC) 1 commentAnswered
Can anyone tell me how to invoke a webservice through Fatwire. Any sample examples would be really helpfull. I did go through the Develper.pdf but no outcome .

<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 .

Howdy, Stranger!

Log In

To view full details, sign in to My Oracle Support Community.

Register

Don't have a My Oracle Support Community account? Click here to get started.

Category Leaderboard

Top contributors this month

New to My Oracle Support Community? Visit our Welcome Center

MOSC Help Center