I am a software developer in Austin, TX with over 20 years of experience. I have a passion for high quality software that users say “just works.”
I am a software developer in Austin, TX with over 20 years of experience. I have a passion for high quality software that users say “just works.”
I was writing a WSDL-first SOAP 1.1 service (server) using Apache CXF.
I needed to directly access the XML DOM of the SOAP Header and Body, so I did not want to use
the standard JAXB data binding. My solution was to implement
a Provider using message mode. However,
retrieving the SOAPAction inside the Provider’s invoke(SOAPMessage msg)
method
was not intuitive to me.
I prefer to not run web applications as root. authbind allows you to run the application as a user other than root, but bind to ports 80 and 443.
If you persistently store an instant in time (aka a timestamp), then that instant must be stored in Coordinated Universal Time (UTC)*.