N
narmathabala
Hello,
My business client communicates with the server through a url link.
The link will be something like
www.justforsample/webservicefunction?parameter1=value¶meter2=value2
My webservice will get the result back from the server.
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 with the server through a url link.
The link will be something like
www.justforsample/webservicefunction?parameter1=value¶meter2=value2
My webservice will get the result back from the server.
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