all groups > asp.net webservices > august 2003
Filter by week: 1 2 3 4 5
Web Service Deployment
Posted by David Rogers at 8/29/2003 11:57:37 AM
When I create a web service with VS.NET, it is created under
inetpub\wwwroot. What is the cleanest and simplest way to move the web
service to a new server?
By way of contrast, my current method is to create dummy web service
projects on the target machine with the same names as the services I... more >>
ASP.Net and client side control (SelectedIndexChanged)
Posted by geordie.teicher NO[at]SPAM abboptical.com at 8/29/2003 8:35:43 AM
I was wondering what capabilities ASP.Net has at the client level.
I have been using a RadioButtonList.
My control and additional textboxes look like this:
o See item number [ ]
o See items from Date [ ] to date [ ]
I have the method defined for SelectedIndexChanged... more >>
database
Posted by arno at 8/28/2003 11:33:14 PM
How does a webservice connects to a database and return a
query to an asp .net webapplication??
thank
Arno... more >>
How to write c# proxy class to get at this data?
Posted by Datura at 8/28/2003 11:30:34 PM
Hi, I'm trying to use a wdsl generated proxy class to Invoke a web services
method which outputs a soap envelope shown below.
The response I'm looking for has two parts, one is a "Result" node, which I
am successful in getting back, the other is the "vntReturn" node, which I
know is being ... more >>
Calling c# code from javascript
Posted by Anita C at 8/28/2003 3:06:07 PM
Hi,
Can one call a c# function from within a javascript function ? I have a
c# > function GetLanguageItem(title), how can I call the above function from
a
javascript function in an .aspx page.
... more >>
Using a webservice for mail merge in Word
Posted by Jos at 8/28/2003 12:37:24 PM
Is it possible to consume a webservice from within Word (2000 or XP)
in order to perform a mail merge?
The problem is: we are moving our Access database online, but we
don't want to lose the mail merge functionality.
I guess this is a common scenario, but I couldn't find any references
throug... more >>
Using Activator.GetObject to get Web Service
Posted by Craig Neuwirt at 8/28/2003 8:16:58 AM
Is it possible to use the Activator.GetObject interface to access a Web
Service?
e.g.
Activator.GetObject(http://localhost/MyServive.asmx);
If so, what do you get back and how do you configure .Net remoting since the
parameters passed to a web service are XML serializable, but not neces... more >>
.NET Web Services are a Snap
Posted by Paul J. Lay at 8/28/2003 7:31:28 AM
I have had little difficulty writing .NET Web Services and
Web Service clients using Visual Studio .NET. However I
am running into problems trying to interface a .NET C# Web
Service Client to an IBM WebSphere Web Service. I
am starting with a simple Hello World WebSphere service
that retu... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
webservice asp.net
Posted by Arno at 8/28/2003 6:58:43 AM
How do I call a webservice from a webapplication in
ASP.NET??
I do not have any experience
Can you recommenc me good books??
thank you... more >>
The resource cannot be found.
Posted by amc at 8/27/2003 3:50:02 PM
How can i resolved this?..... i'm trying to run
http://webserver/webservices/service1.asmx
... more >>
New to Visual Studio.NET - Walkthrough error
Posted by Anthony Grandazza at 8/27/2003 10:03:24 AM
I am new to Visual Studio.NET and am having trouble at the
beginning of the first Walkthrough. Any help anyone can
give in resolving the error or pointing me in the right
direction to find an answer will be appreciated.
When attempting to create the ASP.NET Web
Service 'AuthorsWebService' I... more >>
plzzzz: redirect response
Posted by NET_NET_2003 NO[at]SPAM hotmail.com at 8/27/2003 12:54:30 AM
Hi,
I need to know if there is a way to redirect the respnse of a web
service to a proxy (specifying the address and the port)??
The client doesn't know anything about the whole process. It simply
sends to Web Service URL on port 80, Web service receives it,
processes the request, and then se... more >>
kerberos
Posted by zerdust at 8/26/2003 12:57:18 PM
I want to create kerberos security for web-forum. Does anybody know what I
need and What I have to do?
... more >>
Way to automatically recycle aspnet_wp work process when close to 100% CPU for certain period of time?
Posted by Luther Miller at 8/26/2003 10:18:40 AM
I have a server setup that is dedicate to providing a "proxy" by exposing a
web service that calls methods in a 3rd party ActiveX control and then
returns the results. Sometimes, the aspnet_wp work process seems to get
"hung" - it goes to close to 100% CPU and stays that way. Under these
circums... more >>
What should I use: Remoting or Web Services ?
Posted by David Michal at 8/26/2003 2:13:33 AM
When should I use Remoting
When should I use Web Services
What is better ?... more >>
Web service, web proxy and timeout problem
Posted by posthumecaver at 8/25/2003 5:17:34 PM
Hello,
I have an very crazy problem.
I have 4 webservices I call from a rich client.
They are wroking perfectly in development environmen. They are also working
also perfectly when i call them from an Internet Web Server.
The problem, as always :)), at the customer.
Our customer has ... more >>
how to get data from 1 db into another: xml? web service?
Posted by Jason Shohet at 8/25/2003 3:16:51 PM
Lets say i have 2 Access database files. Each with a 'user' table. Unfort.
there are two 3rd party applications that write to each one.
I'd like a semi-automated way of being able to take the user data from the
first mdb file and append it to the user data in the 2nd mdb (database)
file. I'... more >>
Please help me to pass a file!
Posted by Daniel Johansson at 8/25/2003 2:02:57 PM
Hello everyone
Im am trying to pass a binary file from a web service to a
client.(managed c++)
I wan´t to use dataset.
If I put down the files in a dataset I loose information
I got the tip the use DIME
It doesn´t work.
Not with WSE 1.0 SP1 or WSE 2.0
If I choose to enable the WSE on "WSE... more >>
Authentication not working on HTTP-POST using NetworkCredential
Posted by Patrick Fogarty at 8/25/2003 1:49:49 PM
I am programming what is to be a web service client that will use an
HTTP-POST to request and retrieve data. The remote server (written in java
for what it's worth) requires basic authentication as per RFC 2617
(http://www.faqs.org/rfcs/rfc2617.html). My attempts to authenticate are
failing.... more >>
IPAddress
Posted by developer1996 at 8/25/2003 12:20:17 PM
I need to get the IPAddress of the user who is using my
service does any on have any ideas on how this could be
accomplish with a webservice?... more >>
Application_Start event does not fire on restart of IIS?
Posted by Morten Overgaard at 8/25/2003 10:53:29 AM
Hi Sirs.
We are facing weird problems using a web service written in C#.
When the web service application is started we have some startup code in the
Application_Start event in the Global.asax file.
The first time it behaves as expected - but when I restart ( Stop then
Start) the Webserver ( ... more >>
C# Zip
Posted by Aung at 8/25/2003 4:32:40 AM
Has anybody develop RFC1950 and RFC1951 compliant Zip utility?
Any pointer will be appreciated.
... more >>
How can I ensure my site runs under framework 1.0?
Posted by Joseph Geretz at 8/23/2003 11:40:27 PM
I recently upgraded my server to Windows 2003 / IIS 6. Naturally, this
dumped framework 1.1 on the machine. My site no longer works 100% properly.
the first thing I want to do is to ensure that the site, which was compiled
for 1.0, is actually running under 1.0 on the server. How can I control
t... more >>
Using alternate web servers
Posted by Nida Farid at 8/22/2003 12:17:00 PM
Hi,
Does anyone know how I can use a different web server in
ASP .NET webservice. I do not want to use IIS. I have
GoAhead. When I tried to access the .asmx file using
GoAhead as my webserver, I ended up with the source code
for the file, instead of the display page for my web
service. Co... more >>
How to define paramter-types for WebMethods AND Client?
Posted by Daniel Barisch at 8/22/2003 10:43:39 AM
How to define a class within an external DLL, that can be used as parameter
for a WebMethod and in Client-Projects?
I mean:
<WebService()>
public Class WServer
<WebMethod()>_
Public Function getXYZ(myDataSet as System.DataDataSet) as xyz...
....
end class
= Client =
....
dim ws ... more >>
WebServices break after upgrade to Framework 1.1
Posted by Joseph Geretz at 8/22/2003 8:38:15 AM
I recently upgraded my server to Windows 2003. The first thing I noticed is
that my sample WebService pages no longer worked. The Invoke test button is
missing. This is addresed by the following KB article:
Microsoft Knowledge Base Article - 819267
INFO: HTTP GET and HTTP POST Are Disabled by ... more >>
Interoperability issue with apache axis
Posted by Thomas A J at 8/22/2003 8:01:28 AM
Hi All,
We developed a .net web service , it should be accessed
from a Apache axis client. When we run the client it is
throwing the following error
System.Web.Services.Protocols.SoapException: Server did
not recognize the value of HTTP Header SOAPAction: . at
System.Web.Services.Pro... more >>
Getting at raw XML as well as objects
Posted by ben curthoys at 8/22/2003 7:21:19 AM
Suppose I have a webservice "WidgetWS.asmx", that exposes
one WebMethod that takes an
object "WidgetSearchParameters" as a parameter and returns
an array of "Widget" objects.
If I write a dotNET client for this webservice, and add a
WebReference to my
WebService, then the VS.NET2003 IDE ... more >>
Passing XML Strings to Webservices - a bad practice?
Posted by arno.huetter NO[at]SPAM aon.at at 8/22/2003 4:33:21 AM
Hi there,
when I design webservices, I usually pass simple data container types
to the webservice (one or several objects containing primitive type
members) - this simplifies client- and server-side code, and still
ensures interoperability, e.g. between Java callees and .NET callers,
vice ver... more >>
Why Multithreaded webservice?
Posted by Alex Mirzayanov at 8/21/2003 5:30:15 PM
Hi all,
*A theoretical question: When does multithreading a webservice come into
play (if ever)? Is there such thing as a multi-threaded high-performance
optimized webservice? Or does each user hitting a webservice cause a
webservice to spawn a new instance/process so it makes no sense to even ... more >>
Native C++ Client To Call Managed C++ Web Service
Posted by Tim Rogers at 8/21/2003 12:25:04 PM
We've currently got a C++ client/server app that uses DCOM in order to make
remote calls. We want to replace DCOM with a .NET Web Service. The server
piece seems clear to me. I can write it using MC++ and then can call my
native C++ server code from within the Web Service. What I am unsure ab... more >>
Using DIME in C++ - web service?
Posted by Daniel Johansson at 8/20/2003 3:01:06 PM
Hi
Is it possible to use WSE and DIME in a c++ web service?
I can´t get it to work.
Regards
// Daniel
... more >>
How to use own classes as WebMethod-Parameters?
Posted by Daniel Barisch at 8/19/2003 4:29:58 PM
Is it possible to use self defined classes as parameters for a WebMethod? I
thought of the following....
1. Library-Project: "LibProj"
Public Class ParamClass
private ...
public ...
public sub addXY...
End Class
2. WebService-Project: "WSProj"
(Reference to "LibProj")
<Web... more >>
Error - Need Desperate Help
Posted by Mike Smith at 8/19/2003 10:18:55 AM
Server Error in '/TempService' Application.
-----------------------------------------------------------
---------------------
Path 'POST' is forbidden.
Description: An unhandled exception occurred during the
execution of the current web request. Please review the
stack trace for more i... more >>
error when passing XML doc to web service
Posted by Marlon Baskin at 8/19/2003 7:49:25 AM
I built a web service that accepts an XML document of type
System.XML.XMLDocument and returns an XML document of the
same type. But when I pass the XML document to the web
service from a client app it throws an
InvalidCastException:
An unhandled exception of
type 'System.Web.Services.Pr... more >>
Calling a web service from a web service
Posted by jclark_00 NO[at]SPAM hotmail.com at 8/15/2003 7:12:41 PM
Hi there, I am working on an application that will expose a Web
Service using VS.NET. Internally, the web service will make calls to
another web service, will apply certain business rules to the
responses and modify the returned XML accordingly.
My question is surrounding the definition of my... more >>
SoapException invalid SOAPAction
Posted by Markus Broy at 8/15/2003 4:38:43 PM
Hi,
I am trying to call a webmethod on a web server from an onther server. Doing
this I get the following exception (German):
System.Web.Services.Protocols.SoapException: Die Anforderung kann ohne
gültigen action-Parameter nicht behandelt werden. Geben Sie eine gültige
SOAPAction an.
at... more >>
change Web References from web.config (or another solution?)
Posted by ADingOD at 8/15/2003 3:51:54 PM
Hi!
It's any solution to change the Web References when the application is
"moved" from "test" to "production" without a new compilation?
I mean to use one "set" of webservices when is running on "test" and
another "set" when is running on "production" without a recompilation.
Any manua... more >>
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 >>
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 >>
|