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

Re: URGENT - CONTINUED Need help again on binding to external web service with login authentication within Tuscany

2008-06-10 Thread Marina Deslaugiers
Hi, Yesterday, I put a message as well as two attachement files on the JIRA issue I have created tuscany-2355 but I did not realize it was not posted on the user-list. So below it is. Thanks for your answer (even if I feel you are very busy) Regards, Marina. Hi, Following your indicati

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 wh

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 when

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 > , even though it took the targetNamespace for > the package name from the service's . >

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 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 JAX-WS TCK. Does it te

Proxy Resolution Non Containment References

2008-06-10 Thread Murtaza Goga
How do the proxies get resolved when a DataObject/DataGraph is de-serialized? Static code was generated against the bank.xsd example within Tuscany and the serialized graph looks like below for two object instances: http://www.example.com/bank";> #//@bank/@Branch.0

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 https://svn.apache.org/repos/asf/incubator/tuscany/java/sca/

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 of the WSDL document defining the imported portType or the 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 but agree that the CXF be