Questions tagged [wcf-wshttpbinding]

30 questions
1
vote
1 answer

What could cause "An operation was skipped during export because it has a wildcard action" error when publishing a service?

I created an Orchestration in BizTalk, which I published as a service, using the tool WCF BizTalk. This resulted in a service hosted in IIS 7. When I changed the web.config file to enable debugging, I caught the following error: Message An operation…
1
vote
1 answer

How to connect to a WCF service with wsHttpBinding

I have hosted a WCF service wsHttpBinding. Then i have created a windows form application to access WCF services as a client application. Client application can invoke WCF services in local machine since credentials are defined as follows by…
Tharik Kanaka
  • 2,490
  • 6
  • 31
  • 54
1
vote
1 answer

WCF error calling Ws2007HttpBinding

I am trying to get data from a WCF ws2007HttpBinding service but I am getting the following error every time I run it: Content Type application/soap+xml; charset=utf-8 was not supported by service…
Jeff Hornby
  • 12,948
  • 4
  • 40
  • 61
0
votes
1 answer

Used Wshttpsbinding of WCF-custom Adapter in the send ports.Getting Multiple headers with name 'NotUnderstood'

Below are the configuration details: Error Details: A message sent to adapter "WCF-Custom" on send port "SendSIMONMessage" with URI "https://simon-qa.dhec.sc.gov/hl7engine_qa/CDC/V1/IISService.svc" is suspended. Error details:…
0
votes
1 answer

How to test WCF wsHttpBinding endpoint along with certificate using SOAP UI tool?

I want to test my wcf service endpoint using SOAP UI tool which is built in wsHttpBinding along with x509certificate authentication. It supports for basicHttpBinding and working properly but giving an error for wsHttpBinding. Any help would be…
0
votes
0 answers

WCF service with session and .net windows as client

I am looking for WCF sample code with session enabled. When service is hosted needs to be consumed in windows .net application keeping session alive. Along with windows application same service should be easily consume by jquery ajax. We are already…
PKK
  • 13
  • 6
0
votes
1 answer

Consume WCF service with wsHttpBinding using web reference

WCF service is running with wsHttpBinding. Is it possible to consume this service using web reference not service reference? Thanks in advance
Rana
  • 67
  • 1
  • 6
0
votes
1 answer

WCF service doesn't send response, but doesn't error either

I'm running into strange behavior where my wcf wshttp service finishes processing data (I know because I log a message right before I return a list of people) but the client doesn't receive a response and sits there "hung". I increased the timeout…
goku_da_master
  • 4,257
  • 1
  • 41
  • 43
0
votes
1 answer

WCF service errors out on other machines in the same network

I developed a C# console application that consumes a WCF service. All works fine on the local machine. When I created the set up files and distributed the exe and exe.config files, the application errors out on other machines on the same network…
user2856028
  • 43
  • 1
  • 9
0
votes
1 answer

Why Creating new session id every time in wsHttpBinding

I am using following configuration to make my service sessionful, but for each request wcf service is responding me with new session id. Why it so, what I need to make it sessionful for that client so that for each request there should be same…
funsukvangdu
  • 1,621
  • 4
  • 20
  • 33
0
votes
2 answers

There was no channel actively listening at wcf

I have been working on a WCF service which is developed in VS 2008 and hosted in Windows Server 2008, IIS 7.0, When I host this service in my local environment, its working fine but when i host this service in production site its not working. In…
Chandra
  • 94
  • 1
  • 9
0
votes
1 answer

basicHttpBinding to wsHttpBinding over SSL

Before i have tested one webservice in soapUI its works fine. But now webservice was changed basicHttpBinding to wsHttpBinding over SSL. Now i'm trying to execute the webservice the following exception are im getting. Im using the webservice url in…
2vision2
  • 4,933
  • 16
  • 83
  • 164
0
votes
1 answer

Cannot access WCF url hosted as a windows service

I have created a WCFLibrary which has : [OperationContract] string TestCall(); And my app.config has this :
Suave Nti
  • 3,721
  • 11
  • 54
  • 78
-1
votes
2 answers

WCF DefaultBinding not used on new WsHttpBinding

I´m having a 3rd party library that connects to webservice at specific endpoints. With some services, i get the following exception: Message=The maximum nametable character count quota (16384) has been exceeded while reading XML data. The nametable…
kamahl
  • 931
  • 1
  • 8
  • 20
-2
votes
1 answer

XABP and WCF wsHttpBinding

How can I use WCF wsHttpBinding on my WPF Browser application?
Sauron
  • 16,668
  • 41
  • 122
  • 174
1
2