moved web service now have a problem

  • Thread starter Thread starter Slim
  • Start date Start date
S

Slim

I made a web server in the wrong place.
I moved it and it now gives me a error
saying that

'MyWebServer' is not defined.

yet it is in the intelligence

I made a new web service and still the same

Rebuilt the web site still the same

I assume there is still a ref to the old one, but how do I fix it?
 
Hello Slim,

Does WS give this error, or the consumer?
Did u include MyWebServer using directive to the consumer's code and the
proxy is generated correctly?

S> I made a web server in the wrong place.
S> I moved it and it now gives me a error
S> saying that
S> 'MyWebServer' is not defined.
S>
S> yet it is in the intelligence
S>
S> I made a new web service and still the same
S>
S> Rebuilt the web site still the same
S>
S> I assume there is still a ref to the old one, but how do I fix it?
S>
---
WBR,
Michael Nemtsev :: blog: http://spaces.msn.com/laflour

"At times one remains faithful to a cause only because its opponents do not
cease to be insipid." (c) Friedrich Nietzsche
 
Michael Nemtsev said:
Hello Slim,

Does WS give this error, or the consumer?
Did u include MyWebServer using directive to the consumer's code and the
proxy is generated correctly?


I worked it out

I had the file calling the web service in a sub folder, that was actual a
sub web, so it was looking for the web service in the sub web.

thanks for your time
 

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

Similar Threads

Excel Move or Copy Stopped Working? 0
Problem with web service credentials 4
Problem with a web service 1
how to debug a web service 2
web services 2
Oop's I did it again! 5
Web Service question 1
Moving Router 2

Back
Top