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 "Bjorn Townsend (JIRA)" <ax...@ws.apache.org> on 2007/04/13 01:39:15 UTC

[jira] Created: (AXIS-2650) Tests depending on the services hosted at soapinterop.java.sun.com cannot run

Tests depending on the services hosted at soapinterop.java.sun.com cannot run
-----------------------------------------------------------------------------

                 Key: AXIS-2650
                 URL: https://issues.apache.org/jira/browse/AXIS-2650
             Project: Axis
          Issue Type: Bug
            Reporter: Bjorn Townsend


Axis's test suite contains a number of tests that depend on services hosted on soapinterop.java.sun.com in order to run.  Unfortunately, that host seems to have been taken down by Sun -- the hostname still resolves but the host is not responsive. Since the Axis tests can't get the wsdl they need from the soapinterop website, they die with an exception.  

In order for future versions of Axis 1.x tests, one of the following things needs to happen:

1) Sun reinstates the web services previously hosted on soapinterop.java.sun.com
2) The services are mirrored elsewhere for the Axis tests to hit
3) Replacement tests are created
or, most undesirably, 
4) The tests that depend on these services are simply dropped from the Axis test suite.

I have already contacted the SoapBuilders webmaster at Sun regarding option #1, but have not received a response.  I did find that on the Sun SoapBuilders website, links to soapinterop.java.sun.com still exist:

http://java.sun.com/webservices/interop/soapbuilders/ (soapbuilders website)
http://java.sun.com/webservices/interop/soapbuilders/r2/ (contains links to soapinterop wsdls)

Ideally, we can find a way to make these tests usable again.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Resolved: (AXIS-2650) Tests depending on the services hosted at soapinterop.java.sun.com cannot run

Posted by "Glen Daniels (JIRA)" <ax...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS-2650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Glen Daniels resolved AXIS-2650.
--------------------------------

    Resolution: Fixed

Hi Bjorn,

I pointed the tests at other versions of the same WSDLs, hosted at either WhiteMesa or from GSoap, and the build works again, so I'm marking this resolved.

In general interop tests like this should not really be required to build Axis, IMHO.  It's good info to have, but our actual tests should be able to run standalone using the Playback service - that can test our stuff against constant hand-rolled XML without worrying if a remote endpoint is up or not.  Then we can have a separate "interop" target which actually runs the tests against the real endpoints, but isn't required for the main build.  I should open an enhancement for that. :)

Thanks for the issue!
--Glen


> Tests depending on the services hosted at soapinterop.java.sun.com cannot run
> -----------------------------------------------------------------------------
>
>                 Key: AXIS-2650
>                 URL: https://issues.apache.org/jira/browse/AXIS-2650
>             Project: Axis
>          Issue Type: Bug
>    Affects Versions: current (nightly), 1.4
>            Reporter: Bjorn Townsend
>            Priority: Blocker
>             Fix For: current (nightly)
>
>
> Axis's test suite contains a number of tests that depend on services hosted on soapinterop.java.sun.com in order to run.  Unfortunately, that host seems to have been taken down by Sun -- the hostname still resolves but the host is not responsive. Since the Axis tests can't get the wsdl they need from the soapinterop website, they die with an exception.  
> In order for future versions of Axis 1.x tests, one of the following things needs to happen:
> 1) Sun reinstates the web services previously hosted on soapinterop.java.sun.com
> 2) The services are mirrored elsewhere for the Axis tests to hit
> 3) Replacement tests are created
> or, most undesirably, 
> 4) The tests that depend on these services are simply dropped from the Axis test suite.
> I have already contacted the SoapBuilders webmaster at Sun regarding option #1, but have not received a response.  I did find that on the Sun SoapBuilders website, links to soapinterop.java.sun.com still exist:
> http://java.sun.com/webservices/interop/soapbuilders/ (soapbuilders website)
> http://java.sun.com/webservices/interop/soapbuilders/r2/ (contains links to soapinterop wsdls)
> Ideally, we can find a way to make these tests usable again.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Commented: (AXIS-2650) Tests depending on the services hosted at soapinterop.java.sun.com cannot run

