Tools to test SCA applications

2008-06-10 Thread Vincent Zurczak - EBM WebSourcing
Hello. I am a contributor to the SCA tooling within the Eclipse STP project [0], and I'm trying to evaluate the testing tools for SCA. The STP project already provides a graphical designer to build composites, and SCA annotations for Java implementations. It will also soon propose editors

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

2008-06-10 Thread Simon Nash
Scott Kurz wrote: Simon, The question is do we look at the definitions of the WSDL document defining the imported portType or the definitions of the document defining a WSDL service in terms of the imported portType (since the TNS of each are different). I haven't read all of JAX-WS either

Re: Error seen when deploying a web service using tuscany

2008-06-10 Thread ant elder
That tutorial only covers creating the service, it doesn't cover creating a client to use the service (maybe we should add to the tutorial for that?). We do have some samples which show WS clients, for example helloworld-ws-reference, see

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

2008-06-10 Thread Mike Edwards
Folks, I tend to agree with Simon, that the package name would rightly be derived from the target namespace of the wsdl:definitions/ containing the portType definition, since it's the port type that defines the interface. So +1 to the CXF interpretation. On the other hand, there is a

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

2008-06-10 Thread Scott Kurz
On Tue, Jun 10, 2008 at 4:59 AM, Simon Nash [EMAIL PROTECTED] wrote: I tried this with the Sun RI and was surprised that it took the targetNamespace for the @WebService annotation from the portType's wsdl:definitions, even though it took the targetNamespace for the package name from the

RE: Error seen when deploying a web service using tuscany

2008-06-10 Thread Mohan, Mithun
Hi , Thanks for the reply Ant . I am a bit confused now . I was having a look at the clients in those sample examples and tried to create on for this example (Please find HelloWorldClient attached) . Now I first run the composite file as per the tutorial to create the web service . Now

RE: Beginner Question - Deploying components on the fly.

2008-06-10 Thread Miles, Chris
Thanks again, By including all of the Tuscany jars do you mean the runtime jars or the component jars (i.e. the web app and components need to be packaged together) Chris