Web services aren't "triggered", they're called. Think of them as really really remote method calls.
So, in your case, it sounds like after the code adds the XML to your dataset, it would make a call to the webservice. The power of Visual Studio makes this easy, as all you'd do (from the calling side) is add a web reference to the web service, by right-clicking on the references branch of your project tree, and selecting "Add web reference".
Chip H.
____________________________________________________________________ If you want to get the best response to a question, please read FAQ222-2244 first
Then write a class that has the WebService attribute attached to it, then write a public method that has the WebMethod attribute attached to it, and accepts a XML string as a parameter.
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.