How do I post xml from Microsoft Office to a XML Web Service?

E

espenell

I ve created my own XMLWebService that access components working on my
database. I would like to b able to save Project data in to this web service,
and let the component save it into my already defined tables. Is this doable?
 
R

Rod Gill

Hi,

My understanding is that you don't save data into a web service: the web
service reads the data and then transmits it to the requesting web service
or program. What architecture do you have, what are you trying to do?

--
For VBA posts, please use the public.project.developer group.
For any version of Project use public.project
For any version of Project Server use public. project.server

Rod Gill
Project MVP
For Microsoft Project companion projects, best practices and Project VBA
development services
visit www.project-systems.co.nz/
Email rodg AT project-systems DOT co DOT nz
 
E

espenell

The last solution I build for this project, was based on posting xml into the
web server, using .asp-pages. The solution did work ok, but it involved a lot
of manual steps. So, in order to reduce the manual labour, I'm trying to get
a XML Web Service to do the job for me.
My vision is that the user can use the normal "Save as"-dialog, pick a
network place, and save the project into the web sevice as an xml.
I'm using .NET Framework and SOAP on the XML Web Service, the components are
written in C#.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top