Author |
Message
|
olleH |
Posted: Wed Jul 08, 2015 5:29 am Post subject: Hitting webservice in MQMFT |
|
|
Novice
Joined: 18 Mar 2015 Posts: 14
|
Hello all,
Can any one help me how to hit the webservice and get the response in file through MQMFT .please guide me if you know |
|
Back to top |
|
 |
nelson |
Posted: Wed Jul 08, 2015 5:51 am Post subject: Re: Hitting webservice in MQMFT |
|
|
 Partisan
Joined: 02 Oct 2012 Posts: 313
|
olleH wrote: |
Hello all,
Can any one help me how to hit the webservice and get the response in file through MQMFT .please guide me if you know |
Why MQ FTE? Can you please share the complete flow, or the idea that you have in mind. |
|
Back to top |
|
 |
olleH |
Posted: Wed Jul 08, 2015 6:29 am Post subject: |
|
|
Novice
Joined: 18 Mar 2015 Posts: 14
|
Hi,
the request message is coming from some system and placed in queue .So our requirement is to access the message using MQMFT and we need to hit the webservice using the link and response as as a file.So my problem is how to hit the service using MQMFT |
|
Back to top |
|
 |
exerk |
Posted: Wed Jul 08, 2015 6:34 am Post subject: |
|
|
 Jedi Council
Joined: 02 Nov 2006 Posts: 6339
|
Configure the Agent for Message-to-File maybe? _________________ It's puzzling, I don't think I've ever seen anything quite like this before...and it's hard to soar like an eagle when you're surrounded by turkeys. |
|
Back to top |
|
 |
gbaddeley |
Posted: Wed Jul 08, 2015 4:10 pm Post subject: Re: Hitting webservice in MQMFT |
|
|
 Jedi Knight
Joined: 25 Mar 2003 Posts: 2538 Location: Melbourne, Australia
|
olleH wrote: |
Hello all,
Can any one help me how to hit the webservice and get the response in file through MQMFT .please guide me if you know
The request message is coming from some system and placed in queue .So our requirement is to access the message using MQMFT and we need to hit the webservice using the link and response as as a file.So my problem is how to hit the service using MQMFT |
What webservice? What / where is the link?
MFT can transfer from a queued message to a file, but it can't do any transformation, like calling a web service. It looks like the solution can't be achieved via pure infrastructure configuration. You may need some sort of application / wrapper. _________________ Glenn |
|
Back to top |
|
 |
|