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 Policy

AW: Problems with Conversational and Webservices

2007-10-17 Thread Dietrich , Björn
Betreff: Re: Problems with Conversational and Webservices On 10/17/07, Dietrich, Björn <[EMAIL PROTECTED]> wrote: > > > > > > -Ursprüngliche Nachricht- > Von: Simon Laws [mailto:[EMAIL PROTECTED] > Gesendet: Dienstag, 16. Oktober 2007 18:38 > An: tuscany

AW: Problems with Conversational and Webservices

2007-10-17 Thread Dietrich , Björn
-Ursprüngliche Nachricht- Von: Simon Laws [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 16. Oktober 2007 18:38 An: tuscany-user@ws.apache.org Betreff: Re: Problems with Conversational and Webservices On 10/16/07, Dietrich, Björn <[EMAIL PROTECTED]> wrote: > > Hi, > >

AW: Problems with Conversational and Webservices

2007-10-17 Thread Dietrich , Björn
4002d850-bc7c-47b0-b866-99d1f3bfdfad Greetings Björn -Ursprüngliche Nachricht- Von: Simon Laws [mailto:[EMAIL PROTECTED] Gesendet: Dienstag, 16. Oktober 2007 18:38 An: tus

Problems with Conversational and Webservices

2007-10-16 Thread Dietrich , Björn
Hi, I have a problem with coversational and webservice binding. I have a Service which is conversational and uses the @ConversationID to get a ConversationID. I have a function getSessionID to read this conversationID. I use this function to get the ID on client-side and print it out. With PO

Re: Helloworld Webservice and Security Policies

2007-10-16 Thread Dietrich , Björn
help you further. Thanks - Venkat On 10/15/07, Dietrich, Björn <[EMAIL PROTECTED]> wrote: > > Hi, > > > I tried to understand the helloworld-ws-reference-secure and > helloworld-ws-service-secure example, provided with the SCA Version 1.0. > > In the defin

Helloworld Webservice and Security Policies

2007-10-15 Thread Dietrich , Björn
Hi, I tried to understand the helloworld-ws-reference-secure and helloworld-ws-service-secure example, provided with the SCA Version 1.0. In the defintions.xml there are Policies defined for security. I think the Username is provided directly in this Policy-file. For both client and service

Java-Exceptions <--> WSDL-Fault Mapping

2007-09-07 Thread Dietrich , Björn
Hi All, Is it possible to throw a java-exception in a Tuscany/SCA-Webservice and catch the exception in the Tuscany/SCA-Webservice-Client. I tried to extend the HelloWorldws-Example to throw a java exception but there seems to be something wrong with the mapping to the wsdl-fault. Is there an