Best unofficial Apache Server developers community |
| Threads | Replies | First post | Last post | |
|---|---|---|---|---|
|
ClassCastException while working with Lists By: jason Hi, I've created a new service using the following WSDL file and
the java2wsdl tool of cxf: <?xml version="1.0"
encoding="UTF-8"?> <wsdl:definitions name="HelloWorld"
targetNamespace="http://www.tum.de/test" …
|
2 | Sep 17, 2010 03:14 |
Sep 17, 2010 11:57 |
|
|
XML/HTTP with NO namespaces! By: Milisic Aleksandar Hi, I am trying to consume an XML over HTTP service which does not
understand the concept of namespaces and I am using the
JaxWsProxyFactoryBean class for that. Also, the names of fields of
both request and response can be identical. The…
|
2 | Sep 1, 2010 02:28 |
Sep 1, 2010 13:15 |
|
|
wsdl complex types with WSDL4J By: devkatiyar Hi, Any one have idea how do i i parse the wsdl file to get Complex
Type parameter and parameter details I already implement for getting
list of operation in wsdl and method parameter .. Thanks .. All
|
2 | Sep 1, 2010 06:26 |
Sep 3, 2010 06:26 |
|
|
Asynchronous call with Java first approach By: Villoud Pierre Julien Hi every one, I'm using CXF for my Soap Web Service and I would like
to enable asynchronous calls. I saw in the documentation that it was
possible with a wsdl first approach. Is it possible with Java first ?
What are the necessary steps to achieve…
|
5 | Sep 1, 2010 10:38 |
Sep 3, 2010 10:03 |
|
|
String property By: fachhoch In my request object I want user to pass a parameter of type string
, the value for this should be any value form a list of values , is
there any way I can specify the possible values using jaxb
Annotaions ? I donot want to use enum , here…
|
2 | Sep 1, 2010 11:18 |
Sep 1, 2010 13:03 |
|
|
Unmarshal Error - CXF 2.1.6 vs CXF 2.2.4 By: jbradfor We use CXF for Providers and Consumers here. We added a single
optional element to a complex type (2.2.4), regened and deployed our
Provider. All Consumers who are running 2.1.6 continue on without
errors or incidents. All Consumers who are…
|
1 | Sep 1, 2010 15:34 |
Sep 1, 2010 15:56 |
|
|
xml as soap body? By: mondraymond I have a use case for a legacy application that wants to access SOAP
web services. They are on an AS400 with a bespoke protocol. They can
use that protocol to embed and send XML over JMS. I have written a
Camel / Java bridge that neutralizes…
|
0 | Sep 2, 2010 03:07 |
Sep 2, 2010 03:07 |
|
|
DOSGi 1.2 Multi Bundle - Java JDK 1.5 / 1.6 - Package uses conflict: Import-Package: org.apache.cxf; By: Charles Vuijst Hi, I've followed the "Setting up Equinox" for DOSGi 1.2 Multi
Bundle as described on
http://cxf.apache.org/dosgi-multi-bundle-setup.html. It seems to be
running on my system (Windows XP) with JDK 1.5. However, with JDK 1.6
I found: …
|
0 | Sep 2, 2010 09:46 |
Sep 2, 2010 09:46 |
|
|
Greeter demo Running within Spring DM 2 By: Kiren Pillay Hi Has anyone managed to get the greeter demo to work in Spring DM
2? I have managed to get the application working in a sepearate
Equinox runtime but I can't get it too work within Spring DM. Here
are my logs: [2010-09-02 17:42:08.103]…
|
0 | Sep 2, 2010 11:17 |
Sep 2, 2010 11:17 |
|
|
IllegalStateException: in client when CXF application is redeployed By: antechrestos Hi, I encountered the same problem as described here:
http://cxf.547215.n5.nabble.com/IllegalStateException-in-client-when-C
XF-service-is-hot-deployed-td552225.html#a552226 I have an application
that both offers some webservices and is a client…
|
3 | Sep 3, 2010 06:26 |
Sep 7, 2010 13:31 |
|
|
Re: how to generate a "client mock" By: Zeratul Thanks for your replies, However, after reading, no simple solution
appears to me ... Here is my dream : replace this bean :
<jaxws:client id="compteAccesClient"
serviceClass="fr.sfr.psg.compteacces.CompteAccesPortType"…
|
0 | Sep 6, 2010 07:50 |
Sep 6, 2010 07:50 |
|
|
error: No encryption crypto object found By: kr Getting org.apache.cxf.interceptor.Fault: No encryption crypto
object found. when i try to consume a .Net web service : The
endpoint is defined in WSDL: - <wsdl:service
name="CourseCatalogService"> *- <wsdl:port…
|
1 | Sep 6, 2010 08:23 |
Sep 7, 2010 12:57 |
|
|
CPL and EPL Licensing By: David Dodini Hi, We are using Apache CXF and of course the dependency on wsdl4j.
We are doing an audit for ourselves and our customers to ensure that
none of our commercial software must be open sourced due to any
dependencies. It is our understanding that…
|
1 | Sep 6, 2010 12:10 |
Sep 6, 2010 12:29 |
|
|
java.lang.IllegalStateException: Local destination does not have a MessageObserver on address local: By: John Smith Hi! Try to utililize local transport instead of HTTP on CXF 2.0.13.
Read the simple guide at
http://cxf.apache.org/docs/local-transport.html, googled, debugged CXF
back and forth but failed anyway: INFO: Interceptor has thrown
exception,…
|
1 | Sep 7, 2010 08:45 |
Sep 10, 2010 14:30 |
|
|
CXF Interceptors problem in OSGi By: matteo Dear all, Let me briefly introduce my environment: OSGi exec
environment - equinox implementation, version
org.eclipse.osgi_3.5.2.R35x_v20100126 Apache CXF - version
2.2.10 I'm trying to enable CXF interceptors to address security
issues…
|
3 | Sep 7, 2010 09:37 |
Sep 10, 2010 05:54 |
|
|
Generate client during runtime By: alwoude Guys, is it possible to generate a client runtime? I mean, I start
my app and based on things happening I call a different service. Can
I when running my app, read in the WSDL and create the code I need to
interact with the service. I am…
|
1 | Sep 7, 2010 09:38 |
Sep 7, 2010 13:21 |
|
|
Role based Access Control (RBAC) for web services By: devkatiyar Hi , I have to develop role based access control for the securing
my web services .. can any one suggest me best framework and some
reference so that i can implement Thanks All.
|
3 | Sep 7, 2010 09:38 |
Sep 15, 2010 07:48 |
|
|
java2ws ERROR unable to find cxf-manifest.jar By: bord hi, hopefully simple for someone. Several months ago i had no
problems with CXF tools using CXF 2.2.6. Today i downloaded CXF 2.2.10
and cannot get tools such as java2ws to work. am seeing: ERROR:
Unable to find cxf-manifest.jar in…
|
3 | Sep 7, 2010 11:04 |
Sep 7, 2010 20:48 |
|
|
jaxb formatting in jaxrs By: Jason Chaffee I am looking for an easy way to jaxb formatting on a per request
basis in jaxrs. I see the code in JaxbElementProvider is looking up
values from the MessageContext to set them in the marshaller.
However, I am not quite sure how those values are…
|
0 | Sep 7, 2010 18:04 |
Sep 7, 2010 18:04 |
|
|
Re: how does java2ws chose the port# for service By: Daniel Kulp On Tuesday 07 September 2010 9:26:27 pm bord wrote: > i imagine
the subject is a simple beginner question but i cannot find the >
answer. > when i use java2ws the port number gets assigned to 9090.
> i checked the entire samples…
|
2 | Sep 7, 2010 22:29 |
Sep 8, 2010 13:50 |