veledrom 32 Master Poster

Hi,

I have a few SOAP+WSDL examples and all work fine. All have this bit in all my WSDL files:

<definitions name="MyExample"
targetNamespace="http://localhost/myapache/friends.wsdl"
xmlns:tns="http://localhost/myapache/friends.wsdl"
xmlns="http://schemas.xmlsoap.org/wsdl/"
xmlns:soap="http://schemas.xmlsoap.org/wsdl/soap/"
xmlns:xsd="http://www.w3.org/2001/XMLSchema"
>

I am wondering if I can host these 3 links (last 3 with red coloured) on my local server as well. I mean if these are taken off from web or links are changed, my examples won't work. How can I download relevant files to my local server? If not is there any other solution?

Thanks in advance