
 Rank: Guest Groups: Guest
Joined: 9/17/2007 Posts: 11,670 Points: -1,200
|
Date parsed: 03/04/2008 19:26:06 Date: Thu, 3 Apr 2008 19:26:06 -0000
Hi !
I am consuming a SOAP WebService from my VS2005 VB.NET project.
I need to be able to access the final XML that will be transmitted over the wire to the web service.
I have build the Webservice proxy class, using the WDSL.EXE program, from the WDSL retrieved from the webservice.
I can find no info on how to get this final XML.
The closest I can get is to use System.Xml.Serialization.XmlSerializer to serialize the data structure that will be included in the SOAP call, but that doesn't tell me everything.
Is there a way to get to the final XML?
Regards, Palli
|

 Rank: Guest Groups: Guest
Joined: 9/17/2007 Posts: 11,670 Points: -1,200
|
Date parsed: 04/04/2008 14:57:12 Date: Fri, 4 Apr 2008 14:57:12 -0000
Never mind... I've found out myself.
Palli
"Pall Bjornsson" <palli@kvos.is> wrote in message news:uNTZRCclIHA.4076@TK2MSFTNGP05.phx.gbl... > Hi ! > > I am consuming a SOAP WebService from my VS2005 VB.NET project. > > I need to be able to access the final XML that will be transmitted over > the wire to the web service. > > I have build the Webservice proxy class, using the WDSL.EXE program, from > the WDSL retrieved from the webservice. > > I can find no info on how to get this final XML. > > The closest I can get is to use System.Xml.Serialization.XmlSerializer to > serialize the data structure that will be included in the SOAP call, but > that doesn't tell me everything. > > Is there a way to get to the final XML? > > Regards, > Palli > >
|