SAML signed token rejected

2008-03-04 Thread Benjamin Coiffe
xmlns:exc14n=http://www.w3.org/2001/10/xml-exc-c14n#; PrefixList= / ( this is useless though since the prefixlist is empty...). I am a bit confused and don't really know what to think. In addition, I can not find in the specs the section about this. Any help would be appreciated. Thanks, Benjamin Coiffe

saml holder of key and CXF

2008-02-12 Thread Benjamin Coiffe
(GetDatabases, new Object[0]); System.out.println(o); } catch (Exception e) { e.printStackTrace(); } } Benjamin Coiffe

wsdl containing multiple ports and dynamic client

2008-01-28 Thread Benjamin Coiffe
want to be able to change that before invoking the Web Service. Any Ideas? Thanks, Benjamin Coiffe

Wrapped/UnWrapped document/literal question and issues

2008-01-25 Thread Benjamin Coiffe
and that must point to an XSD element (Basic Profile section 5.3.1, section 4.7.8 R2712). In Short the CXF SOAP message is not conform to the WS-I. For your information, I was using the Dynamic client to generate this. Any clarification appreciated, Benjamin Coiffe

[Dynamic Client, TypeClassInitializer, Wrapped operation] problem

2008-01-24 Thread Benjamin Coiffe
Hi, The WSDL pasted at the end of this email contains two methods: getApprovedTerms, verifyTerm. There signatures are very close, yet, verifyItem is wrappable and getApprovedTerms isn't...Can somebody please explain me why? I am working with CXF 2.0.1 patched. I did update TypeClassSerializer

FW: [Dynamic Client, TypeClassInitializer, Wrapped operation] problem

