Hi,
I am a new bie to web services. I have developed a web service that takes as input two parameters and returns a
string. My web service is working fine.
I just wanted to identify the flow of my web service. So, I had set the verbose value to true in my client and passed my parameters to my web service.
when the client is run, the parameters are converted into
SOAP message by default and then sent to the web service.
This SOAP message is in the form of an XML.
Now my doubt is - when we say we can pass an XML to a web service, does it actually means the SOAP
message that is sent or is it that we can send a XML file itself to the web service. when we send an xml how is it wrapped into a SOAP message.
Sorry if this is a very basic question. I tried to google this but could not get a clear answer.
Thanks in advance