Slowly but surely ArcWeb is beginning to filter out into the world. Check out this web developer for Crossroads Community Church plotting addresses on an ArcWeb map using the REST API.
It is good to see people starting to blog about using Public ArcWeb Services.


9 responses so far ↓
1
Brian Glass
// Feb 24, 2006 at 3:05 pm
James,
ArcWeb is very cool.
I’m using Perl and had some difficulty in getting SOAP::Lite to work with the 2006 version of ArcWeb (which is why is used REST). I found some much simpler tutorials for the previous version of ArcWeb before it went to document/literal encoding. SOAP::Lite doesn’t have very good support for document/literal.
Do you have any pointers or samples of code to help in this area?
Thanks.
2
av8tor
// Feb 24, 2006 at 3:08 pm
Yea SOAP::Lite is very weak, but Andrea Rosso has had some luck with his “demo” on the new ArcWeb 2006.
3
James Fee
// Feb 24, 2006 at 3:11 pm
I was just about to write the exact same thing that av8tor wrote.
I’ll add that Andrea’s stuff is probably the best on 2006 as only he has posted on it. I will say that Andrea is on the ArcWeb team so he’s a good resource to bookmark.
4
Brian Glass
// Feb 24, 2006 at 3:25 pm
Thanks. That’s a great pointer. I had looked at Andrea’s blog a couple weeks ago and there was nothing about 2006. Now there is. This helps a lot. Hopefully the SOAP::Lite people will get on the ball.
5
Jeremy
// Feb 24, 2006 at 3:27 pm
ArcWeb is cool.
Mapdex has been using the Public ArcWeb Services geocoding service since September 2005.
http://www.mapdex.org/blog/1/2005/09/Search-by-Location-2.cfm
We also have used it with some sample test applications in conjuction with Google Maps.
http://geoportal.kgs.ku.edu/googlemaps/
Cheers,
Jeremy
6
James Fee
// Feb 24, 2006 at 6:50 pm
Brian,
Let us know how it goes and post anything you learn. We are all trying to get our hands around the new ArcWeb 2006.
7
Brian Glass
// Feb 25, 2006 at 11:33 am
It’s going really well. I’ll release my code eventually. I’ll probably make some sort of ArcWeb Perl package.
At this point one thing that would be really handy is a smaller icon. The ball_red.gif icon is the smallest I could find. With as many points as I’m using, I could use a smaller one.
8
James Fee
// Feb 25, 2006 at 5:27 pm
Have you looked at using one of the ArcWeb:ESRI.Simple.Icons and setting the color with MarkerDesc:color and MarkerDesc:size? You can use them if you are using SOAP.
9
Brian Glass
// Feb 25, 2006 at 5:36 pm
That’s awesome! Just what I needed. Thanks.
Leave a Comment