Can any one guide me on working on webservices with MQ adapter i had gone through the documentation but im not good enough to start with that refference so i want some one to guide me on how the web service will call the mq adapter and how we can use like get,put,peek and request/reply services.Pls guide me i need to start working on this immediately
Can you explain us the scenario for webservices with MQ Adapter, with the details i can assume you want to create a service which puts or takes in data from MQ and want to make the service as webservice..Generate a WSDL out of it and use the WSDL for invoking MQ Adapters..
Walking through MQ Adapters you can initially create a connection by specifying the below details:
connection type,package,queue manager,host,tcp/ip port, server conncetion channel,ccsid,user,pwd,queue name.
Also refer my previous solution proposed on this forum for MQ connection
http://idnxchange.com/forum/mq/1545-how-can-i-implement-topics-through-mq-adapter.html
Then follow the below blog for creation of MQ Adapter services according to your requirements.
For creating web services you could refer the below blog:
http://idnxchange.com/webmethods-blogs/using-webmethods-for-webservices-as-a-producer-and-consumer.html
Please try the above and let me know if you still need any further information.
Im having a xml script that contains the message. My scenario is i want to pick the message from the script and do some logic in the webmethods and send the response back to front end(here im getting the request from front end. After getting the request i have to call the script. So could pls guide me to work on that
Thanks,
Anil kumar
Leave a Reply
Guest User
Not sure what solution is right for you?
Choose the right one for you.
Get the help of the experts and find a solution that best suits your needs.
anilkumar
Hi Folks,
Can any one guide me on working on webservices with MQ adapter i had gone through the documentation but im not good enough to start with that refference so i want some one to guide me on how the web service will call the mq adapter and how we can use like get,put,peek and request/reply services.Pls guide me i need to start working on this immediately
Thanks In Advance
Pradip
Hi Anil,
Can you explain us the scenario for webservices with MQ Adapter, with the details i can assume you want to create a service which puts or takes in data from MQ and want to make the service as webservice..Generate a WSDL out of it and use the WSDL for invoking MQ Adapters..
Walking through MQ Adapters you can initially create a connection by specifying the below details:
connection type,package,queue manager,host,tcp/ip port, server conncetion channel,ccsid,user,pwd,queue name.
Also refer my previous solution proposed on this forum for MQ connection
http://idnxchange.com/forum/mq/1545-how-can-i-implement-topics-through-mq-adapter.html
Then follow the below blog for creation of MQ Adapter services according to your requirements.
http://idnxchange.com/webmethods-blogs/webmethods-step-by-step-websphere-mq-adapter-scenarios.html
For creating web services you could refer the below blog:
http://idnxchange.com/webmethods-blogs/using-webmethods-for-webservices-as-a-producer-and-consumer.html
Please try the above and let me know if you still need any further information.
Hope this works for you.
- Pradip
anilkumar
Hi Pradip,
Im having a xml script that contains the message. My scenario is i want to pick the message from the script and do some logic in the webmethods and send the response back to front end(here im getting the request from front end. After getting the request i have to call the script. So could pls guide me to work on that
Thanks,
Anil kumar