Hi,
Please look at this forum for web services details
http://www.sugarcrm.com/forums/showthread.php?t=45864 which contains following information.
----------------------------------------------------------------------
Support For WS-I 1.0 Basic profile
----------------------------------------------
In this release we have provided support to generate URL which is WS-I compliant. In the past your URL to access WSDL file looks like http://<hostname>/service/v2/soap.php?wsdl
So the new URL will look like http://<hostname>/service/v2/soap.php?wsdl&style=rpc&use=literal. So style parameter can take either 'rpc' or 'document' and use parameter can be 'literal' or 'encoded'. If you don't specify style and use parameter then default will be rpc/encoded.
I tested this WSDL (rpc/literal) with Apache CXF 2.2 and it worked fine.
------------------------------------------------------------------------------------------
-Samir