Click here to Skip to main content
16,013,918 members
Home / Discussions / Web Development
   

Web Development

 
AnswerRe: CSS gradients Pin
alex.barylski10-Jun-06 4:57
alex.barylski10-Jun-06 4:57 
GeneralRe: CSS gradients Pin
RoswellNX10-Jun-06 13:03
RoswellNX10-Jun-06 13:03 
QuestionWebService access Pin
coder6269-Jun-06 10:13
coder6269-Jun-06 10:13 
AnswerRe: WebService access Pin
coder62613-Jun-06 4:08
coder62613-Jun-06 4:08 
QuestionWeb Services and Dot Net Pin
shoaibnawaz9-Jun-06 7:53
shoaibnawaz9-Jun-06 7:53 
AnswerRe: Web Services and Dot Net Pin
Dustin Metzgar9-Jun-06 8:19
Dustin Metzgar9-Jun-06 8:19 
AnswerRe: Web Services and Dot Net Pin
Member 227165510-Jun-06 1:50
Member 227165510-Jun-06 1:50 
Questionhow to receive posted soap messages Pin
joana.sa.couto9-Jun-06 3:55
joana.sa.couto9-Jun-06 3:55 
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.

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

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...


[code]
HttpWebResponse wr = (HttpWebResponse)req.GetResponse();
[/code]

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


TIA

Joana
Questionwindow in internet explorer. [modified] Pin
ritu43218-Jun-06 20:19
ritu43218-Jun-06 20:19 
AnswerRe: window in internet explorer. [modified] Pin
sathish s8-Jun-06 23:39
sathish s8-Jun-06 23:39 
GeneralRe: window in internet explorer. [modified] Pin
ritu43219-Jun-06 0:59
ritu43219-Jun-06 0:59 
GeneralRe: window in internet explorer. [modified] Pin
sathish s9-Jun-06 1:07
sathish s9-Jun-06 1:07 
QuestionRemote capture SharePoint? Pin
Lane Yu8-Jun-06 17:17
Lane Yu8-Jun-06 17:17 
QuestionMessage Box Alerting Pin
donle0698-Jun-06 11:42
donle0698-Jun-06 11:42 
AnswerRe: Message Box Alerting Pin
Steve Echols8-Jun-06 19:16
Steve Echols8-Jun-06 19:16 
QuestionCoding for a resume grabber Pin
SuperBert8-Jun-06 10:48
SuperBert8-Jun-06 10:48 
AnswerRe: Coding for a resume grabber Pin
SuperBert8-Jun-06 10:52
SuperBert8-Jun-06 10:52 
Questionimage javascript while run process Pin
raquidd228-Jun-06 6:37
raquidd228-Jun-06 6:37 
Questionnull reference, object reference not set to instance of object Pin
uglyeyes8-Jun-06 3:07
uglyeyes8-Jun-06 3:07 
AnswerRe: null reference, object reference not set to instance of object Pin
uglyeyes8-Jun-06 15:19
uglyeyes8-Jun-06 15:19 
Questionjavascirpt validation Pin
Goodway8-Jun-06 0:42
Goodway8-Jun-06 0:42 
AnswerRe: javascirpt validation Pin
WoutL8-Jun-06 1:39
WoutL8-Jun-06 1:39 
Questiondream weaver Pin
abdelhameed817-Jun-06 8:18
abdelhameed817-Jun-06 8:18 
QuestionHow i can get a free space for ASP.NET? Pin
yodern7-Jun-06 3:36
yodern7-Jun-06 3:36 
AnswerRe: How i can get a free space for ASP.NET? Pin
Guffa7-Jun-06 3:43
Guffa7-Jun-06 3:43 

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.