specified rpcliteral, generated rpcencoded?

Help needed. I specified "rpcliteral" as features for ant wscompile task, which generate the correct WSDL. However, the wsdeploy task converts rpcliteral to rpc and encoded in the cooked WSDL file? Can anybody tell me what is wrong?Thanks a million
[269 byte] By [baganokodoa] at [2007-10-2 7:57:27]
# 1

When you run wscompile ant task you need to create a model file. Be sure to add that model file in the war file and reference it from the deployment descriptor. There is a good white paper on http:///jax-rpc.dev.java.net that might help.

As a side note, have you considered using JAX-WS for building your web services. It is the next generation Java apis for creating web services. You can read more about jax-ws at http://jax-ws.dev.java.net.

dkohlerta at 2007-7-16 21:47:56 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...