CodeVerge.Net Beta


   Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums



> NEWSGROUP > Microsoft News > microsoft.public.dotnet.framework.webservices
 Post New
 TypeRepliesViewsDate
Intermittent WCF Errors with Silverlight & Win Server 2003 and IIS
I have intermittent errors in a Silverlight 3 application using WCF to access
a SQL Server DB. Occasionally I get errors, typically
"System.ServiceModel.CommunicationException: The re
 0911/10/2009 11:33:08 PM
Precompile a Web Service?
I wrote a web service and deployed it to our server. The web service itself
works great, but I have noticed that when you first call it there is a bit
of a delay, but from that point on i
 0911/10/2009 8:01:10 AM
WCF Services and Generic Methods Alternative
I have a simple WCF service defined below.

This service uses the NetDataContractSerializer since we share classes from
Server to Client.

[ServiceContract]
publ
 01611/10/2009 8:01:09 AM
System.Timers and Web service
Hi,

I've been trying to get this to work for quite some time now. This is
my goal: When my application starts, it has to call a web service
immediately, and setup a timer to call
 0811/10/2009 8:01:08 AM
WCF Service does not respond after inactivity
We have upgraded our Windows Service from .NET Remoting in .NET 2.0, to WCF
in .NET 3.5. It is a per-call service (not sessions and not singleton)
because all our methods are atomic in nat
 01111/10/2009 8:01:07 AM
WSE 3/Wse RM
Hello Folks,

I was looking WSE 3.0/WseRM examples that comes with Microsoft WSE 3.0
Reliable Messaging-labs.
All ASMX / WseRM samples had a following tag in their Config files. <
 01111/10/2009 8:01:05 AM
detect access to web service
Hello,

I successfully created a web service host and a client to consume that
service. My host is (for debugging purposes) a windows form. I would
like to extend that forn in such
 01011/10/2009 8:01:02 AM
Using XmlSerializerFormat with code generated by WCF REST Starter
Hello.

I have just become acquainted with WCF and REST. I downloaded and tried out
the WCF REST Starter Kit and am pleased with the abstraction of details
offered by the kit. I
 0811/10/2009 8:01:02 AM
WCF Publishing Error
Oct 17, 2009

Hi All

(Using VB Net 2008)

I have used WCF on my local PC and also published it on the local server and
it works. Now I published it on an external
 0911/10/2009 8:00:59 AM
WCF Consumes Too Much CPU and Then Hangs
Scenario: WPF and ASP.NET clients connect to WCF. WCF connects to SQL Server.
System: WCF Server = 8 cores / 32 GB RAM, Windows 2008, .NET3.5
Problem:
The Windows Communications Founda
 01311/10/2009 8:00:58 AM
WCF: Sending one type and receiving another
Hi,

