Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

In one orchestration, I've got a static response SOAP Send Port configured. I would like to be able the same message to another Web Service. I've thought about Send Port Group but my Static SOAP Send Prot doesn't appear in the listbox. Does anyone know how to achieve that ?

share|improve this question
1  
You want to send a message to more than 1 web service? Create another send port that subscribes to the message. – Derek Beattie Mar 10 '11 at 2:17

1 Answer

If what you want to do is send the same message to more than 1 web service, create another soap send port that subscribes to the message.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.