Click here to Skip to main content
16,010,427 members
Home / Discussions / XML / XSL
   

XML / XSL

 
QuestionHow to validate one file using multiple schemas? Pin
Arve Bjørnerud14-Jun-06 1:58
Arve Bjørnerud14-Jun-06 1:58 
QuestionAlmost there! [modified] Pin
Arve Bjørnerud15-Jun-06 2:54
Arve Bjørnerud15-Jun-06 2:54 
Questionknow the size of DOM Pin
myvisualcplusplus13-Jun-06 19:34
myvisualcplusplus13-Jun-06 19:34 
QuestionDiff functionality for xml Pin
anidarsha13-Jun-06 19:07
anidarsha13-Jun-06 19:07 
QuestionPassing XML Data To SQL Tables Using Classic ASP Pin
rowdykuttan13-Jun-06 7:42
rowdykuttan13-Jun-06 7:42 
QuestionRead xml file into dataset (without any xml schema) [modified] Pin
kishoregolla13-Jun-06 3:59
kishoregolla13-Jun-06 3:59 
QuestionXML Programming on Pocket PC Pin
bluehai9-Jun-06 22:40
bluehai9-Jun-06 22:40 
Questionsoap comunication Pin
joana.sa.couto9-Jun-06 3:51
joana.sa.couto9-Jun-06 3:51 
Hi
I'm develloping a b2b solution and i need to exchange soap messages with a business partner.

I am now able to post xml with a webservice to their webserver, using httpwebrequest and i also can receive their response.

HttpWebRequest req = (HttpWebRequest)WebRequest.Create("http://www.someurl.com/receive");


I now need the inverse operation. I need to suply them a url so they can post/get their xml messages to me. How do i do that? I've been reading a lot, but i'm confused! i guess i don't need a webservice, i just want them to post their requests like i do, and send them a response like the one i'm getting...


HttpWebResponse wr = (HttpWebResponse)req.GetResponse();


Any help will be highly apreciated..... i'm getting a little desperate here! Wink | ;)


TIA

Joana
QuestionHow do i get XSL to read tags inside CDATA in an XML file and NOT parse them to "lt" or "gt"? [modified] Pin
Red_Wizard_Shot_The_Food9-Jun-06 2:50
Red_Wizard_Shot_The_Food9-Jun-06 2:50 
QuestionIE has lost XML parsing ability - pls help! Pin
Koushik Biswas7-Jun-06 8:36
Koushik Biswas7-Jun-06 8:36 
Questionto get the value by xml tag in java script (asp.net) Pin
md_hashmath7-Jun-06 6:53
md_hashmath7-Jun-06 6:53 
AnswerRe: to get the value by xml tag in java script (asp.net) Pin
Elina Blank14-Jun-06 4:55
sitebuilderElina Blank14-Jun-06 4:55 
GeneralRe: to get the value by xml tag in java script (asp.net) [modified] Pin
kishoregolla18-Jun-06 19:38
kishoregolla18-Jun-06 19:38 
GeneralRe: to get the value by xml tag in java script (asp.net) Pin
Elina Blank19-Jun-06 3:54
sitebuilderElina Blank19-Jun-06 3:54 
QuestionXML syntax for && Pin
For_IT7-Jun-06 2:15
For_IT7-Jun-06 2:15 
AnswerRe: XML syntax for && Pin
Michael Dunn7-Jun-06 3:01
sitebuilderMichael Dunn7-Jun-06 3:01 
QuestionChecking for valid XML file structure Pin
conrado76-Jun-06 3:38
conrado76-Jun-06 3:38 
AnswerRe: Checking for valid XML file structure Pin
Stephan Samuel6-Jun-06 3:43
Stephan Samuel6-Jun-06 3:43 
AnswerRe: Checking for valid XML file structure Pin
BoneSoft10-Jun-06 18:49
BoneSoft10-Jun-06 18:49 
QuestionNeed Help in XML DocType Pin
Kiran Pinjala6-Jun-06 3:10
Kiran Pinjala6-Jun-06 3:10 
QuestionUpdating the xml file in asp.net Pin
Sandeep Akhare5-Jun-06 3:41
Sandeep Akhare5-Jun-06 3:41 
AnswerRe: Updating the xml file in asp.net Pin
Sandeep Akhare7-Jun-06 23:51
Sandeep Akhare7-Jun-06 23:51 
QuestionExporting to XML Pin
Ashraj19824-Jun-06 20:23
Ashraj19824-Jun-06 20:23 
AnswerRe: Exporting to XML Pin
Stephan Samuel6-Jun-06 3:39
Stephan Samuel6-Jun-06 3:39 
QuestionSave C++ Object to XML [modified] Pin
Rudy1023-Jun-06 7:47
Rudy1023-Jun-06 7:47 

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.