Tagged Questions
4
votes
1answer
2k views
Add endpoint header security WCF programmatically
I've this web.config file to configure client proxy from a external service this service required authentication on the messages header, I've the service well configured on my web.config but for now ...
2
votes
1answer
277 views
WCF error calling WS-Security web service: Cannot find a token authenticator for the X509SecurityToken
I'm trying to connect with an external Java Web service with WS-Security enabled over https with a WCF client.
The service use UserNameToken authentication.
When the client call the service, I get ...
1
vote
1answer
349 views
How to use IssuedToken in a client with a WCF Service Reference
I have a WinForms app with a Service Reference generated from a WCF service that uses WS2007FederationHttpBinding. I can't understand why the following is not working.
My WinForms app is calling a ...
0
votes
1answer
96 views
Getting fatal-error on Calling WCF in PHP using SoapClient over https
I am newbie to services, i am currently calling .net WCF service in PHP using SoapClient object. Code is as follows:
...
0
votes
1answer
294 views
Apache CXF Client for WCF Soap WS
I'm creating a java client with CXF 2.7.0 to an WCF web service that uses SOAP.
I've used the wsdl2java tool to generate the classes needed to communicate with web service.
My problem is that in the ...
0
votes
1answer
2k views
Problem consuming WCF web service with php / nuSoap
I have 3 client sites that all rely on an external webservice. The webservice used to be on a ColdFusion server, but it has just changed over to a .NET server. My client code no longer works, and I am ...
2
votes
0answers
231 views
.Net web service client generates different proxy code in VS 2010 and VS2008
I am working on a Soap client for the Workday Web Service API.
There are code examples on the Workday Community site for .Net 3.5.
I got the code for 3.5 working in Visual Studio 2010 targeting .Net ...
1
vote
0answers
267 views
WCF Web service returns 401 Unauthorised when accessed from JAVA web application
We are able to access a WCF web service from a plain Java client through the main method.
However, when we try to access the same through a Java EE application, (from the DAO layer)
it displays an ...
1
vote
0answers
294 views
Error when calling WCF webservice with java (Eclipse Axis Client)
I have a problem to call a web service. I used eclipse to create an Webservice client (new other->web service->web service client.
The client is generated well and I use the following code to start ...
0
votes
0answers
61 views
consume Java Web Service in .NET Client
I have a Java Web Service at https://www.domain.com/service1
I need to consume this service in .NET Client.
This service requires WS Security UserName and/or RequestContext.username
I cannot add ...
0
votes
0answers
47 views
Error to store an instance of web service proxy inside a session variable
I have the next private attribute inside a public class
Where WSFidelidad.FidelidadClient is a webService (WCF).
public class WSa
{
private WSFidelidad.FidelidadClient _ws;
public WSa()
...
0
votes
0answers
45 views
Unable to connect to relocated WCF - Service
With NetBeans I created client code (JAX-WS 2.2 binding with METRO libs) to consume services from a WCF-server located on the local machine (WSDL address: localhost..). Now the server location changed ...
0
votes
0answers
224 views
Silverlight WCF Service only working on local host
Apologies for the long post but I want to include as much information as possible. So I've been struggling for days now to get my WCF service to work correctly with my silverlight app. I had ...
0
votes
0answers
92 views
How to get webmethod info from just the WCF webservice URL?
I have been given a task to create client for a WCF webservice and unfortunately the person who is attending the server part is gone, at least for now. I need to know the request-response parameters ...
0
votes
0answers
36 views
client tool to determine my wcf service is platform independent
i am looking for a client software which is developed by Java to test my wcf web service.
i have created a web service using wcf service application with basicHttpBindings. This service will be used ...
0
votes
0answers
115 views
WCF Transaction Handling from Client/Consumer
I am using WCF to Access My BL and DAL. I want to handle transactions from client not from the BL.
But when I use TransactionScope on client side, the transaction does not work correctly. Data is ...
0
votes
0answers
303 views
Error WSE012 (Action Missing) when consuming WSE webservice
For a small project I need to use (consume) an external (secure) webservice.
This webservice uses SOAP1.2 protocol with WSE extention (username + password)
I use VB (VS2008) and added the Service ...