Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi
Is there a way to go from Excel through SOAP to a webserver? And further, is there a way to convert the returned xml into an ADODB recordset Thanks. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Yes and yes. I believe there's a MS SOAP SDK but you could perhaps roll your own depending on the complexity of your app. ADO recordset can be persisted to xml and then recreated from that xml, but the format is specific to ADO and probably will not match the server-generated xml (unless that is from an ADO recordset). You'd have to load the xml into a document and iterate through it, filling the recordset. Tim. "MattM" wrote in message ... Hi, Is there a way to go from Excel through SOAP to a webserver? And further, is there a way to convert the returned xml into an ADODB recordset? Thanks. |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Which version of Excel? e.g.
Microsoft Office 2003 Web Services Toolkit 2.01: http://www.microsoft.com/downloads/d...displaylang=en Microsoft Office XP Web Services Toolkit 2.0 http://www.microsoft.com/downloads/d...displaylang=en -- "MattM" wrote in message ... Hi, Is there a way to go from Excel through SOAP to a webserver? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Editing a file on a webserver with XL2007 | Excel Discussion (Misc queries) | |||
web services using soap excel/VBA | Excel Discussion (Misc queries) | |||
Use Excel 2003 XML Map feature to create an SOAP XML file? | Excel Discussion (Misc queries) | |||
Excel over HTTP or SOAP question. | Excel Programming | |||
Copy file from drive to webserver | Excel Programming |