473,396 Members | 1,771 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,396 software developers and data experts.

Browser resident XML Web Services Client in ASP.NETV2?

Does ASP.NET V2 have any special features to make browser resident XML Web
Services any easier? I heard it did but I'm not sure what to search for to
find more information. Anybody got a favorite URL? Would this be a feature
of IIS, .net framework or Visual Studio?
Thanks,
Siegfried
Nov 19 '05 #1
1 969
not sure what a "Browser resident XML Web Service Client" is. if you mean
supporting client script making webservice calls, sorta. V2 allows browser
client code to call the backend page method and get a string back. the
underlying method is a form post, not a soap/xml call.

if the return string is xml, you still need to parse it yourself on the
client side. if you need to pass back complex data, you need to write your
own server/client serialization routines. asp.net will add serialization
routines in the next release (orcra).

to learn about client postbacks see the new ClientScriptManager class.
-- bruce (sqlwork.com)

"Siegfried Heintze" <si*******@heintze.com> wrote in message
news:eY**************@TK2MSFTNGP09.phx.gbl...
Does ASP.NET V2 have any special features to make browser resident XML Web
Services any easier? I heard it did but I'm not sure what to search for to
find more information. Anybody got a favorite URL? Would this be a feature
of IIS, .net framework or Visual Studio?
Thanks,
Siegfried

Nov 19 '05 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
by: Aamir Ghanchi | last post by:
Hi, I dont have an AOL browser. If someone has the most recent version, Can they please give me the following info alert("navigator.appName="+navigator.appName+...
5
by: Rhino | last post by:
I am trying to determine the behaviour of stored procedures in DB2 V8.2.x in Windows/Unix/Linux and how I can control that behaviour. Some documentation in the manuals is confusing the issue...
6
by: sd | last post by:
Hello: I have smart client app which needs to access a "forms authentication" protected website for certain functions. Thre credentials used to login to smart client are the same as the...
7
by: Troy Whitlow | last post by:
I am developing a web application using aspx web forms and would like to send message boxes to the client browser when certain conditions and checks are performed. ...
3
by: Rob Nicholson | last post by:
(PS. Please suggest another newsgroup for this if not really applicable here) I recently came across the following article which really sums up an issue that's been niggling me for a while: ...
3
by: Olivier BESSON | last post by:
Hello, I have a web service of my own on a server (vb.net). I must declare it with SoapRpcMethod to be used with JAVA. This is a simple exemple method of my vb source : ...
1
by: polaris431 | last post by:
I would like to obtain encypted data over a network in real-time. The nature of the data and process is as follows... A physical hardware device is located at some remote location. When the...
4
by: soroushe | last post by:
Hi all - I am starting a plan for building a web application based on .NET 2.0 Framework in conjunction with Spring Framework. However, my market requirements requires me to allow the...
5
by: ofiras | last post by:
Hi everyone, As far as I know, you cannot connect directly to a SQL Server database from a web browser application because of the security restrictions. Is there any other way to connect to a SQL...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.