m***@yahoo.com
2006-12-22 15:57:04 UTC
The problem I'm trying to solve is:
I'd like to have a WCS business logic (e.g controller command) which sends an outbound XML over HTTP to some fulfillment center, "waits" for an inbound XML repsonse back from the fulfillment center, and then does the rest of business logic, so it's a synchronous message. Please note that we "don't want to use":
MQ, web services, and SOAP. Only XML over HTTP. And it's WCS 5.6, not 6.0.
Is this an option?
Define a new transport in WCS Admin Console for HTTP. Then assign a new message type to that transport. And then the code calls sendReceiveImmediate method? I think the method sendReceiveImmediate is part of WCS messaging and hopefully not part of MQ-specific API only. How viable is this solution? Any comment about this option or a new solution?
Thanks.
Mahdad
I'd like to have a WCS business logic (e.g controller command) which sends an outbound XML over HTTP to some fulfillment center, "waits" for an inbound XML repsonse back from the fulfillment center, and then does the rest of business logic, so it's a synchronous message. Please note that we "don't want to use":
MQ, web services, and SOAP. Only XML over HTTP. And it's WCS 5.6, not 6.0.
Is this an option?
Define a new transport in WCS Admin Console for HTTP. Then assign a new message type to that transport. And then the code calls sendReceiveImmediate method? I think the method sendReceiveImmediate is part of WCS messaging and hopefully not part of MQ-specific API only. How viable is this solution? Any comment about this option or a new solution?
Thanks.
Mahdad