Windows Vista Forums
Vista Forums Home Join Vista Forums Windows 7 Forum Vista Tutorials Tags
Welcome to Windows Vista Forums. Our forum is dedicated to helping you find solutions with any problems, errors or issues you are experiencing with Windows Vista. The Vista forum also covers news and updates and has an extensive Windows Vista tutorial section that covers a wide range of tips and tricks.

Go Back   Vista Forums > Misc Newsgroups > Indigo

Vista - Calling Indigo WebService from JavaScript in web browser

 
 
Old 05-25-2006   #1 (permalink)
Jan


 
 

Calling Indigo WebService from JavaScript in web browser

Hi,
I'm going to develop webservices on Indigo.

I need to stay compatible with non-Indigo clients, particularly call the web
service from JavaScript in web browser.
Microsoft used to supply WebService.htc behavior for this but the download
page says in red print that it is not supported anymore. What would be the
up-to date method to do it ? Is there any sample available for this ?

Thanks for help.
Jan

My System SpecsSystem Spec
Old 06-17-2006   #2 (permalink)
Laurent Bugnion


 
 

Re: Calling Indigo WebService from JavaScript in web browser

Hi,

Jan wrote:
> Hi,
> I'm going to develop webservices on Indigo.
>
> I need to stay compatible with non-Indigo clients, particularly call the web
> service from JavaScript in web browser.
> Microsoft used to supply WebService.htc behavior for this but the download
> page says in red print that it is not supported anymore. What would be the
> up-to date method to do it ? Is there any sample available for this ?
>
> Thanks for help.
> Jan


If you do not want to use the interfaces provided by Atlas, you can
program the XmlHttpRequest object directly with JavaScript. However, if
you work with SOAP, it's quite a lot of work to parse the SOAP code. I
wouldn't recommend it for SOAP. but it's OK for POX or other kind of AJAX.

HTH,
Laurent
--
Laurent Bugnion, GalaSoft
Software engineering: http://www.galasoft-LB.ch
Private/Malaysia: http://mypage.bluewin.ch/lbugnion
Support children in Calcutta: http://www.calcutta-espoir.ch
My System SpecsSystem Spec
Old 06-28-2006   #3 (permalink)
Jan


 
 

Re: Calling Indigo WebService from JavaScript in web browser

Hi,
thanks for reply. I finally used XmlHttpRequest as my WebService interface
is not so complex. It took only some time to line up all namespaces etc.

What is the "Atlas" you wrote about ?

Regards,
Jan

"Laurent Bugnion" wrote:

> Hi,
>
> Jan wrote:
> > Hi,
> > I'm going to develop webservices on Indigo.
> >
> > I need to stay compatible with non-Indigo clients, particularly call the web
> > service from JavaScript in web browser.
> > Microsoft used to supply WebService.htc behavior for this but the download
> > page says in red print that it is not supported anymore. What would be the
> > up-to date method to do it ? Is there any sample available for this ?
> >
> > Thanks for help.
> > Jan

>
> If you do not want to use the interfaces provided by Atlas, you can
> program the XmlHttpRequest object directly with JavaScript. However, if
> you work with SOAP, it's quite a lot of work to parse the SOAP code. I
> wouldn't recommend it for SOAP. but it's OK for POX or other kind of AJAX.
>
> HTH,
> Laurent
> --
> Laurent Bugnion, GalaSoft
> Software engineering: http://www.galasoft-LB.ch
> Private/Malaysia: http://mypage.bluewin.ch/lbugnion
> Support children in Calcutta: http://www.calcutta-espoir.ch
>

My System SpecsSystem Spec
Old 06-28-2006   #4 (permalink)
Laurent Bugnion


 
 

Re: Calling Indigo WebService from JavaScript in web browser

Hi,

Jan wrote:
> Hi,
> thanks for reply. I finally used XmlHttpRequest as my WebService interface
> is not so complex. It took only some time to line up all namespaces etc.
>
> What is the "Atlas" you wrote about ?
>
> Regards,
> Jan
>
> "Laurent Bugnion" wrote:
>
>
>>Hi,
>>
>>Jan wrote:
>>
>>>Hi,
>>>I'm going to develop webservices on Indigo.
>>>
>>>I need to stay compatible with non-Indigo clients, particularly call the web
>>>service from JavaScript in web browser.
>>>Microsoft used to supply WebService.htc behavior for this but the download
>>>page says in red print that it is not supported anymore. What would be the
>>>up-to date method to do it ? Is there any sample available for this ?
>>>
>>>Thanks for help.
>>>Jan

>>
>>If you do not want to use the interfaces provided by Atlas, you can
>>program the XmlHttpRequest object directly with JavaScript. However, if
>>you work with SOAP, it's quite a lot of work to parse the SOAP code. I
>>wouldn't recommend it for SOAP. but it's OK for POX or other kind of AJAX.
>>
>>HTH,
>>Laurent


Atlas was the codename for Windows Communication Foundation. Many still
speak of Atlas when mentioning WCF, because it's such a cooler name ;-)

Microsoft provides a set of server-side and client-side libraries in
order to simplify AJAX implementation, especially when you use SOAP.
These libraries are what I meant with the term Atlas.

HTH,
Laurent
--
Laurent Bugnion, GalaSoft
Software engineering: http://www.galasoft-LB.ch
Private/Malaysia: http://mypage.bluewin.ch/lbugnion
Support children in Calcutta: http://www.calcutta-espoir.ch
My System SpecsSystem Spec
Old 06-28-2006   #5 (permalink)
Jan


 
 

Re: Calling Indigo WebService from JavaScript in web browser

Clear. Thanks !

"Laurent Bugnion" wrote:

> Hi,
>
> Jan wrote:
> > Hi,
> > thanks for reply. I finally used XmlHttpRequest as my WebService interface
> > is not so complex. It took only some time to line up all namespaces etc.
> >
> > What is the "Atlas" you wrote about ?
> >
> > Regards,
> > Jan
> >
> > "Laurent Bugnion" wrote:
> >
> >
> >>Hi,
> >>
> >>Jan wrote:
> >>
> >>>Hi,
> >>>I'm going to develop webservices on Indigo.
> >>>
> >>>I need to stay compatible with non-Indigo clients, particularly call the web
> >>>service from JavaScript in web browser.
> >>>Microsoft used to supply WebService.htc behavior for this but the download
> >>>page says in red print that it is not supported anymore. What would be the
> >>>up-to date method to do it ? Is there any sample available for this ?
> >>>
> >>>Thanks for help.
> >>>Jan
> >>
> >>If you do not want to use the interfaces provided by Atlas, you can
> >>program the XmlHttpRequest object directly with JavaScript. However, if
> >>you work with SOAP, it's quite a lot of work to parse the SOAP code. I
> >>wouldn't recommend it for SOAP. but it's OK for POX or other kind of AJAX.
> >>
> >>HTH,
> >>Laurent

>
> Atlas was the codename for Windows Communication Foundation. Many still
> speak of Atlas when mentioning WCF, because it's such a cooler name ;-)
>
> Microsoft provides a set of server-side and client-side libraries in
> order to simplify AJAX implementation, especially when you use SOAP.
> These libraries are what I meant with the term Atlas.
>
> HTH,
> Laurent
> --
> Laurent Bugnion, GalaSoft
> Software engineering: http://www.galasoft-LB.ch
> Private/Malaysia: http://mypage.bluewin.ch/lbugnion
> Support children in Calcutta: http://www.calcutta-espoir.ch
>

My System SpecsSystem Spec
Old 07-13-2006   #6 (permalink)
Martin Kulov [MVP]


 
 

Re: Calling Indigo WebService from JavaScript in web browser

"Laurent Bugnion" <galasoft-lb@bluewin.ch> wrote in message
news:uwEpdIpmGHA.3752@TK2MSFTNGP02.phx.gbl...
> Hi,
>
> Atlas was the codename for Windows Communication Foundation. Many still
> speak of Atlas when mentioning WCF, because it's such a cooler name ;-)
>
> Microsoft provides a set of server-side and client-side libraries in order
> to simplify AJAX implementation, especially when you use SOAP. These
> libraries are what I meant with the term Atlas.
>


Actually, the codename for Windows Communication Foundation was Indigo.

Atlas is Microsoft's framework for AJAX development and it is still in beta
and do not have an offical market name.

Regards,

--
Martin Kulov
http://www.codeattest.com/blogs/martin

MVP, MCT, MCSD, MCPD

My System SpecsSystem Spec
 

Thread Tools


Similar Threads
Thread Forum
.Net 2.0 issue with HttpWebRequest/Proxy breaking WebService .NET General
Calling a JavaScript Sub-Routine VB Script
WebService and Timeout .NET General
creating a powershell webservice PowerShell
Name collision using connect-webservice PowerShell


Vista Forums is an independent web site and has not been authorized,
sponsored, or otherwise approved by Microsoft Corporation.
"Windows Vista", the Start Orb, and related materials are trademarks of Microsoft Corp.
© Designer Media Ltd

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46