Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Services > Developing a webservice simulator

Reply
Thread Tools

Developing a webservice simulator

 
 
Sinex
Guest
Posts: n/a
 
      04-26-2007
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.

 
Reply With Quote
 
 
 
 
Egghead
Guest
Posts: n/a
 
      04-26-2007
why is the problem just make the webservice and give them the dll?

--
cheers,
RL
"Sinex" <> wrote in message
news: oups.com...
> 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.
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Developing a web page that always listen to a WebService a.mustaq@gmail.com ASP .Net 2 11-23-2007 04:05 PM
Problem to call a WEBSERVICE in another WEBSERVICE (AXIS/ TOMCAT) Cyril Java 2 06-01-2006 06:07 PM
Problem! webservice.htc calling nonsecure webservice from a secured ssl https webpage batista ASP .Net 1 01-26-2006 12:05 PM
Problem! webservice.htc calling nonsecure webservice from a secured ssl https webpage batista ASP .Net 0 01-26-2006 08:13 AM
WebService on Java server versus WebService on .NET Mr. x Java 2 10-09-2003 11:21 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57