Re: Handling authentication for non-web services?

2007-10-23 Thread Venkata Krishnan
Hi, I have added some minor updates to the the helloworld-ws-service-secure and helloworld-ws-reference-secure samples to given an idea of how simple authentication around userid and passwords could be performed. I have also added one more component that uses a policyset with ws-security-policy

WS-Reference and Basic HTTP Authentication

2007-10-23 Thread Dietrich , Björn
Hi, Is there a possibility to call a WebService which is protected by HTTP-Basic-Authentification. I was looking at the WS-Secure examples. But from my understanding they use some SOAP-Authentification. From my current understanding HTTP-Basic-Authentification is not implemented using

Re: Databinding, dataobject - UI Component

2007-10-23 Thread kelvin goodson
For anyone who has an interest in how this thread is unfolding, there is a follow up in https://issues.apache.org/jira/browse/TUSCANY-1527, which I hope to progress some more soon. Kelvin. On 14/06/2007, Frank Budinsky [EMAIL PROTECTED] wrote: Hi Bert, I think I'm following this at a high

Re: Generating Ant Re: Please nominate the bug fixes for Tuscany SCA Java 1.0.1 release

2007-10-23 Thread Jean-Sebastien Delfino
Raymond Feng wrote: Hi, The plugin is a great relief. Thanks! For the binary distro, we used to have all the jars (including tuscany and 3rd party) under lib folder. Are you proposing to have tuscany jars under modules and 3rd party jars under lib now? It seems that the generated ant

Re: SCA WCF Integration

2007-10-23 Thread Jean-Sebastien Delfino
Jean-Sebastien Delfino wrote: Anderson, Jeff T (CA - Toronto) wrote: Our client is also very interested in this topic, be very interested in seeing how it performed tighter integration, such as being able to declare an intent on a wcf service method and use the Tuscany or other SCA policy

RE: Handling authentication for non-web services?

2007-10-23 Thread Jason Clark
Thanks for the updates. I'm slowly starting to figure this out. A quick question though. What is the usefulness of putting the user in the defintions.xml file? -Jason

RE: SCA WCF Integration

2007-10-23 Thread Anderson, Jeff T (CA - Toronto)
Again, I think this would be a definite value. Jeff From: Jean-Sebastien Delfino [mailto:[EMAIL PROTECTED] Sent: Tue 2007-10-23 14:23 To: tuscany-user@ws.apache.org Subject: Re: SCA WCF Integration Jean-Sebastien Delfino wrote: Anderson, Jeff T (CA - Toronto)

Re: Generating Ant Re: Please nominate the bug fixes for Tuscany SCA Java 1.0.1 release

2007-10-23 Thread Raymond Feng
Hi, I found one issue with the plugin. In some cases, we exclude jars from the binary distro, for example, excluding the stax-api-1.0.1 as jaxb-api already pulls in stax-api-1.0-2. But the plugin doesn't have such knowledge. As a result, the generated ant script might reference a non-existing