Synchronous Direct Binding Invocation

Direct binding also supports the synchronous direct invocation with use of the method shown in the following example:

<T> Message<T> request(String operationName, Message<T> message)
 throws InvocationException, FaultException