Consuming Java based webservice from asp.net

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

    Consuming Java based webservice from asp.net

    Hi,

    How can we consume a webservice developed using Oracle JDeveloper from a
    asp.net client. The webservice provides a Proxy Jar and Proxy Source
    download. Please provide urls or articles that can help. Appreciate your
    help in advance.

    S


  • JuanDG

    #2
    Re: Consuming Java based webservice from asp.net

    You have to ask for the WSDL file, that's the file that truly describes the
    Web Service.
    then in VS.NET you go to "add web reference" and point to the location of
    the WSDL file and the webmethods will be available for you .NET application

    Good Luck!!!

    --

    Juan David Gomez A.
    Microsoft Certified Professional
    Analista de Desarrollo - PSL S.A.
    Web and Wireless Banking
    Medellin - Colombia

    "Sunil" <kadasunil@hotm ail.com> wrote in message
    news:uzdKRqVhEH A.1048@tk2msftn gp13.phx.gbl...[color=blue]
    > Hi,
    >
    > How can we consume a webservice developed using Oracle JDeveloper from a
    > asp.net client. The webservice provides a Proxy Jar and Proxy Source
    > download. Please provide urls or articles that can help. Appreciate your
    > help in advance.
    >
    > S
    >
    >[/color]


    Comment

    • Sunil

      #3
      Re: Consuming Java based webservice from asp.net

      I did do the add web reference but it did not create the Reference.vb file.
      So I am not able to use the web methods.

      "JuanDG" <jdgx@hotmail.c om> wrote in message
      news:%23CkSC4Vh EHA.3536@TK2MSF TNGP12.phx.gbl. ..[color=blue]
      > You have to ask for the WSDL file, that's the file that truly describes[/color]
      the[color=blue]
      > Web Service.
      > then in VS.NET you go to "add web reference" and point to the location of
      > the WSDL file and the webmethods will be available for you .NET[/color]
      application[color=blue]
      >
      > Good Luck!!!
      >
      > --
      >
      > Juan David Gomez A.
      > Microsoft Certified Professional
      > Analista de Desarrollo - PSL S.A.
      > Web and Wireless Banking
      > Medellin - Colombia
      >
      > "Sunil" <kadasunil@hotm ail.com> wrote in message
      > news:uzdKRqVhEH A.1048@tk2msftn gp13.phx.gbl...[color=green]
      > > Hi,
      > >
      > > How can we consume a webservice developed using Oracle JDeveloper from a
      > > asp.net client. The webservice provides a Proxy Jar and Proxy Source
      > > download. Please provide urls or articles that can help. Appreciate your
      > > help in advance.
      > >
      > > S
      > >
      > >[/color]
      >
      >[/color]


      Comment

      • Dino Chiesa [Microsoft]

        #4
        Re: Consuming Java based webservice from asp.net

        can we see the WSDL ?

        "Sunil" <kadasunil@hotm ail.com> wrote in message
        news:uwamo%23Vh EHA.3988@tk2msf tngp13.phx.gbl. ..[color=blue]
        > I did do the add web reference but it did not create the Reference.vb[/color]
        file.[color=blue]
        > So I am not able to use the web methods.
        >
        >[/color]


        Comment

        Working...