HomeGuidesAPI ReferenceChangelogDeveloper Q&A
HomeGuidesAPI ReferenceAnnouncementsLog In
Developer Q&A

Developer Q&A

Ask a Question
Back to all

Workorder submission is failing.

First Of all here is my request body.

<soap:Envelope xmlns:soap="http://www.w3.org/2003/05/soap-envelope" xmlns:int="http://corrigo.com/integration/">
soap:Header
int:CorrigoNetOptions
int:ImposeConcurrencyIdfalse</int:ImposeConcurrencyId>
int:UpdateLastModifiedtrue</int:UpdateLastModified>
int:CanDeleteMissingEntityfalse</int:CanDeleteMissingEntity>
int:LockOnDataRetrievalDefault</int:LockOnDataRetrieval>
</int:CorrigoNetOptions>
</soap:Header>
soap:Body
int:Execute
Optional:
<int:commandRequest xsi:type="int:WoCreateCommand" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
int:WorkOrder
int:Priority3</int:Priority>
int:TypeCategoryRequest</int:TypeCategory>
int:SubType
int:Id259</int:Id>
</int:SubType>
int:ContactNameMridul Ghimire</int:ContactName>
int:RequestorContact
int:Id118750</int:Id>
</int:RequestorContact> int:ContactAddress
int:AddrTypeIdContact</int:AddrTypeId>
int:ContactAddrTypePrimEmail</int:ContactAddrType>
int:Address[email protected]</int:Address>
</int:ContactAddress>
int:Customer
int:Id73</int:Id>
</int:Customer>
int:Items
int:WoItem
int:Asset
int:Id12514</int:Id>
</int:Asset>
int:Task
int:Id20531</int:Id>
</int:Task>
int:CommentFloor: 3, Room/Area: 3 - Test Please Ignore</int:Comment>
</int:WoItem>
</int:Items>
int:Documents/
</int:WorkOrder>
int:ComputeScheduletrue</int:ComputeSchedule>
int:ComputeAssignmenttrue</int:ComputeAssignment>
</int:commandRequest>
</int:Execute>
</soap:Body>
</soap:Envelope>


We were originally using
https://am-apilocator.corrigo.com/wsdk/CorrigoService.asmx?wsdl
to submit the work orders. Back in end of April it suddenly stopped working so we changed it to
https://am-ce95a.corrigo.com/wsdk/CorrigoService.asmx?wsdl

Now we are experiencing the same problem that we were having in the past .So we tried changing the url to:
https://am-ce95c.corrigo.com/wsdk/CorrigoService.asmx?wsdl
and it seems to be working with this.
Can someone help me understand why they keep changing periodically and also confirm that https://am-ce95c.corrigo.com/wsdk/CorrigoService.asmx?wsdl is what i am supposed to use?

This is a very time sensitive issue for us so any prompt help would be appreciated.