all groups > asp.net webservices > april 2007 >
You're in the

asp.net webservices

group:

Developing a webservice simulator



Developing a webservice simulator Sinex
4/25/2007 11:44:09 PM
asp.net webservices: Hardcoding and sending soap responses...
--------------------------------------------------------------------------------

Hi,
I need to develop a simulator for my webservice. This simulator will
be used by the clients development team.

Client has given me a wsdl file. My simulator has to be a web service
itself. Simulator has to accept requests from the client and send back
hardcoded responses. I've also been asked to use https.

The wsdl lists out the operations. So I guess I have to make one
WebMethod for each of the operations? Ok, so these methods will be
called by the client and now I have to send back responses. How do I
hard code and send responses? Do I need to send just xml or the entire
soap envelop?


Am just starting off with webservices so will greatly appreciate some
guidance on this.
Re: Developing a webservice simulator Egghead
4/26/2007 10:04:47 AM
why is the problem just make the webservice and give them the dll?

--
cheers,
RL
[quoted text, click to view]

AddThis Social Bookmark Button