SOAP/WSDL and the web.
If I am using a website as my client, do I need SOAP/WSDL to traslate and
digest XML documents for my application(s)?
I am really new to this and need some guidance.
Thanks in advance,
Donald
# 1 Re: SOAP/WSDL and the web.
You don't need SOAP/WSDL, you just need to read the xml using an DOM class
(i.e. System.Xml.XmlDocument, MSXML.DomDocument or Java equivalent).
"donald frantum" <dnfrantum@msn.com> wrote in message
news:3e69246a$1@tnews.web.dev-archive.com...
>
> If I am using a website as my client, do I need SOAP/WSDL to traslate and
> digest XML documents for my application(s)?
>
> I am really new to this and need some guidance.
>
> Thanks in advance,
> Donald