ONVIF Bridge - FindRecordings method Invalid Arguements

I am trying to implement the FindRecordings method but it says Invalid Arguements. The XML request and response files are attached.

I have the GetRecordingSummary method working and have attached the XML request as well as a reference.

The overall goal I am trying to achieve is to get RTSP links for the recorded video and the associated times at which the video was recorded.

Any help in fixing the FindRecordings XML would be greatly appreciated.

Please try adding this:

<FindRecordings

xmlns=“http://www.onvif.org/ver10/search/wsdl>

<IncludedSources

xmlns=“http://www.onvif.org/ver10/schema>

c6875040-7abe-48d7-a14f-c15c6b87bbd9

<RecordingInformationFilter

xmlns=“http://www.onvif.org/ver10/schema>

boolean(//Track[TrackType = "Video"]),2019-11-18T08:07:43Z,99999999,20,99999999,20

1000

PT0H0M0.05S

Thanks for your answer. This works.