SQLXML Error adding a webservice

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • mekim

    SQLXML Error adding a webservice

    Hi All,

    When I try to "Add Web Reference" in Visual Studio 2003 I get the below
    error in the dialog of when u try to Add a Web Reference.

    ERROR: 400.100 Bad Request
    HResult: 0x80004005
    Source: Microsoft SQL isapi extension
    Description: The virtual name could not be recognized

    I am able to directly call the Web Service by doing the following ...


    But not add the web service

    Your thoughts would be appreciated.

    Best Regards,
    Mekim


  • mekim

    #2
    RE: SQLXML Error adding a webservice

    Hi All again

    Apparently...u have to add ?WSDL in the url and can not just click on the
    webservice

    I have no idea what the difference is...but there is one...if anyones
    knows..plz share it with me :)

    Best Regards,
    Mekim

    "mekim" wrote:
    [color=blue]
    > Hi All,
    >
    > When I try to "Add Web Reference" in Visual Studio 2003 I get the below
    > error in the dialog of when u try to Add a Web Reference.
    >
    > ERROR: 400.100 Bad Request
    > HResult: 0x80004005
    > Source: Microsoft SQL isapi extension
    > Description: The virtual name could not be recognized
    >
    > I am able to directly call the Web Service by doing the following ...
    > http://localhost/sqlxmlTest/?sql=select%20@@version
    >
    > But not add the web service
    >
    > Your thoughts would be appreciated.
    >
    > Best Regards,
    > Mekim
    >
    >[/color]

    Comment

    Working...