I'm using wsdl2java and when I start it with my wsdl file I have the following exception message
"An exception was caught: [ID = 'NotDocLiteral'] The WSDL operation 'Notify' is not doc-literal because it defines a message with more than one message part for its SOAP Body. The SOAP Body of a doc-literal message should contain one root request element (with the operation name) with zero or more child elements (the parameters)." The validation of my fileis ok I read something about this problem here http://old.nabble.com/Error-in-wsdl-parsing-wsdl2java.sh-to13365893.html#a13368405 in which the resolver say : "The problem was the namespace is not tns ( local namespace ) for all instances for Notify, i changed that and everything went ok" but I don't understand how he resolved the problem following my wsdl file. Help me!!! ------------------------------------- -- View this message in context: http://old.nabble.com/Exception--ID-%3D-%27NotDocLiteral%27---using-Wsdl2java-tp28436743p28436743.html Sent from the Muse User mailing list archive at Nabble.com.
