all groups > asp.net webservices > august 2003 > threads for august 8 - 14, 2003
Filter by week: 1 2 3 4 5
How to pass a user defined type to a Webservice?
Posted by Henke at 8/14/2003 10:56:27 PM
I know the webservice can have methods that take (some) .NET types as
arguments, but is it possible to write a method that takes a user defnined
class as a parameter? If yes, can someone please show me an example?
Thanks in advance?
/Henke
... more >>
HTTP GET not enabled in test form
Posted by Joseph at 8/14/2003 6:59:18 PM
I have installed .NET framework 1.1. I am using the test form to test the
web service remotely and in the machine.config, I have enabled the HTTP GET
and HTTP POST protocols for web service. However, when I run the test form,
unlike the test form in .NET framework 1.0 that uses HTTP GET protocol,... more >>
toolbox is disabled
Posted by zerdust at 8/14/2003 11:07:01 AM
I have opened an asp.net The treeview control in the toolbox is disabled.
what can be done ?
... more >>
The underlying connection was closed: An unexpected error occurred on a send
Posted by weeerob NO[at]SPAM hotmail.com at 8/14/2003 9:36:12 AM
I know this has been done many times before but I think I have a more
unique case.
I am using an XML-RPC wrapper (http://www.xml-rpc.net/) to call a
webservice which I connect to using SSL and client certificates. I
have a library containing the calling code that is referenced in a
Windows Se... more >>
Why are the System.Net.CredentialCache.DefaultCredentials always empty in and ASP application?
Posted by Craig at 8/14/2003 4:48:55 AM
We have an anonymous web application trying to talk to a windows
authenticated webservice. This is currently failing with 401 Access Denied
errors.
We have found that we can get this to work by writing the following code in
the web application before calling the webservice:
WebServi... more >>
Web Service Versioning Question
Posted by Adam.Davidson NO[at]SPAM team.telstra.com at 8/14/2003 12:34:07 AM
Hi,
I have an existing web service A with one one method. It returns two
parametrs A and B. This web service is deployed and used by Client X.
Client Y now wants the same web service but they also want output
parameter C. If the existing web service A is changed to include
parameter C, does... more >>
How to create wsdl from dll in commandline?
Posted by X_AWemner_X at 8/13/2003 5:51:42 PM
Is it possible to create .wsdl from given assembly dll in commandline?
I have written MathService.cs file and then compiled it to SoapTest.dll
file. Then I used soapsuds to generate a wsdl from the given dll file. I did
get something, but it does not have any methods in it and namespaces look
... more >>
Can web service take a variable?
Posted by casp at 8/13/2003 4:04:49 PM
I am developing a Win apps which have a login form. The login form asks user
which database he/she want to connect through web service. Can I pass a
parameter to web service to determine which database to connect?
Thanks,
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
SQL Server connection string works with IIS 5.1 but not IIS 6 in ASP.NET
Posted by John Kennedy at 8/13/2003 9:46:55 AM
Hello,
I have a very simple aspx file that runs on WinXP Pro IIS 5.1 and connects
to a SQL Server 2k DB running on a Win2003 Server box. It works fine with
the connection string below (X replace real values for security).
"packet size=4096;user id=XXX;pwd=XXX;data source='XX.XXX.XXX.X';persist... more >>
.NET IIS to IIS credentials problem...
Posted by Grind Boy at 8/13/2003 7:39:32 AM
Hi,
I'm writing this off the top of my head as I don't have the exact
information to hand.
We are attempting to set up a secure internet site using ASP.NET on IIS5.
We are having some authentication problems early on in the project. The
plan is to have 1 ASP.NET (IIS) forms applicati... more >>
Access .NET DIME Service from COM SOAP Toolkit 3 client
Posted by Stephan Brunenr at 8/13/2003 6:25:21 AM
Hi
I have created a .NET web service that can be requested to
deliver binary data using DIME attachments.
I also have created the client part using .NET without too
many problems.
But what if I need a COM client to consume the DIME
attachments from the .NET web service?
Are there any... more >>
The namespace, , is a duplicate - Web Service error
Posted by cft NO[at]SPAM enact-online.co.uk at 8/13/2003 2:08:17 AM
Hi,
I'm writing an N-Tier application in C# which includes an ASP.NET web
service returning Typed Datasets. I have an Assembly with the
namespace 'CallLogger.Datasets' that contains the Typed Datasets.
When I have one method in my web service returning a typed dataset
everything is fine. W... more >>
Encrypted Web Service...
Posted by Terry Mulvany at 8/12/2003 4:16:26 PM
Greetings all,
We have wrote a web service (asmx) which accepts as a paramater an ADO.NET
Dataset. We have compiled a proxy class from this webservice (SDL) and are
now using the proxy class in code to call this webservice passing it a
Dataset.
The customer however wants to make sure that the ... more >>
read/write binary file
Posted by Stephen Richardson at 8/12/2003 2:49:53 AM
I'm writing a web service which will return a string
containing the contents of a binary file (converted using
System.Convert.ToBase64String). When I pass the string to
a second web service to write the file I get an exception
error "Invalid character in Base64 string" when I try to
use Sy... more >>
Cannot access web service on secure web site
Posted by Chris Clement at 8/11/2003 3:31:24 PM
I am getting the error below when SSL is enable on our web server. If I
turn SSL off, then it works fine. I searched Google and find several
references to client certificates, but we are not using them. Any help is
greatly appreciated.
"The underlying connection was closed: Could not esta... more >>
Not enough free threads in the ThreadPool
Posted by Wil Burton at 8/11/2003 12:31:49 PM
I am getting this error on a request to a webservice
after a long running one completes. Does this make sense
to anybody? Of course it doesn't always happen but it
does pretty regularly.... more >>
Asynchronous webservice call, UI thread issue in asp.net
Posted by krishna at 8/10/2003 8:24:15 PM
Hi,
I am calling a webmethod asynchronously using a callback
delegate. I have implemented begin and end webmethods
inside my webservice class.
When I step into my client-side callback delegate, I see
the right results returned by my web method. But as this
callback delegate is getting exec... more >>
Returning Enumeration or Exception from WebMethod?
Posted by Tobias Lekman at 8/9/2003 10:06:03 AM
Hi,
I am trying to raise an exception from within a WebMethod
in my web service. Is this possible at all? If so, how do
you do it?
If this is not possible, then I would be happy to return
an enumeration of response codes, but have been
unsuccessful in declaring and returning an enumera... more >>
Newbie: Return a xml-document to client
Posted by Daniel Johansson at 8/8/2003 7:30:50 PM
Hi
I have a webservice that generates a xmldocument when you call it either
from a .aspx-site or with http-GET.
eg. http://...ws.asmx/method?arg1&arg2
I now want to present this xmldocument for the user i his/her webclient (eg
Internet Explorer). I cannot return the xml-document as a dataset... more >>
Launch aspx page from web service
Posted by sramruttun at 8/8/2003 9:49:04 AM
hi guys
Is there a way to launch an aspx page from the WebMethod of webservice?
... more >>
Deploy web service behind an ISA firewall
Posted by luowh at 8/8/2003 7:08:51 AM
I am having problems deploying web service on our production server behind
an ISA firewall.
I am able to access the web service within our intranet environment, but
unable to access from outside the firewall. After some checking, I notice
the following section in the generated WSDL file: (usin... more >>
|