Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. .NET (Core and Framework)
  4. WSDL in .NET 2.0 and VS2005

WSDL in .NET 2.0 and VS2005

Scheduled Pinned Locked Moved .NET (Core and Framework)
wcfxmlhelpcsharpjava
2 Posts 2 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • I Offline
    I Offline
    iltallman
    wrote on last edited by
    #1

    Having problems connecting to a service which is supposed to by available. Can someone give some advice. Here is what I did: 1. Took existing "working" WSDL file from client and created .NET class using WSDL.exe 2. Within this new class [this.Url = "http://204.131.177.150:80/soap/authRpc" ]. CTRL-Click on this link brings up XML exception below - should I expect this? ================= Exception ============================= - - - SOAP-ENV:Server [ISS.0088.9112] An Exception was thrown in the server http://schemas.xmlsoap.org/soap/actor/next/ - - java.lang.NullPointerException ======================== END ================================== 3. Tried to use a function within this class but got a "The request failed with HTTP status 403: Service Error." message back from the request. Questions: A. Did I go through the process correctly? B. Could this be a simple permissions thing at the server? C. Is it an issue how the function was called? Format issues... D. How do you resolve HTTP error? Thanks

    K 1 Reply Last reply
    0
    • I iltallman

      Having problems connecting to a service which is supposed to by available. Can someone give some advice. Here is what I did: 1. Took existing "working" WSDL file from client and created .NET class using WSDL.exe 2. Within this new class [this.Url = "http://204.131.177.150:80/soap/authRpc" ]. CTRL-Click on this link brings up XML exception below - should I expect this? ================= Exception ============================= - - - SOAP-ENV:Server [ISS.0088.9112] An Exception was thrown in the server http://schemas.xmlsoap.org/soap/actor/next/ - - java.lang.NullPointerException ======================== END ================================== 3. Tried to use a function within this class but got a "The request failed with HTTP status 403: Service Error." message back from the request. Questions: A. Did I go through the process correctly? B. Could this be a simple permissions thing at the server? C. Is it an issue how the function was called? Format issues... D. How do you resolve HTTP error? Thanks

      K Offline
      K Offline
      kubben
      wrote on last edited by
      #2

      If this is a .net web service there should be a asmx file. So if you know what the url is it should have a file with asmx. If you put that url in the add web service it should fine it. If it does not then I would guess it is either not a .net web service or it is not running. Hope that helps. Ben

      1 Reply Last reply
      0
      Reply
      • Reply as topic
      Log in to reply
      • Oldest to Newest
      • Newest to Oldest
      • Most Votes


      • Login

      • Don't have an account? Register

      • Login or register to search.
      • First post
        Last post
      0
      • Categories
      • Recent
      • Tags
      • Popular
      • World
      • Users
      • Groups