I was wondering whether following scenario is possible. Say i have
contract defined with the base type
[ServiceContract]
public partial interface IMyInt
{
 01511/10/2009 8:00:54 AM
Host name problem with WCF Service hosted on IIS7 using SSL
Hi!

I have developed a WCF service using wshttpbinding with
transportwithmessagecredential security. I have attached a membership
provider to the solution and the authentication
 01011/10/2009 8:00:53 AM
WCF Service Pooling
We created several WCF services that consume a remarkable period of time
during service startup dur to initialization steps that have to be executed.
At the moment the 1st user connecting
 01011/10/2009 8:00:52 AM
WCF Client Proxy Open/Close for InstanceMode.PerCall
We are creating a LOB SOA application using WCF as our communication
framework. For scalability reasons we have configured all our services with
InstanceMode=PerCall.
What would be th
 01111/10/2009 8:00:52 AM
Generated Proxy Class
We have to interface with a third party web service hosted on a 64bit Apache
Server running JVM 1.6. I am utilizing WSDL.exe to generate a proxy class
(Reference.cs). When I utilize this
 01111/10/2009 8:00:51 AM
increase maxReceivedMessageSize in WCF Service and WinForm clnt?
Hi!

I have a WCF service and a WinForm client that communicates with this
service. The service exposes a wsHttp endpoint. As quite a lot of data is
passed, I get an error and th
 01011/10/2009 8:00:49 AM
Web service timeout
I have a problem with a webservice that "times out". The exception
thrown states that "Thread was being aborted". I have tried to read up
on the subject, and what I have
 0711/10/2009 8:00:45 AM
Web service access
Hi, i�m developing a ws in c# + VS 2008.

When a client call to the ws pass it a username and password to
authenticate. My cuestion is: how can i restrict the access to the ws and
 01311/10/2009 8:00:44 AM
Transaction Control
Sept 29, 2009

Hi all

How can I use Transaction Control in Web Services.

1. Issue a "Begin Transaction" command
2. Run a query with lock option
3. I
 0711/10/2009 8:00:43 AM
Concurrency Issue
Sept 28, 2009

Hi

I am using VB Net 2008 / SQL Express 2008 and am new to Web Services.

I want to access a row from a table in SQL Express 2008 for update and lock
 0411/10/2009 8:00:41 AM
WCF secureConversationBootstrap? SCT? reqest @URL2 needs URL1's co
Hi all,

Sorry for the vague subject - very hard with the 70 character limit.
I have the following scenario that is working via the HttpWebRequest class,
but I need to get it work
 01011/10/2009 8:00:41 AM
WebService reading appSettings automatically
Hi All,

I have two WebServices (on separate sites) that have one URL in the
App_WebReferences files and another URL in the appSettings of the
web.config. One service allows me to
 01111/10/2009 8:00:40 AM
webservice result ArgumentOutOfRangeException
hi,
I called webservice method and catch ArgumentOutOfRangeException below. Web
service server side was coded by java. Client side was coded by C# base on
Framework 1.1.4322.
 0611/10/2009 8:00:40 AM
WCF service won't work when published to server
Hello,

I got a WCF service to be consumed properly from a test web
application on my local workstation in debug mode. However, when I
publish the service to a server and call tha
 0911/10/2009 8:00:37 AM
WCF services hosted in ASP.NET application, mixed authentication
I've got WCF web services hosted in an ASP.NET application. For the asp.net
part I'm using Forms authentication for the web services I want to use
Windows authentication. The WCF services
 01111/10/2009 8:00:35 AM
Parsing multipart-form with WCF Rest
Hi,

I have a wcf REST service with the following signature:

[OperationContract]
[WebInvoke(Method = "POST", UriTemplate =
"reports/{emai
 0911/10/2009 8:00:34 AM
webservices security
i want to secure the webservices for a moss2007 public site so nobody can
make any calls to the webservices ,without breaking the site.Whats the best
practice to achive this?

Th
 01111/10/2009 8:00:33 AM
HTTP 400 Bad Request
Hi there,

We've recently started using the WCF REST Starter Kit with our existing WCF service. It's
working well, however we want to be able to upload files using the REST service in
 0911/10/2009 8:00:31 AM
URLEncoding
How do I URLencode my data in the code below?

ASCIIEncoding encoding = new ASCIIEncoding();
// Server.URLEncode(strXML)
string postData = "xml=&quo
 01011/10/2009 8:00:29 AM
Error consuming WSE3.0 Webservice with wcf
Hello,

I just tried to consume an existing Webservice using WCF. I did the
following:

1. Created proxi classes with the svcutil.exe (svcutil *.wsdl *.xsd /
language:C#)
 01011/10/2009 8:00:28 AM
Web Service Propblem in COM exposed Class Library
Hi~

I have created a class library in C# (VS 2008, .net 3.5) which exposes a
method to COM so that it can be used in a VB6 app. The COM part of it works
fine and I can referenc
 0911/10/2009 8:00:27 AM
Pass Parameter to a Web Services Function
Sept 12, 2009

Dear All

Using VB Net 2008

How can I pass a parameter to a web services function, asmx page, when
calling the function through VB Net.

T
 0711/10/2009 8:00:25 AM
Web services security
Sept 12, 2009

Dear all

Sorry for asking a very basic question as I have just now tried to use web
services.

I am using a winform application and manipulating dat
 01011/10/2009 8:00:24 AM
serviceClient class not visible in m Winform client
Hi!

I have a WCF service with a wsHttpBinding endpoint and a
customUserNamePasswordValidator class. I want the client to attach
credentials that can be evaluated by the service
 01011/10/2009 8:00:22 AM
Client sends incomplete SOAP-Request
I'm consuming an AXIS-webservice. Therefore I got the WSDL.
I added a new web reference to my project pointing to this WSDL.

In Visual Studio I can use all objects the webservice returns
 11011/11/2008 6:25:16 AM
Type is ambiguous. Please specify the assembly explicitly...
I have an odd web services problem.

I have a shared assembly (shared.dll) that is referenced both by a C#
WinForms client (client.exe) and a C# Web Service (service.dll). When I
up
 05851/10/2008 11:50:06 PM
publishing Hello World to local IIS
Perhaps someone knows how to do this. When I open a new ASP.NET web
service application in VS 2008, it opens with a simple Hello World web
service already written. I want to see this work.
 5811/10/2008 4:14:15 PM
Retrieve a List of WebServices from a Server
Hi

I need to retrieve a list of all WebServices running on a specific machine.
Much like DevStudio produces a list of WebServices on the local machine.

The machine is XP Pro an
 2841/9/2008 12:08:01 PM
WCF error: The request for security token could not be satisfied .
Accessing a WCF service I get this error:

The request for security token could not be satisfied because authentication
failed.

I am trying to use a very simple WCF service and
 14261/9/2008 3:53:36 AM
calling windows service from webservice
Hi All,

I have a question which might be a beginner's question.

I have a webservice whose webmethod has to call a window's service and get
back the results.
What is the bes
 31171/8/2008 10:33:04 PM
Problems with namespaces
I have problem with namespaces. I have a program that consumes the web
service and has for instance names space nsProgram. In this program I have
defined several classes that I use for stori
 5871/8/2008 2:18:17 AM
WCF: Problem with CallbackContract and WinForms-Client
Hi!

I've created a WCF Service using netTcpBinding which exposes a Callback
Contract so clients can get notified about specific events.

It actually worked when the client was a
 11981/7/2008 10:44:39 AM
What is outputtrace.webinfo and inputtrace.webinfo?
Does anyone know what outputtrace.webinfo and inputtrace.webinfo are for?

Is this just a track of everything sent and received to the webservice?

Is this a security problem to have t
 01471/7/2008 9:24:05 AM
writing How To on web services..did I miss anything
I have been tasked with writing a How To document for my organization. I have
written web services before but am undertaking this endeavor. I have started
with a priliminary list of what I t
 1821/4/2008 2:57:04 PM
xml error in webservice SOAP response ?
[Sorry for the cross-post, I was to fast clicking send...]

I'm 'consuming' a webservice written by a 3rd party wich uses Borland Soap
Server.
This all works fine, using the WSDL i've
 31141/4/2008 2:55:55 PM
Error 503 Service Unavailable using VS2005 and Vista IIS 7.0
I am trying to set up a WCF service using VS2005 on Vista using IIS 7.0.

I created a website, selecting a WCF Service template and
http://localhost/ServiceName. Even the most simple proj
 22071/4/2008 2:15:01 PM
Converting an endpoint from a config file to code
As a baseline, I have a working client and service, each of which uses an
app.config file to specify the connections in the
section.

What I need to do, however
 32341/4/2008 2:35:47 AM
Trouble with complex return types
HI there!

I am trying to consume a web service implemented in Perl (SOAP::Lite)
using VS Express 2008. I already implemented a client in java without
problems.

I succeeded in
 21131/3/2008 10:44:10 AM
calling axis webserivce with credentials in header
Hi,

I'm trying to access a webservice on an axis server from my .net client
(c#). First I have to call a login service that returns a session ID. This
session id should then be adde
 01081/3/2008 8:35:24 AM
VS2008 - Calling web service from Windows service
What happened to the "Add Web Reference" option in Visual Studio 2008
when right-clicking a Windows Service project? It's in VS2K5, but not
in VS2K8. Anyone know the right way to do this? I
 41651/2/2008 12:40:47 AM










   
  Privacy | Contact Us
All Times Are GMT