Click here to Skip to main content
15,886,110 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: The state information is invalid for this page and might be corrupted. Pin
DiMann30-Nov-08 12:22
DiMann30-Nov-08 12:22 
GeneralRe: The state information is invalid for this page and might be corrupted. Pin
DiMann3-Dec-08 9:48
DiMann3-Dec-08 9:48 
AnswerRe: The state information is invalid for this page and might be corrupted. Pin
DiMann3-Dec-08 11:18
DiMann3-Dec-08 11:18 
QuestionPage Submit Pin
omlac11-Nov-08 19:33
omlac11-Nov-08 19:33 
QuestionWSDL Pin
lgatcodeproject11-Nov-08 18:36
lgatcodeproject11-Nov-08 18:36 
AnswerRe: WSDL Pin
Ashfield12-Nov-08 3:33
Ashfield12-Nov-08 3:33 
GeneralRe: WSDL Pin
Paul Conrad12-Nov-08 4:19
professionalPaul Conrad12-Nov-08 4:19 
QuestionRetrieve Data from another webpage besides XML Pin
Bad Programmer10-Nov-08 21:34
Bad Programmer10-Nov-08 21:34 
Hi,
Im trying to send a XML string to a differet asp page and get the response from it.

'strFileName = an XML file with extension .txt
My Code sample
<pre>Set objXMLHTTP = Server.CreateObject("MSXML2.ServerXMLHTTP")
Set fsoFileSystem = createobject("scripting.filesystemobject")
set fsoFile = fsoFileSystem.OpenTextFile(strFileName,ForReading)
'Read the file into a variable
strACORDXML = fsoFile.ReadAll
fsoFile.Close
set fsoFile =Nothing
objXMLHTTP.open "POST", strURL, False
'Set the option to ignore SSL cert errors
'13056 is SXH_OPTION_IGNORE_SERVER_SSL_CERT_ERROR_FLAGS
objXMLHTTP.setOption 2, 13056
'Set the HTTP headers
objXMLHTTP.setRequestHeader "MIME-Version", "1.0"
objXMLHTTP.setRequestHeader "Content-Type", "Multipart/Related; boundary=MIME_boundary;"
'Send the XML string
objXMLHTTP.send (strACORDXML)
'Get the response
strResponse = objXMLHTTP.responseText </pre>

If I used MSXML2.ServerXMLHTTP object, it gives me time out error:
msxml3.dll error '80072ee2'
The operation timed out

Actually both webpages that's communicating are hosted at the same machine. The main site (ex. aa.domain.com) points to particular folder under it, while another one (ex. bb.domain.com) points to another folder which is two levels
up to the first one.

Please help!!

Bad Programmer

QuestionWeb 2.0 homepage layout question Pin
Member 391904910-Nov-08 21:10
Member 391904910-Nov-08 21:10 
QuestionHyperlink to swf Pin
Sachin Pimpale10-Nov-08 18:57
Sachin Pimpale10-Nov-08 18:57 
AnswerRe: Hyperlink to swf Pin
Mohammad Dayyan10-Nov-08 22:52
Mohammad Dayyan10-Nov-08 22:52 
QuestionResponse.Output.Write Works in VS2008 but not on the server Pin
Ofer Gal10-Nov-08 5:49
professionalOfer Gal10-Nov-08 5:49 
QuestionRelative path Problem Pin
dipak.dipak9-Nov-08 23:57
dipak.dipak9-Nov-08 23:57 
AnswerRe: Relative path Problem - IGNORE - CROSS POST Pin
Ashfield10-Nov-08 1:21
Ashfield10-Nov-08 1:21 
QuestionJava script for allow number and -(hyphen) in textbox Pin
mahaboobs9-Nov-08 20:51
mahaboobs9-Nov-08 20:51 
QuestionCross browser compatability IE 6, 7 and Firefox Pin
Caden8-Nov-08 17:38
Caden8-Nov-08 17:38 
AnswerRe: Cross browser compatability IE 6, 7 and Firefox Pin
sph3rex9-Nov-08 0:48
sph3rex9-Nov-08 0:48 
QuestionUrgent and critical : MOSS 2007 search Pin
Sendilkumar.M7-Nov-08 4:43
Sendilkumar.M7-Nov-08 4:43 
AnswerRe: Urgent and critical : MOSS 2007 search Pin
Ashfield10-Nov-08 1:23
Ashfield10-Nov-08 1:23 
GeneralRe: Urgent and critical : MOSS 2007 search Pin
Sendilkumar.M10-Nov-08 9:36
Sendilkumar.M10-Nov-08 9:36 
AnswerRe: Urgent and critical : MOSS 2007 search Pin
Paul Conrad10-Nov-08 5:11
professionalPaul Conrad10-Nov-08 5:11 
GeneralRe: Urgent and critical : MOSS 2007 search Pin
Sendilkumar.M10-Nov-08 9:37
Sendilkumar.M10-Nov-08 9:37 
QuestionPHP Include problem Pin
dhewitt886-Nov-08 23:36
dhewitt886-Nov-08 23:36 
AnswerRe: PHP Include problem Pin
Mohammad Dayyan7-Nov-08 0:14
Mohammad Dayyan7-Nov-08 0:14 
GeneralRe: PHP Include problem Pin
dhewitt887-Nov-08 0:31
dhewitt887-Nov-08 0:31 

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.