Tagged Questions

0
votes
0answers
8 views

grails webservices returning an object List

I'm trying to expose a webservice via grails & cxf grails plugin. this is the skeleton of the webservice: class IssueService { static expose=['cxf'] def List issue …
0
votes
3answers
66 views

How to visualize sent XML stream with a CXF generated client

Hi ! I would like to be able to see the XML Stream generated by my CXF generated from WSDL client. Is there a way to do this ? For example, I'm building my request with Java objec …
3
votes
2answers
31 views

How to start cxf service on localhost but return external address in wsdl?

I'm using cxf and jetty behind apache to expose a webservice via soap. The goal is to start jetty on http://localhost:9000 in all cases and have apache proxy to it, but have the a …
0
votes
3answers
116 views

how to configure hibernate to work with apache cxf

To my application I need to use hibernate with apache cxf. Problem is after I configure hibernate to apache cxf, application didn't start. It gives an error saying it cannot find t …
0
votes
2answers
35 views

how to mime type of the url

Hi , I am using cxf as a webservice.It supports xml and json format output of the requested data.I want to know that if some exception has occured in my code then i want to return …
0
votes
1answer
12 views

JaxWSProxyFactoryBean sharing HTTP session

Hi, We are working on one project where in we are using JaxWSProxyFactoryBean provided by CXF framework to invoke webservices. I am using SPRING configuration to create clients ra …
1
vote
1answer
180 views

Apache CXF: How to secure JAX-RS web service with basic authentication

I have a Spring application that publishes some RESTful web services using Apache CXF (using jax-rs). I would like to secure access to those services using HTTP basic authenticatio …
0
votes
2answers
151 views

Comparison between Sun Metro and Apache CXF for webservices development?

What are the relative strengths and weaknesses between Sun Metro and Apache CXF for webservice development in Java. Is there another framework that I should be looking at as well?
0
votes
1answer
25 views

How to read the user or identifier supplied in ws-security

I am using latest Apache CXF to create a webservice. I have configured ws-security using org.apache.cxf.ws.security.wss4j.WSS4JInInterceptor. In my passwordCallbackClass I can acce …
0
votes
1answer
354 views

Difference between Apache CXF and Axis

What are the advantages of using Apache CXF over Apache Axis and vice versa?
0
votes
1answer
118 views

Deploying a CXF web service in Spring Framework

After running through the CXF samples I had a simple web service up and running fine. However I would like to integrate it with a Spring web application inside a servlet container. …
0
votes
1answer
247 views

How to write a CXF client with implicit security header.

Hi everyone, I have to access a service which is developed using different framework. The client program is using CXF. I dont have access to the provider environment so I cannot u …
0
votes
4answers
46 views

Advantages of using a Dynamic Client with JAX-WS

What are the advantages of using a dynamic client with JAX-WS services as opposed to just using generated client classes? What are the disadvantages? **For my particular case I am …
1
vote
1answer
227 views

CXF and when should I use JaxWsProxyFactoryBean or JAX-WS Proxy

Hi when I should use JaxWsProxyFactoryBean and when I should use Java stub generated from wsdl or JAX-WS Proxy? Are there any advantages or disadvantages? thanks
0
votes
1answer
20 views

how to check the path in web service

I m using cxf webservices.I have a service path @Path'/summary/abc/{xyz}/name/{login}'. I want to generate some custom error message when someone give wrong url like '/summary/ab …

1 2 3 4 next
15 30 50 per page