all groups > dotnet web services > april 2005 > threads for april 8 - 14, 2005
Filter by week: 1 2 3 4 5
Advice needed on Servere side WS, which is activated by SQL Trigge
Posted by Warren at 4/14/2005 3:29:01 PM
My COmpany wants to push content to another company at the end of the day. I
would like to have this run on a server with out human interaction...
We use MS Visual Studio 2003 with the latest WS 2.0 patch and etc...
Any suggestions or links to article that talk about automated WS...... more >>
MySQL database
Posted by yenruyee at 4/14/2005 1:26:52 PM
I had a job offer with C++ and MYSQL which the latter I don't have experience
with, MYSQL part so I got turned down by the employer. I haven't much luck
since I am still in school, but there is always one possibility. ANyway, I
won't talk about that because I come cross some jobs needing MYSQL... more >>
Simple question
Posted by bhmsaad at 4/14/2005 1:23:54 PM
How to debug a webservice which is not in the same solution but resides on
the local host.
thanks for your help... more >>
Dynamic CacheDuration
Posted by André Schubert at 4/14/2005 10:52:20 AM
Morning,
how can i change the cache duration of a webservice methode dynamically ?
THX
André
... more >>
request exceeds the limit
Posted by Praveen Chandra at 4/13/2005 9:32:14 PM
Hi
I was trying to call the webservice of MS Project server (ProjectCreate
interface of PDS) to create a new project. It works fine when the input XML
is small with a few task and allocations. It gives an error " The size of
the request exceeds the limit allowed by the server " when I have a ... more >>
Web service connect problem
Posted by yfng at 4/13/2005 8:34:02 PM
I build a web service in a server(A) and can connect to it successfully in my
local computer(B) by using SoapHttpClientProtocol as client. However, when I
move the same code(local computer (B)) to another computer (C). It (C) can
view the web service through browser but not success in code.
... more >>
impersonation
Posted by Ohad Young at 4/13/2005 5:03:49 PM
Hi,
I need to connect to a remote SQL server from a webservice. The webservice
(IIS) and SQL server are running on different machines. I'd like to use
windows authentication rather than SQL one.
How can I achieve this? through impersonation? what are the implications of
using impersonat... more >>
specified cast is not valid
Posted by Random at 4/13/2005 8:35:19 AM
I haven't the slightest idea what is causing this problem. I get an error
in calling the Invoke method in my Web Reference to my Web Service. The
error is...
-----------
An unhandled exception of type 'System.Web.Services.Protocols.SoapException'
occurred in system.web.services.dll
Addi... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
PDF request service
Posted by evilme at 4/12/2005 7:04:05 PM
greetings and salutations, o smarter than i.
i've been working on a solution to secure the delivery of pdfs to client
browsers. we're introducing an public-website element, so i've decided to use
a webservice on the internal application webserver to pass a pdf as a byte
array to a public we... more >>
Using an object pool within a web service
Posted by Lee Greco at 4/12/2005 2:33:55 PM
I'm looking for some advice on how to proceed.
Here's the scenario:
I've got to develop a high availability VB.Net web service that basically
acts as a middle man between the web service clients and a third party data
provider. The third party data provider is accessed over a well defined... more >>
Web Methods Lock
Posted by Raju Joseph at 4/12/2005 12:00:00 AM
Hi,
I have a question regarding Web Methods. We have defines quite a lot of web
methods which our clients. My question is, If more than one user attempts to
call the same web method at the same time, will the web method be locked by
first user or will both be able to run the web method? How do... more >>
Access to the path is denied: Assembly Permission Problem
Posted by Charles Leonard at 4/11/2005 11:04:04 AM
I have a web service running impersonation of a domain account on Windows
Server 2003. I need to access a share which the Web Service classes,
themselves, appear to be able to create and access. However, when an
assembly (that is in the GAC, strongly named, etc.) is called to process the
f... more >>
asmx file visibility
Posted by PeterW at 4/11/2005 9:24:01 AM
On my machine I developed a WebService on localhost and if I browse the asmx
file I get the usual page that defines the webmethods exposed by the
webservice and the opportunity to get the wsdl file using the Service
Description link.
This is saved into SourceSafe and then another person in ... more >>
Encrypting data vs using HTTPS?
Posted by Richard L Rosenheim at 4/10/2005 5:20:19 PM
Anyone care to express their two cents over pros and cons of encrypting the
data being transmitted (within the SOAP package) versus just utilizing a
HTTPS connection?
Richard Rosenheim
... more >>
Problem of calling WebService in Java.
Posted by yqlu at 4/10/2005 6:19:01 AM
I hava developed a client in C# that is connected to a 3-party XML Web
Services developed in Java based on the AXIS 1.1. Most methods call are
successful except for one method named "findObjects" and return a complex
type "FieldSearchResult". The error message as following :
"Cannot assign ob... more >>
The request failed with HTTP status 404: Not Found
Posted by jctwguy at 4/10/2005 6:03:01 AM
G'day all
My pc is on a domain and I have a test server in a work group. all the web
application and the web service are working fine locally, but when I copy the
project using service extension to this test machine it wasnt working at the
begining.
Created a virtual website for the web ... more >>
How to remove HTTP Header [Expect: 100-continue]
Posted by Christian Lutz at 4/8/2005 7:59:03 AM
Hy there
I have a Web Services written in Java, running on Tomcat. The Client is
written in C#. When i monitor the request/Response with TCPMon (included in
Tomcat) i can observer the following sequence:
********************************************
CLIENT:: Request
*********************... more >>
How to expose a class library as web service
Posted by Miguel Ferreira via .NET 247 at 4/8/2005 2:08:56 AM
Hi !
I have developed a class Library with several classes and methods. Its working fine with a windows forms test application, but now i need to create a webservice that will expose those methods.
Do i have to create a method signature replica to all interfaces and methods, that will consume ... more >>
Interopt issue: Long an object in Java but not in .NET?
Posted by Casper Bang at 4/8/2005 12:00:00 AM
In an interopt application between .NET and Java, I am consuming a Java
WebService with arguments supplied, some of the arguments being Long
types. These arguments are fields which is to be used by the service
backend to query a database. Sometimes a field is not to be included in
the sear... more >>
|