Tagged Questions
The wcf-interoperability tag has no wiki summary.
2
votes
2answers
413 views
WCF: Is using WsHttpBinding interoperable?
As the name states... right now I'm using BasicHttpBinding, but I'm wondering if I can switch to WSHttpBinding and still be interoperable with, for example, Java.
2
votes
3answers
484 views
WCF/WebService: Interoperable exception handling
I understand that WCF will convert an exception into a fault and send it back as a SOAP message, but I was wondering if this is truly interoperable. I guess I'm having a tough time trying to figure ...
1
vote
3answers
314 views
What should I know when developing interoperable WCF web service?
I'm starting this Wiki to collect best practices about creating interoperable web services (not clients) in WCF. Please share your experience if you know any feature which is not generally ...
1
vote
1answer
158 views
JNBridge experiences
Has anyone here used JNBridge? If so, what is your experience? Is it better to use than JNI, or writing a Web service Java wrapper?
0
votes
0answers
32 views
#Id/#Ref is unresolved
I have created a very simple Web Service using WCF/.NET framework 4.0 (C#). I have generated a WSDL file using the svcutil.exe utility. When I import the WSDL file using Eclipse (Java EE), I get the ...
0
votes
3answers
147 views
WCF - Are Asynchronous Services interoperable?
Basically as the question states, if I make my services asynchronous does that mean they aren't interoperable anymore?
0
votes
1answer
36 views
WCF - Array or Collection (are they both interoperable)?
Basically, are they both interoperable or is it just the array that is?
0
votes
0answers
107 views
Getting WCF to accept unsigned 'To' Header
I have a WCF web service that is using WSHttpBinding. The security is TransportWithMessageCredential. I have a client connecting to me that is sending a Soap message with the To element in the header ...
0
votes
1answer
62 views
Advantages of having non interoperable services in WCF?
We are having some discussions about use of WCF and creation of services and client support.
Currently we support a silverlight client by providing silverlight versions of our service libraries ...
0
votes
1answer
936 views
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 ...
0
votes
1answer
325 views
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 ...