How to use a SoapExtension when invoking a web service from a Office Codebehind DLL project

C

Chuck Hartman

I have created a Word 2003 C# OfficeCodeBehind project that invokes several
web services. The primary functions of the project and its interactions
with the server work fine. However, since some of my web services may take
a while to complete, I was intrigued by the MSDN article by Matt Powell
entitled "Adding a Progress Bar to Your Web Service Client Application".

I'm pretty sure that I understand how this should work, but no matter what I
do the SoapExtension doesn't seem to get invoked. Is it possible that the
config file must be named differently or placed in a differennt location?
This is not a simple .Net EXE. In this case, Word is invoking my CodeBehind
DLL which is invoking the web service. I've tried several different config
file names and locations, but still do not see the extension being invoked.
Given the Word EXE environment, should it be possible to have a
SoapExtension for the OfficeCodeBehind DLL? If so, what do I have to do
differently from the example to make it work? Thanks.

Chuck Hartman
 
P

Peter Huang [MSFT]

Hi

I reviewed the thread and find that there is a similar issue in the
newsgroup below.Now our colleague will replied to you in the newsgroup
below, you may go and take a look.
Subject: How to use a SoapExtension when invoking a web service from a
Office Codebehind DLL project
Newsgroups: dotnet.framework.aspnet.webservices


Best regards,

Peter Huang
Microsoft Online Partner Support

Get Secure! - www.microsoft.com/security
This posting is provided "AS IS" with no warranties, and confers no rights.
 

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