[jbossws-issues] [JBoss JIRA] Created: (JBWS-2697) Consistent Configuration for HTTP connections

Darran Lofthouse (JIRA) jira-events at lists.jboss.org
Thu Jul 2 09:21:51 EDT 2009


Consistent Configuration for HTTP connections
---------------------------------------------

                 Key: JBWS-2697
                 URL: https://jira.jboss.org/jira/browse/JBWS-2697
             Project: JBoss Web Services
          Issue Type: Feature Request
      Security Level: Public (Everyone can see)
          Components: jbossws-native
    Affects Versions:  jbossws-native-3.1.2
            Reporter: Darran Lofthouse
            Assignee: Alessio Soldano
             Fix For: jbossws-native-3.2.0


When calling a remote endpoint that is either secured using BASIC authentication or using HTTPS (or even both together) we use the java.net.URL.openConnection() method to obtain the WSDL and related XSDs but we then use JBoss Remoting for the WS call.

This means that both connection approaches need to be configured to call the same endpoint.

If would help if there was some way we could unify the configuration so when calling an endpoint this only needs to be configured once.



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

        



More information about the jbossws-issues mailing list