PROPOSAL: SOAP binding syntax cleanup

I'm editing the binding stuff:

(1) Rename wsoap:operation to wsoap:action
        Currently we have 
            <wsoap:operation soapAction="uri"?/>
        and of course its optional (meaningless when @soapAction
        is missing. This used to have @style as well, but that's
        now gone. So, its new purpose is to specify per-operation
        SOAPAction values - hence I propose we replace this
        with:
            <wsoap:action uri="uri"/>

(2) Drop wsoap:headerFault
        I believe there's an issue for this already. I can't
        figure out what headerFault means .. hence the proposal
        to drop it :-).

Sanjiva.

Received on Monday, 3 November 2003 06:14:16 UTC