Hi,
I have my service configured with simple-frontend :
<simple:server id="pojoservice"
serviceClass="xxx.GamesService"
address="/GamesService"
serviceName="t:GamesService"
xmlns:t="http://www.com/Games">
<simple:binding><soap:soapBinding style="rpc"
use="encoded"/></simple:binding>
<simple:serviceBean>
<bean class="xxx.GamesServiceImpl" />
</simple:serviceBean>
but resulting wsdl soapbinding is document/literal
am I doing anything in a wrong way?
--
View this message in context:
http://www.nabble.com/simple-frontend-can%27t-configure-rpc-style-tp18008578p18008578.html
Sent from the cxf-user mailing list archive at Nabble.com.