136
I Use This!
Very Low Activity

Commits : Listings

Analyzed about 20 hours ago. based on code collected about 20 hours ago.
Sep 20, 2024 — Sep 20, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Moved the BSF provider to a separate Maven module. More... almost 13 years ago
Moved two additional classes to axis-tools. More... almost 13 years ago
Moved the code generator to a separate Maven module. More... almost 13 years ago
Eliminated some dependencies of core runtime classes on classes in org.apache.axis.wsdl.toJava. More... almost 13 years ago
Moved the command line tools (WSDL2Java and Java2WSDL) to a separate Maven module. More... almost 13 years ago
Reintroduced the org.apache.axis:axis artifact as an Uber-JAR produced with maven-shade-plugin (for compatibility with Axis 1.4). More... almost 13 years ago
Renamed axis Maven module to axis-rt-core. More... almost 13 years ago
Renamed the axis-castor Maven module to axis-rt-databinding-castor. More... almost 13 years ago
Migrated test/wsdl/refattr to the Maven build. Also fixed an issue in wsdl2java to make this test case compile (it still fails with a deserialization error on the server-side). More... almost 13 years ago
Migrated test/wsdl/schemaImport to the Maven build. More... almost 13 years ago
Removed empty directory. More... almost 13 years ago
Migrated test/wsdl/sequence to the Maven build. More... almost 13 years ago
* Fixed T12: the test was sending the wrong role. Also avoid the xsi:type on the header. * Enabled the test suite (running against the mock service). More... almost 13 years ago
Fixed the T1, T2, T3 and T4 tests: * They were assuming that Stub#getHeader returns a response header, but this is no longer true (response headers are not put back into the Stub instance). * Instead of sending an empty body (as shown in the W3C spec), they were sending a body with an empty child element. * T3 and T4 were not sending the role as described in the W3C spec (but they were expecting the right result). More... almost 13 years ago
* Modified WhiteMesaSoap12TestSvcTestCase to make the endpoints configurable. * Created a mock service for WhiteMesaSoap12TestSvcTestCase based on message captured from a locally installed White Mesa SOAP Server v3.2. More... almost 13 years ago
Preparing to migrate test/wsdl/soap12/assertion. More... almost 13 years ago
Migrated client-side-axis from the old Forrest sources. More... almost 13 years ago
Finalized the migration of test/wsdl/soap12/additional to the Maven build. More... almost 13 years ago
Further enhanced the interop mock. Now all message tests in WhiteMesaSoap12AddTestSvcTestCase pass. More... almost 13 years ago
Ensure that tests use SOAP 1.2 role URIs. More... almost 13 years ago
Use the expected parameter name for the echoString operation. More... almost 13 years ago
Don't send rpc/encoded messages to documant/literal services. More... almost 13 years ago
Use the expected parameter name for the echoString operation. More... almost 13 years ago
Enhanced the interop mock. It is slowly converging towards a solution that enables us to run the WhiteMesaSoap12AddTestSvcTestCase again. More... almost 13 years ago
Ensure that the XMLP-16 test uses the correct parameter name. More... almost 13 years ago
Don't generate Javadoc JAR for interop-mock. More... almost 13 years ago
Added more endpoints and messages to the mock service for www.whitemesa.net and fixed some issues in WhiteMesaSoap12AddTestSvcTestCase so that the request messages match the ones specified in http://www.w3.org/TR/2007/REC-soap12-testcollection-20070427/. More... almost 13 years ago
* Added more message exchanges to the interoperability mock service. * Fixed an issue in the GET handling in the java.net HTTP transport. * Fixed a build failure on Java 1.5. More... almost 13 years ago
* Added a couple of mock services that will be used to replace some external Web services that are no longer available. * Use these mock services to validate the processing of GET requests in the java.net HTTP transport. More... almost 13 years ago
AXIS-1581: Fixed a NullPointerException in org.apache.axis.client.Call. Test coverage will be provided by WhiteMesaSoap12AddTestSvcTestCase once we get it working again. More... almost 13 years ago