.NET webservice

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
 
B

bruce barker \(sqlwork.com\)

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)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top