V0.2.8
Home News Requirements Installation Examples Download FAQ

News

[28.09.2006]  jSoapServer V0.2.8
  • Code restructuring to improve stability and maintainability
    • New class HttpException for better error handling
    • New classes HttpHeaders, HttpRequestLine to handel incoming requests
    • New classes HttpHeaders, HttpResponseLien for outgoing response messages
  • Service deployment redesigned.
    Now the service deployment template string is loaded from a resource file (which is deployRPC.wsdd per default).
    Inherited classes can overload the function loadDeploymentStringTemplate of SoapServer to provide there own code to load the template from there custom location or can overload getDeploymentFileName to specify an other file location.
  • Better support for persistent connections.
    This feature is now enabled per default.
  • Better handling of content encoded (gzip, compress, deflate) request messages.
  • Better handling of transfer encoded (chunked) request messages.
  • Better handling of situations when maximum number of clients has been reached and a new client tries to connects.
    In this case a 503 error message will be returned to the client.
  • More strict handling of character encoding of response messages
  • Bugfix for attachment support.
    Sending Attachments as webservice output was handled properly.
  • Some testcases added to the jUnit test class
[13.05.2006]  jSoapServer V0.2.7
  • Migration to Quickserver V1.4.7
  • Migration to Apache Axis V1.4
  • Class files of jSS are now delivered as jar file (see lib/jSoapServer.jar)
  • adding startup script to start jSS as standalone application server
    • For Linux: bin/jSoapServer.sh
    • For Windows: bin/jSoapServer.bat
  • Restructuring of the jSS homepage
    • adding example how to startup jSS via scripts
    • adding example how to receive a list of deployed services
  • Starting to implement a Service Publisher class that can be used to publish a deployed service to a UDDI registry
[08.04.2006]  jSoapServer V0.2.6
  • Migration to Quickserver V1.4.6
  • Adding QSAdminGUI to release
  • Adding support for service invocation via extended http get requests
    e.g. http://localhost:8090/myservice?method=testDate
  • A list of deployed services can be displayed using
    e.g.http://localhost:8090/?list=
  • Sourcecode restructuring for better error handling (should work now)
  • Bugfix for SOAP Attachment support
  • Bugfix for HTTP/1.1 support (not enabled at the moment)
  • JUnit testclass added
  • SOAP client example for Visual Basic added
[27.02.2006]  jSoapServer V0.2.5b
  • Added support for Basic http Authentication
  • Added some usage examples
  • Added description how to install and test jSoapserver. See Installation
[25.11.2005]  jSoapServer V0.2.5
  • Added support for Content Encoding: gzip, compress
  • Migration to Apache Axis 1.3
[24.06.2005]  jSoapServer V0.2
  • Connection Keep-Alive support is deactivated per default because
    of problems with php soap.
  • Changing configuration options for jSoapServer
    • Now it's possible to handover an already configured axisEnine Object to jSoapServer
    • Persistent connection support can now be enabled/disalbed via function call during initialization
[19.06.2005]  jSoapServer V0.1.1
  • Adding support for persistent http connections (untested)

SourceForge.net Logo Project Page is here. jSoapServer YaCy Check4update QuickServer