I have a VB 6.0 project that is using SOAP to consume a Web service. As part of the application I have to notify via email the number of mismatched records generated by a stored procedure. What is the syntax for the code to use to generate the email, using SOAP? Fields returned are field1 and field2.

    Requires Free Membership to View

I don't think you want to use SOAP to send the email. Instead you want to use an SMTP component. The SOAP proxy will put the field1 and field2 values into VB variables, and then you use those variables to create your email message.

This was first published in January 2005

Join the conversationComment

Share
Comments

    Results

    Contribute to the conversation

    All fields are required. Comments will appear at the bottom of the article.