RE: Proposed change to RPCElement.java & BodyBuilder.java

2002-06-03 Thread Tom Jordahl
  John,   Please verify the patch on tomorrows build or from CVS. FYI - in the future, its better to supply a context-diff for patches.   Thanks!   -- Tom Jordahl   -Original Message-From: John Brothers [mailto:[EMAIL PROTECTED]]Sent: Friday, May 31, 2002 8:05 PMTo: [EMAIL P

cvs commit: xml-axis/java/src/org/apache/axis/utils axisNLS.properties

2002-06-03 Thread tomj
tomj2002/06/03 18:44:02 Modified:java/src/org/apache/axis/message RPCElement.java BodyBuilder.java java/src/org/apache/axis/utils axisNLS.properties Log: Patch from John Brothers [[EMAIL PROTECTED]]: I have been learning SOAP via Axis,

cvs commit: xml-axis/java/src/org/apache/axis/transport/http SimpleAxisServer.java

2002-06-03 Thread tomj
tomj2002/06/03 18:19:46 Modified:java/src/org/apache/axis/transport/http SimpleAxisServer.java Log: Remove leftover FIXME comments. Revision ChangesPath 1.60 +0 -4 xml-axis/java/src/org/apache/axis/transport/http/SimpleAxisServer.ja

cvs commit: xml-axis/java/src/org/apache/axis/transport/http SimpleAxisServer.java

2002-06-03 Thread tomj
tomj2002/06/03 18:18:29 Modified:java/src/org/apache/axis/transport/http SimpleAxisServer.java Log: Fix interop problems: - Return the correct cr/lf end of line characters. - Set the correct hostname, not a hardwired 'localhost', in the Message co

cvs commit: xml-axis/java/test/wsdl/interop3 endpoints-local

2002-06-03 Thread tomj
tomj2002/06/03 18:04:23 Modified:java/test/wsdl/interop3 endpoints-local Log: Add the TestList local endpoint and some comments on how to deploy the services for testing Revision ChangesPath 1.2 +7 -2 xml-axis/java/test/wsdl/interop3/endpoints-local

cvs commit: xml-axis/java/test/wsdl/interop3/docLit DocLitTestCase.java

2002-06-03 Thread tomj
tomj2002/06/03 18:03:38 Modified:java/test/wsdl/interop3/docLit DocLitTestCase.java Log: Add a call to echoVoid to the test client. NOTE: This fails against Axis since we get an empty soap body and have no element to dispatch the operation with. The engine needs to b

Patch for bug #9476

2002-06-03 Thread Jim Dibble
I sent this email last Thursday, but cannot find record of it on the axis-dev email list. My apologies if this is a repeat. To fix bug #9476 (http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9476), can someone make the following modifications to the class org.apache.axis.encoding.SerializationC

cvs commit: xml-axis/java/src/org/apache/axis/transport/http AxisServlet.java

2002-06-03 Thread rsitze
rsitze 2002/06/03 15:44:42 Modified:java/src/org/apache/axis/transport/http AxisServlet.java Log: Remove tabs, fix line lengths (long lines) Revision ChangesPath 1.105 +202 -149 xml-axis/java/src/org/apache/axis/transport/http/AxisServlet.java Index: AxisServ

BeanSerializer is missing xsi:tye

2002-06-03 Thread Kesav Kumar
BeanSerializer is not adding xsi:type if the value of the field is null.  If xsi:type is missing then the server is not able to deserialize.   I am using axis nightly drop of 05-31 on client side and soap toolkit which comes along with Websphere on the server end.  Does any one experience

cvs commit: xml-axis/java/src/org/apache/axis/transport/http AxisServlet.java

2002-06-03 Thread rsitze
rsitze 2002/06/03 15:31:44 Modified:java/src/org/apache/axis/transport/http AxisServlet.java Log: String literals to constants, general refactoring to make more readable and improve exception handling. Revision ChangesPath 1.104 +335 -318 xml-axis/java/src/org/

cvs commit: xml-axis/java/src/org/apache/axis AxisFault.java

2002-06-03 Thread rsitze
rsitze 2002/06/03 15:30:15 Modified:java/src/org/apache/axis AxisFault.java Log: Added method to determine HttpServletResponse status code for axis fault Revision ChangesPath 1.44 +9 -0 xml-axis/java/src/org/apache/axis/AxisFault.java Index: AxisFault.ja

cvs commit: xml-axis/java/src/org/apache/axis/transport/http HTTPTransport.java

2002-06-03 Thread rsitze
rsitze 2002/06/03 15:29:25 Modified:java/src/org/apache/axis/transport/http HTTPTransport.java Log: String literal to constant Revision ChangesPath 1.18 +5 -3 xml-axis/java/src/org/apache/axis/transport/http/HTTPTransport.java Index: HTTPTransport.java

DO NOT REPLY [Bug 9166] - Abstract class in method signature

2002-06-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Error at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:518)

2002-06-03 Thread Irfan Niaz
When and Why we will get following error?   Internal Server Error Internal Server Error     at org.apache.axis.transport.http.HTTPSender.invoke(HTTPSender.java:518)       at org.apache.axis.strategies.InvocationStrategy.visit(InvocationStrateg y.java:71)     at org.apach

cvs commit: xml-axis/java/test/wsdl Wsdl2javaAntTask.java

