Created February 21, 2023
Test client for Java
name | size | description |
---|---|---|
JAXWSClientTester.java | 93,72K | Test client for Java |
Created October 18, 2023
The C module generates the source code for the ANSI-C-compatible data structures and (de)serialization functions that can be used in conjunction with libxml2 to (de)serialize the REST resources as they are represented as XML data.
The generated C source code depends on the XML Reader API
and the XML Writer API as well as the <time.h>
,
<string.h>
, and <stdlib.h>
C standard libraries.
name | size | description |
---|---|---|
api.c | 2,69M | The C module generates the source code for the ANSI-C-compatible data structures and (de)serialization functions that can be used in conjunction with libxml2 to (de)serialize the REST resources as they are represented as XML data.
The generated C source code depends on the XML Reader API
and the XML Writer API as well as the |
enunciate-common.c | 39,68K | Common code needed for all projects. |
Created October 18, 2023
The C# client-side library may be used to access the SOAP API for this application via the C# runtime.
//instantiate a new service... VisionProjectWebService service = new VisionProjectWebService(); //make the remote call... result = service.Login(username, password); //handle the result as needed...
name | size | description |
---|---|---|
api-csharp-xml-client.zip | 49,44K | The C# source code for the C# client library. |
Created October 18, 2023
The Java client-side library is used to access the Web service API for this application using Java.
The Java client-side library uses JAX-WS to access the SOAP API for this application.
// instantiate a new service with an impl // (or through dependency injection, or whatever)... VisionProjectWebService service = new VisionProjectWebService(); //make the remote call to read the result... result = service.login(username, password); //handle the result as needed...
name | size | description |
---|---|---|
visionproject-ws-client-3.0.6.jar | 406,73K | The binaries for the Java XML client library. |
visionproject-ws-client-3.0.6-xml-sources.jar | 365,72K | The sources for the Java XML client library. |
Created October 18, 2023
The Objective C module generates the source code for the Objective C classes and (de)serialization functions that can be used in conjunction with libxml2 to (de)serialize the REST resources as they are represented as XML data.
The generated Objective C source code depends on the XML Reader API and the XML Writer API as well as the base OpenStep foundation classes.
name | size | description |
---|---|---|
api.h | 216,67K | The Objective C module generates the source code for the Objective C classes and (de)serialization functions that can be used in conjunction with libxml2 to (de)serialize the REST resources as they are represented as XML data. The generated Objective C source code depends on the XML Reader API and the XML Writer API as well as the base OpenStep foundation classes. |
api.m | 1,96M | The Objective C module generates the source code for the Objective C classes and (de)serialization functions that can be used in conjunction with libxml2 to (de)serialize the REST resources as they are represented as XML data. The generated Objective C source code depends on the XML Reader API and the XML Writer API as well as the base OpenStep foundation classes. |
enunciate-common.h | 12,83K | Common header needed for all projects. |
enunciate-common.m | 42,34K | Common implementation code needed for all projects. |
Created October 18, 2023
The PHP client-side library defines the PHP classes that can be (de)serialized to/from XML. This is useful for accessing the resources that are published by this application, but only those that produce a XML representation of their resources.
This library leverages the XMLReader and XMLWriter tools that were included in PHP versions 5.1.0+.
name | size | description |
---|---|---|
api-php-xml-client-php.zip | 89,54K | The PHP client-side library defines the PHP classes that can be (de)serialized to/from XML. This is useful for accessing the resources that are published by this application, but only those that produce a XML representation of their resources. This library leverages the XMLReader and XMLWriter tools that were included in PHP versions 5.1.0+. |
Created October 18, 2023
name | size | description |
---|---|---|
service.wsdl | 235,80K |
Created October 18, 2023
name | size | description |
---|---|---|
service.xsd | 224,61K |
Created October 18, 2023
name | size | description |
---|---|---|
type.xsd | 328,76K |