nagy01/06/28 13:02:47
Modified:java/src/org/apache/soap Constants.java
Log:
Changed default schema to 2001 spec. See
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=2388 for the details.
PR: 2388
Revision ChangesPath
1.21 +2 -2 xml-soap/java/src/org
nagy01/06/28 13:08:48
Modified:java soap.xml
java/src/org/apache/soap/server ServiceManager.java
Log:
Added support for config file element to allow users to enable or disable SOAP
interface to Service Manager. See
http://nagoya.apache.org/bugzilla
nagy01/06/28 13:12:11
Modified:java/src/org/apache/soap/transport/http
SOAPHTTPConnection.java
java/src/org/apache/soap/util/net Relay.java
Log:
Fixed encoding for systems whose default codepage is not 8859_1. See
http
nagy01/06/28 14:16:38
Modified:java/samples/interop EchoTestClient.java
Log:
Changed the call to the SOAPMappingRegistry constructor because the one which was
being called no longer exists.
Revision ChangesPath
1.2 +2 -2 xml-soap/java/samples/interop
nagy01/06/29 08:03:58
Modified:java/docs/guide config.html interop.html manage.html
Log:
Updated User's Guide to reflect recent changes in codebase
Revision ChangesPath
1.5 +31 -5 xml-soap/java/docs/guide/config.html
Index: config
nagy01/07/03 10:31:26
xml-soap/java/docs/schema - New directory
nagy01/07/03 10:32:37
Added: java/docs/schema dd.xsd
Log:
Schema for the Apache SOAP Deployment Descriptor.
Revision ChangesPath
1.1 xml-soap/java/docs/schema/dd.xsd
Index: dd.xsd
nagy02/05/01 12:29:52
Modified:java/src/org/apache/soap/providers EntityEJBProvider.java
StatefulEJBProvider.java StatelessEJBProvider.java
Log:
Fixed a bug in the EJB providers which printed out the wrong error message. Changed
context intialization
nagy02/05/02 12:09:14
Modified:java/docs intro.html
Log:
Updated docs to reflect Java 1.2+ requirement
Revision ChangesPath
1.10 +4 -3 xml-soap/java/docs/intro.html
Index: intro.html
nagy02/05/03 09:17:31
Modified:java/samples/ejb ejbtest.java
Log:
Pass in correct parameter to EJB method. For more info, see:
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=5193
Submitted by: Bernd Proissl ([EMAIL PROTECTED])
Reviewed by: Bill Nagy ([EMAIL PROTECTED
nagy02/05/06 07:42:14
Modified:java/src/org/apache/soap/server/http
MessageRouterServlet.java RPCRouterServlet.java
Log:
Fixed problem of attempting to store null as the classloader in the servlet
attributes. For more info, see:
http
nagy02/05/06 08:20:54
Modified:java/docs/install websphere.html
Log:
Fixed instructions for getting WAS to use the correct xerces JAR.
For more info, see:
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=4125
Submitted by: Alexandre Polozoff ([EMAIL PROTECTED
nagy02/05/07 08:01:23
Modified:java/docs/guide config.html
java/src/org/apache/soap/server/http
MessageRouterServlet.java RPCRouterServlet.java
java/webapps/soap/admin deploy.jsp list.jsp showdetails.jsp
nagy02/05/14 07:52:06
Modified:java/src/org/apache/soap/util/mime MimeUtils.java
Log:
Removed unnecessary reference to Sun class
Revision ChangesPath
1.4 +0 -1 xml-soap/java/src/org/apache/soap/util/mime/MimeUtils.java
Index: MimeUtils.java
nagy02/05/14 07:53:32
Modified:java/src/org/apache/soap/server/http
MessageRouterServlet.java RPCRouterServlet.java
Log:
Retrieve the classloader from the thread instead of the servlet class, since the one
that loaded the servlet may not be the top
nagy02/05/16 06:27:23
Modified:java/docs changes.html head.html
java/docs/guide interop.html
java/docs/install FAQ_Tomcat_SOAP_SSL.html JRun.html
iPlanet.html index.html tomcat.html weblogic51.html
nagy02/05/23 11:20:23
Modified:java/docs changes.html
java/src/org/apache/soap/transport/http
SOAPHTTPConnection.java
java/src/org/apache/soap/util/net HTTPUtils.java
Log:
Added mechanism to set TcpNoDelay on the socket for
>Hi
>Can anyone let me know the functionality of mail.jar & activation.jar
>in the Apache Soap ?
If you are asking why they are needed, then the answer is for the
"SOAP Messages with Attachments" support. "SOAP Messages with
Attachments" relies on MIME support, and mail.jar/activation.jar
provid
Does anyone have a SOAP service working on an iPlanet App Server
(particularily iAS 6.0 SP3) that uses a stateful session bean as the
service implementation? I'm looking at Bugzilla bug 3950, but I don't
have access to an iPlanet App Server. The stateful session bean
provider works fine for me u
26/002/541/msdncompositedoc.xml
-Bill Nagy
[EMAIL PROTECTED]
I'd like to call for a vote on the Apache SOAP 2.3 Release Plan.
The vote will run until 04/25.
[ ] +1 I approve this plan, and will help
[ ] +0 I approve this plan, but can't help
[ ] -0 I am not in favor of this plan
[ ] -1 I am against this plan, because:
-Bill
Release
The first release candidate/beta/whatever for Apache SOAP 2.3 has been
posted to the website. Please try it out.
-Bill
We don't tag (or branch) the code until we do an actual release.
You're pretty safe with just doing a cvs checkout (we haven't made a
lot of modifications since the rc went up.) If you want the exact
code, you can checkout the code from the exact day that we put the rc
up.
-Bill
I was able to completely isolate the change, so I have added it in.
There is now a method on SOAPHTTPConnection which will allow you to
set the value for TcpNoDelay. The default remains whatever your
JVM/socket implementation has chosen it to be. We hope to put RC2 up
either later today or early
The second release candidate/beta/whatever for Apache SOAP 2.3 has been
posted to the website. It contains the following three fixes:
* Made the XMLParserUtils.getXMLDocBuilder() method synchronized.
* Added support for turning off Nagle's algorithm under TCP (HTTP).
* Fixed ArraySer
>My Name is Raj . I work for Insurance Company in Scottsdale. Recently
>my company asked me to look into web services. I started downloading
>SOAP stuff from apache site, I wrote small programs every thing works
>great. But when I really started doing prototype of an existing application
>, it
Hi Mike,
Thanks for your diff. Right now we're trying to finish up the 2.3
release, and are not currently adding new functionality until it's
done. We will look at your patch after the release and commit it to
the CVS tree if everything looks OK.
-Bill
> Hi,
>
> I noticed on the TODO list t
Hi Arek,
Thanks for your patch. Right now we're trying to finish up the 2.3
release, and are not currently adding new functionality until it's
done. We will look at your patch after the release and commit it to
the CVS tree if everything looks OK.
-Bill
>Hello again,
>
>I hope I will not offe
Apache SOAP 2.3 RC2 has been up for a week now, and we haven't
received any horrible complaints. I would therefore like to create
the final release tomorrow. If you wish to object, speak now, or
forever hold your peace 8-]
-Bill
Matt and I (mostly Matt) performed the final build for 2.3 and placed
it on the website. The source tree has been tagged appropriately.
Enjoy.
-Bill
>I'd like to nominate Scott for committer status. He has been
>one of the most consistent contributors to this project, but
>for some reason we neglected to make him a committer. Scott
>is also a frequest contributor to soap-user.
+1
-Bill
31 matches
Mail list logo