Consuming SOAP services into ArcGIS Server

4218
2
01-15-2015 05:25 PM
GeoffreyWest
Occasional Contributor III

My team and I have a proposed workflow where we would like to consume a SOAP service into our ArcGIS Server. I am new to SOAP services and feel as if I am missing something. The client SOAP service will have customer data, i.e. address, order type, etc entered into a CRM, we would like to retrieve this data via SOAP and have it stored into our database. Their SOAP service is not an ArcGIS Map or Feature Service.

0 Kudos
2 Replies
GlennAndersen1
New Contributor

Hi

If I understand you correctly you need to update GIS data with CRM data ?

We have done that for a long time. You need to write a standard SOAP services with calls like InsertSomeObject(Name, and, other, parameters). That method will need a Workspace, a FeatureClass or FeatureCursor, see ArcObjects docs. It is easy to write in C# but I think it can be done in Python as well.

Best regards

Glenn

0 Kudos
GeoffreyWest
Occasional Contributor III

Hi Glenn, THank you for this.  This is exactly what we are trying to do.  Do you have any examples of this scripted?  This is uncharted territory for me, I have a Siebel WSDL, but am having difficulties on where to start with it.

0 Kudos