By tag: SOAP
0
kicks
Displaying SOAP XML Messages in a Simple WCF Web Service
Learn how to create a basic WCF web service, with a plaintext username password authentication, that outputs all incoming and outgoing XML SOAP packet messages to the Visual Studio Console.
0
kicks
Gearing up WCF services to be “RESTful”
I know all you buzz-word kids want me to use words like ‘zen’ and ‘art’ and things like that, heck all this talk of RESTful services is already set enough confusion into peoples minds. But however I decided to take a lunge deep into WCF and investigate what can be done to make such services “RESTfu...
0
kicks
20,000 Fathoms Deeper into REST for WCF…
As I and many others continue venturing deeper into the hard decision making process and for in the road between REST and SOAP I have came across another great blog post...
0
kicks
SOAP Client to call Web Service with SOAP ToolKit using .Net C#
The sample code for creating the SOAP Client (request XML) to access Web Service with SOAP ToolKit
0
kicks
e-Cocoma Webservice News
Web Services News covering SOA and Web services standards, Web services development, Integration, Service-oriented architecture.
0
kicks
Semantic annotations for WSDL and XML Schema Working Draft
One of the major challenges in Real World SOA enterprise applications is the lack of semantic information associated with Service Contracts. For a while now the W3C folks have been working in different efforts for relating semantic web Standards (RDF, SPARK, etc) with Web Service basic standards (SO...
0
kicks
New for the SOA Standards land
The World Wide Web Consortium today released four SOAP 1.2 Second Editions as W3C Recommendations: Part 0: Primer, Part 1: Messaging Framework, Part 2: Adjuncts, and Specification Assertions and Test Collection. SOAP Version 1.2 provides the definition of the XML-based information that can be used f...
0
kicks
Exchange data securly with a WebService without HTTPS/SSL
In this article shows you how to exchange data securely with a Web Service without HTTPS/SSL. It also provides real life example on the implementation and limitation on the important encryption types as well as Digital Signature that are available in .NET Framework.