Accessing webservices defined in Addin from Visio Document

G

Greg

I'm working on a proof of concept application which will connect to our
backend systems via webservices. I'm new to .net and have a question.

I invision developing an addin for Visio 2007 that will have webservice
definitions. I will have document functionality in classes that will need to
access these services. Can someone give me a head start/example on how to
access services/code in an addin from a visio document?

Thanks,
Greg
 
P

Paul Herber

I'm working on a proof of concept application which will connect to our
backend systems via webservices. I'm new to .net and have a question.

I invision developing an addin for Visio 2007 that will have webservice
definitions. I will have document functionality in classes that will need to
access these services. Can someone give me a head start/example on how to
access services/code in an addin from a visio document?

Start with the Visio SDK (a standard search for these terms will find
it), this will get you started with creating an addon for Visio (you
may already have this).
Webservices can be created in VB or C++ or even easier in C#, again, a
standard search for C# SOAP finds much information and many examples.
HTH.
 

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