Hi,
I need to call a webservice in another app. from my web app. Is there any patterns available? Also about reusability if in case i need to call more than one webservices.
What we have planned is a kind of interface between web app. and app. X. Is it possible to have a 1:n relation between the interface and webservice.
Thanks.
-
Webservices Patterns (2 messages)
- Posted by: Viswa Cheenu
- Posted on: January 26 2005 06:59 EST
Threaded Messages (2)
- Webservices Patterns by satya narayanarao on February 05 2005 16:16 EST
- Did you get a response on this by Saurabh Saxena on September 29 2005 20:08 EDT
-
Webservices Patterns[ Go to top ]
- Posted by: satya narayanarao
- Posted on: February 05 2005 16:16 EST
- in response to Viswa Cheenu
Hi, I need to call a webservice in another app. from my web app. Is there any patterns available? Also about reusability if in case i need to call more than one webservices. What we have planned is a kind of interface between web app. and app. X. Is it possible to have a 1:n relation between the interface and webservice.Thanks.
Hi,
I think soap,wsdl mechanisms helps in implementing web services , so go throrough that u may get.
Thanks&Regards,
Satyanarayanarao.j -
Did you get a response on this[ Go to top ]
- Posted by: Saurabh Saxena
- Posted on: September 29 2005 20:08 EDT
- in response to satya narayanarao
I was wondering if you got a response to your question on the patterns. I also need to figure this one out.