Posted by "Bjorn Townsend (JIRA)" <ax...@ws.apache.org>.
    [ https://issues.apache.org/jira/browse/AXIS-2650?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12490482 ] 

Bjorn Townsend commented on AXIS-2650:
--------------------------------------

Glen Daniels fixed this issue in r530657; it can be resolved.

> Tests depending on the services hosted at soapinterop.java.sun.com cannot run
> -----------------------------------------------------------------------------
>
>                 Key: AXIS-2650
>                 URL: https://issues.apache.org/jira/browse/AXIS-2650
>             Project: Axis
>          Issue Type: Bug
>    Affects Versions: current (nightly), 1.4
>            Reporter: Bjorn Townsend
>            Priority: Blocker
>             Fix For: current (nightly)
>
>
> Axis's test suite contains a number of tests that depend on services hosted on soapinterop.java.sun.com in order to run.  Unfortunately, that host seems to have been taken down by Sun -- the hostname still resolves but the host is not responsive. Since the Axis tests can't get the wsdl they need from the soapinterop website, they die with an exception.  
> In order for future versions of Axis 1.x tests, one of the following things needs to happen:
> 1) Sun reinstates the web services previously hosted on soapinterop.java.sun.com
> 2) The services are mirrored elsewhere for the Axis tests to hit
> 3) Replacement tests are created
> or, most undesirably, 
> 4) The tests that depend on these services are simply dropped from the Axis test suite.
> I have already contacted the SoapBuilders webmaster at Sun regarding option #1, but have not received a response.  I did find that on the Sun SoapBuilders website, links to soapinterop.java.sun.com still exist:
> http://java.sun.com/webservices/interop/soapbuilders/ (soapbuilders website)
> http://java.sun.com/webservices/interop/soapbuilders/r2/ (contains links to soapinterop wsdls)
> Ideally, we can find a way to make these tests usable again.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org


[jira] Updated: (AXIS-2650) Tests depending on the services hosted at soapinterop.java.sun.com cannot run

Posted by "Bjorn Townsend (JIRA)" <ax...@ws.apache.org>.
     [ https://issues.apache.org/jira/browse/AXIS-2650?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Bjorn Townsend updated AXIS-2650:
---------------------------------

        Fix Version/s: current (nightly)
             Priority: Blocker  (was: Major)
    Affects Version/s: 1.4
                       current (nightly)

> Tests depending on the services hosted at soapinterop.java.sun.com cannot run
> -----------------------------------------------------------------------------
>
>                 Key: AXIS-2650
>                 URL: https://issues.apache.org/jira/browse/AXIS-2650
>             Project: Axis
>          Issue Type: Bug
>    Affects Versions: current (nightly), 1.4
>            Reporter: Bjorn Townsend
>            Priority: Blocker
>             Fix For: current (nightly)
>
>
> Axis's test suite contains a number of tests that depend on services hosted on soapinterop.java.sun.com in order to run.  Unfortunately, that host seems to have been taken down by Sun -- the hostname still resolves but the host is not responsive. Since the Axis tests can't get the wsdl they need from the soapinterop website, they die with an exception.  
> In order for future versions of Axis 1.x tests, one of the following things needs to happen:
> 1) Sun reinstates the web services previously hosted on soapinterop.java.sun.com
> 2) The services are mirrored elsewhere for the Axis tests to hit
> 3) Replacement tests are created
> or, most undesirably, 
> 4) The tests that depend on these services are simply dropped from the Axis test suite.
> I have already contacted the SoapBuilders webmaster at Sun regarding option #1, but have not received a response.  I did find that on the Sun SoapBuilders website, links to soapinterop.java.sun.com still exist:
> http://java.sun.com/webservices/interop/soapbuilders/ (soapbuilders website)
> http://java.sun.com/webservices/interop/soapbuilders/r2/ (contains links to soapinterop wsdls)
> Ideally, we can find a way to make these tests usable again.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-dev-help@ws.apache.org