Wrox Programmer Forums
Go Back   Wrox Programmer Forums > .NET > Other .NET > .NET Web Services
|
.NET Web Services Discussions about .NET XML Web Service technologies including ASMX files, WSDL and SOAP.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the .NET Web Services section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old October 19th, 2006, 04:08 AM
Registered User
 
Join Date: Oct 2006
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default Accessing serialized xml in client proxy

I have a question that hopefully someone in the forum will be able to answer:

I have a web method that returns an entity (lets say an Address entity for example)

The address entity has the following properties:

Address1
Address2
Address3
Address4
Address5
Postcode (AKA Zip)

My client consumes the service, calls the web method via the client proxy and makes use of the returned Address object.

I have 2 consumers of this service. The first, as mentioned above makes use of the Address entity. The second however will make some modifications to the object, and then pass the object on to another service. My question is this:

Is it possible to receive / intercept the xml of the serialized Address object (perhaps via the use of a second method in the client proxy) before the Address object is de-serialized? This would allow for the xml to be passed on to another service for example and cut out the de-serialization – re-serialisation process?

Any thoughts gratefully received.







Similar Threads
Thread Thread Starter Forum Replies Last Post
Accessing a remote sqlserver Through Proxy Server? mizimizi Classic ASP Databases 0 July 23rd, 2006 05:49 AM
Accessing XML files from a WebApp MAS Apache Tomcat 0 October 26th, 2005 01:08 PM
Error 1222 - When accessing Client activity ryant SQL Server 2000 1 March 16th, 2004 08:25 AM
Accessing Server Side Data on Client Side steve456 Classic ASP Professional 3 October 15th, 2003 02:33 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.