Welcome to Jacksonville Developers User Group Sign in | Join | Help

.NET (RSS)

Microsoft .NET

Trouble with Java clients consuming a WCF service?

I was tasked with making a java client utilize a WCF service.  The details: JDK/JRE 1.6 NetBeans 6/JAXWS .NET 3.0 WCF It is obvious per the title of this post that the communication did not work out of the box.  There was nothing
posted by tbates | 2 Comments
Filed Under: , ,

Running svcutil.exe from the command prompt

Had a find today while working with WCF.    Several people have complained about how the “Add Service Reference” in Visual Studio 2005 mangles the namespacing of your proxy class file that gets auto-generated.  Usually it starts the
posted by tbates | 0 Comments
Filed Under: , ,

if (Me.ForgotWhatChangedInDotNet20)

I got reminded by a fellow developer of some changes made to the machine.config in the .NET 2.0 Framework today.    The scenario:  a request was being made from a windows client to a component being hosted through IIS.  This particular
posted by tbates | 2 Comments
Filed Under:

Just a waste of time

Over and over again I find developers creating "wrappers" for the Visual Basic runtime library. It is a waste of time. Especially when I see them just creating a method called "DateDiff" written in C#. Then this C# "DateDiff" calls the DateDiff method
posted by tbates | 0 Comments
Filed Under: