gdaniels2003/01/09 18:20:26
Modified:java/src/org/apache/axis/wsdl/toJava JavaStubWriter.java
Log:
Remove unused import.
Revision ChangesPath
1.111 +0 -1
xml-axis/java/src/org/apache/axis/wsdl/toJava/JavaStubWriter.java
Index: JavaStubWriter.java
butek 2002/10/02 12:32:49
Modified:java/src/org/apache/axis/client Tag: explicitHeaderWork
Call.java
java/src/org/apache/axis/description Tag: explicitHeaderWork
OperationDesc.java ParameterDesc.java
java/sr
tomj2002/10/02 08:14:56
Modified:java/src/org/apache/axis/message Tag: interop4
SOAPFaultDetailsBuilder.java
java/src/org/apache/axis/wsdl/toJava Tag: interop4
JavaStubWriter.java
Log:
All tests in the simple-rpc-enc
tomj2002/09/17 13:00:37
Modified:java/src/org/apache/axis/wsdl/toJava JavaStubWriter.java
Log:
Improve the logic for writing out the stubs to minimize the code in the
Stub constructor if we don't have type mappings.
Revision ChangesPath
1.94 +47 -42
xml-ax
scheu 2002/06/25 10:48:35
Modified:java/src/org/apache/axis/wsdl/toJava JavaStubWriter.java
Log:
Fix for Bugzilla defect: http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10223
Problem: Stub is incorrect if operation has a single parameter that is OUT and no
return type.
butek 2002/06/10 07:00:39
Modified:java/src/org/apache/axis/wsdl/symbolTable Utils.java
java/src/org/apache/axis/wsdl/toJava JavaStubWriter.java
Utils.java
Log:
I backed out my fix for bugzilla 9643 (what I did was wrong), but I didn't
put
--
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Friday, June 07, 2002 4:59 PM
> To: [EMAIL PROTECTED]
> Subject: cvs commit: xml-axis/java/src/org/apache/axis/wsdl/toJava
> JavaStubWriter.java
>
>
> butek 2002/06/07 13:59:12
>
> Modif
om: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Friday, June 07, 2002 4:59 PM
> To: [EMAIL PROTECTED]
> Subject: cvs commit: xml-axis/java/src/org/apache/axis/wsdl/toJava
> JavaStubWriter.java
>
>
> butek 2002/06/07 13:59:12
>
> Modified:java/
butek 2002/06/07 13:59:12
Modified:java/src/org/apache/axis/wsdl/toJava JavaStubWriter.java
Log:
Fixed bugzilla 9643
(http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9643).
I'm still not sure getting the namespace for an operation from the portType
is the right thing to
butek 2002/06/07 06:14:35
Modified:java/src/org/apache/axis/client Stub.java
java/src/org/apache/axis/wsdl/toJava JavaStubWriter.java
Log:
The multithread test sometimes failed on JDK 1.4. dims provided this fix.
We've added a synchronized block in generated stub
tomj2002/05/31 13:34:32
Modified:java/src/org/apache/axis/wsdl/toJava JavaStubWriter.java
Log:
Add code to correctly set the operation QName when in 'wrapped' mode.
We need to use the name and namespace of the message element, not
the namespace of the body in the binding.
scheu 02/04/05 09:38:41
Modified:java/src/org/apache/axis/wsdl/toJava JavaStubWriter.java
Log:
Changed the stub to specify both xmlType and javaType in the call to
Call.addParameter.
Revision ChangesPath
1.53 +20 -7
xml-axis/java/src/org/apache/axis/wsdl/toJ
butek 02/03/28 05:33:25
Modified:java/src/org/apache/axis/wsdl/toJava JavaStubWriter.java
Log:
Fixed bugzilla report 7311. Scenario:
- Java method throws java.lang.Exception
- Java2WSDL creates a fault and message called Exception
- WSDL2Java created Exception class
- Stu
dims02/03/20 13:52:23
Modified:java/src/org/apache/axis/client Service.java
java/src/org/apache/axis/wsdl/toJava JavaStubWriter.java
Log:
- Adding support in Stub to keep track of the last "call".
- Using TLS to avoid threading problems.
- Stub's getCall()
igors 02/03/06 06:49:49
Modified:java/src/org/apache/axis/wsdl/toJava JavaStubWriter.java
SchemaUtils.java
Log:
Taken care of simple types derived from base types (not enumerations)
For example like this
Previously such derived types were not r
tomj02/02/28 08:45:28
Modified:java/src/org/apache/axis/wsdl/toJava JavaStubWriter.java
Log:
Set the property (for now the literal "wrapped") that will compensate for the
peeling back
of the top level element in .NET document/literal WSDL.
If the "wapped" property is set
scheu 02/02/27 11:07:51
Modified:java/samples/echo EchoService.java
java/src/org/apache/axis/wsdl/toJava JavaStubWriter.java
Log:
Following changes are made:
* Fixed EchoService to comply with Russell's meta data change.
* Fixed JavaStubWriter to remove NPE.
butek 02/02/20 08:49:53
Modified:java/src/org/apache/axis/client Stub.java
java/src/org/apache/axis/wsdl/toJava JavaStubWriter.java
Log:
Make type mapping registration in the stubs thread safe.
Revision ChangesPath
1.5 +16 -0 xml-axis/java/src/
butek 02/02/20 05:55:20
Modified:java/src/org/apache/axis/client Stub.java
java/src/org/apache/axis/wsdl/toJava JavaStubWriter.java
Log:
Added set/getTimeout to stubs since we've got those methods on Call.
Revision ChangesPath
1.4 +15 -0 xml-ax
butek 02/02/08 14:25:55
Modified:java/src/org/apache/axis/wsdl/toJava JavaStubWriter.java
Log:
Same result, slightly more efficient.
Revision ChangesPath
1.29 +2 -2
xml-axis/java/src/org/apache/axis/wsdl/toJava/JavaStubWriter.java
Index: JavaStubWriter.
tomj02/02/08 13:21:46
Modified:java/src/org/apache/axis/wsdl/toJava JavaStubWriter.java
Log:
Take advantage of the OPERATION_STYLE_PROPERTY and set
it to document or rpc depending on what was in the WSDL.
Note: The engine currently doesn't do anything with this info.
butek 02/02/08 12:48:21
Modified:java/src/org/apache/axis MessageContext.java
java/src/org/apache/axis/client Call.java Stub.java
java/src/org/apache/axis/transport/http HTTPConstants.java
java/src/org/apache/axis/wsdl/toJava JavaStubWriter
butek 02/02/05 11:37:48
Modified:java/src/javax/xml/rpc Call.java ServiceFactory.java
java/src/org/apache/axis/client Call.java
ServiceFactory.java
java/src/org/apache/axis/wsdl/toJava JavaStubWriter.java
Log:
JAXRPCException n
23 matches
Mail list logo