Search found 7 matches

Go to advanced search

by bhroberts52
Mon Apr 25, 2016 8:12 am
Forum: Technical Support
Topic: WCF Service using Request and Response
Replies: 9
Views: 11168

Re: WCF Service using Request and Response

I have written a more detailed explanation of the problem in the bug reports forum.
by bhroberts52
Sun Apr 24, 2016 8:16 am
Forum: Bug Reports
Topic: DBServiceReferencecall not working in browser
Replies: 2
Views: 5058

Re: DBServiceReferencecall not working in browser

I also can't get my call to my WCF service to work. I am experiencing the same issue you are, although I am still working locally.
by bhroberts52
Fri Apr 22, 2016 6:14 am
Forum: Technical Support
Topic: WCF Service using Request and Response
Replies: 9
Views: 11168

Re: WCF Service using Request and Response

I'm sorry I can't help, since I am in the same boat as you for now.
by bhroberts52
Thu Apr 21, 2016 8:19 am
Forum: Technical Support
Topic: WCF Service using Request and Response
Replies: 9
Views: 11168

Re: WCF Service using Request and Response

I'm not sure we on the same issue, but my call to the WCF service crashes if I assign the properties for the BasicHttpBinding: MaxReceivedMessageSize = 2147483647, MaxBufferPoolSize = 524288, MaxBufferSize = 2147483647 If that's what you having trouble with, try it with the defaults: var binding = n...
by bhroberts52
Thu Apr 21, 2016 7:16 am
Forum: Technical Support
Topic: WCF Service using Request and Response
Replies: 9
Views: 11168

Re: WCF Service using Request and Response

Hello hamej, I do not see your attachment, but the way to do it is something like this given the WCF method is called MyMethod : var proxy = new Service1Client(...); var response = await proxy.MyMethodAsync(new MyMethodRequest(new MyMethodRequestBody(param))); return response.Body.MyMethodResult;
by bhroberts52
Mon Apr 18, 2016 10:14 am
Forum: Technical Support
Topic: WCF Service using Request and Response
Replies: 9
Views: 11168

Re: WCF Service using Request and Response

I see how to do it now. Your ToDo sample project shows how to do it. Thanks.
by bhroberts52
Mon Apr 18, 2016 8:01 am
Forum: Technical Support
Topic: WCF Service using Request and Response
Replies: 9
Views: 11168

WCF Service using Request and Response

Hi I have created a wcf service with one method that takes two string parameters and returns an object. I successfully created a service reference in my project. The service reference method, however, doesn't have the same signature as the wcf project. It is looking for a Request object as a paramet...

Go to advanced search