ID: 38869 Updated by: [EMAIL PROTECTED] Reported By: lindalj at yahoo-inc dot com -Status: Open +Status: Feedback Bug Type: SOAP related Operating System: Linux PHP Version: 5.1.6 New Comment:
Please try using this CVS snapshot: http://snaps.php.net/php5.2-latest.tar.gz For Windows: http://snaps.php.net/win32/php5.2-win32-latest.zip Previous Comments: ------------------------------------------------------------------------ [2006-09-18 16:57:51] lindalj at yahoo-inc dot com Description: ------------ When I call a SOAP operation that does not require any arguments, the body of the request only contains <Body/>, and does not mention the operation name, so the server does not know which operation to invoke. Reproduce code: --------------- <message name="EmptyMessage" /> <message name="MyResponseMessage"> <part name="response" element="..." /> </message> <portType ...> <operation name="MyOperation"> <input message="EmptyMessage> <output message="MyResponseMessage"> </operation> </portType> Expected result: ---------------- <Body> <MyOperation></MyOperation> </Body> Actual result: -------------- <Body/> ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=38869&edit=1
