Ask a Question related to ASP.NET Web Services, Design and Development.
-
jeroen.van.vlierden@singulus.nl #1
webservices simple example problem
Hello,
I am trying to get familiar with the possibilities of webservices
under
the .Net development environment. I have created from the .Net 2003
IDE
a test application ASP .Net Webservice
I have uncommented the "Hello World" Section in the code and when I
run
the program with F5 it shows me the list of available methods in the
service. Obviously that is only 1 method: Hello World.
When I click it I go to a testpage that says
"To test the operation using the HTTP POST protocol, click the
'Invoke'
button. "
When I do that Internet Explorer says "Page not Found"
What am i doing wrong that causes the most simple program (without a
line of my own coding in it) to go wrong??
I have now also tried this on my home computer which also runs XP-PRO
and Microsoft Visual Studio .Net 2003 and IIS.
It works fine! At work however I can't figure out why this simple
example does not work. It has to be some kind of security setting or
policy.
Can anyone please give me a clue here?
thanks in advance
Jeroen
jeroen.van.vlierden@singulus.nl Guest
-
problem about webservices
hello,kind people. there is one problem about WebServices from me,i thought over and over,but no result. it looks not the FMS case,but as you... -
Problem with WebServices
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... -
webservices: simple question, accessing webservice members
Hi, (new to webservices here) Is it possible to access a class instance variable defined in a webservice? I want to access this variable, in... -
a simple webservices question....
hi there, i have a webservice that makes a call to database and returns the results as a dataset. If for some reason the function that gets the... -
A simple problem with a really simple form
Hi there, I'm having a problem with designing a very small form in Dreamweaver. Its just a login form with username and password textfields - the... -
Rick Boardman #2
RE: webservices simple example problem
Jeroen, I don't have the answer but have a problem I think may be similar.
Please see the post on 4/26/2005 with subject "wrong Host on example invoke
pages". and let me know if your problem matches.
btw Microsoft.. the 4/26 post is much more than 2 days ago. a little long
for a response on a managed newsgroup subscription. Any attention that can
be given to this matter would be greatly appriciated.
Rick Boardman Guest
-
Jeroen van Vlierden #3
RE: webservices simple example problem
Someone at work here this morning, who was on a .NET course yesterday,
suggested the right solution!!
He had something similar during his course yesterday and the course
leader suggested that c:\windows\temp should be open for user ASPNET to
write files in.
On the work computers here we get a pre-installed image and somehow
somebody seems to think that this directory shouldn't be open (as is by
default).
I definitely think this a bug in the .Net framework as well by the way.
It should check if it wants to create a file in the temp directory that
it has the rights to do so
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Jeroen van Vlierden Guest



Reply With Quote

