Urgent plz help me

S

sri p via .NET 247

(Type your message here)

--------------------------------
From: sri p

Hi Guys,

I am trying to setup aproject on my localhost.Everything gone cool but webservices methods are not accessble.It's showing http 404 not found.The webservices developed by some thirdparty.
What i do here, it's very urgent.
 
H

Hermit Dave

if you know the web application name under which you had your webservices
you could just open

IIS >> (web sites >> ) Default >> Web Services Applications

if you see its in Red that minds IIS can find its directory. if its okay
then click on the Web Services application on the left hand nav. it should
display a bunch of files on the right...

if not

first search your inetpub directory for webservice files
My Computer >> C: >> Inetpub >> wwwroot >> Right Click >> click Search
search for *.asmx.

if you find any look to see if they are the ones you used to call..

if not

search your local hard drives.. the virtual directory could have been
mapped. so search you hard drive for asmx files

--

Regards,

Hermit Dave
(http://hdave.blogspot.com)
sri p via .NET 247 said:
(Type your message here)

--------------------------------
From: sri p

Hi Guys,

I am trying to setup aproject on my localhost.Everything gone cool but
webservices methods are not accessble.It's showing http 404 not found.The
webservices developed by some thirdparty.
 
S

stephg

You probably didn't generate the proxy class of the web service.
Do this and then compile it and reference it in your project.
Generate the proxy class via:
wsdl /language:VB http://webserviceUrlPath/webservice.asmx?wsdl
Then compile it, copy the resulting DLL to your projects bin folder and
refrence this file in your project.
Now the webmethods of the web service should be available
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,581
Members
45,057
Latest member
KetoBeezACVGummies

Latest Threads

Top