Sudha Mathew created AXIS2-5386:
-----------------------------------

             Summary: org.apache.axis2.AxisFault: Transport error: 407 Error: 
Proxy Authentication Required ( The ISA Server..
                 Key: AXIS2-5386
                 URL: https://issues.apache.org/jira/browse/AXIS2-5386
             Project: Axis2
          Issue Type: Task
          Components: transports
    Affects Versions: 1.6.2
         Environment: Axis2 1.6 generated java stubs using WSDL2JAVA adb 
databinding.
            Reporter: Sudha Mathew
            Priority: Blocker


I am using the tutorial provided for ADB databinding client in this url
http://axis.apache.org/axis2/java/core/docs/quickstartguide.html#clientadb
However when I run the client code I get the following error 
.org.apache.axis2.AxisFault: Transport error: 407 Error: Proxy Authentication 
Required ( The ISA Server requires authorization to fulfill the request. Access 
to the Web Proxy filter is denied.  )
We have got this error when we used Axis2 1.4 and we solved this by adding the 
following in the stub
            
System.setProperty("javax.net.ssl.trustStore","D:/certificates/TRANS/pi-truststore.jks");
            
System.setProperty("javax.net.ssl.keyStore","D:/certificates/TRANS/pi-client-keystore.jks");
            System.setProperty("javax.net.ssl.trustStorePassword","changeit" );
            System.setProperty("javax.net.ssl.keyStorePassword","1111");
            System.setProperty("java.protocol.handler.pkgs", 
"com.ibm.net.ssl.internal.www.protocol");
This is not working in Axis2 1.6 code.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: 
https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to