christiankerl / ckWebServicePlugin

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

RPC/encoded to RPC/literal #9

Open cabrera-man opened 12 years ago

cabrera-man commented 12 years ago

Hello

I want that SOAP response uses RPC/literal on body response, instead of use the "href".

There is some kind config that i have to use?

ps: I'm using Symfony 1.4 and Doctrine as ORM.

christiankerl commented 12 years ago

The WSDL is already RPC/literal, see https://github.com/christiankerl/ckWsdlGenerator/blob/master/wsdl/ckWsdlSoapBindingDecorator.class.php#L108