.NET webservice

  • Thread starter Thread starter jaydev
  • Start date Start date
J

jaydev

Hello,
I want to create a header and footer control which will be used in
both the java and .net application. We are planning to create a
webservice for this in C#. I am familiar in creating a webservice , but
not sure how to create something compatible for java team (J2EE). Java
team needs to output of webservice in XHTML, CSS and javascript format.
Please throw some light on this.

Thanks,
Jay
 
webservices are the same in java and .net. they return an xml string defined
bythe wsdl.

a header and footer control normaly would render html, which a web service
could return. to share between sites you have to decide on common html, css
usage and javascript.

-- bruce (sqlwork.com)
 
Back
Top