Arnulf Wiedemann wrote: > Hi, > I have a question, is it possible to handle documents of type text/xml with > rivet?
Certainly. > What I want to do is, to build a little SOAP server. > What I get with my configuration of apache is: > unknown content -type: `text/xml' Where do you get that... ? > Do I have to do something special in the httpd.conf file? Ah, I see, you want Rivet to parse those files. Hrm. You might go about that differently: The result in the end has to be some text going out to the client as type text/xml, but does the file have to have an .xml extension or anything like that? > I am sending the request with tclsoap 1.6.7 method POST to a .rvt file to > handle it. > If I remove the -type `text/xml' from being sent, the rest can be handled. You want to use the command: headers type "text/xml" towards the top of your .rvt file... Does that make sense or were you after something else? -- David N. Welton - http://www.dedasys.com/davidw/ Apache, Linux, Tcl Consulting - http://www.dedasys.com/ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
