all groups > asp.net webservices > july 2004
Filter by week: 1 2 3 4 5
Error: (Client found response content type...)
Posted by Soheil at 7/31/2004 10:38:30 PM
I use webservice to connect to a server on Internet and sometimes(not
always), I recieve this error on calling webserice member functions.
Error:
**********************************
Client found response content type of '', but expected 'text/xml'.
The request failed with the error message:
-... more >>
Asynchronous web service calls, will you still have timeouts
Posted by Norton at 7/30/2004 8:02:24 PM
If I am calling web services asynchronously, will I still have to be
concerned with the request timing out? If IIS starts a process (calling a
web service) and it goes off and takes 30 minutes to do something
(exaggeration), will there be a timeout?
Thanks.
Norton
... more >>
WIERD Cache problem with WebService, Ideas?
Posted by Chad Finnegan at 7/29/2004 6:24:15 PM
I built a custom webservice which originally had four methods, deployed this
to our Dev server, it originally was deployed with the Codebehind reference
in the page header of the .asmx file, to the .cs file. (code left from
vs.net) I changed this and removed all codebehind references and VS... more >>
TerraServer Web Service: access issue.
Posted by gulfoslides NO[at]SPAM hotmail.com at 7/29/2004 1:32:13 PM
I am trying to run the terraDemo software from MS that shows how to
access the MS TerraServer from a Web Services API within a c# program.
When I run the application, I get this error message:
Additional information: System.Web.Services.Protocols.SoapException:
Server was unable to process req... more >>
WSE web.config problem
Posted by delphiconsultingguy NO[at]SPAM yahoo.com at 7/29/2004 7:57:43 AM
Hi all,
I have installed WSE 1.0 and have altered my project's web.config file to add:
<webServices>
<soapExtensionTypes>
<add type=
"Microsoft.Web.Services.WebServicesExtension,
Microsoft.Web.Services,
Version=1.0.0... more >>
Do .Net Client Applications require MSSoap dlls for calling WebServices?
Posted by sunil NO[at]SPAM volcanomail.com at 7/29/2004 12:46:01 AM
Dear All,
Do .Net Client Applications require MSSoap dlls for calling
WebServices? My clients will have only .Net runtime installed on their
machines...and I have created a proxy object from the WebReference
added...I hope it still does not require mssoap dlls...
Please let me know...
T... more >>
Cookieless Session and Web Service Problem
Posted by localhost at 7/28/2004 4:17:50 PM
I am looking for any C# example on using a web service with cookieless
Sessions.
[WebMethod(Description="Help",EnableSession=true)]
public string SessionShow()
{
return HttpContext.Current.Session.SessionID;
}
Gives an error.
Help.... more >>
Problem with WebServices
Posted by Asier at 7/28/2004 3:47:07 PM
Hello,
I' ve created a new webService Project and run with "Hello World"
example. It run fine. After it, i created a Winform project and included a
webReference to this webservice. I run it and run fine.
Ok, no problems...
Yes I have a problem. When i run my WinForm project and ex... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
The underlying connection as closed: Could not establish secure channel for SSL/TLS
Posted by Ghislain Tanguay at 7/28/2004 11:47:55 AM
Ok, I try to communicate with a web service who receive xml message under a
https using SSL.
I have a directory with 240 XML files on my desktop. I loop into it to send
each file one by one.
Abritrary, after 10, 15, 56, 79.... files, (sometimes I can pass all of
them??? ) I receive this err... more >>
which account web service run?
Posted by mimi at 7/28/2004 9:01:25 AM
I got permission problem with the web service. It cannot write to event
log. The other asp.net web app can write to eventlog. Does web service run
under different account than aspnet? Thanks
... more >>
WSE 2.0 help
Posted by tangolp NO[at]SPAM yahoo.com at 7/27/2004 11:29:52 PM
I created a project that has a windows form that calls Ws1. What I
tried to do is to pass user name and user password to Ws1 which in
turn call Ws2 to verify if the user is valid in the database. If the
user is valid then default the user as ASPNET. I can't find any
sample on the Web to help ... more >>
Help needed in setting up web client using .Net
Posted by kinseong NO[at]SPAM yahoo-dot-com.no-spam.invalid at 7/27/2004 9:09:07 PM
I am relatively new to .NET.
I am assigned to accomplish the following:
-Write a client using .NET C#
-Write a server application using Apache2
-server and client talk to each other using SOAP
My question is:
a) Is that feasible? If not, why? and whats the option? ( I think my
company b... more >>
Using the .NET WebService tools
Posted by Gary Dunne at 7/27/2004 5:27:31 PM
I have been provided with a set of wsdl files to create a number of web
services. Each wsdl file also has a corresponding XSD file.
I've been looking at the various .NET tools that can be used to generate
webservices (XSD.Exe, WSDL.Exe SoapSuds etc) but I'm still at a loss.
Can someone please... more >>
Compile Web Service?
Posted by mei xiao at 7/27/2004 3:53:29 PM
Hi,
I have two files Service1.asmx, Service1.asmx.cs under WebService1 directory
and I can compile it fine into a dll and put it into the bin directory, but
if I change the name of the directory into WebService2, then it won't work.
What is the problem? Thank you.
-May
... more >>
Problems returning Datasets
Posted by Andy Barker at 7/27/2004 1:29:47 PM
Hi all
I have a web service that query's an SQL table and returns the results as a
dataset. This runs fine on my local development machine (win XP Pro with all
current service packs and hot fixes), but when i deploy the service over to
our web server the service hangs when trying to return dat... more >>
webservices article
Posted by Roger at 7/27/2004 10:48:24 AM
Can someone direct me to good articles that discuss the webservices?
Preferably articles that can help me better understand the why/what/how.
Thanks,
Roger
... more >>
Business logics in webservices?
Posted by Raghu Raman at 7/27/2004 5:13:44 AM
Hi,
I've a oracle database which contains some business logics stored
proc's.
Could any one tell me how to use the business logics in the web
services.
Thanks in advance
Raghu
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewar... more >>
What does VS.NET when creating WebService
Posted by Eric Voigt at 7/26/2004 7:14:30 PM
are there special settings applied to IIS5, when creating a webService in
VS.NET?
I wonder - because when I create a webService (let's call it webservice1)
using VStudio.NET on my remote W2K IIS5 it works fine and without any
problems.
When I don't use the VStudio.NET Wizard but only copy the... more >>
out parameter
Posted by mei xiao at 7/26/2004 2:44:50 PM
Hi,
I use a parameter as "out int[] myarray" in the web service, but somehow the
client cannot process it. Could you please tell me why this happens?
Thank you.
-May
... more >>
Number of WebMethods limited in .asmx file?
Posted by Scott at 7/26/2004 12:34:16 PM
Hi,
I'm working with a large webservice project. This project exposes many
different WebMethods in the .asmx file. Recently, I've been having problems
with using the service. It builds with no problems, but when I use it, I
get the following exception:
System.Web.Services.Protocols.SoapE... more >>
.NET Best Practices for Exposing Biz Objects thru Web Services
Posted by mark NO[at]SPAM corporatedigital.com at 7/25/2004 9:18:41 AM
I'm architecting some business objects in .NET and want to expose some
methods from my biz objects via Web Services. What are the best
practices here? Should I create a facade class manages all of my web
services methods? In other words, is it a best practice to NOT adorn
my biz objects direct... more >>
SOAP and Chunked Transfer
Posted by Eric at 7/23/2004 11:29:06 PM
Hi,
I have a .NET client and Java web service.
I send an request and the answer with a correct SOAP message.
But on the .NET client I get an exeption from the XML deserializer that he
has found characters which he doesn't understand.
When I look at the respond (via network monitor), I s... more >>
Directory.CreateDirectory() throwing DirectoryNotFound exception for //server/share path
Posted by tanuvasa98 NO[at]SPAM hotmail.com at 7/23/2004 12:34:11 PM
Hello,
I am creating an ASP.NET web service with VB, and I need to be able to
create a directory on a network share. When I attempt to create the
directory (\\server\share\test), I receive the DirectoryNotFound
exception, stating "Could not find part of the path '\\server\share'."
I have al... more >>
Not Receiving Results from Java Webservice
Posted by eric.swaney NO[at]SPAM volvo.com at 7/23/2004 10:30:09 AM
Hello,
I have a c# client program that sends a userID and Password to a
webservice that validates the user. The client is sucessfully sending
the Client context and the webservice is receiving it and processing
it, but I don't get back the ReturnCode saying wether it was OK or
not. Here is a ... more >>
problem with System.Management.dll used by a web service
Posted by rnorthedge NO[at]SPAM hotmail.com at 7/22/2004 9:22:59 AM
Hi,
I am wondering if anyone can help me with a problem I am having with a
web service installed on a client's server. I have installed the same
web service successfully on a development server running Windows 2000
Server SP2 and .NET Framework 1.1. The client's server has Windows
2000 Serv... more >>
asynchronous call to web service from a web page
Posted by mimi at 7/22/2004 12:56:09 AM
My web service is to update a database. When user clicks on a button on a
web page, it calls web service to update database. With hundred thousand
transactions, it takes 15-20 minutes to update database, eventually it times
out. How do I make an asynchronous call to the web service without n... more >>
Web Services Arrays
Posted by John Jenkins at 7/21/2004 9:16:09 PM
Hi,
does anyone know if there are any issues with .Net when it creates
proxies for classes that contain an array of another class, for example..
// some serialization attributes XMLRootElement etc
public class x(){
public T_SOMECLASS[];
}
// some serialization attributes
public... more >>
help??
Posted by gorostas at 7/21/2004 7:00:03 PM
Hi all!
i have to build task rellated web app. whitch will need to have some
monitoring. i have datebase whit row of time whitch will be happen in the
future, and then when that time cums i have to fire some scripts.(in my
case, i have 2 connected web forms-pages, first auth. me on server(for
... more >>
The 'VFPOLEDB.1' provider is not registered on the local machine
Posted by Dejan IvkoviƦ at 7/21/2004 4:12:17 PM
I get "The 'VFPOLEDB.1' provider is not registered on the local machine"
exception when trying to open a connection to a FoxPro DB from my web
service. I have installed the foxpro 8 drivers on the maching and also IWAM
and IUSR_SERVERNAME both have full access to the files. Connection string
lo... more >>
Consuming a java webservice
Posted by Ghislain Tanguay at 7/21/2004 3:12:06 PM
Hi,
I try to create a proxy class in VB.NET on a java webservice.
I tried wsdl but it's seem impossible for me to do the work so... if anyone
had the same problem and found a solution, please send it to me.
https://wsa.sei.pes.qc/sei/servlet/rpcrouter
This is the adress of the webservic... more >>
Working With Objects: Any Good Documentation Or Book?
Posted by RSB at 7/21/2004 1:23:19 PM
can i set the cool-down time?
Posted by Mullin Yu at 7/21/2004 12:53:01 PM
hi,
i found out the first time calling the web services takes quite a long time
or after a certain period, calling the web services takes also quite a long
time.
to me, it means that the web service will be cool down when idle for a
certain time. is it true? if yes, how long? can i set it?
... more >>
CSharpCorner Just Published My Article : Multithreaded XML Document for Read/Write Access
Posted by Praxis Happenstance at 7/21/2004 8:26:58 AM
Check me out:
http://www.c-sharpcorner.com/Code/2004/July/MultithreadedXmlDoc.asp
Multithreaded XML Document for Read/Write Access
by John Bailo
... more >>
HELP! CreateProcessWithLogonW issue
Posted by charlie NO[at]SPAM nunya.com at 7/21/2004 2:39:58 AM
Hi,
I hope someone can help me with this - it's driving us all nuts.
We have an ASP.Net web application that must run an external executable to
accomplish a document merge function. We got this to work on Windows XP
using the following code (low level API calls). Before we call the RunIt
... more >>
Maintaining Properties with a web service
Posted by John Wright at 7/20/2004 2:54:29 PM
Is is possible to set properties in a web service and retreive those
properties at a later time? We need to expose some properties from a class
and want to make the class a web service? If this is possible, can you
point me to any references that demonstrate how this is done?
Thanks.
John
... more >>
Wierd Problem - Operation Timeout - Urgent Please
Posted by Niloday at 7/20/2004 2:21:01 PM
Hi All,
I have developed a web service and deployed it on the Win2000 box. I can
access the web methods of this web service when my client application is
debugged from VS.NET studio. But it fails with an 'Operation Timeout'
exception when run from the compiled version. The client applicatio... more >>
list all the Web services
Posted by Keshav at 7/20/2004 11:39:58 AM
Hi All
Can any one tell me how to list all the Web services on a local machine, or
on servers within your company's local area networ.
Is it possible to invoke "Add Web Reference Dialog Box" through C# code?
Thanks in advance
Keshav
... more >>
avoiding XML serialization, different WSDL generation, soap serialization
Posted by Ramunas Urbonas at 7/20/2004 10:13:04 AM
Hello,
I think my problem is interesting for most of developers who wish to
exchange actual business entities with webservices, not just xml stubs.
I can not use XML serialization, when generating wsdl, because some of
transmited entities have only getters. It is required by our framework an... more >>
how to compile web service in command line
Posted by mei xiao at 7/20/2004 9:11:16 AM
Hi, there,
I have a small web service project and I can compile them in visual
studio.net, but how can I compile it using command line compiler?
Thanks.
-May
... more >>
Webservice calling the wrong web.config
Posted by f.nesse NO[at]SPAM rijkzwaan.nl at 7/20/2004 7:32:12 AM
I have created a ASP.Net Webapplication and a ASP.NET webservice
project in one Visual Studio solution. In the web.config of the
webservice I have defined an AppSetting tag where I store the
connection string to the database.
However, when the app is calling the service, the service is reading
... more >>
How to secure webservice
Posted by Leo at 7/19/2004 8:42:02 PM
Hi,
I want to make sure that no one else can call and receive data from my web methods?
How to do it..
--
Leo... more >>
XML Web Services publishing
Posted by asifrehman007 NO[at]SPAM hotmail-dot-com.no-spam.invalid at 7/19/2004 12:08:53 PM
Hi guys
I've developed a webservice (Logins.asmx). It works fine in IIS but
after when I copy the required files to Web Server and try to
open(www.websamba.com/pkbiz/mywebservices/logins.asmx)
It gives the download dailog (open/save file).
pls tell me how to publish webservice. and also... more >>
Looking for Cheap/Free ASP.NET, Web services hosting
Posted by Drakkar Noir at 7/19/2004 8:06:33 AM
I'm looking for some cheap/free hosting service for a .net webservice app
that I'm writing.
Ideally, it would have available the .Net 1.1 Framework and SQL Server
access built in. As well as as many controls as possible.
--
incognito @ http://kentpsychedelic.blogspot.com/
finders story... more >>
Webservice failure
Posted by Stephen McCrea at 7/18/2004 12:10:40 PM
I moved a web service from my development machine (once everything was
working fine) to the release machine and the release box the service fails
on calls that return a DataSet - other calls that return simple variables or
arrays of objects work fine. I believe that there is no major difference
... more >>
SqlConnection, SqlCommand
Posted by Donnie Darko at 7/18/2004 6:03:39 AM
I'm trying to understand SqlConnection(), SqlCommand()
For example. I use SqlConnection() as a parameter when I create a new
SqlCommand. Then I open SqlConnection(), then I execute the SqlCommand().
At that point I cannot use SqlConnection() again. Unless I .Close() it and
then .Open it ... more >>
Web Services Shared Resource/Memory
Posted by Grandpa Pete at 7/17/2004 7:03:23 PM
How can I share resources across all users of a web service for read/write
access.
*Situation* *one*:
I want to have an in memory counter that all users of the webservice could
access. Call it g_count.
Then I create a web method called Update_g_count.
public int g_count( int incr )
... more >>
Referencing web service
Posted by John at 7/16/2004 6:51:23 PM
Hi
I have just uploaded my first web service to a remote host. So I am very new
to this. I am now trying to reference the ws by putting the ws url
(http://mydomain.com/myapp/myappws/appWS.asmx) in the add web reference
dialogue, When I click go, instead of the client app getting the reference,... more >>
alternative XML serialization - how?
Posted by shonend NO[at]SPAM yahoo.com at 7/16/2004 2:27:22 PM
My problem is that I want my class instance to be serialized
differently for different purposes. Suppose I want to exchange the
object between different components on the local network by
serializing it into XML, and therefore I defined the class with
included XML attributes:
<XmlRoot(Element... more >>
Version Control in Web Service
Posted by Irakli Lomidze at 7/16/2004 1:57:43 PM
Dear Sirs.
..NET have a greate feature, that is a version control on assemblyes.
So it works fine in winforms application.
Will it work on ASP.NET Web Services ?
if yes How Client Detected Needed version ?
if no Will it be in next version of web service specification ?
Thank you in advance... more >>
SQLConnection.Open() in a WebService
Posted by stephenkearney NO[at]SPAM yahoo.com at 7/16/2004 1:43:32 PM
I'm experiencing a strange problem that has me baffled. I created a
webservice with a webmethod that connects to a remote MS SQL Server:
SqlConnection mySQLConnection = new SqlConnection();
mySQLConnection.ConnectionString="data source=192.168.30.44;
uid=rocky;pwd=raccoon;database=myDatabase... more >>
|