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
 
Back
Top