P
Pete Mann
Hi,
I've put together from various sources an add-in for word to call a remote soap service, and display the result in a treeview.
I followed the example for an creating a com addin via the wizard, and have sucessfully got a nice little button in word that displays the treeview. However, when I press my submit button, nothing comes back.
Using the console on my soap server, I can see word has pushed the request, and the soap service has fired the data back. Using a packet sniffer I can see my PC has recieved the data...
Before going into code snippets, is there something obvious that I need to do to allow word to do this? I've changed all the macro security down, but is there anything else I need to do? The code all works fine outside of word, btw.
Thanks for any help any one can give,
Pete
I've put together from various sources an add-in for word to call a remote soap service, and display the result in a treeview.
I followed the example for an creating a com addin via the wizard, and have sucessfully got a nice little button in word that displays the treeview. However, when I press my submit button, nothing comes back.
Using the console on my soap server, I can see word has pushed the request, and the soap service has fired the data back. Using a packet sniffer I can see my PC has recieved the data...
Before going into code snippets, is there something obvious that I need to do to allow word to do this? I've changed all the macro security down, but is there anything else I need to do? The code all works fine outside of word, btw.
Thanks for any help any one can give,
Pete