C
C
chernser2010-10-19 14:35:14
Computer networks
chernser, 2010-10-19 14:35:14

Jboss WEB Services

Condition: there is a WEB Service Bean. Deploys on Jboss 5.1.0. There are 3 wsdl files describing different groups of methods.

Question: how to configure Jboss so that he "sees" 3 services? In fact, you need to:
1. Jboss parsed all wsdl files and substituted the correct address in the definition of the service port
2. Ideally, save a common wsdl for the entire service + 3 wsdl

The documentation is silent. More precisely, it is only for Jboss 4.0.

Need at least jboss.xml description for jboss 5.1 (not DTD)

Thanks in advance

Answer the question

In order to leave comments, you need to log in

2 answer(s)
M
mythmaker, 2010-10-20
@mythmaker

Try using the UDDI methodology with Apache's jUDDI implementation .

C
chernser, 2010-10-19
@chernser

So far, the solution is:
1. split the original interface into logical groups
2. based on them, make 4 implementations (4 bins): one that includes all methods from all groups (for old users), and three only with methods from the desired groups
Another option get confused with the WebServiceProvider, but I'm afraid the performance will drop sharply.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question