2008-01-24 Thread Benjamin Coiffe
Fyi, it fails to find the class for {http://sii.gri.roche.com}:verifyTerm although it was generated. I believe the bug here is that the operation is not Wrappable but can somebody confirm? Thanks -Original Message- From: Benjamin Coiffe [mailto:[EMAIL PROTECTED] Sent: 24 January 2008 15

RE: [Dynamic Client, TypeClassInitializer, Wrapped operation] problem

2008-01-24 Thread Benjamin Coiffe
Kulp [mailto:[EMAIL PROTECTED] Sent: 24 January 2008 17:43 To: Benjamin Coiffe Cc: cxf-user@incubator.apache.org Subject: Re: [Dynamic Client, TypeClassInitializer, Wrapped operation] problem Ben, This won't do what you think. The DEFAULT is to enable wrapper style. The customization you

WebLogic, AquaLogic and CXF

2008-01-24 Thread Benjamin Coiffe
Hi, I would like to know if any of you had a successful integration between these technologies. Basically, calling CXF Web Services from an EBA platform and calling EBA web Services from CXF? Any answer (link to a blog, anything) appreciated, Thanks Benjamin Coiffe

RE: [Dynamic Client, TypeClassInitializer, Wrapped operation] problem

2008-01-24 Thread Benjamin Coiffe
- From: Daniel Kulp [mailto:[EMAIL PROTECTED] Sent: 24 January 2008 18:48 To: cxf-user@incubator.apache.org Cc: Benjamin Coiffe Subject: Re: [Dynamic Client, TypeClassInitializer, Wrapped operation] problem Honestly, I think this was a bug in 2.0.1 that was fixed in 2.0.2 (or .3). I HIGHLY suggest

JMS and CXF: I want a ws method to handle only one message at a time

2008-01-18 Thread Benjamin Coiffe
the end of the execution. I can't reproduce this behaviour in my environment. Is there a way to configure this? Any ideas? Benjamin Coiffe

JMS Topic and CXF

2008-01-17 Thread Benjamin Coiffe
Hi, I was wondering if it is possible to open a JMS topic or queue using CXF. I know from the mailing-list and the doc that it is possible to send messages to a topic and a queue but I could not find anything to answer my question... If the answer is no, has anybody ever tried a lightweight

RE: dynamic client fails to create service

2007-12-10 Thread Benjamin Coiffe
Benjamin Coiffe, Software Engineer InforSense Ltd. Colet Court 100 Hammersmith Road London W6 7JP Email: [EMAIL PROTECTED] Skype: benjamin.inforsense -Original Message- From: tog [mailto:[EMAIL PROTECTED] Sent: Sun 12/9/2007 8:58 AM To: cxf-user@incubator.apache.org Subject: Re

FW: dynamic client fails to create service

2007-12-10 Thread Benjamin Coiffe
I forgot to attach the wsdl... Hi, The Dymamic client factory fails to create a client for the WSDL I have attached to this email. It is because of the complex type and the reference to a schema: s:element name=GetMaterialDataResponse s:complexType s:sequence

RE: dynamic client fails to create service

2007-12-10 Thread Benjamin Coiffe
It got removed. It is at the end of the email. Thanks Hi, The Dymamic client factory fails to create a client for the WSDL I have attached to this email. It is because of the complex type and the reference to a schema: s:element name=GetMaterialDataResponse s:complexType

dynamic client fails to create service

2007-12-08 Thread Benjamin Coiffe
Hi, The Dymamic client factory fails to create a client for the WSDL I have attached to this email. It is because of the complex type and the reference to a schema: s:element name=GetMaterialDataResponse s:complexType s:sequence s:element minOccurs=0

RE: Terra service

2007-11-13 Thread Benjamin Coiffe
Guillaume It could be this: CXF-1168. It has been fixed recently. And the stacktrace below is probably similar to what you have: 7 ERROR [STDERR] org.apache.cxf.service.factory.ServiceConstructionException 12:04:26,837 ERROR [STDERR] at

Problem with data binding (XJC)

2007-11-13 Thread Benjamin Coiffe
Hi, I have problems trying to use the Dynamic Client for the web service: http://www.ncbi.nlm.nih.gov/entrez/eutils/soap/efetch.wsdl. It throws an exception that I copy-paste at the end of this email. I am using cxf 2.0.1. Is that something that could be fixed in future releases of XJC or

RE: question about http://schemas.xmlsoap.org/soap/encoding/ and Dynamic Client

2007-11-12 Thread Benjamin Coiffe
Thanks for the answer James, Unfortunately, I don't think that it would help because the exception is thrown when the wsdl is parsed (using XJC I believe)... Any other suggestions? Thanks, Benjamin -Original Message- From: James Mao [mailto:[EMAIL PROTECTED] Sent: 12 November 2007

question about http://schemas.xmlsoap.org/soap/encoding/ and Dynamic Client

2007-11-10 Thread Benjamin Coiffe
Hi all, I noticed that the dynamic client can not handle objects of type belonging to http://schemas.xmlsoap.org/soap/encoding/. (at least the arrayType). For example, whenever I try to use the Dynamic Client with this http://soap.genome.jp/KEGG.wsdl , I get the following Exception. I haven't

RE: Return direct XML

2007-11-07 Thread Benjamin Coiffe
Hi, I was trying to use Aegis Binding on the Dynamic client (DynamicClientFactory.createClient()) but it is hard coded to use JAXB. Is there a specific reason for this or could I confidently modify the source code of my distribution and expect it to run using Aegis bindings? Thanks, Ps: benson,

RE: Dynamic Client byte[]

2007-11-02 Thread Benjamin Coiffe
02, 2007 8:42 AM To: cxf-user@incubator.apache.org Subject: RE: Dynamic Client byte[] I've got your failure reproed on the trunk. Don't Bother. JIRA to follow, then debugging. -Original Message- From: Benjamin Coiffe [mailto:[EMAIL PROTECTED] Sent: Friday, November 02, 2007 8

RE: Dynamic Client byte[]

2007-11-02 Thread Benjamin Coiffe
, and it fails for lack of an endpoint, not for your reason. I should have started by asking: what version of CXF have you got there? -Original Message- From: Benjamin Coiffe [mailto:[EMAIL PROTECTED] Sent: Friday, November 02, 2007 8:24 AM To: cxf-user@incubator.apache.org Subject: RE

RE: Dynamic Client byte[]

2007-11-02 Thread Benjamin Coiffe
: Benjamin Coiffe [mailto:[EMAIL PROTECTED] Sent: 02 November 2007 11:31 To: cxf-user@incubator.apache.org Subject: Dynamic Client byte[] Hi, I am trying to create a Dynamic Client from a wsdl that contains an operation returning a base64binary (byte[]). The method DynamicClient.createClient(http

RE: Dynamic Client byte[]

2007-11-02 Thread Benjamin Coiffe
- From: Benson Margulies [mailto:[EMAIL PROTECTED] Sent: 02 November 2007 12:11 To: cxf-user@incubator.apache.org Subject: RE: Dynamic Client byte[] Are you sure you mean DynamicClient.create and not DynamicClientFactory.create? -Original Message- From: Benjamin Coiffe [mailto:[EMAIL

RE: Dynamic Client byte[]

2007-11-02 Thread Benjamin Coiffe
Margulies [mailto:[EMAIL PROTECTED] Sent: 02 November 2007 12:56 To: cxf-user@incubator.apache.org Subject: RE: Dynamic Client byte[] I'm coding your fix. Can you think of a WSDL construct that would amount to foo[][]? -Original Message- From: Benjamin Coiffe [mailto:[EMAIL PROTECTED