Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Excel through SOAP to a webserver

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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1,588
Default Excel through SOAP to a webserver


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   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 459
Default Excel through SOAP to a webserver

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Editing a file on a webserver with XL2007 LeonIloilo Excel Discussion (Misc queries) 0 June 13th 08 08:17 PM
web services using soap excel/VBA djdwwoug Excel Discussion (Misc queries) 0 December 18th 07 01:21 AM
Use Excel 2003 XML Map feature to create an SOAP XML file? [email protected] Excel Discussion (Misc queries) 0 September 4th 06 03:21 PM
Excel over HTTP or SOAP question. No Name Excel Programming 1 October 23rd 03 07:45 PM
Copy file from drive to webserver Anders[_3_] Excel Programming 0 September 18th 03 08:53 AM


All times are GMT +1. The time now is 09:57 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"