Add attributes to Web Service Response
From: Mike Lynch (openair_at_online.nospam)
Date: 03/31/04
- Next message: Mickey Williams: "Re: Using GAC from a Web Service"
- Previous message: Craig: "HttpModule & Basic Auth"
- Next in thread: [MSFT]: "RE: Add attributes to Web Service Response"
- Reply: [MSFT]: "RE: Add attributes to Web Service Response"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 31 Mar 2004 10:16:07 -0800
I am attempting to create a web service that accepts and returns messages in the style outlined below:
Request:
<JourneyWeb version="1.0"><request>request content</request></JourneyWeb>
Response:
<JourneyWeb version="1.0"><response>response content</response></JourneyWeb>
I've managed to modify the response element names, but am at a loss as to how to add the 'version' attribute to the JourneyWeb element. I've tried creating a WSDL file from a service without the attribute, added the attribute to the schema definition, and then used wsdl.exe to create a stub class from the modified WSDL, but it appears to ignore the attribute.
Any pointers would be much appreciated.
Regards
- Next message: Mickey Williams: "Re: Using GAC from a Web Service"
- Previous message: Craig: "HttpModule & Basic Auth"
- Next in thread: [MSFT]: "RE: Add attributes to Web Service Response"
- Reply: [MSFT]: "RE: Add attributes to Web Service Response"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|