Author |
Message
|
GeneRK4 |
Posted: Wed Jan 08, 2014 10:28 pm Post subject: RESTFUL Webservice in Message broker |
|
|
Master
Joined: 08 Jul 2013 Posts: 220
|
It is known that there is no restrictions for using WSDLs even in RESTFul service. But,How to implement WSDL in RESTFUL Webservice in message broker? As we can route the service based upon the verbs "GET","POST","DELETE" etc .,. in RESTFul Webservice,we now also have the WSDL services.Could someone give an idea of how to implement this? |
|
Back to top |
|
 |
Simbu |
Posted: Wed Jan 08, 2014 10:43 pm Post subject: |
|
|
 Master
Joined: 17 Jun 2011 Posts: 289 Location: Tamil Nadu, India
|
|
Back to top |
|
 |
GeneRK4 |
Posted: Thu Jan 09, 2014 7:11 pm Post subject: |
|
|
Master
Joined: 08 Jul 2013 Posts: 220
|
Thanks for your response.
Yes...WMB does not support WSDL2.0(which support RESTFUL services).
Hence I have to go for WADL.. |
|
Back to top |
|
 |
Simbu |
Posted: Thu Jan 09, 2014 8:14 pm Post subject: |
|
|
 Master
Joined: 17 Jun 2011 Posts: 289 Location: Tamil Nadu, India
|
GeneRK4 wrote: |
Thanks for your response.
Yes...WMB does not support WSDL2.0(which support RESTFUL services).
Hence I have to go for WADL.. |
Also note that WMB does not support WADL as well. |
|
Back to top |
|
 |
GeneRK4 |
Posted: Sat Jan 11, 2014 3:27 am Post subject: |
|
|
Master
Joined: 08 Jul 2013 Posts: 220
|
Hi,
Can you please confirm why WADL is not supported in Message broker?
As WSDL is for SOAP,WADL is for REST.JSON sample in Message broker infocentre seems to use the WADL verbs GET,POST,PUT,DELETE..
Correct me if this understanding is not correct |
|
Back to top |
|
 |
fjb_saper |
Posted: Sat Jan 11, 2014 8:42 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
It's not that WADL is not supported, it's just that you cannot deploy a WADL like you would deploy a WISDL.
You will have to configure the HTTP nodes yourself.
In other words: while the Restful model is supported the usage of a WADL is not.  _________________ MQ & Broker admin |
|
Back to top |
|
 |
GeneRK4 |
Posted: Sat Jan 11, 2014 6:20 pm Post subject: |
|
|
Master
Joined: 08 Jul 2013 Posts: 220
|
Great ! Thanks a lot for your clarification  |
|
Back to top |
|
 |
Simbu |
Posted: Sun Jan 12, 2014 9:39 pm Post subject: |
|
|
 Master
Joined: 17 Jun 2011 Posts: 289 Location: Tamil Nadu, India
|
|
Back to top |
|
 |
GeneRK4 |
Posted: Sun Jan 12, 2014 9:59 pm Post subject: |
|
|
Master
Joined: 08 Jul 2013 Posts: 220
|
Done voting  |
|
Back to top |
|
 |
|