My current SOAP output for a certain feature class reads out as:
<SPAN class="tag" style="color: #4c9067; font-weight: bold;"><Value</SPAN><SPAN class="pln" style="color: #000000;"> </SPAN><SPAN class="atn" style="color: #ff0000;">xsi:type</SPAN><SPAN class="pun" style="color: #145680;">=</SPAN><SPAN class="atv" style="color: #0000ff;">"tns:PointN"</SPAN><SPAN class="tag" style="color: #4c9067; font-weight: bold;">></SPAN><SPAN class="pln" style="color: #000000;"> </SPAN><SPAN class="tag" style="color: #4c9067; font-weight: bold;"><X></SPAN><SPAN class="pln" style="color: #000000;">2559042.3290518075</SPAN><SPAN class="tag" style="color: #4c9067; font-weight: bold;"></X></SPAN><SPAN class="pln" style="color: #000000;"> </SPAN><SPAN class="tag" style="color: #4c9067; font-weight: bold;"><Y></SPAN><SPAN class="pln" style="color: #000000;">451585.30461922288</SPAN><SPAN class="tag" style="color: #4c9067; font-weight: bold;"></Y></SPAN><SPAN class="pln" style="color: #000000;"> </SPAN><SPAN class="tag" style="color: #4c9067; font-weight: bold;"></Value></SPAN>
But the contractor says they need it to read as so:
<SPAN class="tag" style="color: #4c9067; font-weight: bold;"><Value</SPAN><SPAN class="pln" style="color: #000000;"> </SPAN><SPAN class="atn" style="color: #ff0000;">xsi:type</SPAN><SPAN class="pun" style="color: #145680;">=</SPAN><SPAN class="atv" style="color: #0000ff;">"xsd:double"</SPAN><SPAN class="tag" style="color: #4c9067; font-weight: bold;">></SPAN><SPAN class="pln" style="color: #000000;"> 2559042.3290518075</SPAN><SPAN class="tag" style="color: #4c9067; font-weight: bold;"></Value></SPAN><SPAN class="pln" style="color: #000000;"> </SPAN><SPAN class="tag" style="color: #4c9067; font-weight: bold;"><Value</SPAN><SPAN class="pln" style="color: #000000;"> </SPAN><SPAN class="atn" style="color: #ff0000;">xsi:type</SPAN><SPAN class="pun" style="color: #145680;">=</SPAN><SPAN class="atv" style="color: #0000ff;">"xsd:double"</SPAN><SPAN class="tag" style="color: #4c9067; font-weight: bold;">></SPAN><SPAN class="pln" style="color: #000000;">451585.30461922288</SPAN><SPAN class="tag" style="color: #4c9067; font-weight: bold;"></Value></SPAN>
Is this an option? And if so, how would someone modify that output in SOAP?