Ideally there would be say 50 retail store chain.

So from each store query will go to other 49 stores. Each webservice is 
designed to query the local Store Database and return the inventory status for 
a particular item.
In that case I have to write ws4ee clients for all 49 stores.

I agree that using apache axis clients I also run WSDL2Java 49 times. But I 
figured out if only the ***ServiceLocator.class(genearted by WSDL2Java) is 
seperated out are kept in Store Specfic directory then it is mush more easier 
to maintain. (As all the stores wil have have the same wsdl and xsd thus only 
the *ServiceLocator.class will be differ from store to store).

Thus the directory structure would be as below:

- queryService
      - StoreY
      - StoreX
      - StoreZ
      - Store49

etc. The queryService directory will have same *RequestType, *ResponseType, 
*SoapBindingStub.class *Service.class for all the 49 stores. All I have to do 
is to compile this and put the jar file in the %JBoss%\server\default\lib 
directory.

This schema is working for the command line environment. But when I go for 
JBoss environment - I get this error.


View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3866846#3866846

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3866846


-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to