[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Vicky S

1/15/2003 8:30:00 PM

Hi,
I'm a newbie and just started playing around with dot net.

I'm trying to create an asp.net webservice and the way I'm calling it is by
xmlhttp post
like this :
xmlHTTP.Open "POST", "/ReportTool/Service1.asmx/createReport", False
xmlHTTP.Send objXML.xml

in my function createReport(), how do I grab the data objXML.xml that I'm
sending?

Thanks,
Vicky