Re: Beginner Question - Deploying components on the fly.

2008-06-09 Thread Simon Laws
Hi Chris Some more thoughts and some comments in line.. A service is defined by a contract/interface and collects together a set of related operations. A service may provide an endpoint through which remote clients can access it over the network A component provides the implementation for one or

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

2008-06-09 Thread Simon Nash
Jean-Sebastien Delfino wrote: 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

RE: Beginner Question - Deploying components on the fly.

2008-06-09 Thread Miles, Chris
Hi, Thanks again for the reply. I think we are nearly reaching a point of agreement on this; however I am still unsure of how some of the intricacies will work. I can see how the samples are working, as Tuscany has automatic access to the files required as they are included within the same

Tools to test SCA applications

2008-06-09 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: Error seen when deploying a web service using tuscany

2008-06-09 Thread Mohan, Mithun
Hi , Thanks for updating the tutorial I am able to access the page http://localhost:8080/HelloWorld?wsdl and retrieve the WSDL of the webservice . But how do I access the webservice ? I tried giving http://localhost:8080/HelloWorld but it gave me the below exception Exception

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

2008-06-09 Thread Jean-Sebastien Delfino
Simon Nash wrote: Jean-Sebastien Delfino wrote: 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: