From an ASP.NET web-form, I need to do the following:
1) HTTP Post XML Data to a URL (Java Servlet)
2) Wait for processing, receive a return value
3) Continue on with my code.
I was having issues accessing this site over the weekend.
Got nearly all of what I need from GotDotNet.com's message boards. However, I have no idea on how to create XML DTDs, which are now haunting me...But, found some documentation that should ease that issue out.
The answer is indeed the request/response objects.
Don't use DTD's. Opt for XSD's, instead. That's the newer standard for defining XML documents... they provide much more granular control over the various parts of the document -- Data Types being the most notable.
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.