Click to See Complete Forum and Search --> : creating web service client/server


scottjsn
06-24-2008, 01:17 PM
Try to ask a question in regarding to creating web service client/server:

First, please see the attachment for a simplized WSDL file:

Based on which, I can create a web service client. Now, can I create a web service provider (server) by using the same wsdl file? If not, what change do I need to make?


Thanks


Scott

chazzy
06-24-2008, 09:16 PM
i think it all depends on how you created the client. if you used a tool, like axis, you can generate the stubs and write the code like that.