christiankerl / ckWebServicePlugin

Build SOAP and WSDL based web services with symfony 1.x.
MIT License
11 stars 5 forks source link

document style instead of rpc #10

Open jbartnik opened 12 years ago

jbartnik commented 12 years ago

What I have to configure to use style="document" instead of rpc style.

I haven't seen any option for this. Is it foreseen to use other the rpc styles of requests and responses?

I try to build a service to send data to SAP. It seems to be that SAP doesn't like the rpc style.

regards Jarosław

christiankerl commented 12 years ago

if you just want document/literal you could simply hack ckWsdlGenerator ( https://github.com/christiankerl/ckWsdlGenerator/blob/master/wsdl/ckWsdlSoapBindingDecorator.class.php#L36 ), but I think you want document/literal wrapped ( see http://publib.boulder.ibm.com/infocenter/dmndhelp/v6rxmx/index.jsp?topic=/com.ibm.wbit.help.ui.doc/topics/rwsdlstyle.html ). implementing this requires some more work...