0
votes
0answers
12 views

What Kind of WS we can consume with JavaScript

I know how to use Restful WS with JavaScript. I am wondering is it possible to consume SOAP WS on some easy way or I need to make XML file (envelope) by my own hand which I could use to communicate ...
0
votes
1answer
22 views

Can't obtain a response from WCF service

i have a trouble when i try to call a web service made in WCF, this service is calling by Mac os x app. this is the code soapMessage = @"{name:\"Sergio\"}"; NSURL *url = [NSURL ...
0
votes
0answers
20 views

C# Calling WCF behind DMZ

I need to call a WCF service that is behind a DMZ: WEBDMZ .. LANDMZ ------------- ------------ ClientServer => WCF service As there is a firewall between the two ...
-1
votes
0answers
15 views

Migrating client from wse 3.0 framwork 3.5 to WCF framework 4.0

Due to services provider reasons I had to upgrade my project (Framework 3.0) which uses Microsoft Web Services Enhancements 3.0 working fine to framework 4.0. Server side exposes Java web services, as ...
1
vote
0answers
20 views

How do I enable GZIP compression for POST (upload) requests to a SOAP WebService on IIS 7?

How can I enable compression for POSTed data uploaded to a .NET WebService (SOAP, not WCF)? I thought it would be a simple matter of enabling dynamic compression in IIS but after enabling, it's only ...
0
votes
0answers
15 views

.NET 4.5 WCF Client Deal with bad Server?

I have a .net 4.5 client with a standard Service Reference to a remote Windows WCF service. Sometimes, when things go horribly wrong on the server, it will actually return HTML instead of the ...
1
vote
2answers
38 views

jQuery ajax POST error for wcf sevice

This is cross-domain ajax request: $.ajax({ type: "POST", dataType: "jsonp", contentType: "application/jsonp", data: ...
0
votes
0answers
26 views

WCF 302 Exception

I'm getting the following exception while trying to call a webservice of mine: System.ServiceModel.ProtocolException: The remote server returned an unexpected response: (302) Moved Temporarily. ...
0
votes
1answer
11 views

Possible unicode interop issue between WCF and JEE when using signed messages over HTTPS?

I'm using the custom binding configuration below to sign the SOAP message with a certificate over HTTPS: System.ServiceModel.Channels.AsymmetricSecurityBindingElement asbe = new ...
0
votes
0answers
17 views

Web Services: WCF or Python based services

Task: We are looking to develop a WebService that basically performs certain management operations on files such as indexing, compression, streaming. the file can be anything from text to images to ...
0
votes
0answers
24 views

Consuming a WCF Service via a Web Proxy/Filter

What I have.... I have an old style Web Service at the moment. The Service object has a proxy property which I am able to add a WebProxy object to in order to get a connection through a web filter. ...
0
votes
2answers
39 views

The maximum message size quota for incoming messages (65536) has been exceeded from form submit

I've been researching this problem for a couple days now and most of the solutions mention altering MaxReceivedMessageSize binding setting in both the app.config file as well as the web.config file. ...
0
votes
0answers
27 views

WCF x Web Service

What big difference between WCF and Web Service? I want you to show me a real case in which you acted and thought: 'is! WCF is actually much better than Web Service ', tell me relevant points that ...
2
votes
0answers
59 views

Unexplained performance difference between WCF rest vs SOAP webservice

We are exploring whether it is worth it to switch from SOAP webservices to REST. I have created a REST webservice with the following info: [ServiceContract] public interface IRestServiceImpl { ...
0
votes
0answers
23 views

WCF response time reduction

I had a 3rd party webservice. When i hit that using Soap UI respose time is just 800 milliseconds. But when i am running it through code e.g stopWatch.Start(); WCFSERV.ServiceCommitment[] ...
0
votes
0answers
29 views

ASP.NET WCF and Web Form together not working

I developed a Webproject in ASP.NET 4.5 with C#. In the Webproject I have normal ASPX sites and also I want to have a WCF Webservice, the WCF Webservice should be activate by a jQuery call. This is ...
0
votes
1answer
20 views

How to return '£' in RESTfull web services as stream

I'm developing a RESTfull web services using WCF. In this service I'm returning a XML in Stream format which contains '£'. I get this in symbol in XML but on client side I get the '?' instead of '£'. ...
0
votes
0answers
25 views

Consuming WS-Security protected webservice with WCF client

I'm trying to consume a soap webservice using a WCF/C# client. The server's wsdl defines its security policy in its wsdl file like this: <wsp:Policy wsu:Id="BindingSecPolicy"> ...
0
votes
1answer
30 views

Server listen to Client Serial Ports

I manage a web site for company that hired me after being unsatisfied with the original developer of the site. One function of this site is to add new patients. Part of adding the patient is to ...
0
votes
1answer
14 views

maximum message size quota exceeded, why is that?

I have a web service which I am testing with WcfStorm. When calling a function which my service exposes I keep getting the error "The maximum message size quota for incoming messages (65536) has been ...
0
votes
1answer
33 views

Generation of proxy works fine in one environment but not in the other?

I have a simple Webserivce (WCF) hosted in a Windows Service(Selfhost). The declaration of the service looks like this : <service ...
0
votes
1answer
25 views

How to host both application contract and web page (simple html page) in a WCF service?

I have a WCF service host that hosts the following service binding: http://localhost:2756/mywcfinterface (wshttpbinding) Now I mapped this internal binding to the following domain ...
3
votes
3answers
82 views

Update Service Reference is not working in WCF

I am using VS 2012. I add services reference to my WPF project, but when I've changed my services and updated service reference my Reference.svcmap -> Reference.CS file will be blank and I can't use ...
0
votes
1answer
49 views

Need expert advice for WCF Service programming

!--- I'm sorry if this post is redundant with some others, but the problem with my project seems to be resulting of my architecture, so I need general help. ---! I'm trying to configure a WCF Service ...
0
votes
0answers
24 views

Debugging has not been enabled on server

I am new to WCF architecture. When I am debugging an application, it gives me the error: "Unable to step into a server. The remote procedure could not be debugged. This usually indicates that ...
0
votes
0answers
16 views

Security Exception when consuming a web service from a wcf service

I'm trying to consume a web service from within my own WCF service. When I attempt to send a request, I get a SecurityException with the following message: Request for the permission of type ...
1
vote
0answers
101 views

Consume a WCF web service with Post Params with json string request and Response in Android

My web service code is following i am using WCF Restful webservices, [OperationContract] [WebInvoke(Method = "POST", ResponseFormat = WebMessageFormat.Json, BodyStyle = ...
0
votes
1answer
44 views

Best way to make multiple asyn calls from a REST Service to external soap webservices

I have a WCF Service which inturn call 4 soap webservices (total response time for 4 services are more than a minute) for a single transaction and finally it will log the transaction status in the SQL ...
1
vote
0answers
45 views

Add Service Reference: Ordering of Serialization Fields

I'm writing a C# web service client in Visual Studio 2008 with a Java web service endpoint. I have no control over the endpoint and the SOAP messages that it sends back. I created an auto-generated ...
0
votes
1answer
44 views

Can you consume ASMX webservices from javascript?

Can you consume ASMX webservices directly from Javascript / JQuery? I am having issues hosting/developing a good solution with WCF so I wanted to see what other options are out there as far as ...
0
votes
0answers
52 views

why VS2012 generated web service proxy class start with lowercase letter

I am use [Add Web Reference] on VS2012, the proxy classes generated, but the only problem is the class name start with lowercase letter... that really make me crazy. context xcontext = new context(); ...
0
votes
1answer
51 views

Switching from an asmx to a svc web service

We upgraded some web services from asmx to WCF, I need to change the call to the web service in an application, the contract name and method names and signatures are the same. Is there any easy way to ...
1
vote
1answer
50 views

Difference between returning a Stream and writing to HTTP output stream

What is the difference when returning files between public Stream getFile(string filename){ Stream s = _getFileStream(filename); Response.AddHeader( "Content-Disposition", ...
0
votes
1answer
162 views

Rest WCF Post Json body parameter is always null while using Fiddler

I have been struggling with this the past few days. I have researched the issue and tried the solutions posted. However it has not worked. I have REST WCF Post method that has ...
1
vote
0answers
64 views

WCF Web Service Call Using SOAP 1.1

I'm attempting to call a web service from a VB .NET 3.5 Win Forms application. I have been able to create a Service Reference but when I call the web service I receive the SOAP fault: A SOAP 1.2 ...
1
vote
1answer
39 views

Issue when deploying WCF Web service

I am receiving the following error http://peplamb.net/Services/WordService/WordService.svc When I am trying to deploy .NET 4.5 WCF Service Application on IIS 8. I get no errors when I deploy at ...
0
votes
0answers
32 views

Protocol Exception Wcf

I was wondering whether you can help with a trouble with wcf, this is my web.config <?xml version="1.0" encoding="utf-8"?> <configuration> <!--Diagnostics section, we will only ...
5
votes
5answers
214 views

consuming an XML WCF REST webservice from JavaScript

I have a WPF application that exposes a REST WCF service (via WebServiceHost) with a contract that looks something like this (simplified): [ServiceContract] public interface IItemServiceContract { ...
0
votes
0answers
49 views

WCF error when returning too much data

First of all I do not know much about WCF, so I may be making a basic mistake. I get the error when accessing my web service : The formatter threw an exception while trying to deserialize the ...
0
votes
3answers
50 views

WCF method parameter order

In my WCF web service, I have the following interface: [ServiceContract] public interface ITestService { [OperationContract] void TestMethod(out int param1, out int param2); } When I add ...
0
votes
0answers
25 views

Creating a proxy class from sample XML [duplicate]

I've been able to create proxy files from WSDL's a couple ways, but I'm not sure how to create proxy files from sample XML snippets. For example, suppose I have a client that wants to receive ...
0
votes
1answer
58 views

.Net 4. View consumed web service headers and body from request and response

We're consuming a web service (web reference, not service reference), and I need a way to output the entire message being sent (including headers) and the message that gets received. When I add the ...
0
votes
0answers
57 views

WCF Service(REST) bad request(400) from Android

I've written a WCF service its working fine in browser! and with Fiddler as well. But when I tried to consume this service in android. The status code is 400. I've tried almost everything on my side! ...
7
votes
2answers
189 views

WCF - BasicHttpBinding, No user name and/or password is available, name: null, password: null

I'm trying to use a third party web service which is secured with a user/pass. I believe I have done what is needed to authenticate and set the user and pass, but it seems to not be including them in ...
0
votes
0answers
77 views

What's The Deal With WCF BasicHttpBinding and Basic Authentication Over HTTP?

I've been wracking my brain trying to figure out how to configure a WCF contract-generated SOAP client to properly send basic HTTP authentication credentials over HTTP (i.e. TransportCredentialsOnly ...
0
votes
0answers
46 views

WCF Web service is not working when i access it from other server. Its working fine on same machine and 2 other server

I have wcf web service to get total unread messages. this web service is not working when try to access it from another machine. However it work for same machine and also 2 other machines. Below is ...
-4
votes
0answers
28 views

Send data from one domain to another domain [closed]

We have a requirement as follow We have web application built on Asp.Net 3.5. There is another Android mobile application written in different domain.So whenever user update information on mobile it ...
-1
votes
1answer
46 views

Service Agent C# that abstracts an asmx service [closed]

i have to create a service agent that let me communicate with a service (i have the service reference for this service, a .asmx). I do not have idea. How can i do? I don't know what i have to search ...
0
votes
0answers
53 views

Service Reference fails to deserialize correctly and puts null in fields (asp.net to asp.net)

So i'm having a weird issue with my service reference in my VS2010 project that i can't really figure out. Any time i rebuild the soap service that the service reference is attached to i can no ...
0
votes
0answers
18 views

Position of the key “__type” in a JSON WCF service being consumed on iPhone

I'm trying to consume a webservice made by my client on the iPhone. It was used, from what they told me, using WCF. The problem is that I need to send a bunch of parameters to a method, and one of ...

1 2 3 4 5 51