Why is this commit <truncated...> . It makes it difficult to review the
code.
Rich Scheuerle
IBM WebSphere & Axis Web Services Development
512-838-5115 (IBM TL 678-5115)
James M
Snell/Fresno/IBM@ To: [EMAIL PROTECTED]
IBMUS cc:
Subject: cvs commit:
xml-axis/java/src/org/apache/axis/wsdl/toJava
09/22/2002 09:25 JavaSkelWriter.java
JavaDeployWriter.java
PM
Please respond to
axis-dev
gdaniels 2002/09/21 23:13:42
Modified: java/src/org/apache/axis/description ServiceDesc.java
java/src/org/apache/axis/i18n resource.properties
java/src/org/apache/axis/wsdl/toJava JavaSkelWriter.java
JavaDeployWriter.java
Log:
Throw a more informative exception when there's an operation in the
WSDD/skeleton metadata which doesn't sync to a real Java Method.
Make sure we don't write operation metadata for types we don't support
(solicit/response, etc).
Revision Changes Path
1.58 +12 -0
xml-axis/java/src/org/apache/axis/description/ServiceDesc.java
Index: ServiceDesc.java
===================================================================
RCS file:
/home/cvs/xml-axis/java/src/org/apache/axis/description/ServiceDesc.java,v
retrieving revision 1.57
retrieving revision 1.58
diff -u -r1.57 -r1.58
--- ServiceDesc.java 20 Sep 2002 14:29:52 -0000 1.57
+++ ServiceDesc.java 22 Sep 2002 06:13:42 -0000 1.58
@@ -720,6 +720,18 @@
}
loadServiceDescByIntrospectionRecursive(implC
<truncated...>