473,397 Members | 2,033 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,397 software developers and data experts.

Debugging a SOAPExtension in a web service client

Hi,

I have a VB.NET 2003 web service client (EXE) that makes use of a
SOAPExtension class. The client calls a web service that returns a
SOAP message containing MIME encoded files. The SOAPExtension
intecepts the SOAP message and extracts the MIME, before passing on the
rest of the SOAP message to the client so it can process the remainder
of the data within the SOAP message.

My problem is that I have taken over the project from a colleague who
has left and I do not how to debug the low level code in the
SOAPExtension class. Whenever I place breakpoints in the SOAPExtension
class they are never hit. However, the breakpoints are always hit in
the webclient.vb class.

My solution consists of the following projects:

* "webclient" project - this contains:
1. "webclient.vb" (main VB code for the client)
2. "soapext.vb" - the SOAPExtension class VB code
3. .config files (i.e. webclient.exe.config)
4. In the references is a reference to MIMEHandler.DLL

* "MIMEHandler" project - this contains:
1. "soapext.vb"
2. References (to standard .NET system DLLS only)

* "Settings" project - this contains:
1. A settings form for the web client. On this form is a button for
invoking/calling the web service.
2. References (to standard .NET system DLLS only)

Please could someone tell me how to debug the SOAPExtension class. Do
I need to uninstall the web client (Add/Remove programs) and install it
using the .NET INSTALLUTIL utility? Is it better if I install the
client using INSTALLUTIL and then attach to the process? IS this
possible?? Help!!

Many thanks.

Jimmy

Jun 27 '06 #1
0 1721

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

0
by: fred carter | last post by:
I would like to be able to set an arbitrary http header from a SoapExtension when said extension is acting on behalf of a client. I have not seen a means for doing so. For incoming messages or...
1
by: Sridhar, S. | last post by:
Hi all, I am working on a project which requires webservices to log information about requests that are sent to it. I have written a SoapExtension that logs client information when a request is...
1
by: Steven.Dahlin | last post by:
I am trying to execute a soap extension with a WinForm client accessing a Web Service. I have created a application configuration which includes the following: <configuration> <system.web>...
3
by: Paul | last post by:
Hello, I am trying to write a client side SoapExtension to change the target web service url based on information from UDDI. Does any one know how to do it? I tried to set the url in the...
2
by: lprisr | last post by:
Hi, I have double byte characters in the content that I am returning using Web Services. However, the encoding in the xml file returned by Web Services is utf-8 and I am unable to read the...
0
by: Cameron | last post by:
Hi All, I've just written a small program to use a locally hosted webservice which works fine. However I've also written a SOAPExtension for the client and I'm having trouble with the...
0
by: Symon | last post by:
I've got a web service project that was built under VS 2003 which has a SoapExtension in the project. The SoapExtension is registered in the <soapExtensionTypes> element of the web.config and has...
10
by: Andy Kendall | last post by:
I have a problem accessing my custom SoapHeader from a SoapExtension. My extension has no compile time reference to the class derived from SoapHeader, so how can cast it into a SoapHeader of the...
0
by: fcaico | last post by:
I have a .NET 1.1 C# application that needs to connect to a custom web service for authentication and system access. This web service uses a custom SOAP header for security purposes. In the...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.