CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 5 of 5

Threaded View

  1. #1
    Join Date
    Dec 2005
    Posts
    66

    added web reference, but no wsdl file, web service [Unresolved]

    Hello,

    Visual Studio 2005

    I have created a simple web service on my local machine. I added the web reference and everything works fine.

    However, when i add an web reference from my remote web server it adds the web reference, but there is no wsdl document.

    From my local machine I have under the web reference the following files: Reference.map, service.disco, service.wsdl.

    On my remote web server I have the following: Reference.map, service.disco. The service.wsdl is missing.

    I have always created web service on my local machine, this is the first time from a remote server.

    Can anyone provide any guidance on how to solve this problem.

    Many thanks in advance,

    Steve
    Last edited by steve1_rm; December 28th, 2006 at 04:47 AM.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured