all groups > asp.net webservices > july 2006 > threads for july 1 - 7, 2006
Filter by week: 1 2 3 4 5
Writing Text Files with SSL Web Service Not Working
Posted by defrankc NO[at]SPAM yahoo.com at 7/7/2006 10:59:54 PM
Hello:
I have a very basic .NET web service that accepts a simple text message
from the calling page (I'm just using the built-in test page right now)
and I want to write that message out to a text file on the local file
system on the server. The file is being written into a subdirectory of
... more >>
UDDI 3.0
Posted by Raghu at 7/7/2006 1:51:51 PM
Does microsoft have an implementation of UDDI 3.0? If so, I would appreciate
if you can direct me to right resource...
Thanks.
... more >>
adding a web reference times out. .NET Web Services
Posted by benkayam NO[at]SPAM gmail.com at 7/7/2006 6:21:44 AM
Hi,
Searching this problem I found that many people had it with VS 2003,
but with out any fix.
does any body know what to do?
this is my case:
windows 2003 sp1 installed on the server.
vs 2003 at the workstaion.
built the hello world web service sample and I just can't add a
reference to... more >>
Web service only allowing 2 connections
Posted by Gareth O at 7/7/2006 5:25:01 AM
Hi - I have a c# asp .net (1.1) web service, which i'm calling from a windows
service on the localhost.
However many requests i make to the web service, and however much cpu/memory
is available, it will only process two at a time, queueing up the others
until one of the current two finishes... more >>
share price feed web service
Posted by scottrm at 7/7/2006 3:25:01 AM
Anyone know about a web service where you can get a feed of share/stock
prices. I would have thought there woudl be a lot of them out there but I am
finding it hard to find any with a google/yahoo search.
Alternatively anyone know about any good diretories of web servcies.
Thanks
--
Sco... more >>
change web service URL at runtime
Posted by mike.aes NO[at]SPAM gmail.com at 7/5/2006 10:40:06 PM
Can the URL of a web service be made variable at run-time?
I have an app that uses web services. At runtime, I'd like to toggle
between two different web servers that host the identical set of
services (production vs. development). Can this be done and if so,
how?
Thanks.
... more >>
Asp .net 2.0 Unable to Connect to Remote Server
Posted by haroldbk at 7/5/2006 8:19:44 PM
I have a small Asp .net 2.0 application with a web reference to a
Webservice.
Running locally works fine, but when I run it from the Web Server the
exception Unable to Connect to Remote Server is returned.
Tried 2 different Web Services - both locally on from the Web server.
This is a code ... more >>
accessing html fields
Posted by Jessica Weiner at 7/4/2006 11:34:56 PM
I have an input field defined outside the <form> area. Its a simple html
text input that is used to enter the number of hours.
<input id="HoursField" name="hours" type="text" />
I want to access this field from the server side (c# code). I tried these
two methods to access the field but th... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Question on Exception Handeling in webservices?
Posted by ltnats NO[at]SPAM yahoo.com.au at 7/3/2006 5:45:43 PM
Hi there,
I have been developing a webservices data access layer for a
project I am working on. I have researched exception handling in
webservices and found that global handling of unhandled exceptions can
be done using a SOAP Extension. I have implemented one of these
successfully. ... more >>
Enum Problems
Posted by Oldman at 7/3/2006 7:02:02 AM
I have an enum being passed into one of my webservice methods.
The actual enum is defined as follows:
[pre]
public enum StatusType
{
SPECIAL_1 = -2,
SPECIAL_2 = -1,
ENUM1 = 1,
ENUM2,
ENUM3,
ENUM4
}
[/pre]
The issue is... more >>
web service return value is a class
Posted by douglas wittner at 7/2/2006 2:52:22 PM
afternoon, i was hoping someone could offer up some advice.
i have a client and web service.
the client is consumed by a web site. the client contacts the web service
for a result this is a class.
this class instance coming back is in a library as so all can have access to
the types use... more >>
|