Any specific reason for this kind of flow in which you get message using SOAPInput and drop it onto a queue? As in case of MQ nodes, root element of a SOAP message will be SOAP_Domain_Msg instead of soapenv:Envelope.To overcome this,u need to code
Better way is to call ur webservice(you would have used SOAPRequest) using the same message which comes in SOAPInput (or create a new message in Compute)
Is there any reason(requirement) that you are dropping messages and picking message from queue?
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum