Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Practically speaking, there are two base classes you may will be concerned inwith. The first is the AbstractPhaseInterceptor. The second is AbstractSoapInterceptor. The only difference between the first and second two is that the later latter will give you a SoapMessage instead of just a Message class. This allows you to access the SOAP headers and version.

...