You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by "mai helal (JIRA)" <ji...@apache.org> on 2005/03/08 21:09:53 UTC

[jira] Created: (AXIS2-16) Digest Authentication

Digest Authentication
---------------------

         Key: AXIS2-16
         URL: http://issues.apache.org/jira/browse/AXIS2-16
     Project: Axis2
        Type: Bug
 Environment: WinXP , J2SE5
    Reporter: mai helal
 Assigned to: Davanum Srinivas 


Hi,
i am trying to apply digest authentication 
using the client_config.wsdd 

<?xml version="1.0" encoding="UTF-8"?>
<deployment name="defaultClientConfig" xmlns="http://xml.apache.org/axis/wsdd/" 
xmlns:java="http://xml.apache.org/axis/wsdd/providers/java">
  <transport name="http" pivot="java:org.apache.axis.transport.http.CommonsHTTPSender" />
  <transport name="https" pivot="java:org.apache.axis.transport.http.CommonsHTTPSender"/>
  <transport name="local" pivot="java:org.apache.axis.transport.local.LocalSender"/>
</deployment>

, but the problem now is whenever i tried to 
call the webservice this exception is generated:

<soapenv:Fault>
<faultcode>soapenv:Server.userException</faultcode>
<faultstring>java.lang.reflect.InvocationTargetException
</faultstring>
 
Do u have any idea how can i get rid of this error ??
is there any missed step ??


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira


[jira] Closed: (AXIS2-16) Digest Authentication

Posted by "Davanum Srinivas (JIRA)" <ji...@apache.org>.
     [ http://issues.apache.org/jira/browse/AXIS2-16?page=all ]
     
Davanum Srinivas closed AXIS2-16:
---------------------------------

    Resolution: Won't Fix

wrong project and not enough info to reproduce the problem.

-- dims

> Digest Authentication
> ---------------------
>
>          Key: AXIS2-16
>          URL: http://issues.apache.org/jira/browse/AXIS2-16
>      Project: Axis2
>         Type: Bug
>  Environment: WinXP , J2SE5
>     Reporter: mai helal
>     Assignee: Davanum Srinivas

>
> Hi,
> i am trying to apply digest authentication 
> using the client_config.wsdd 
> <?xml version="1.0" encoding="UTF-8"?>
> <deployment name="defaultClientConfig" xmlns="http://xml.apache.org/axis/wsdd/" 
> xmlns:java="http://xml.apache.org/axis/wsdd/providers/java">
>   <transport name="http" pivot="java:org.apache.axis.transport.http.CommonsHTTPSender" />
>   <transport name="https" pivot="java:org.apache.axis.transport.http.CommonsHTTPSender"/>
>   <transport name="local" pivot="java:org.apache.axis.transport.local.LocalSender"/>
> </deployment>
> , but the problem now is whenever i tried to 
> call the webservice this exception is generated:
> <soapenv:Fault>
> <faultcode>soapenv:Server.userException</faultcode>
> <faultstring>java.lang.reflect.InvocationTargetException
> </faultstring>
>  
> Do u have any idea how can i get rid of this error ??
> is there any missed step ??

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira