|
01-08-2010
|
| Producto |
| Nombre |
KSoapGlue |
|
| Código |
MJS00007 |
| Precio |
|
| Download |
ksoapglue_0.2.zip |
| Descripción |
KSoapGlue es una aplicacion escrita en Java que permite la creacion de clientes de webservices en la plataforma J2SE o J2ME utilizando KSoap2 como libreria de acceso |
| |
| Información |
The KSoapGlue is a little application to create stubs for webservices created whith the rpc/encode style under the PHP platform with the NuSoap library or using the Prado FrameWork. This Stubs can be use in the JavaSE or JavaME platforms.
Use Example :
Generate the Stubs for the JavaSE plarform in the packahe stubs under the code directory and from the webservice describe by the wsdl file
java -jar ksoapglue_<version>.jar -platform se -package stubs -d code file.wsdl
Generate the Stubs for the JavaME plarform in the packahe stubs under the code directory and from the webservice describe by the wsdl on the server
java -jar ksoapglue_<version>.jar -platform me -package stubs -d code
http://someserver/somepath/webservice.php?wsdl
Usage :
java -jar ksoapglue_<version>.jar [options] <WSDL>
Where [options] include:
-platform <me|se> Platform to generate the stubs. me for JavaME or se for JavaSE,default me
-package <pkg> specifies the target package, defaul empty
-d <directory> specify where to place generated output files, default .
-version print version information
-help display help
Examples :
java -jar ksoapglue_<version>.jar -platform se -package stubs -d code file.wsdl
java -jar ksoapglue_<version>.jar -platform me -package stubs -d code
http://someserver/somepath/webservice.php?wsdl
Application Requirements :
Client Requirements :
Download :
|
| |
|
|
Powered by Thunder
|
|