Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

URLs of Connector XSDs not available anymore #8

Open
ManuelB opened this issue May 29, 2017 · 0 comments
Open

URLs of Connector XSDs not available anymore #8

ManuelB opened this issue May 29, 2017 · 0 comments

Comments

@ManuelB
Copy link

ManuelB commented May 29, 2017

The given URLs for the schemas are not available anymore:

curl -v http://www.mulesoft.org/schema/mule/linkedin/1.0/mule-linkedin.xsd 
*   Trying 199.119.127.132...
* Connected to www.mulesoft.org (199.119.127.132) port 80 (#0)
> GET /schema/mule/linkedin/1.0/mule-linkedin.xsd HTTP/1.1
> Host: www.mulesoft.org
> User-Agent: curl/7.47.0
> Accept: */*
> 
< HTTP/1.1 404 Not Found
< Date: Mon, 29 May 2017 17:55:00 GMT
< Server: Apache
< Content-Length: 306
< Content-Type: text/html; charset=iso-8859-1
< 
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /schema/mule/linkedin/1.0/mule-linkedin.xsd was not found on this server.</p>
<hr>
<address>Apache Server at www.mulesoft.org Port 80</address>
</body></html>
* Connection #0 to host www.mulesoft.org left intact

and

curl -v http://www.mulesoft.org/schema/mule/linkedin/current/mule-linkedin.xsd
*   Trying 199.119.127.132...
* Connected to www.mulesoft.org (199.119.127.132) port 80 (#0)
> GET /schema/mule/linkedin/current/mule-linkedin.xsd HTTP/1.1
> Host: www.mulesoft.org
> User-Agent: curl/7.47.0
> Accept: */*
> 
< HTTP/1.1 404 Not Found
< Date: Mon, 29 May 2017 17:56:08 GMT
< Server: Apache
< Content-Length: 310
< Content-Type: text/html; charset=iso-8859-1
< 
<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<html><head>
<title>404 Not Found</title>
</head><body>
<h1>Not Found</h1>
<p>The requested URL /schema/mule/linkedin/current/mule-linkedin.xsd was not found on this server.</p>
<hr>
<address>Apache Server at www.mulesoft.org Port 80</address>
</body></html>
* Connection #0 to host www.mulesoft.org left intact
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant