jayachandra 2005/06/13 00:07:51
Modified: java/src/org/apache/axis/i18n resource.properties Log: Adding a warning line to Java2WSDL output when a doc-lit wsdl is generated for a service method having more than one input params. See jira issue 2017 for more discussion Revision Changes Path 1.119 +2 -0 ws-axis/java/src/org/apache/axis/i18n/resource.properties Index: resource.properties =================================================================== RCS file: /home/cvs/ws-axis/java/src/org/apache/axis/i18n/resource.properties,v retrieving revision 1.118 retrieving revision 1.119 diff -u -r1.118 -r1.119 --- resource.properties 31 May 2005 19:46:13 -0000 1.118 +++ resource.properties 13 Jun 2005 07:07:51 -0000 1.119 @@ -1347,6 +1347,8 @@ onlyOneMessageOp=Message services may only have one operation - service ''{0}'' has {1} +warnDocLitInteropMultipleInputParts=Request Message type information has multiple parts than one single wrapped complexType. Use WRAPPED/LITERAL if interoping with some other soap stack becomes a problem + # NOTE: in noDataHandler, do not translate DataHandler. noDataHandler=Could not create a DataHandler for {0}, returning {1} instead.