2002-06-03 Thread dims
dims2002/06/03 10:57:01 Modified:java build.xml java/samples/jaxm DelayedStockQuote.java java/src/org/apache/axis/message MessageElement.java java/src/org/apache/axis/wsdl/gen WSDL2.java java/test build_functional_tests

DO NOT REPLY [Bug 9560] - [PATCH] security demo

2002-06-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: xml-axis/java/samples/security Client.java

2002-06-03 Thread butek
butek 2002/06/03 09:07:54 Modified:java/samples/security Client.java Log: Fix for bugzilla http://nagoya.apache.org/bugzilla/show_bug.cgi?id=9560. main method should be public. Revision ChangesPath 1.6 +1 -1 xml-axis/java/samples/security/Client.java

DO NOT REPLY [Bug 8539] - mis-communication between Axis client and .Net Service

2002-06-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

DO NOT REPLY [Bug 8313] - WSDL2Java generates client BindingStub with wrong java.util.Properties method

2002-06-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

Re: WSDL Parameter order w/doclit

2002-06-03 Thread Sanjiva Weerawarana
"Sam Ruby" <[EMAIL PROTECTED]> writes: > Sanjiva Weerawana wrote: > > > > I have no doubt my MSFT co-authors of WSDL 1.1 would totally > > agree that that WSDL is wrong. > > That addresses my concern - namely that the authors might disagree on this > point. Thanks! > > - Sam Ruby I don't know wh

Re: cvs commit: xml-axis/java/src/org/apache/axis/utils axisNLS.properties

2002-06-03 Thread Glen Daniels
Hm - that seems odd.  The path here should be:   1) ServletEngineConfigurationFactory makes a FileProvider, passing it basepath (/WEB-INF) and filename (server-config.wsdd)   2) FileProvider tries to open /WEB-INF/server-config.wsdd, fails, and then resorts to getResourceAsStream(), first o

DO NOT REPLY [Bug 8476] - Serialization: problem with multiRef id for complex call parms

2002-06-03 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

RE: What is a good Axis compatible suite for doing C/C++ SOAP services/clients

2002-06-03 Thread St-Germain, Sylvain
You might want to have a look at Wasp. Sylvain. -Original Message- From: Craig Servin [mailto:[EMAIL PROTECTED]] Sent: Monday, June 03, 2002 10:37 AM To: [EMAIL PROTECTED] Subject: What is a good Axis compatible suite for doing C/C++ SOAP services/clients We have some C/C++ legacy code

Re: cvs commit: xml-axis/java/src/org/apache/axis/utils axisNLS.properties

2002-06-03 Thread Sam Ruby
Glen Daniels wrote: > > (1) Not explicitly, because we provide a default version inside axis.jar, which > should get picked up if we don't find one in the filesystem. What's the preferred fix? I am unable to start Tomcat 4.0.3 using jdk1.3.1_03 on Win2K if a FileProvider with a null input stream

What is a good Axis compatible suite for doing C/C++ SOAP services/clients

2002-06-03 Thread Craig Servin
We have some C/C++ legacy code that needs to be exposed as SOAP services. I am looking for something similar to Axis that would allow us to write UNIX based C/C++ SOAP services and clients that is compatible with Axis. I have thought about using the C++ client side bindings in the Axis contrib

Re: cvs commit: xml-axis/java/src/org/apache/axis/utils axisNLS.properties

2002-06-03 Thread Glen Daniels
(1) Not explicitly, because we provide a default version inside axis.jar, which should get picked up if we don't find one in the filesystem. (2) See above. --Glen - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Monday, June 03, 2002 7:19 AM Subject: cvs comm

cvs commit: xml-axis/java/src/org/apache/axis/utils axisNLS.properties

2002-06-03 Thread rubys
rubys 2002/06/03 07:19:46 Modified:java/src/org/apache/axis/configuration ServletEngineConfigurationFactory.java java/src/org/apache/axis/utils axisNLS.properties Log: Fix NPE in JRE when server-config.wsdd is not found. Begs two questio

Re: FW: FW: http port doesnt seem to set the port in the header even if it is not 80

2002-06-03 Thread Davanum Srinivas
Swami, Please take a look at the latest HTTPSender.java in axis cvs and let me now the patch is good enough. Thanks, dims --- "K. Swaminathan" <[EMAIL PROTECTED]> wrote: > All that is missing is the line, that I have added. > > > > > header.append(" HTTP/1.0\r\n") >

cvs commit: xml-axis/java/src/org/apache/axis/transport/http HTTPSender.java

2002-06-03 Thread dims
dims2002/06/03 05:24:55 Modified:java/src/org/apache/axis/transport/http HTTPSender.java Log: Append the port information (if any) in the HTTP Post Headers. Revision ChangesPath 1.64 +20 -22xml-axis/java/src/org/apache/axis/transport/http/HTTPSender.java

Re: WSDL Parameter order w/doclit

2002-06-03 Thread Sam Ruby
Sanjiva Weerawana wrote: > > I have no doubt my MSFT co-authors of WSDL 1.1 would totally > agree that that WSDL is wrong. That addresses my concern - namely that the authors might disagree on this point. Thanks! - Sam Ruby

Urgent WSDL to HTML

2002-06-03 Thread Nitin Saini
Hi,         I wanna create html form from WSDL for all the input fields. My WSDL file is But i'm not able to pick up the contant field value. I'm using wsdl4j for parsing. Can anyone suggest anything on that part as how to get the fixed value of field ebp_service_id. Thanks, Nitin Saini  h