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. WCF and WF
  4. Can a Java application call a DotNet WCF service ? [modified]

Can a Java application call a DotNet WCF service ? [modified]

Scheduled Pinned Locked Moved WCF and WF
csharpjavawcfhelptutorial
4 Posts 4 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..

    modified on Sunday, January 24, 2010 11:20 PM

    J S 2 3 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..

      modified on Sunday, January 24, 2010 11:20 PM

      J Offline
      J Offline
      Jammer 0
      wrote on last edited by
      #2

      Telling people things are urgent is not going to help your cause. Do some google searching ... Google Is Your Friend

      Jammer My Blog | [Articles](http://www.codeproject.com/script/Articles /MemberArticles.aspx?amid=4664921) | DMon - Download

      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..

        modified on Sunday, January 24, 2010 11:20 PM

        S Offline
        S Offline
        SeMartens
        wrote on last edited by
        #3

        Hi, yes it is. If you are using SOAP over HTTP or HTTPS it is no problem. You could use Axis2 on the Java site to create proxies for the WCF service. Regards Sebastian

        It's not a bug, it's a feature! Check out my CodeProject article Permission-by-aspect. Me in Softwareland.

        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..

          modified on Sunday, January 24, 2010 11:20 PM

          2 Offline
          2 Offline
          2005732
          wrote on last edited by
          #4

          WCF is supposed to be much more compliant with standards than webservices but I have no experience with java and couldn't tell you definitely. What I do know is that a developer writing a WCF service can certainly make it so that it would NOT work with java. Meaning because it's WCF doesn't automatically make it consumable from java. I am currently writing a WCF service and have gone to great lengths to make it as vanilla as possible for that reason ... I would be interested in trying this with you. I could write a very simple service and see if you can consume it. But again.. I wouldn't be able to help on the java side of things at all. ~j

          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