Wrox Programmer Forums
|
Access VBA Discuss using VBA for Access programming.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Access VBA section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old December 14th, 2006, 10:06 PM
Registered User
 
Join Date: Dec 2006
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Default SOAP using VBA Access

Hi,

Not sure if this is the correct forum. Sorry if its wrong.

I have an Access Database with customer details which are filtered by queries and displayed in forms and reports. I have been asked to query data and transfer it to our other office. I have been told they want it transfered using XML and SOAP. The XML and SOAP parts have got me stumped. Struggling to get my head round it, can anyway guide me in the right direction. It would be very appreciated.

Thanks

Allan

 
Old December 15th, 2006, 08:31 AM
Friend of Wrox
 
Join Date: Mar 2004
Posts: 3,069
Thanks: 0
Thanked 10 Times in 10 Posts
Default

Sounds like they are pulling your leg. Why would you use this interop function when the data is going from Access to Access? If it were going from Access to web (SQL/Oracle?MySQL, etc) or even... or the other way around... or from one system to another, sure. But not Access to Access.

When you say "tansfer," what medium will you be using?



mmcdonal
 
Old December 15th, 2006, 08:59 AM
Registered User
 
Join Date: Dec 2006
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Default

The data is to be transfered on a daily basis to update there system because they are running the SMS system where customers can txt a number followed by there account number. They will receive a text back with upto date info. They are running SQL with a webservice. Thats why they said they want it sent using SOAP and xml.

 
Old December 15th, 2006, 09:01 AM
Registered User
 
Join Date: Dec 2006
Posts: 9
Thanks: 0
Thanked 0 Times in 0 Posts
Default

Soory I wasnt more specific.

 
Old December 15th, 2006, 09:21 AM
Friend of Wrox
 
Join Date: Mar 2004
Posts: 3,069
Thanks: 0
Thanked 10 Times in 10 Posts
Default

You need to go to their system administrators to get instructions on how to do this then. Lotsa hurdles. Access will export data as XML, and there is code to do this, and ways you can send it, but they have to tell you what to do. Unless you are the system administrator.

Can you see the SQL server as a SQL server from your network? In other words, can you use a system DSN to connect to the SQL server?





mmcdonal





Similar Threads
Thread Thread Starter Forum Replies Last Post
VBA Access ivanlaw Access VBA 2 December 7th, 2007 11:45 PM
Code works in Excel VBA but not Access VBA fossx Access VBA 2 May 21st, 2007 08:00 AM
MS Access SOAP or XML Functionality BrianWren Access 1 May 4th, 2006 06:51 AM
access vba jwake Access VBA 0 May 11th, 2004 09:01 AM
Access XP VBA compatibility issues w/ Access 2000 bourgeois02 Access VBA 1 August 19th, 2003 04:14 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.