Expand my Community achievements bar.

Learn about Edge Delivery Services in upcoming GEM session
SOLVED

web services and wsdl for beginners

Avatar

Level 2

Hi, I wonder if someone could help me, I need a guide on how to create, consume and publish web services and wsdl in jboss for beginners, using the tools of eclipse or netbeans.

Thank you very much

1 Accepted Solution

Avatar

Correct answer by
Level 8

Java based web services will work fine (as will ones created in other languages), and I find the Eclipse JBoss Tools pretty easy to use.  If you are using the LiveCycle ES server products, you can create a workflow and expose that using a web service end point as well.

Since you are building the WS for a PDF Form I would suggest keeping to Literal web serivices (as opposed to RPC).  You may want to keep to simple object types as well (string, int, etc), as it will make binding easier.

View solution in original post

4 Replies

Avatar

Level 8

This is a bit beyond the normal realm of this forum, as it deals with using the LiveCycle ES APIs via a web service call (SOAP).

However, you may want to look into using the JBoss Tools for Eclipse Helios if you want to build your own from scratch:

http://www.jboss.org/tools

http://docs.jboss.org/tools/3.0.0.CR1/en/ws_ref_guide/html_single/index.html

Avatar

Level 2

My intention is to create web services to consume from PDF forms, I thought it was the right way from eclipse, this is good practice or is there a better way?

Thanks.

Avatar

Correct answer by
Level 8

Java based web services will work fine (as will ones created in other languages), and I find the Eclipse JBoss Tools pretty easy to use.  If you are using the LiveCycle ES server products, you can create a workflow and expose that using a web service end point as well.

Since you are building the WS for a PDF Form I would suggest keeping to Literal web serivices (as opposed to RPC).  You may want to keep to simple object types as well (string, int, etc), as it will make binding easier.

Avatar

Level 2

I became clearer. I am using LiveCycle Server and PDF forms to get data from the MySql database (Turnkey) and link data from other systems.

Thanks.