WebSphere Message Broker, Version 8.0.0.7
Operating Systems: AIX, HP-Itanium, Linux, Solaris, Windows, z/OS
See information about the latest product version
See information about the latest product version
Providing a JSONP service
Configure your WebSphere® Message Broker message flow to provide a JSONP service response.
Before you start:
Before completing this task,
read the following overview topics about JSON:
You can use ESQL, PHP, or Java™ to
configure your message flow to provide a JSONP response.
The code
examples in this task assume that the client application provides
a JavaScript call in the
following format:
<script type="text/javascript"
src="http://brokerhost:7080/flowUrlPathSuffix?jsonp=scriptFn">
</script>