Hello Karl-Heinz,

It could be that the issue is not with UniVerse, rather at the web server end. If you can share the source code with us which you are using to build up the request this may help us to trace the problem. Also, are you running UniVerse or UniData and on which OS?

I would suggest turning on protocol logging which should help in locating the cause of the problem. To do this use the protocolLogging() function which requires three parameters
1. The name of the file to which you want to save the logs.
2. ON
3. 10 (level 10 should give you enough info to help you with debugging).

The function returns true or false depending on whether or not logging has started successfully.

Other than that, try searching the mailing list. I would bet that you are not the only one who has had this problem. Otherwise check the BASIC Extensions documentation at the Rocket website.

Mit freundlichen Grüßen

Glenn Sallis
Glenn Sallis Softwareentwicklung und Beratung



Am 23.08.2011 21:03, schrieb Karl-Heinz Winter:
in a header with post-data I have to create the header-information like this:

Content-type: text/xml;charset="UTF-8"
Accept: text/xml, multipart/related, text/html, image/gif, image/jpeg, *; q=.2, */*; q=.2

When creating it with "setRequestHeader" or with "addRequestParamete" I will receive the error 415 (Unsupported media type) from the server. How can I create the correct header?

Thanks in advance
Karl-Heinz

_______________________________________________
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

_______________________________________________
U2-Users mailing list
U2-Users@listserver.u2ug.org
http://listserver.u2ug.org/mailman/listinfo/u2-users

Reply via email to