can you read SOAP services with the JS API?

788
2
12-14-2011 09:52 AM
GabrielaLaird
New Contributor
Does anybody know if I can read a SOAP end point of a feature service using the ArcGIS Server JavaScript API? Or does it only works with the service's REST end point?
0 Kudos
2 Replies
derekswingley1
Frequent Contributor
The ArcGIS API for JavaScript is built to talk to REST endpoints from ArcGIS Server.

What do you want to do with SOAP?
0 Kudos
NianweiLiu
Occasional Contributor II
Does anybody know if I can read a SOAP end point of a feature service using the ArcGIS Server JavaScript API? Or does it only works with the service's REST end point?


You can try:
https://cwiki.apache.org/CXF20DOC/javascript-clients.html

However, a more realistic approach is probably write a server piece that talks to SOAP end and then output result as JSON with callback.
0 Kudos