posted 14 years ago
Hello All,
I'm trying to learn @SOAPBinding annotations with different options and compare the generated WSDL.
This example is taken from Ivan's notes
I modified Style to RPC and use to ENCODED.
When I try to wsgen, it failed with error message
From this, I'm thinking that RPC/Encoded is not permitted though RPC/Literal is.
Is this a change from JAX-RPC? or RPC was never allowed ENCODING.
Can I assume that, through JAX-WS
Only DOCUMENT - LITERAL or RPC - LITERAL are permitted and nothing else.
Environment:
Glassfish v3
JDK 1.6
Please advice.