Click here to Skip to main content
15,905,782 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: Logout -> Browser Back Button = Login Page Pin
Shog99-Jul-08 5:58
sitebuilderShog99-Jul-08 5:58 
QuestionAccess to the path is denied Pin
Banjo Ayorinde9-Jul-08 1:55
Banjo Ayorinde9-Jul-08 1:55 
QuestionHow to decode Email Body format? Pin
hifiger20049-Jul-08 1:23
hifiger20049-Jul-08 1:23 
AnswerRe: How to decode Email Body format? Pin
Shog99-Jul-08 4:25
sitebuilderShog99-Jul-08 4:25 
GeneralRe: How to decode Email Body format? Pin
hifiger20049-Jul-08 19:59
hifiger20049-Jul-08 19:59 
QuestionBeginner: How to use web services using Javascript Pin
reb1rth8-Jul-08 22:45
reb1rth8-Jul-08 22:45 
AnswerRe: Beginner: How to use web services using Javascript Pin
Christian Graus9-Jul-08 1:31
protectorChristian Graus9-Jul-08 1:31 
GeneralRe: Beginner: How to use web services using Javascript Pin
reb1rth9-Jul-08 23:44
reb1rth9-Jul-08 23:44 
There is this error 415. which i believe is the Unsupported media type; bad format error. how do i solve this.


req.open("POST", url , true);
        //req.setRequestHeader("POST", "/calculator.asmx HTTP/1.1");
        req.setRequestHeader("Host", "webservices.iter.dk")
        req.setRequestHeader("Content-Type", "text/xmltext/xml; charset=utf-8");
        req.SetRequestHeader("Content-Length", "length")
        req.setRequestHeader("SOAPAction", "http://www.iter.dk/webservices/calculator.asmx/Add")


        req.send("" +
                    "\n\n" +
                    "<soap:envelope">             ' xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"'+
            ' xmlns:xsd="http://www.w3.org/2001/XMLSchema"'+
            ' xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">' +
                    "<soap:body xmlns:soap="#unknown">" + "/n" +
            ' <add xmlns="http://www.iter.dk/webservices/calculator.asmx">' +
            '<inta>' + intA + '</inta>' +
            '<intb>' + intB + '</intb>' +
            '</add>' + "/n" +
            '</soap:body>' + "/n" +
            '' + "/n");


        return false;


is there something wrong with the code above ?
QuestionBeginers Question: Developing Websites With Discussion Options Pin
Hadi8-Jul-08 12:28
Hadi8-Jul-08 12:28 
AnswerRe: Beginers Question: Developing Websites With Discussion Options Pin
Christian Graus8-Jul-08 14:30
protectorChristian Graus8-Jul-08 14:30 
QuestionIE7 vs FF3 issue... Pin
l a u r e n8-Jul-08 9:33
l a u r e n8-Jul-08 9:33 
AnswerRe: IE7 vs FF3 issue... Pin
Shog98-Jul-08 15:39
sitebuilderShog98-Jul-08 15:39 
QuestionDiacritics (accent characters) getting stripped on form post Pin
Mark J. Miller8-Jul-08 6:23
Mark J. Miller8-Jul-08 6:23 
AnswerRe: Diacritics (accent characters) getting stripped on form post Pin
Shog98-Jul-08 8:22
sitebuilderShog98-Jul-08 8:22 
GeneralRe: Diacritics (accent characters) getting stripped on form post Pin
Mark J. Miller8-Jul-08 9:17
Mark J. Miller8-Jul-08 9:17 
QuestionEmbed WPF user control in web page Pin
cristi2go8-Jul-08 3:30
cristi2go8-Jul-08 3:30 
QuestionGoogle lab type functionality Pin
KambojR8-Jul-08 0:21
KambojR8-Jul-08 0:21 
AnswerRe: Google lab type functionality Pin
Ashfield8-Jul-08 2:26
Ashfield8-Jul-08 2:26 
GeneralRe: Google lab type functionality Pin
KambojR8-Jul-08 18:39
KambojR8-Jul-08 18:39 
GeneralRe: Google lab type functionality Pin
Ashfield8-Jul-08 22:42
Ashfield8-Jul-08 22:42 
GeneralRe: Google lab type functionality Pin
KambojR8-Jul-08 22:49
KambojR8-Jul-08 22:49 
GeneralRe: Google lab type functionality Pin
Ashfield9-Jul-08 9:35
Ashfield9-Jul-08 9:35 
GeneralRe: Google lab type functionality Pin
KambojR10-Jul-08 0:59
KambojR10-Jul-08 0:59 
GeneralRe: Google lab type functionality Pin
Shog910-Jul-08 7:41
sitebuilderShog910-Jul-08 7:41 
QuestionDetermine finished file download [modified] Pin
JohnFernandez7-Jul-08 8:48
JohnFernandez7-Jul-08 8:48 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.