Developer Q&A

Ask a Question
Back to All

Execute using UpdateCommand

I am trying to understand how to use the UpdateCommand for Execute. Though I am not getting any error, I don't see my updates when I view it in Corrigo Web. Can you tell me what is wrong with my request below?

<soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
<soap:Header>

false
true
false
Default

</soap:Header>
<soap:Body>



575



DisplayAs

ARIZONA WIDE ELECTRIC INC TEST





</soap:Body>
</soap:Envelope>

I also tried to change the propertyset to this:

    <PropertySet xsi:type="PropertySet">
      <Properties>
      <DisplayAs>ARIZONA WIDE ELECTRIC INC TEST</DisplayAs>
      </Properties>
    </PropertySet>

Here is the response that I got:

Organization5750

Thanks!