On Mon, Mar 17, 2008 at 6:37 PM, Senthil <[EMAIL PROTECTED]> wrote:
> Hi ,
>
> i am using SOAPpy package for some client side work.
>
> I would like to knew the method exists, if any for extracting the versioin
> of SOAP from the server using python or the SOAPpy package.
>

I don't know directly in SOAPpy how this could be accomplished. But
functions in httplib [ http://docs.python.org/lib/module-httplib.html
] which is used by SOAPpy could be overridden to find server version.
A simple way is to check for Content-Type header during the
transaction.

SOAP 1.1 uses text/xml
SOAP 1.2 uses application/soap



> Thanks in advnce,
> Regards,
> Senthilkumaran Sundaramurthi.
>



-- 
Supreet Sethi
http://findmeajob.wordpress.com
_______________________________________________
BangPypers mailing list
BangPypers@python.org
http://mail.python.org/mailman/listinfo/bangpypers

Reply via email to