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. Web Development
  3. ASP.NET
  4. Can a Java application call a DotNet WCF service?

Can a Java application call a DotNet WCF service?

Scheduled Pinned Locked Moved ASP.NET
csharpjavawcfhelptutorial
5 Posts 3 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.
  • A Offline
    A Offline
    ashishtango
    wrote on last edited by
    #1

    Can a java application call a WCF service?If Yes can any one help me how to do it? I have created a WCF service in .net . I have simple java application. I want to use WCF service in Java application..

    D A 2 Replies Last reply
    0
    • A ashishtango

      Can a java application call a WCF service?If Yes can any one help me how to do it? I have created a WCF service in .net . I have simple java application. I want to use WCF service in Java application..

      D Offline
      D Offline
      Dinesh Mani
      wrote on last edited by
      #2

      It should be possible based on how you are exposing the WCF service. If you expose it over HTTP, you should be able to consume it from any application/any platform.

      A 1 Reply Last reply
      0
      • D Dinesh Mani

        It should be possible based on how you are exposing the WCF service. If you expose it over HTTP, you should be able to consume it from any application/any platform.

        A Offline
        A Offline
        ashishtango
        wrote on last edited by
        #3

        Thank you for replying. But I want to know how to read WCF service in Java application.

        D 1 Reply Last reply
        0
        • A ashishtango

          Can a java application call a WCF service?If Yes can any one help me how to do it? I have created a WCF service in .net . I have simple java application. I want to use WCF service in Java application..

          A Offline
          A Offline
          April Fans
          wrote on last edited by
          #4

          Make your WCF service able to return a wsdl and confirm that on the Java application side.

          April Comm100 - Leading Live Chat Software Provider

          1 Reply Last reply
          0
          • A ashishtango

            Thank you for replying. But I want to know how to read WCF service in Java application.

            D Offline
            D Offline
            Dinesh Mani
            wrote on last edited by
            #5

            When you expose your WCF service over HTTP you will be able to extract WSDL and Reference map for your service. You can use it in your JAVA application just like any other classic web service's WSDL and configure it to consume the same. My experience is close to 0 on JAVA so I'm not in a position to help you with the details.

            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