all groups > asp.net webservices > january 2004 > threads for january 22 - 28, 2004
Filter by week: 1 2 3 4 5
Output XML from a .net webservice
Posted by ycmahesh NO[at]SPAM hotmail.com at 1/28/2004 4:20:22 PM
Hello,
I want to write a .net webservice which returns the data as a xml.
I get this xml from a dataset by calling GetXml method.This web
service will be used by clients who donot use .net or microsoft
platforms. This size of the xml string could be quite big.I would like
to know whats the bes... more >>
HttpContext items and one-way methods
Posted by Ales Pour at 1/28/2004 3:22:13 PM
Hi,
I try to put some custom objects into HttpContext.Current.Items collection
in one-way webmethod, but they seem not to be there in another invocation.
Is it supposed to work?
Thank you!
Regards,
Ales Pour
... more >>
Accessing the server's registry in an ASP.Net Web Service...
Posted by Daniel Bass at 1/28/2004 11:43:47 AM
[ the article ]
I've found this article on how to get ASP.Net to read/write from the
server's registry, but it got heavily critted as being something that you
should not do...
http://www.wwwcoder.com/main/parentid/263/site/2281/68/default.aspx
[ why is that? ]
what's the problem with... more >>
Where does the Locale come from for Web Services?
Posted by eric_mamet_test NO[at]SPAM yahoo.co.uk at 1/28/2004 6:58:46 AM
I am having problems with a small app I wrote where my web services
insist in using US dates while my front end uses European format...
The app was running fine but then my machine was reinstalled
(re-formatted) with Win2K Server and the US locale by default.
I then re-installed all apps, incl... more >>
shifting a webservice from one m/c to another
Posted by Jaydeep at 1/27/2004 6:09:33 PM
Hi All,
I have created a webservice. I used this webservice in a ASP.NET Web
Application project, by adding a webreference
http://myMachine/service1.asmx. Now I shifted all code to my live server,
which is having just framework installed on it.Now I want to change
webreference of the webser... more >>
Web Service client that dynamically changes posting server
Posted by Daniel Bass at 1/27/2004 1:47:59 PM
Hello,
Visual Studio .Net really does well in creating the client side proxy for a
web service that needs referencing. The one drawback of this approach is
that the host can't be change on the fly. Once you've built a application,
you're stuck with it singing only to the web services you desig... more >>
Move/Migrate Web Service to another Server
Posted by Chris at 1/27/2004 10:37:03 AM
I have an asmx file on Server A that contains 2 webmethods and works
properly.
I would like to move this to Server B, which has an identical application
structure, minus the asmx folder/files.
We tried copying the folder/files from Server A to Server B, and get the
following error when tryi... more >>
Web service Asynchronous call fails
Posted by anonymus at 1/27/2004 5:31:05 AM
Hi
I created a webservice with a simple we method to increment a number passed from the client(a console app) .
Then i call this web service method asynchronus mode from the client.
I create a callback function and call EndXXX(XXX denotes the function name) in the callback function.
But the fu... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
webserivce reference without default url
Posted by Hans at 1/27/2004 3:41:05 AM
Hi
I add a webreference to a webservice. I set the URL Behavior to dynamic and set the url with the web.config
It works well
I check the reference.cs and there I have a default URL pointing to the URL I used to bind the webservice
Does anyone now how to have dynamic webreferences and avoidin... more >>
Port mapping a web service
Posted by rayj NO[at]SPAM keen.com at 1/26/2004 5:54:50 PM
I have a web service running on port 7000 on a farm of web servers.
When we expose it to the outside world, however, we port map map it to
port 80 with a BigIP. Unfortunantly, the auto-generated WSDL is
incorrect at this point.
At the bottom of the WSDL in the soap:location tag it still refe... more >>
IMPERSONAT webservice to separate sql box
Posted by William Newsom at 1/26/2004 4:59:36 PM
I have a similar problem i have set up a 1 sql server 1 web server 1 client
and cannot pass through my identity
turned on impersonate in webconfig
only NT auth is on for IIS
turned on trust delegation on the www server
sql has the domain users setup on db
dont know whats going on EVERY NEW... more >>
Web Service and Impersonation
Posted by Robert E. Maurer at 1/26/2004 3:36:38 PM
Hello.
Hopefully someone can help me (or at least explain what is going on to me.)
Before .Net, I would develop and application that had a web GUI, some COM
components, and some SQL Server tables. Then I would deploy the ASP files
and set up the web site to allow anonymous access and impers... more >>
can a webservice be accessed by java on a mobile phone
Posted by rooster575 at 1/26/2004 12:39:22 PM
Can this be done?
Can a java program on a mobile phone send TCP data to an ASP.NET web service
for processing?
Thanks.
... more >>
Web Service Concurrency
Posted by Chris Amaru at 1/26/2004 10:38:24 AM
When calling a method of a web service, will multiple calls from different
clients execute concurrently automagically, or do you need to explicitly
code threads into the web service?
For example, for a web service that simply waits for 30 seconds and then
returns, which of the following will h... more >>
ASP DATE between NOW and 24 HOURS earlier.
Posted by Darren at 1/26/2004 1:39:19 AM
Hello,
How would I write in SQL or ASP the following?:
Count number of Database Records between NOW and 24 HOURS EARLIER? I know
how to retrieve recordsets etc - its just the date thing I cant grasp. I am
stuck getting the 24 hours earlier data capture.
Thanks!
Gary.
PS - Sorry for th... more >>
Web service for ColdFusion MX consumption
Posted by Stefan Barlow at 1/25/2004 10:22:03 PM
I need to create some services for an application that needs to be
called from a ColdFusion MX software. What is the best/easiest way to
return a DataTable in a format that will be compatable? I have
created a few functions that return DataSets, but after looking at the
XML I'm afraid ColdFusi... more >>
currency conversion webservice
Posted by tangolp NO[at]SPAM yahoo.com at 1/25/2004 11:06:56 AM
I'm looking for a good webservice to use. Do you know any? Thanks.... more >>
getting started
Posted by Lynn at 1/24/2004 10:53:38 AM
hi,
i want to implement MS content management 2002 server. can you give me some
tips on how to get started?
eg. which book and website to start off reading on ASP.NET ?
... more >>
xml serialization of private fields
Posted by Mark Itzcovitz at 1/23/2004 1:09:24 PM
I have a web method that returns a struct, and all the fields in the struct,
which are marked as public, get nicely serialized to xml. However, what I
really want is the fields to be private so the struct can only be treated as
a "black box". From everything I have read it seems that there is no ... more >>
Web servive asynchronous call fails
Posted by nirk at 1/23/2004 1:16:05 AM
Hi
I created a webservice with a simple we method to increment a number passed from the client(a console app) .
Then i call this web service method asynchronus mode from the client.
I create a callback function and call EndXXX(XXX denotes the function name) in the callback function.
But the ... more >>
ASP.NET, DataList, and WebServices
Posted by Roger R. Smith at 1/22/2004 5:00:35 PM
Anyway I am having a problem with Web Service and DataList in ASP.NET. so
the best way to explain it would be with the MSPetShop 3.0 Application.
I submitted an order using the Forms on http://localhost/MSPetShop. then I
created my own ASp.NET Project and I have a form on which I have a DataList,... more >>
Usual Values for WebService.Timeout?
Posted by at 1/22/2004 1:48:44 PM
Hello NG!
The default for the timeout of an WebService is 100 seconds. I think, this
is a long time to let the user know, that the server isn't reachable (with
the specified url).
So what are usual values in a scenario where mobile devices connect to a
server over the internet? I thought of m... more >>
Using OpenTravel specification in Web Services
Posted by Shaji Sethu at 1/22/2004 10:15:33 AM
Hi,
I have been investigating the use of OTA specification for developing
web services (http://www.opentravel.org). These schemas were developed
primarily for Travel Industry and cover all facets from airlines to
hotels. At the outset OTA decided to support ebXML instead of WSDL and
WS-I. Now I... more >>
Calling Webservice from MS Word
Posted by suneet.shah2 NO[at]SPAM verizon.net at 1/22/2004 7:00:37 AM
Hi,
I was wondering if its possible to call a web service from MS Word,
Excel or Outlook. If so, are there any examples avaialable?
Thanks
Suneet... more >>
consuming web service
Posted by JPinto at 1/22/2004 12:30:02 AM
hi there,
I'm new on web services...
I've already created a webservice and created the proxy class using wsdl.
How can I create a .asp page that uses this webservice without using VS.net
... more >>
|