[
https://issues.apache.org/activemq/browse/SM-1414?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=44428#action_44428
]
Hakon Sagehaug commented on SM-1414:
------------------------------------
I deployed two or three
Here is the xbean for the first
<beans xmlns:cxfbc="http://servicemix.apache.org/cxfbc/1.0"
xmlns:jas="http://bccs.uib.no/Jaspar">
<cxfbc:consumer wsdl="classpath:service.wsdl"
endpoint="JasparDB"
service="jas:JasparDB"
targetEndpoint="JasparProxy"
targetService="jas:JasparDB"
targetInterface="jas:JasparDB"
busCfg="cxf-validate.xml"
>
</cxfbc:consumer>
<cxfbc:provider wsdl="classpath:service.wsdl"
locationURI="http://api.bioinfo.no/services/JasparDB"
endpoint="JasparProxy"
service="jas:JasparDB"
interfaceName="jas:JasparDB"
busCfg="cxf-config.xml"
>
</cxfbc:provider>
Here is for the second
<beans xmlns:cxfbc="http://servicemix.apache.org/cxfbc/1.0"
xmlns:js="http://jaspar.genereg.net/webservice">
<cxfbc:consumer wsdl="classpath:service.wsdl"
endpoint="Jaspar_service"
service="js:Jaspar_service"
targetEndpoint="JasparServiceProxy"
targetService="js:Jaspar_service"
targetInterface="js:Jaspar_service"
busCfg="cxf-validate.xml"
>
</cxfbc:consumer>
<cxfbc:provider wsdl="classpath:service.wsdl"
locationURI="http://api.bioinfo.no/services/Jaspar_service"
endpoint="JasparServiceProxy"
service="js:Jaspar_service"
interfaceName="js:Jaspar_service"
busCfg="cxf-config.xml"
>
</cxfbc:provider>
</beans>
> Want to be able to see all the web services exposed by cxf-bc, in a browser.
> ----------------------------------------------------------------------------
>
> Key: SM-1414
> URL: https://issues.apache.org/activemq/browse/SM-1414
> Project: ServiceMix
> Issue Type: New Feature
> Components: servicemix-cxf-bc
> Environment: Linux
> Reporter: Hakon Sagehaug
> Assignee: Freeman Fang
> Priority: Minor
> Fix For: 3.2.2, 3.3
>
>
> My request is that it's possible to list out all the running web services
> provided by cxf-bc, or some of the oter bc's like jsr168. but I use cxf. In
> axis one have a link in the axis page on at least tomcat install that has a
> link called "Services", clicks on it and a list of all the services will
> appear.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.