Questions tagged [wcf-interoperability]

24 questions
0
votes
1 answer

How to create a cross platform duplex web service communication

I would like to create a web service in .Net that clients of different types (Web, exe, java) can consume despite of the language they are written with. In addition, it needs to support callbacks and be able to easily pass through firewalls and NATs…
0
votes
1 answer

Apache CXF and .NET WCF webservice interoperability

I have a .NET WCF WSDL containing When trying to…
mbazs
  • 49
  • 8
0
votes
0 answers

Java Client(Metro) Connecting to WCF Created with ExpressInterop Bindings

I have a WCF Service created with the help of ExpressInteropBindings Extension for VS2010. Things Mentioned while creating ExpressInteropBindings: Interoperability Platform : Metro Main Settings 1)Security : Username over certificate 2)Secure…
sarathprasath
  • 589
  • 1
  • 8
  • 20
0
votes
3 answers

Java Web Service Client to WCF Web Service Server. Interoperability Solution

Has anyone found a way for a WCF Service to be queried by a Java Client? What .NET library did you use and what Java library did you use. Please be specific with specific platforms and library versions. Also, I've found that if the libraries don't…
Joshua Ginn
  • 109
  • 2
  • 11
0
votes
1 answer

Is there a comprehensive Java Metro and WCF interoperability website, technique or resource?

I'm looking for a general purpose mapping of WCF configurations, and the appropriate Java Metro configuration. Is there any resource that will assist in correlating the bindings and security options of one to the other?
makerofthings7
  • 60,103
  • 53
  • 215
  • 448
0
votes
1 answer

WCF Service, Java JApplet client, transport error 405

I'm having a problem with a WCF Service and Java Client, I will try to give as much information as i can, thanks for your time. The Endpoint of the server is BasicHttpBinding, I tried hosting the server as a Windows Service and in IIS but nothing…
Juan Zamudio
  • 373
  • 11
  • 35
0
votes
1 answer

WCF to Java endpoint/contract issue

Getting error with Could not find endpoint element with name 'CaseJacketPort' and contract 'GrandJuryService.CaseJacket' private void InitProxy() { m_Proxy = new DivisionAssignmentJSS.GrandJuryService.CaseJacketClient("CaseJacketPort"); <<…
SteveO
  • 477
  • 2
  • 9
  • 17
0
votes
2 answers

Call to WCF-service from unmanaged c++ causes access violation

I want to access a wcf-service from unmanaged code. The service just concats to strings and returns them, to keep things simple. public class Stringconcat : IStringconcat { public string stringconcat(string a, string b) { …
raf
  • 1
  • 1
0
votes
1 answer

WCF Data Service with Entity Framework - interoperability concerns

In general, are WCF Data Services interoperable or Microsoft specific? This ADO.NET Blog link shows very nice how EF could be used in WCF Services. But it also shows in that simple example a method with return type: IQueryable. Is this…
Learner
  • 3,297
  • 4
  • 37
  • 62
1
2