Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Web Service W/Attachments Question

Status
Not open for further replies.

dtqbterror

Programmer
May 17, 2001
87
US
I have been doing research regarding the consumption of a .NET web service with VB6. I have found that you need to us the SOAP Toolkit 3.0 in order to do this. In the documentation of the SDK I have found info regarding attachments and some example code. The thing is that all of the example code showes the web service being written in VB6 and not in .NET so my question is.

Do I need to us interop to import that MSSOAPLib30.dll into my .NET web service and write a function specific for use by VB6 or do some of the objects contained within the MSSOAPLib30.dll map to objects contained in the Microsoft.Web.Services.Dime assembly?

Thanks for any info
 
I figured this out if anyone is interested in how this works let me know.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top