N
narmathabala
Hello,
My business client communicates a request to the server through a url
link.
The link will be something like
www.justforsample/webservicefunction?parameter1=value¶meter2=value2
My webservice, in turn communicates with the server. How will I send
the response back from the webservice to the requestor.
Now, my client expects the response in a html format. Something similar
to
<HTML><HEAD><TITLE>application name </TITLE></HEAD><BODY>
<TABLE>
<TR>
<TD>DATA</TD>
<TD>response message</TD>
</TR>
</TABLE>
</BODY></HTML>
Can anyone tell me how to send the html source back as a response.
Thanks in advance,
Narmatha
My business client communicates a request to the server through a url
link.
The link will be something like
www.justforsample/webservicefunction?parameter1=value¶meter2=value2
My webservice, in turn communicates with the server. How will I send
the response back from the webservice to the requestor.
Now, my client expects the response in a html format. Something similar
to
<HTML><HEAD><TITLE>application name </TITLE></HEAD><BODY>
<TABLE>
<TR>
<TD>DATA</TD>
<TD>response message</TD>
</TR>
</TABLE>
</BODY></HTML>
Can anyone tell me how to send the html source back as a response.
Thanks in advance,
Narmatha