Entries in the ‘Uncategorized’ Category:

SOAP-ERROR: Parsing WSDL

If you’re writing or consuming webservices with PHP SOAP, it’s possible you run into the SOAP-ERROR: Parsing WSDL problem once. The complete error string is: SOAP-ERROR: Parsing WSDL: Couldn’t load from ‘http://host/service?wsdl’ : <specific error> If you copy and paste the url (including the ?wsdl parameter) in the browser and you see the WSDL file, [...]

Tags: , , , , , ,

Leave a Comment

Keeping track of your config files

I know and use Subversion properties (and the keyword substitution) for quite a while now, but never used all of them and mostly stayed with the Id keyword. This results in a substituted string like this: Because my colleague Arno and myself do a lot of server maintenance and configuration, we ended up maintaining a [...]

Tags: , , , , ,

Leave a Comment

3 years ago in Cambridge

It has been around three years now, since I started my internship at Studio 24. Studio 24 is a Cambrigde (UK) based web agency with over 10 years of expierence, happy to share their knowledge with students willing to learn. In the last year of my training MCT at Howest (University College West Flanders), I [...]

Tags: , , , , , , , ,

Leave a Comment

Deleting Subversion repository files (for real)

Keeping files and directories in the repository is one of the key principles of Subversion, so once you’ve committed something, it’s there for ever. You can delete files, but they still exist somewhere in the repository, so you can go back in time. But there is always that time where you’ve (accidentally) committed a password [...]

Tags: , , , , , , ,

Comments (1)