CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 7 of 7
  1. #1
    Join Date
    Jul 2002
    Location
    Malaysia
    Posts
    3

    Exclamation XML Serialization in Web Services



    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
    ==:: think ::==

  2. #2
    Join Date
    Oct 2002
    Location
    Växjö, Sweden
    Posts
    225
    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

  3. #3
    Join Date
    Jul 2002
    Location
    Malaysia
    Posts
    3
    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...
    ==:: think ::==

  4. #4
    Join Date
    Oct 2002
    Location
    Växjö, Sweden
    Posts
    225
    Start here: SoapAttributeType Class

    /Leyan

  5. #5
    Join Date
    Oct 2002
    Location
    Växjö, Sweden
    Posts
    225
    Something strange about the link....

    http://msdn.microsoft.com/library/de...ClassTopic.asp

    copy - paste that if it doesnt work.

    /Leyan

  6. #6
    Join Date
    Oct 2002
    Location
    Växjö, Sweden
    Posts
    225
    **** link behaviour.

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

    /Leyan

  7. #7
    Join Date
    Jul 2002
    Location
    Malaysia
    Posts
    3
    Thanks for the URL.

    Will look into it..
    ==:: think ::==

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured