Windows Vista Forums
Vista Forums Home Join Vista Forums Donate Vista Tutorials Tags

Welcome to Vista Forums we are your forum to discuss Windows Vista x64 and x86 systems. Whether you need help or just want to post an idea you have on Vista, this is the forum for you.
Register at Vista forums...the world biggest Windows Vista resource Join Vista Forums Now

Go Back   Vista Forums > Microsoft Technical Newsgroups > Indigo

Calling Indigo WebService from JavaScript in web browser

 
 
Thread Tools Display Modes
Old 05-25-2006   #1 (permalink)
Jan
Guest


 

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
Old 06-17-2006   #2 (permalink)
Laurent Bugnion
Guest


 

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
Old 06-28-2006   #3 (permalink)
Jan
Guest


 

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
>

Old 06-28-2006   #4 (permalink)
Laurent Bugnion
Guest


 

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
Old 06-28-2006   #5 (permalink)
Jan
Guest


 

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
>

Old 07-13-2006   #6 (permalink)
Martin Kulov [MVP]
Guest


 

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

 

Thread Tools
Display Modes


Similar Threads
Thread Thread Starter Forum Replies Last Post
.Net 2.0 issue with HttpWebRequest/Proxy breaking WebService LarryKuperman .NET General 0 05-12-2008 02:02 PM
WebService and Timeout shark .NET General 3 05-05-2008 02:41 AM
creating a powershell webservice Justin Rich PowerShell 2 09-06-2007 10:37 AM
Name collision using connect-webservice mgrogan@gia.edu PowerShell 0 03-16-2007 11:34 AM








Vistax64.com 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 2005-2008

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 47 48 49 50