Hi,
I am looking forward to have code samples/case studies.
I am trying building a web services for my company.
I need to read xml files in to the web services/web methods, then validate
the xml data to be inline with wsdl schema, and need to insert into Oracle
database. Then some packages will process this data and give results as a
dataset. I need to retransmit these results to user.
I could write web services and test them with manual data input and invoke
button writes to database.
I want to know how to handle the xml data with soap envelops ... I am unable
understand how the soap messages etc are built into web methods?
Some body can help me.
I am desperately looking for any code samples or examples etc. I understood
the web methods, WSDL, web client, proxy etc.
However I am unable to build soap header, body and data reading from xml file.
Thanks in advance for the community.
Gaurav Vaish (www.EduJiniOnline.com) - 11 Sep 2006 03:15 GMT
> I could write web services and test them with manual data input and invoke
> button writes to database.
> I want to know how to handle the xml data with soap envelops ... I am
> unable
> understand how the soap messages etc are built into web methods?
One does not, in most cases, need to bother about the XML data. Yes, one
must however need to understand how the de/serialization will happen (XML
data becomes important here).
To understand how objects are de/serializated from/to XML, have a look at
the topic of XML-Serialization (namespace: System.Xml.Serialization).
> However I am unable to build soap header, body and data reading from xml
> file.
Can you elaborate on what you are trying to accomplish?

Signature
Happy Hacking,
Gaurav Vaish | http://www.mastergaurav.com
http://articles.edujinionline.com/webservices
-------------------