I have to develop a web service document/literal with axis and an ejb
endpoint.
I found some tutorials, I configured the war and the jar.
Unfortunally :-) in the tutorials, the messages were simple types,
now I have to switch to messages with complex types defined in
wsdl:types.
I created the java classes with axis wsdl2java
but I get an Axis Fault with a SAX Exception when the test jsp page
tries the call.invoke (new Object[] { myJavaClassForComplexTypeMsg })
What happens ?
Could you give me some links to advanced tutorial about this subject ?
TIA
Monique