Generationg WS client using Axis which support use="encoded" in WSDL
hey all:
I am trying to develop client API for an existing service using Axis.
I have the WSDL for the service and I tried generating
client stubs using eclipse code generator plugin.
But, diplays an error showing "does not support encoding"
I am relatively new to all this and not sure as to which version and
tools to use for the same.
Is there any link or tutorial giving detailed help on the topic.
Thanks, in advance.
Kharode
[502 byte] By [
Kharode_Pa] at [2007-11-27 5:39:09]

# 1
Are you sure it's an error, not a warning?
Axis 1 certainly supports rpc-encoded (we use it here all the time), probably document-encoded as well.
Axis 2 may not, haven't tested it (but I read somewhere it's far pickier when it comes to standards compliance and encoded services aren't (while allowed in wsdl) allowed by WS-I BP 1.0.
# 2
hi:
I have tried Using the Axis2-code generation wizard plugin for eclipse.
As well as, using NetBeans IDE 5.5 client stub generation wizard
Both did not work.
Can you let me know as to what procedure and which versions
to use to get it done.
Thanks a ton.
Kharode