SuffolkLITLab / docassemble-EFSPIntegration

EFSP (Electronic Filing Service Provider) functionality, using ECF v4.0
https://suffolklitlab.org/docassemble-AssemblyLine-documentation/docs/efiling/overview
MIT License
1 stars 1 forks source link

Implement an interface for return date #107

Open nonprofittechy opened 3 years ago

nonprofittechy commented 3 years ago

"Administrative Review, Evictions, Detinue orReplevin Cases, Judgement Citation, Garnishment, Wage Deduction"

response_code: 400, data: {‘objectAugmentationPoint’: [], ‘id’: None, ‘ref’: None, ‘uri’: None, ‘metadata’: [], ‘relationshipMetadata’: [], ‘otherAttributes’: {}, ‘systemEventDateTime’: {‘value’: 1632751272000, ‘id’: None, ‘ref’: None, ‘uri’: None, ‘metadata’: [], ‘relationshipMetadata’: [], ‘otherAttributes’: {}}, ‘systemOperatingModeAbstract’: {‘name’: ‘{http://release.niem.gov/niem/domains/cbrn/4.0/}SystemOperatingModeCode’, ‘declaredType’: ‘ecfv5.gov.niem.release.niem.codes.cbrncl._4.SystemOperatingModeCodeType’, ‘scope’: ‘javax.xml.bind.JAXBElement$GlobalScope’, ‘value’: {‘value’: ‘OPS’, ‘id’: None, ‘ref’: None, ‘uri’: None, ‘metadata’: [], ‘relationshipMetadata’: [], ‘otherAttributes’: {}}, ‘nil’: False, ‘globalScope’: True, ‘typeSubstituted’: False}, ‘systemSimulatedIndicator’: False, ‘credentialsAuthenticatedCode’: {‘value’: ‘AUTHENTICATED’, ‘id’: None, ‘ref’: None, ‘uri’: None, ‘metadata’: [], ‘relationshipMetadata’: [], ‘otherAttributes’: {}}, ‘messageStatusCode’: {‘value’: ‘SYSTEM_ERROR’, ‘id’: None, ‘ref’: None, ‘uri’: None, ‘metadata’: [], ‘relationshipMetadata’: [], ‘otherAttributes’: {}}, ‘messageContentError’: [], ‘messageHandlingError’: {‘objectAugmentationPoint’: [], ‘id’: None, ‘ref’: None, ‘uri’: None, ‘metadata’: [], ‘relationshipMetadata’: [], ‘otherAttributes’: {}, ‘errorCodeText’: {‘value’: ‘-1’, ‘id’: None, ‘ref’: None, ‘uri’: None, ‘metadata’: [], ‘relationshipMetadata’: [], ‘otherAttributes’: {}}, ‘errorCodeDescriptionText’: {‘value’: ‘Unknown error’, ‘id’: None, ‘ref’: None, ‘uri’: None, ‘metadata’: [], ‘relationshipMetadata’: [], ‘otherAttributes’: {}}}, ‘resendRequestIndicator’: {‘value’: False, ‘id’: None, ‘ref’: None, ‘uri’: None, ‘metadata’: [], ‘relationshipMetadata’: [], ‘otherAttributes’: {}}, ‘messageStatusAugmentationPoint’: []}
purplesky2016 commented 3 years ago

The closing } in the name element below seems to be out of place. Should it be ‘{http://release.niem.gov/niem/domains/cbrn/4.0/SystemOperatingModeCode}’, or remove the {} altogether?

‘systemOperatingModeAbstract’: {
    ‘name’: ‘{http://release.niem.gov/niem/domains/cbrn/4.0/}SystemOperatingModeCode’, 
    ‘declaredType’: ‘ecfv5.gov.niem.release.niem.codes.cbrncl._4.SystemOperatingModeCodeType’, 
    ‘scope’: ‘javax.xml.bind.JAXBElement$GlobalScope’, 
    ‘value’: {‘value’: ‘OPS’, ‘id’: None, ‘ref’: None, ‘uri’: None, ‘metadata’: [], ‘relationshipMetadata’: [], ‘otherAttributes’: {}}, 
    ‘nil’: False, 
    ‘globalScope’: True, 
    ‘typeSubstituted’: False}, 
BryceStevenWilley commented 3 years ago

@purplesky2016 I think the {} in name is fine. It's a lot of autogenerated SOAP XML stuff to json stuff, and the {} in the string has something to do with the XML namespace binding. It shouldn't be an issue here.

nonprofittechy commented 3 years ago

Per discussion w/ Bryce - it's no longer an error, but we're not getting back useful information about the return date from Tyler

nonprofittechy commented 3 years ago

Blocker on the proxy server side - Tyler got back to us with some suggestions we need to try out.

BryceStevenWilley commented 3 years ago

We currently will show the ReturnDate options that are returned to us. I do think we need to let the user select them, but that's not quite in yet.

nonprofittechy commented 2 years ago

@BryceStevenWilley is this still live? I'm going to remove my assignment

BryceStevenWilley commented 2 years ago

I think it is, I haven't had to get into return date issues yet, I believe we were just sorta left hanging by Tyler, there wasn't a fix. I'll assign myself though.

BryceStevenWilley commented 9 months ago

See https://github.com/SuffolkLITLab/EfileProxyServer/issues/71 for the proxy issue on this