Font Size: a A A

Leveraging the XML library files for security using SOAP and .NET framework

Posted on:2007-01-20Degree:M.SType:Thesis
University:Texas A&M University - KingsvilleCandidate:Aditham, PraveenFull Text:PDF
GTID:2458390005988399Subject:Engineering
Abstract/Summary:PDF Full Text Request
The purpose of this work is to develop a code for securing the data that is transmitted in a heterogeneous network. NET framework is the platform on which XML messages are serialized. There are already several ways to secure the data using SOAP but SOAP itself could not be used for security. Serialization can be done in two ways binary and XML. In our case we are using XML and XML is a secured way as it has a defined schema. It is in plain text format, so it can be transferred to any operating system and with any security. For this purpose XML serialization has been used to convert the message to XML and other attributes such as deserialiser are also added. Deserializing the data gets the formatted message to a normal state.;Various attributes such as SOAP element attributes have been applied to class members. The class is then serialized and the attributes control the SOAP message content but when serialization override method is called, the behavior of the XML serializer is overridden and sets the properties of SOAP attributes to those attributes. To achieve this C...
Keywords/Search Tags:XML, SOAP, Attributes, Security, Using
PDF Full Text Request
Related items