I have to convert a WSDL to java classes for creating WS server and that WSDL uses RPC/encoded.
This encoding is not supported in cxf or in JWS 2.0.
So I have commmented those lines mentioning RPC/Encoded use="encoded"/>
I have created the java classes, but my client's wsdl will still look for use="encoded"/> and currently whatever wsdl my app is generation (using cxf framework), there is no encoded attribute in SOAP:body
Will this create a problem, I am new to web service and I am currently learning stage, Please help