Click to See Complete Forum and Search --> : XML Serialization in Web Services


valkyrie_vf08
October 23rd, 2002, 12:01 AM
:confused:

Greetings!

This is a rather newbie question regarding Web Services.

I have currently written a web service that would like to generate customized SOAP messages to another server (that doesn't use Web Services). The other server would run an ASP page that accepts a request from my web service.

Is SOAP customization possible using the XML Serialization classes available in .NET?

Are there any good resources on how I can do this?

Thanks in advance :p

Athley
October 28th, 2002, 09:21 AM
I am no web developer so pardon me if I'm way out of line here, but Isn't this done with the SoapTypeAttribute Class?

/Leyan

valkyrie_vf08
October 28th, 2002, 07:33 PM
Hi!

Thanks for your reply.

Do you have any resources on how I can achieve the XML Serialization using the SoapTypeAttribute class?

Am pretty new to this.

Thanks in advance...

Athley
October 29th, 2002, 01:42 AM
Start here: SoapAttributeType Class (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemXmlSerializationSoapTypeAttributeClassTopic.asp)

/Leyan

Athley
October 29th, 2002, 01:44 AM
Something strange about the link....

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemXmlSerializationSoapTypeAttributeClassTopic.asp

copy - paste that if it doesnt work.

/Leyan

Athley
October 29th, 2002, 01:46 AM
**** link behaviour. :mad:

msdn.microsoft.com/library/default.asp?url=/library/en-us/cpref/html/frlrfSystemXmlSerializationSoapTypeAttributeClassTopic.asp

/Leyan

valkyrie_vf08
October 29th, 2002, 02:04 AM
Thanks for the URL.

Will look into it..