Not to my knowledge... I'm planning on passing authentication information in the SOAP headers, but I need to know if the Envelope will automagically deserialize the header entries into objects or if they'll just come in as raw XML which I have to parse.
__________________________________ | \ | Greg Symons / | Systems Analyst \ | Research Federal Credit Union / | (586) 264-8710 x1234 \ |__________________________________/ > -----Original Message----- > From: Turzhavskiy, Stanislav (GMI-EDSI) > [mailto:[EMAIL PROTECTED]] > Sent: Friday, June 07, 2002 2:00 PM > To: '[EMAIL PROTECTED]' > Subject: RE: Header objects > > > Actually I haven't seen any examples which use header > objects. Do you know if such examples exist? > > Stas. > > -----Original Message----- > From: Greg Symons [mailto:[EMAIL PROTECTED]] > Sent: Friday, June 07, 2002 1:55 PM > To: [EMAIL PROTECTED] > Subject: Header objects > > When you call Header.getEntries() it returns a Vector > containing the Header entries (hmm, that's rather obvious:) > My question is, what are those entries? Are they deserialized > objects or are they raw XML? Anybody know? I can't seem to > find the answer in either the docs or the source... > > __________________________________ > | \ > | Greg Symons / > | Systems Analyst \ > | Research Federal Credit Union / > | (586) 264-8710 x1234 \ > |__________________________________/ > >
