Author |
Message
|
Ash_MB |
Posted: Thu Sep 27, 2012 8:46 pm Post subject: REST/SOAP |
|
|
Novice
Joined: 10 Sep 2012 Posts: 12
|
Hi,
I need to Use REST Service for my flow.
Where should i make changes for it to be REST ?
 |
|
Back to top |
|
 |
lancelotlinc |
Posted: Fri Sep 28, 2012 5:11 am Post subject: |
|
|
 Jedi Knight
Joined: 22 Mar 2010 Posts: 4941 Location: Bloomington, IL USA
|
|
Back to top |
|
 |
Vitor |
Posted: Fri Sep 28, 2012 5:12 am Post subject: Re: REST/SOAP |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
Ash_MB wrote: |
I need to Use REST Service for my flow.
Where should i make changes for it to be REST ? |
In the flow?
Seriously. If you want to use REST, you need to code & configure for REST in the same way you did code & configure for SOAP. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
sunny_30 |
Posted: Tue Oct 02, 2012 12:51 pm Post subject: |
|
|
 Master
Joined: 03 Oct 2005 Posts: 258
|
Use HTTP-nodes & if your 'REST' application data uses JSON format, use the JSON domain... |
|
Back to top |
|
 |
mqsiuser |
Posted: Tue Oct 02, 2012 6:40 pm Post subject: |
|
|
 Yatiri
Joined: 15 Apr 2008 Posts: 637 Location: Germany
|
Read about get, put, post, delete and what they mean for REST-Services and code your application logic accordingly.
Use SOAP-UI for testing. |
|
Back to top |
|
 |
jidvishrawal |
Posted: Wed Oct 03, 2012 9:55 am Post subject: |
|
|
 Apprentice
Joined: 07 Mar 2007 Posts: 29 Location: USA
|
|
Back to top |
|
 |
GitaBglr |
Posted: Wed Dec 12, 2012 9:53 pm Post subject: |
|
|
Newbie
Joined: 12 Dec 2012 Posts: 1
|
I have a similar requirement for implementing REST webservice for XML messages. Do I need to specifically write logic for get, put, post, delete operations in my flow.
I have another doubt, looking at a message flow how can we make out if it is a REST implementation or a normal web service implementation?  |
|
Back to top |
|
 |
Vitor |
Posted: Thu Dec 13, 2012 4:03 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
GitaBglr wrote: |
I have a similar requirement for implementing REST webservice for XML messages. Do I need to specifically write logic for get, put, post, delete operations in my flow. |
No. If you thought that before you find this thread, why do you still think it now?
GitaBglr wrote: |
I have another doubt, looking at a message flow how can we make out if it is a REST implementation or a normal web service implementation?  |
Think about a non-WMB service, written in Java or such like. Looking at that, how would you determine if it was REST or a normal web service (by which I assume you mean SOAP)? Apply the same criteria to the flow. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
|