Consuming a Web service

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

    Consuming a Web service

    Hello,

    I have a project setup to create a dll as a VB.NET Class library
    project. This dll is supposed to wrap to calls to web services so that I
    can utilize this in VB and other .NET environments. I am running in to
    problem in consuming the services that I have on a java server.

    I when I try to add a web reference to the project and in the wizard I enter
    the wsdl url, it brings up the methods in the service, but it also throws the
    following errors:

    The proxy settings on this computer are not configured correctly for
    web discovery.

    I don't see where I can define this and move forward. Can anyone suggest how
    I can do this?

    Thanks



  • Deepak

    #2
    RE: Consuming a Web service

    Hello Leslie
    Are you able to browse the web service in Internet Explorer 6.0.?
    if Yes, Please use wsdl utility of .net to generate a proxy class.
    Let me know if you still have problems
    Deepak


    "leslie_tig he" wrote:
    [color=blue]
    > Hello,
    >
    > I have a project setup to create a dll as a VB.NET Class library
    > project. This dll is supposed to wrap to calls to web services so that I
    > can utilize this in VB and other .NET environments. I am running in to
    > problem in consuming the services that I have on a java server.
    >
    > I when I try to add a web reference to the project and in the wizard I enter
    > the wsdl url, it brings up the methods in the service, but it also throws the
    > following errors:
    >
    > The proxy settings on this computer are not configured correctly for
    > web discovery.
    >
    > I don't see where I can define this and move forward. Can anyone suggest how
    > I can do this?
    >
    > Thanks
    >
    >
    >[/color]

    Comment

    Working...