CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Apr 2012
    Posts
    4

    [RESOLVED] Connecting to a web service from a dll

    I have a dll where I collect data from a database and I need to invoke an insert method in a webservice to another external database. How would I do this?

  2. #2
    Arjay's Avatar
    Arjay is offline Moderator / EX MS MVP Power Poster
    Join Date
    Aug 2004
    Posts
    13,490

    Re: Connecting to a web service from a dll

    Quote Originally Posted by erivera View Post
    I have a dll where I collect data from a database and I need to invoke an insert method in a webservice to another external database. How would I do this?
    How would you do what? Connect to a web service? Write a web service? It isn't clear what you are looking for.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured