This is a discussion on how to write (post) to a url within the SQL Server forums, part of the Microsoft SQL Server category; --> I am at a client that uses an xml form to email from java rather than setup a true ...
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| I am at a client that uses an xml form to email from java rather than setup a true email server. Does anyone have any suggestions as to how ms sql can write to the xml or maybe even call java or xml directly. This will be done as part of the error detecting process of various sql jobs in EM. Thanks, Mike -- Posted via http://dbforums.com |
| ||||
| Hi You could look at the following and adapt them, or maybe gain inspiration from the other articles on this site! http://sqlxml.org/faqs.aspx?faq=29 http://sqlxml.org/faqs.aspx?faq=2 http://sqlxml.org/faqs.aspx?faq=1 John "wukie" <member30544@dbforums.com> wrote in message news:3145363.1058999369@dbforums.com... > > I am at a client that uses an xml form to email from java rather than > setup a true email server. Does anyone have any suggestions as to how > ms sql can write to the xml or maybe even call java or xml directly. > This will be done as part of the error detecting process of various sql > jobs in EM. > > Thanks, > Mike > > -- > Posted via http://dbforums.com |