[JBoss Portal] - Re: Consuming WSDL Web Services in JBoss Portal
by chris.laprun@jboss.com
"adesai(a)atech.com" wrote :
| 1. Can JBoss Portal consume WSDL web services? how? any samples?
|
Portal does not consume web services per se (apart from WSRP that is)... Your portlets do. Anything you want to do with respect to web services has to be done in the context of portlets as Portal is only an environment to manage portlets. What is your use case?
"adesai(a)atech.com" wrote :
| 2. What are the steps to get it working. Assume, I just have base JBoss Portal installed and a provider WSDL.
|
A portlet is a specialized web application. Almost anything you can do with a web application you can do with a portlet. In particular, this includes accessing a remote web services. Portal forums won't help you there as it's not a Portal topic, rather a web service development topic. In essence, you would need to create a web service client that could be accessed via your portlet and possibly interacted with.
"adesai(a)atech.com" wrote :
| 3. Which JBossWS should I download? jbossws-native?
JBossWS is bundled with JBoss AS. If you run JBoss Portal, JBoss WS is already installed on your application server.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4133361#4133361
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4133361
17 years
[JBoss/Spring Integration] - JBOSS5 + Spring Deployer version confusion
by dlmiles
I see there is: Spring Deployer 2.1 (in 2.5/2.5.x and 2.0.8 forms) this is a JAR and contains no implementation of Spring and no JBOSS5 style META-INF/spring-deployers-beans.xml.
I am correct in thinking the above version is for JBoss AS 4.2.x and older ? But should not be used wit JBoss AS 5 ?
I see there is: Spring Deployer 3.0 (which includes a jboss-spring.deployer JAR file, which appears to be in JBOSS5 deployers format, it does not include an implementation of Spring that appears to be older than spring 2.0.7 from filesizes and timestamps). When this file is dropped into the JBoss5 deployers directory I see no log entry indicating startup of the deployer. Should something appear in the JBossAS console log ?
I am correct in thinking this should be used with JBoss AS 5 and newer ?
Now if I wanted to upgrade to 2.0.7 or 2.0.8 is a recompile necessary or can I replace the spring-*.jar files inside the jboss-spring.deployer file ?
Could I also suggest that all dependent JARs what are bundled please use the file name that includes the version of said file like "spring-core-2.0.99.jar" not just the plain "spring-core.jar" so its really clear to audit.
This could also extend to the deployer archive itself, jboss-spring-3.0.deployer.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4133349#4133349
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4133349
17 years