Index: BL/Sys/FOP/DocBase.cls.xml =================================================================== diff -u -r41200 -r41329 --- BL/Sys/FOP/DocBase.cls.xml (.../DocBase.cls.xml) (revision 41200) +++ BL/Sys/FOP/DocBase.cls.xml (.../DocBase.cls.xml) (revision 41329) @@ -434,7 +434,7 @@ . Set sc=..RunWSProcessSync(fopReq,.fopRes,,) . ;Set:($$$ISOK(sc)) SyncResponse=$G(fopRes) . Set SyncResponse=$G(fopRes) - . Set fopJobID=$S($IsObject($G(fopRes)):fopRes.jobID, 1:"") + . Set fopJobID=$S($IsObject($G(fopRes)):fopRes.jobId, 1:"") Else If CallType="B" Do . Set sc=..RunWSProcessAsync(fopReq,.fopJobID,) Else Do @@ -508,7 +508,7 @@ . Set msg=msg_"TaskSeqItem : "_tmpItem_" - Code "_tmpItem.OmsID_" - SortNr "_tmpItem.SortNr_$$$CRLF Set msg=msg_$$$CRLF If $IsObject(SyncResponse) Do - . Set msg=msg_"FopResponse JobID : "_SyncResponse.jobID_$$$CRLF + . Set msg=msg_"FopResponse JobID : "_SyncResponse.jobId_$$$CRLF . Set msg=msg_"FopResponse Status : "_SyncResponse.jobStatus_$$$CRLF . Set msg=msg_"FopResponse Data : "_$S($L(SyncResponse.data)<60:SyncResponse.data, 1:"("_$FN($L(SyncResponse.data),".")_" bytes)")_$$$CRLF . Set msg=msg_"FopResponse Error: : "_$$$CRLF_$P(SyncResponse.errorMessage,$C(10),1,5) @@ -778,7 +778,7 @@ . ;Do HandleResultAsync(Response) Else Do . Set JobResult=Response - . Set:($IsObject(JobResult)) JobID=JobResult.jobID + . Set:($IsObject(JobResult)) JobID=JobResult.jobId . ;Do HandleResultSync(Response) Do cwpLogWSAction("END") }Catch(E){