Ask a Question related to Dreamweaver AppDev, Design and Development.
-
UKdougs #1
XML Web service....I think
Hi All
Just looking for a bit of a pointer. I have a website hosted on a Windows
Server. The website has been created in ASP and pulls its content from SQL
server. I have had a number of requests for me to make some content (a
listing of my latest products) available in other sites. When I update my
SQL server I would like this to automatically update all the linked sites.
How would I do this and does any one know of any tutorials that will help me
to achieve this. I can't use .net because of server restrictions. I have
never used XML and know very little about it but I think this is what I will
have to use but I may be wrong.
Any help would be appreciated.
Cheers...Doug
UKdougs Guest
-
Noobilicious question: Exposing two interfaces on the same web service(C# web service)
What are the fundamentals? I'm getting ready to write a new web service and I'd like to have the ability to add interfaces as they change to... -
Access Denied - Network Service vs Local Service
I have been struggling with my ASP.NET (V1.1 sp1) websites getting an 'Access Denied' message. I have track down the problem (I think) to the IIS... -
Is it possible for web service to send out random notifications to web service consumer?
I am a newbie for web servcie and want to write a web service which monitors the certain field in the database. Once it exceeds the certain value,... -
Referencing web service complex data type within a second web service (like a delegate)
Hi, I am trying to figure out if ASP.NET XML Web Services and the WSDL standard can handle this type of scenario: I have two web services, and... -
win32::eventlog DNS Server, Directory Service, File Replication Service
hello, does anyone know how to scan the special eventlogs on a dc like DNS Server log Directory Service File Replicatoin Service i tried it... -
Alexandru COSTIN #2
Re: XML Web service....I think
Hi Doug,
A very nice approach would be to use RSS feeds to export and import
your updated information on all sites. RSS is an XML format - and has a
stardard structure -
[url]http://www.google.com/search?sourceid=navclient&ie=UTF-8&rls=GGLD,GGLD:2005-08,GGLD:en&q=what+is+rss%3F[/url]
We are providing an extension that makes exporting and importing RSS
feeds extremely easy from Dreamweaver (ASP VBScript support)
[url]http://www.interaktonline.com/go/MXRSSReader-Writer/[/url]
Alexandru
UKdougs wrote:--> Hi All
>
> Just looking for a bit of a pointer. I have a website hosted on a Windows
> Server. The website has been created in ASP and pulls its content from SQL
> server. I have had a number of requests for me to make some content (a
> listing of my latest products) available in other sites. When I update my
> SQL server I would like this to automatically update all the linked sites.
> How would I do this and does any one know of any tutorials that will help me
> to achieve this. I can't use .net because of server restrictions. I have
> never used XML and know very little about it but I think this is what I will
> have to use but I may be wrong.
>
> Any help would be appreciated.
>
> Cheers...Doug
>
>
InterAKT Online - Dreamweaver extensions
[url]http://www.interaktonline.com/[/url]
Alexandru COSTIN Guest
-
UKdougs #3
Re: XML Web service....I think
Hi Alexandru
Thank you for your response. I currently have a include file in my site
which contains a recordset that lists the products. How easy would it be to
make this available on other sites using your extension. Also, for the
sites wanting to include the information from my SQL server, what are the
requirements. Do they need to be hosted on a particular type of server, do
the pages have to be ASP or can they be plain HTML.
I have never worked with XML or Rss so I would appreciate your feedback.
Cheers.....Doug
"Alexandru COSTIN" <acostinREMOVE@interaktonline.com> wrote in message
news:422EC437.5060403@interaktonline.com...> Hi Doug,
> A very nice approach would be to use RSS feeds to export and import your
> updated information on all sites. RSS is an XML format - and has a
> stardard structure -
> [url]http://www.google.com/search?sourceid=navclient&ie=UTF-8&rls=GGLD,GGLD:2005-08,GGLD:en&q=what+is+rss%3F[/url]
>
> We are providing an extension that makes exporting and importing RSS feeds
> extremely easy from Dreamweaver (ASP VBScript support)
>
> [url]http://www.interaktonline.com/go/MXRSSReader-Writer/[/url]
>
> Alexandru
>
> UKdougs wrote:>>> Hi All
>>
>> Just looking for a bit of a pointer. I have a website hosted on a
>> Windows Server. The website has been created in ASP and pulls its
>> content from SQL server. I have had a number of requests for me to make
>> some content (a listing of my latest products) available in other sites.
>> When I update my SQL server I would like this to automatically update all
>> the linked sites. How would I do this and does any one know of any
>> tutorials that will help me to achieve this. I can't use .net because of
>> server restrictions. I have never used XML and know very little about it
>> but I think this is what I will have to use but I may be wrong.
>>
>> Any help would be appreciated.
>>
>> Cheers...Doug
> --
> InterAKT Online - Dreamweaver extensions
> [url]http://www.interaktonline.com/[/url]
UKdougs Guest
-
Alexandru COSTIN #4
Re: XML Web service....I think
Hi,
It would take roughly 1 minute (after the initial getting started time> Thank you for your response. I currently have a include file in my site
> which contains a recordset that lists the products. How easy would it be to
> make this available on other sites using your extension.
that should be something like 30 minutes :)
There are no requirements but to have ASP support (we also support PHP> Also, for the
> sites wanting to include the information from my SQL server, what are the
> requirements. Do they need to be hosted on a particular type of server, do
> the pages have to be ASP or can they be plain HTML.
and ColdFusion - and RSS feeds can also be imported from a lot of other
platforms)
You should check these Flash movies to understand how simple the process> I have never worked with XML or Rss so I would appreciate your feedback.
is -
[url]http://www.interaktonline.com/Products/Dreamweaver-Extensions/MXRSSReader-Writer/Flash-Demos/[/url]
Sincerely,
Alexandru
--
InterAKT Online - Dreamweaver extensions
[url]http://www.interaktonline.com/[/url]
Alexandru COSTIN Guest
-
UKdougs #5
Re: XML Web service....I think
Thanks very much...looks just the ticket. I feel a purchase coming on but
before that I want to go through a basic tutorial just so I can understand
the technology I am using.
Cheers....Doug
"Alexandru COSTIN" <acostinREMOVE@interaktonline.com> wrote in message
news:422EE707.1060000@interaktonline.com...> Hi,
>> It would take roughly 1 minute (after the initial getting started time>> Thank you for your response. I currently have a include file in my site
>> which contains a recordset that lists the products. How easy would it be
>> to make this available on other sites using your extension.
> that should be something like 30 minutes :)
>> There are no requirements but to have ASP support (we also support PHP and>> Also, for the sites wanting to include the information from my SQL
>> server, what are the requirements. Do they need to be hosted on a
>> particular type of server, do the pages have to be ASP or can they be
>> plain HTML.
> ColdFusion - and RSS feeds can also be imported from a lot of other
> platforms)
>> You should check these Flash movies to understand how simple the process>> I have never worked with XML or Rss so I would appreciate your feedback.
> is -
> [url]http://www.interaktonline.com/Products/Dreamweaver-Extensions/MXRSSReader-Writer/Flash-Demos/[/url]
>
> Sincerely,
>
> Alexandru
>
>
> --
> InterAKT Online - Dreamweaver extensions
> [url]http://www.interaktonline.com/[/url]
UKdougs Guest
-
darrel #6
Re: XML Web service....I think
> I can't use .net because of server restrictions.
Bummer. This would be fairly easy to do in .net. Maybe it's easy in ASP too.
In .net, I'd do a query against the DB. I'd then use XMLwriter to write out
an XML file with that data. Then, I'd simply give the URL of that file to
whoever wants the data and let them grab it and transoform it on their end.
RSS is the same concept. Actually, I guess it's the same thing,
really...it's all XML.
-Darrel
darrel Guest
-
Julian Roberts #7
Re: XML Web service....I think
Have a look at the XML section of 4guysfromrolla.com, it's pretty good. The
basic premis is that you'd write out a recordset as XML. eg
<%
Response.ContentType="text/xml"
Response.Write "<root>"
while not rs.eof
Response.Write "<mynode>" & rs("myfield") & "</mynode>"
rs.movenext
wend
Response.Write "</root>"
%>
--
Jules
[url]http://www.charon.co.uk/charoncart[/url]
Charon Cart 3
Shopping Cart Extension for Dreamweaver MX/MX 2004
Julian Roberts Guest
-
UKdougs #8
Re: XML Web service....I think
Thanks Everyone.
I now have a good starting point at least and know what technologies I need
to be looking at. I will give the tutorial a try and take it from there.
Thanks again....Doug
"Julian Roberts" <newsg@charon.co.uk> wrote in message
news:d0o3hb$aqh$1@forums.macromedia.com...> Have a look at the XML section of 4guysfromrolla.com, it's pretty good.
> The basic premis is that you'd write out a recordset as XML. eg
>
> <%
> Response.ContentType="text/xml"
> Response.Write "<root>"
> while not rs.eof
> Response.Write "<mynode>" & rs("myfield") & "</mynode>"
> rs.movenext
> wend
> Response.Write "</root>"
> %>
>
> --
> Jules
> [url]http://www.charon.co.uk/charoncart[/url]
> Charon Cart 3
> Shopping Cart Extension for Dreamweaver MX/MX 2004
>
>
UKdougs Guest



Reply With Quote

