butek 02/04/11 06:30:55
Modified:java/src/org/apache/axis/utils resources.properties
java/src/org/apache/axis/wsdl/toJava SymbolTable.java
Log:
Move checkForUndefined so that it checks each imported WSDL file for
things undefined within it. We used to get a NullP
butek 02/04/03 11:11:38
Modified:java/src/org/apache/axis/wsdl/toJava SymbolTable.java
Log:
Oops! Didn't properly apply Jason's fix. ([EMAIL PROTECTED]).
Revision ChangesPath
1.51 +3 -1 xml-axis/java/src/org/apache/axis/wsdl/toJava/SymbolTable.java
Ind
butek 02/04/03 10:04:00
Modified:java/src/org/apache/axis/wsdl/toJava SymbolTable.java
Log:
There was a bug in WSDL2Java such that it couldn't always find local
imported files. Thanks to Jason Blumenkrantz ([EMAIL PROTECTED])
for the fix.
Revision ChangesPath
1.50
Hey Russell,
Isn't use a required attribute in the WSDL?
I guess WSDL4J doesn't require it :-(
--
Tom Jordahl
-Original Message-
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, March 20, 2002 8:37 AM
To: [EMAIL PROTECTED]
Subject: cvs commit: xml-axi
butek 02/03/20 05:36:47
Modified:java/src/org/apache/axis/utils resources.properties
java/src/org/apache/axis/wsdl/toJava SymbolTable.java
Log:
Throw a useful exception if the use attribute is missing from a
soap:operation. It used to throw NullPointerException.
dims02/03/08 11:29:43
Modified:java/src/org/apache/axis/message RPCElement.java
java/src/org/apache/axis/wsdl/toJava SymbolTable.java
Log:
Thanks Glen. Rolling back my changesSorry.
Revision ChangesPath
1.41 +2 -2 xml-axis/java/src/org/ap
tomj02/02/28 07:56:16
Modified:java/src/org/apache/axis/wsdl/toJava SymbolTable.java
Log:
Move setReferences after populateParameters, which sets wrapped flag.
Revision ChangesPath
1.38 +1 -1 xml-axis/java/src/org/apache/axis/wsdl/toJava/SymbolTable.java
tomj02/02/28 06:56:05
Modified:java/src/org/apache/axis/wsdl/toJava SymbolTable.java
Log:
Change "dotNet" switch to wrapped.
Key off single part name of "parameters" not attributes.
Much goodness from interop!!!
Revision ChangesPath
1.37 +19 -16xml-ax
butek 02/02/07 07:36:27
Modified:java/src/org/apache/axis/wsdl/toJava SymbolTable.java
Log:
WSDL spec: "If the style attribute is omitted, it is assumed to be "document"."
We were failing with a NullPointerException.
Revision ChangesPath
1.27 +3 -3 xml-
tomj02/02/06 13:00:20
Modified:java/src/org/apache/axis/wsdl/toJava SymbolTable.java
Log:
Update the handling of literal message parts to handle either
the element= or type= declaration (e.g. ).
Revision ChangesPath
1.25 +44 -34xml-axis/java/src/org/apache
tomj02/01/31 07:33:05
Modified:java/src/org/apache/axis/wsdl/toJava SymbolTable.java
Log:
Pass literal flag to recursive invocations of setTypeReferences.
This prevents emitting container types for literal messages that aren't needed.
Revision ChangesPath
1.22
11 matches
Mail list logo