Re: Fwd: CXF has graduated!

2008-04-17 Thread pierre post
Congratulations to everyone who is involved and best luck for the future! Pierre Forwarding this to cxf-user as it's as important for them as well. Dan -- Forwarded Message -- Subject: CXF has graduated! Date: Wednesday 16 April 2008 From: Jim Jagielski <[EMAIL PROTECT

Qualified/unqualified namespace interoperability problem

2008-04-14 Thread pierre post
Hi all, I have an interoperability problem when calling an Apache CXF Web service (CXF version is 2.0.4) running under Apache Tomcat 6 from a VBA client program using MS Office 2003 Web Services Toolkit 2.03. When sending a request from the VBA client to the server, the response fails with th

Re: Href attribute support in soap envelope body

2008-02-26 Thread pierre post
ciss.annuaire; That should flip CXF to using qualified schemas. Dan On Tuesday 26 February 2008, pierre post wrote: Ok, I am now sure that I use wrapped/doc/lit on both sides, I have removed the @SOAPBinding on the Java side and the mentioned RegisterInvokeOptions call instructs Delphi to use &

Re: Href attribute support in soap envelope body

2008-02-26 Thread pierre post
xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";> TestFromDelphi Dan On Monday 25 February 2008, pierre post wrote: Thanks for pointing me in the right d

Re: Href attribute support in soap envelope body

2008-02-25 Thread pierre post
27;t know Delphi, is there any configuration option to tell it to use literal rather than encoded? Or if Delphi can't do RPC/literal, try removing the @SOAPBinding annotation from your service to make it use wrapped document/literal and see if Delphi likes that any better. Ian pierre post

Href attribute support in soap envelope body

2008-02-18 Thread pierre post
I noticed that the Delphi SOAP request uses a reference for the third parameter (href="#1") but the Java SOAP request does not. Is it possible that CXF doesn't support this kind of references? Is there a workaround in CXF to support the request or perhaps in Delphi to suppress the use of the reference? Thank you in advance for any comments on this issue. Best regards, Pierre Post

Href attribute support in soap envelope body

2008-02-18 Thread pierre post
> 1 I noticed that the Delphi SOAP request uses a reference for the third parameter (href="#1") but the Java SOAP request does not. Is it possible that CXF doesn't support this kind of references? Is there a workaround in CXF to support the request or perhaps in Delphi to suppress the use of the reference? Thanks in advance for any comments on this issue. Best regards, Pierre Post