Hi,

I think you can use Apache Synapse for this, using in front of the web
service. (http://ws.apache.org/synapse/)  Check the
SOAP-1.2-namespacedEnvelope using 'filter' mediator (works like an if
condition using xpath)
and in the sequence using 'makefault' mediator to send fault. Or otherway
check for SOAP-1.1-namespaced Envelope, if yes then send further otherwise
'makefault'.

Upul


On 10/2/07, Erwin Reinhoud <[EMAIL PROTECTED]> wrote:
>
> Hello All,
>
> I already posted this before but saw no reply. I hope somebody can at
> least tell me if my expectations are correct, which are that if i only have
> the soap1.1 binding in the WSDL than all soap1.2 requests would get a
> soapfault.
>
> So would it be possible to have a service that exclusively supports
> soap1.1 requests by only having ther soap1.1 binding in wsdl? Is there an
> other configurable way to only support 1.1?  In earlier versions of axis2
> there were always 2 bindings (soap1.1 and soap1.2) so both calls were
> supported.
>
>
> Thanks in advance.
>
> Kind regards,
> Erwin
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

Reply via email to