Re: Authentication and policy issues

2008-06-04 Thread Steve Chamberlain
On Tue, Jun 3, 2008 at 3:21 PM, Simon Laws [EMAIL PROTECTED] wrote: On Mon, May 19, 2008 at 4:34 PM, Simon Laws [EMAIL PROTECTED] wrote: On Fri, May 9, 2008 at 1:57 PM, Steve Chamberlain [EMAIL PROTECTED] wrote: Hi Simon, Thanks for your reply. Further comments inline below. Best

Re: Can't generate a Java interface from a WSDL portType

2008-06-04 Thread Scott Kurz
The Apache CXF tool issues a warning but still gens Java w/ JAXB databindings from a portType WSDL. On Wed, Jun 4, 2008 at 5:00 PM, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: SCA allows you to define service interfaces using either WSDL or Java (and potentially other languages too). The

Re: Can't generate a Java interface from a WSDL portType

2008-06-04 Thread Jean-Sebastien Delfino
Raymond Feng wrote: Hi, I got the CXF code-gen plugin 2.1 working after debugging the plugin source code :-(. Here is the pom.xml snippt I figured out. Please note I had to override wsdlRoot/testWsdlRoot to be a non-existing file to avoid NPE (I assume it's CXF bug if the wsdl files are in

Re: Can't generate a Java interface from a WSDL portType

2008-06-04 Thread Scott Kurz
Sebastien, I'm surprised the package names would be different.What is the namespace you're using that isn't mapping to the same package in each tool? Just curious... On Wed, Jun 4, 2008 at 7:25 PM, Jean-Sebastien Delfino [EMAIL PROTECTED] wrote: Raymond Feng wrote: Hi, I got the CXF