I would like to use multipart messages. When I run this command: ---------------- ksh $AXIS2_HOME/bin/wsdl2java.sh -uri ./MyService.wsdl -p samples.quickstart -o . -d adb -s -wv 1.1 -ss -sd ----------------
on a file with multiple parts in a message, I get this error: ---------------- SEVERE: org.apache.axis2.description.WSDL11ToAxisServiceBuilder$WSDLProcessingException: More than one part for message XXXX ---------------- I suspect I can combine the multiple parts in the types area of the wsdl, but are there other options? -- Michael Potter --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
