Search Results

0
votes
3answers
113 views

WCF customheader or messagebody for context?

I'm witting a WCF service for a customer to send part information to our application. We have multiple customers that will have one or many locations, and part information is scoped to each locatio …
2
votes
5answers
564 views

How to document a WCF web-service in a technical spec?

Other than pasting a WDSL in the tech spec, what are the recommended ways to document a WCF web-service before you begin coding? …
0
votes

WCF customheader or messagebody for context?

We plan to send a response with processing summary information and details about any part that could not be processed. The message contract has a collection of parts, and the parts are def …
1
vote

Calculating a date around working days/hours?

Using Stu's answer as a starting point, modify the IsInBusinessHours function to loo …
1
vote

What would be the most convenient way to connect Visual Studio 2005 (C#) to Oracle8?

Based on my experience with Oracle 10g.... I recommend using the Oracle data provider (ODP.Net) and not using the Microsoft for Oracle data provider based on my experience with Oracle 10g. …