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

2008-06-04 Thread Jean-Sebastien Delfino
Scott Kurz wrote: 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... My app is an order processing app with the following: WSDL service namespace: http://sample/Order/Binding

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 t

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 Raymond Feng
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 src/test/resources/ws

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).

Can't generate a Java interface from a WSDL portType

2008-06-04 Thread Jean-Sebastien Delfino
SCA allows you to define service interfaces using either WSDL or Java (and potentially other languages too). The SCA Java API and Annotations spec v1.0 says (section 1.9) says that the JAX-WS WSDL to Java mapping rules are used to generate Java interfaces from WSDL. I have a WSDL file describ

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 comme