I\'m trying to execute an oracle function and get back a result. I have a question about configuring the send port.
I\'ve an asp .net application, my Data Access Layer is a WCF service. I use VWD Express 2010. The whole structure in a bird\'s eye view is something like this
I need to integrate my server with non-WCF client and suggested to change SOAP version in the headers. This can be done with <textMessageEncoding messageVersion=\"Soap11\" /> element on a custom
I have a senario where i have to upload some datas using WCF service, which i was able to do successfully if the uploading content size is less than 1MB but if the uploading content size is greater th
I am rewriting a legacy asp.net web service in WCF 4.0. My obvious end-goal would be that the new endpoints would exactly match the legacy ones. The problem i encountered is that in the legacy web ser
I have a VS 2010 solution containing a WCF service project and a unit test project.The unit test project has a service reference to the WCF service.
I have a unit test that sends a moderately large object to a WCF service.If I pass null for that parameter, everything works fine.When I send a populated object, I get an HTTP 400 response.
I have created a service reference to the CRM 2011 Organization.svc from a test console application. Everything works perfectly using the binding generated in the app.config. (Example of the service h
There are two templates:one Middleware and other the webclient. The web.config for the Middleware is as :
I am planning to pass MemoryStream via WCF St开发者_JAVA技巧reaming but it seems not working but when I slightly change the code to pass FileStream instead, it is working. In fact, my purpose is to pa