From:             julien dot wajsberg at francetelecom dot com
Operating system: Windows XP
PHP version:      5.0.2
PHP Bug Type:     SOAP related
Bug description:  Implement Document/Literal with wrapped convention

Description:
------------
The mode "Document/literal with wrapped convention" is the current
industry consensus for exposing Web Services. In particular, the WS-I
explicitely forbids use of "RPC/encoded" mode, and most toolkits vendors
are working towards "document wrapped/literal".

A very good explanation of this convention can be found on
http://www.burtongroup.com/weblogs/annethomasmanes/archives/2004/04/000187.html

I would suggest adding another mode to the "style" options to SoapClient
constructor: SOAP_WRAPPED.
There should also be some logic to understand a wsdl using this
convention, but it could be done afterwards.

This convention is really very similar to "rpc/literal" mode; I didn't
test this mode, but if it's already functional, it shouldn't be hard to
implement "document wrapped/literal".



-- 
Edit bug report at http://bugs.php.net/?id=30302&edit=1
-- 
Try a CVS snapshot (php4):   http://bugs.php.net/fix.php?id=30302&r=trysnapshot4
Try a CVS snapshot (php5.0): http://bugs.php.net/fix.php?id=30302&r=trysnapshot50
Try a CVS snapshot (php5.1): http://bugs.php.net/fix.php?id=30302&r=trysnapshot51
Fixed in CVS:                http://bugs.php.net/fix.php?id=30302&r=fixedcvs
Fixed in release:            http://bugs.php.net/fix.php?id=30302&r=alreadyfixed
Need backtrace:              http://bugs.php.net/fix.php?id=30302&r=needtrace
Need Reproduce Script:       http://bugs.php.net/fix.php?id=30302&r=needscript
Try newer version:           http://bugs.php.net/fix.php?id=30302&r=oldversion
Not developer issue:         http://bugs.php.net/fix.php?id=30302&r=support
Expected behavior:           http://bugs.php.net/fix.php?id=30302&r=notwrong
Not enough info:             http://bugs.php.net/fix.php?id=30302&r=notenoughinfo
Submitted twice:             http://bugs.php.net/fix.php?id=30302&r=submittedtwice
register_globals:            http://bugs.php.net/fix.php?id=30302&r=globals
PHP 3 support discontinued:  http://bugs.php.net/fix.php?id=30302&r=php3
Daylight Savings:            http://bugs.php.net/fix.php?id=30302&r=dst
IIS Stability:               http://bugs.php.net/fix.php?id=30302&r=isapi
Install GNU Sed:             http://bugs.php.net/fix.php?id=30302&r=gnused
Floating point limitations:  http://bugs.php.net/fix.php?id=30302&r=float
MySQL Configuration Error:   http://bugs.php.net/fix.php?id=30302&r=mysqlcfg

Reply via email to