Java - WS con JAX - RPC

 
Vista:

WS con JAX - RPC

Publicado por Ricardo Linero (1 intervención) el 27/08/2009 16:08:51
Saludos a todos.

tengo el siguiente problema. necesito generar un Web Service a partir de un WSDL, pero esto debo hacerlo con JAX RPC. me gustaria saber que herramienta o plug in de netbeans me ayuda y como se utiliza

gracias a todos
Valora esta pregunta
Me gusta: Está pregunta es útil y esta claraNo me gusta: Está pregunta no esta clara o no es útil
0
Responder

RE:WS con JAX - RPC

Publicado por Mau (6 intervenciones) el 04/09/2009 17:58:35
Está en inglés, espero que te sirva:

10.2 Creating a New NetBeans Java Application Project

To create a new NetBeans Java application project, perform the following steps:

1.

In the top menu, select File > New Project.
2.

In the New Project dialog under Categories, select Java.
3.

Under the Projects section of the dialog, select Java Application.
4.

Click Next.
5.

Name the Project, and click Finish.

10.3 Installing the JAX-RPC Web Services Plug-in

To install the JAX-RPC Web services plug-in, perform the following steps:

1.

In the top menu, select Tools > Plugins > Available Plugins.
2.

In the Plugins dialog, click the Available Plugins tab.
3.

Check the JAX-RPC Web Services plug-in check-box and click Install. Install the plug-in.

Fuente: http://download.oracle.com/docs/cd/E13853_01/rtd.300/e13854/zero_client.htm
Valora esta respuesta
Me gusta: Está respuesta es útil y esta claraNo me gusta: Está respuesta no esta clara o no es útil
0
Comentar