WebService engine options

In the class com.WebServiceEngine, two options have been renamed and two options moved to a new class.

Renamed options

The http_invoketimeout and tcp_connectiontimeout options have been respectively renamed into readwritetimeout and connectiontimeout, as they are now available for either HTTP or TCP protocol. While the old option names remain for backward compatibility, using the new option names is strongly recommended.

Moved options

xml_ignoretimezone and xml_usetypedefinition options were part of the com.WebServiceEngine class. They have been moved to the class xml.Serializer, which groups functions on serialization.