all groups > asp.net webservices > august 2005 > threads for august 15 - 21, 2005
Filter by week: 1 2 3 4 5
File or assembly name <some temp file> not found..
Posted by manish pendse at 8/21/2005 5:44:50 AM
Hi,
We are calling a web service through a serviced component. The web
service is "windows authenticated" and there is only ONE user who has
access to the web service. The reason for calling the web service
through a serviced component is we did not want to hard code the user
name and passwor... more >>
Problem after moving my websites
Posted by Rob H at 8/19/2005 9:23:02 PM
I was running out of hard drive space so I added another hard drive (G). I
then copied my web sites to the new drive and now I can't access all of them.
Only one of them shows up with the web site folder icon and all the rest show
up as regular folders and when I try to access them with IE I ... more >>
Nunit - testing a web service that relies on web.config
Posted by Andrew Backer at 8/19/2005 5:05:18 PM
I can't quite figure out how to test my ws. It relies on a web.config
to load connection strings, output directores, etc, and I am trying to
test from within the project itself. NUnit GUI just loads the dll
(though I am using zanebug ATM.)
I currently do something like this :
[Test]
public... more >>
disable WSDL
Posted by Pawe³ at 8/19/2005 12:00:00 AM
Hi,
I'm writing WebService in ASP.NET. When open the start page in browser
there is list od methods and link to wsdl. Is there any way not to display
this informations?
Thanks,
Pawel
... more >>
(Pseudo)Web Garden for WebService
Posted by Massimo Gentilini at 8/18/2005 6:51:46 PM
I have a web service that, also when hosted in its own application pool,
often grows in memory due to the kind of request made (they involves heavy
XML manipulation and caching of large data) and when it reaches 1.1 Gb gives
out of memory errors. All my investigation has only mitigated the pro... more >>
invalid assembly reference in w2003 but not in w2000
Posted by gabivigo NO[at]SPAM yahoo.es at 8/18/2005 3:49:44 AM
Hello,
I have just developed a web service. If I check it by browsing the asmx
file it works fine in w2000. But doing the same in the preproduction
enviroment in w2003 it gives the error "File or assembly was invalid"
in reference to the proxy class.
Any idea why it doesn't work in windows ... more >>
Unable to find an entry point named EnumerateSecurityPackagesW in
Posted by TRI_CODER at 8/17/2005 10:20:04 AM
I am trying to solve the following exception. The exception occurs when my
ASP.NET code behind code attemtps to access a remore site using SSL. Please
note that all certificates are valid and the remote site is trusted. Also, my
web site uses a custom HTTPModule implemented in a DLL named Secu... more >>
Can't invoke web service - error 500
Posted by account NO[at]SPAM cygen.com at 8/17/2005 4:09:33 AM
I'm getting an error 500 everytime I try to invoke a web service.
Everything is running local on a Win XP machine. Any suggestions?
Thanks,
Brett
... more >>
Don't see what you're looking for? Search DevelopmentNow.com.
dynamic xsd to webservice
Posted by jhgonzales at 8/15/2005 12:23:43 PM
There is a schema (xsd file) located on a web address that I want to use to
validate xml files sent my webservice. I'd like that schema to be part of the
wsdl of my web service. I could create an class file using xsd.exe and use it
in the web service, but the problem with that is that the sche... more >>
Database Connection and Session State
Posted by Grigs at 8/15/2005 10:48:04 AM
Hello,
I have a web service that reads its web.config file to connect to an Oracle
database. There are a number of methods in this socalled BACKBONE that
either send inforomation to or from the database. That works great.
I have the INTERFACE which is what the user sees. When the page i... more >>
|