all groups > asp.net webservices > september 2007
use webservice?
Posted by Christopher Brandsdal at 9/30/2007 11:18:01 PM
Hi!
I want to be able to read and write to the file-system(using an vb.net
object) on a webserver I have from an application I made that runs on
several of my computers around the world. I want to make an vb.net object
that does everything I want on the this server. This is ok so far. I gue... more >>
OneWay=true causes exception
Posted by Roger Down at 9/28/2007 12:38:58 PM
I have used the SoapDocumentMethod(OneWay=true) on a web service.
Inside all my web services, I want to know who is accessing the respective
web service methods.
So I used the following two lines for this:
HttpContext httpContext = HttpContext.Current;
string userHostAddress = httpContex... more >>
Calling Web Service from ASP.NET AJAX
Posted by NBD at 9/27/2007 3:57:03 PM
Hi,
I am getting a 'web service undefined' error when calling a web service from
Javascript which I've defined inside the ScriptManager tag like so:
<asj:ScriptManager ID="ScriptManager1" runat="server">
<Services>
<asj:ServiceReference Path="~/Services/MyWS.asmx" InlineScript ... more >>
The namespace, , is a duplicate error when compiling .NET Webservice
Posted by UT-BadBoy at 9/26/2007 2:52:22 PM
Hi,
I've been receving this error "System.InvalidOperationException: The
namespace, , is a duplicate." and have been unable to locate the exact
cause of the exception.
I've written a webservice with the new AJAX extensions for .NET. The
webservice is marked up with
a ScriptService attribu... more >>
Using Web Services to create Scheduled Tasks
Posted by PhilV at 9/26/2007 4:44:04 AM
Hello. I am attempting to use a Web Service to create scheduled tasks. This
works locally, on a workstation running XP, but when I move the web service,
or a standalone application to a W2003 server, and attempt to create
Scheduled Tasks, nothing happens.
I have been researching. I ran acro... more >>
Problem using enum as web method parameter
Posted by Ren at 9/25/2007 3:07:16 PM
Hello all,
I am trying to localize some of the web methods in my web service so
I've created an enum in my web service of the allowed languages:
public enum Language
english
french
end enum
The first parameter in my new web methods is of the type "language".
On my client side if I pa... more >>
How to Webservice returning String() in VB.NET
Posted by adh at 9/24/2007 5:33:39 PM
Possible in C# but not in VB.NET 2005 ????
<WebMethod()> _
Public Function GetCompletionNames(ByVal prefixText As String, ByVal count
As Integer) As String()
Dim st as String()
......
return st
Doesn't work !!???
Thanks
... more >>
Web service input boxes in IE
Posted by Kishore at 9/24/2007 1:22:00 PM
I created a simple web service with one web method accepting custom C# class.
I thought I can test this in IE like get the xml equivalent of C# class and
paste in input box.
But IE is not showing any input boxes.
I added HTTP POST in web.config, didn't help.
How can I able to submit my xml... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
Sheets
Posted by Jaez at 9/22/2007 12:00:00 AM
Is it possible to link asp.net 2 to an excel spreadsheet running on the
server so the remote user can view and change entries on the spreadsheet and
also on froms written in VB for applications which are part of the
spreadsheet?
john
... more >>
Accessing Webservice thru Http-Get
Posted by magister pips at 9/20/2007 3:57:42 AM
there is no example in the webservice description of how to access a
WebService Method with Http-Get with a URL in ASP.NET 2.0
I have tried:
http://localhost/WebService/MyService.asmx/UpdateUser?cId=9130&bID=808101
http://localhost/WebService/MyService.asmx/UpdateCandidate/cId=9130&bID=80810... more >>
HttpWebRequest.GetRequestStream:Unable to connect to the remote se
Posted by Edgile at 9/19/2007 6:22:02 AM
Hello Everyone,
System.Net.WebException Unable to connect to the remote server at
System.Net.HttpWebRequest.GetRequestStream()
This is the exception I am confronted with when I deploy my website on a
W2003 Standard Edition server though the same code runs perfectly on other
two develope... more >>
The request failed with HTTP status 401: Unauthorized?
Posted by Asaf at 9/18/2007 1:56:01 AM
Hi,
I have two web services.
The Main WS is installed on my Windows 2003 server and when connecting to it
there is a must to provide User & Pass for the "Integrated Windows
Authentication" by the IIS.
I have a Secondary WS that will connect to the Main WS so I transfer User &
Pass by ... more >>
.NET 3 and 1.1 interop
Posted by CatchExAs NO[at]SPAM googlemail.com at 9/17/2007 5:12:29 AM
Hi, sorry for the x-post and thanks in advance for any help you can
provide.
I'm attempting to call a .NET 3 web service from a .NET 1.1 rich
client. I've successfully consumed the service in Visual Studio by
adding a static web reference. Unfortunately at runtime I get the
horrible exception... more >>
Web Service Timeout
Posted by Paul at 9/12/2007 10:38:02 AM
Hi,
We have an ASP.NET 1.1 application that calls our ASP.NET 1.1 Web Service.
The call to our Web Service only work when its built in debug mode. When its
built in release mode, the connection to the web service is never made. The
process takes only 20 seconds to run normally so don't see... more >>
web service question : server was unable to process request
Posted by at 9/10/2007 11:18:02 AM
Hi, all. I have a webservice running on a Windows 2003 server, and
then an application on my desktop that consumes this web service. When
I tested the webservice (by going to the webservice from IE on the
same machine), the web service works. However, when I tried to step
through my code on my d... more >>
The authentication scheme 'NTML' is not supported
Posted by chen at 9/10/2007 10:52:08 AM
I posted this in the WCF forum and didn't see any response. Re-posting
here to a wider audience to see if anyone else has seen similar
behavior...
Created a simple service in WCF and hosted it on my XP box in IIS
(5.1) which works as expected. I was interested in exposing the
endpoint to both... more >>
How to query n web services
Posted by Nightfall at 9/10/2007 3:42:41 AM
Dear friends,
let's say we have 10 "server-side" web service which return some kind
of data.
I'm using visual studio 2005 and I have a Project - the client -
where I added Web References to those 10 ws.
When I added web references, I wrote 10 different web references name.
So, i.e., I sho... more >>
Setup webservice will install in companyweb
Posted by nano2k at 9/6/2007 1:56:15 AM
Hi
I'm using VSNET 2003 (with .NET framework 1.1) to develop a
webservice. All went fine, until I needed to create the setup for it.
For that, I have created a new project (File/New/Project, then Setup
and Deployment Projects/Web Setup Project).
I managed to create the setup and all goes fine... more >>
Some daft Questions About web Services
Posted by Namshub at 9/5/2007 3:38:12 PM
I understand web services and have coded them but I don't understand the
some basic concepts.
1) Does the service run as a website. The question may seem daft until the
next question.
2) Using the Applications setting (my.setting.etc) is that resident in
memory and stays in memory on fir... more >>
WCF - Add Service reference to a client
Posted by Arne Garvander at 9/1/2007 1:06:01 PM
Add Service Behavior
In Visual Studio I can right click on on references and i get two choices;
add references and web service. There is supposed to be a third option to add
a service reference.
Is that available in Visual Studio 2005?
--
Arne Garvander
(I program VB.Net for fun and C# to ... more >>
|