bricoleurs / bricolage

Content management and publishing system
http://www.bricolagecms.org/
111 stars 51 forks source link

SOAP namespace URLs broken #62

Closed brewt closed 8 years ago

brewt commented 8 years ago

Not sure how the SOAP interface works, but I got a request from a client about it breaking. It seems that the URLs mentioned in the examples:

https://github.com/bricoleurs/bricolage/blob/master/lib/Bric/SOAP/Workflow.pm

http://bricolage.sourceforge.net/Bric/SOAP/Auth http://bricolage.sourceforge.net/Bric/SOAP/Workflow etc.

now result in 404s. Does anyone know where we can get copies of them (I couldn't find them in any of the repos). I did find what looks to be assets.xsd in the SOAP.pm:

https://github.com/bricoleurs/bricolage/blob/master/lib/Bric/SOAP.pm

theory commented 8 years ago

I think that's just the namespace specifier; it has never resolved to an actual page, though there was some discussion around ten years back to make it do so.

brewt commented 8 years ago

Thanks David, I'll let them know.