Hi Finn
I thank you very much for a very quick answer.
I’m making a homepage, where people should be able to update without having to know anything about XML or Tamino, that’s why I can’t use the interactive interface for this project.
Actually, I wan’t to do the same in my script as the load function in Interactive interface.
The most programming on my homepage is ASP.
Maybe I can do something like this in ASP instead?
For example:
sti=“C:\Inetpub\wwwroot\billeder\skaerm.wav”
Set objXMLHTTP = Server.CreateObject(“Microsoft.XMLHTTP”)
objXMLHTTP.open “PUT”, “http://xml.id.cbs.dk/tamino/bitten/intCol/soundFile”, false
objXMLHTTP.setRequestHeader “Content-Type”,“multipart/form-data;”
objXMLHTTP.send( “_process=” & sti)
But this is no good!
Can you help me?
Bitten
#API-Management#Tamino#webMethods