Select to view content in your preferred language

How to Modify SOAP Output for a specific REST Service?

2707
0
05-21-2015 06:13 AM
BrianO_keefe
Honored Contributor

My current SOAP output for a certain feature class reads out as:

<Value xsi:type="tns:PointN"> <X>2559042.3290518075</X> <Y>451585.30461922288</Y> </Value>

But the contractor says they need it to read as so:

<Value xsi:type="xsd:double"> 2559042.3290518075</Value> <Value xsi:type="xsd:double">451585.30461922288</Value>

Is this an option? And if so, how would someone modify that output in SOAP?

0 Kudos
0 Replies