agsh / onvif

ONVIF node.js implementation
http://agsh.github.io/onvif/
MIT License
679 stars 230 forks source link

Action string in Content-Type causes failures with Illustra cameras #302

Open ymoran00 opened 8 months ago

ymoran00 commented 8 months ago

The following cameras return errors when I try to send SOAP requests with the new header:

I received "The [action] cannot be processed at the receiver.". When keeping only 'Content-Type': 'application/soap+xml' in code, everything works as it should.