I think you need to set buildmessage="true" attribute to the send mediator.
(available via mgt console as well) Then, you don't have to add a log
mediator to instruct synapse to build the message. The send mediator will
look like the following then.  Anryway, this functionality didn't work last
time I checked in ESB 4.5.0. Please see the thread "buildmessage=true
attribute in send mediator is not effective". My scenario is a bit
different but I also faced this issue when doing JMS invocations.

         <send *buildmessage="true"*>
            <endpoint>
               <address uri="http://10.100.3.88:9764/services/echo?wsdl"/>
            </endpoint>
         </send>

Regards,
KasunG


On Sat, Mar 30, 2013 at 9:53 PM, Pradeep Fernando <[email protected]> wrote:

> My initial guess was, this is due to a PT regression error. But  then
> again, content awareness/transport serialization are mutually exclusive -
> so must be a user error. :)
>
> --Pradeep
>
>
> On Sat, Mar 30, 2013 at 9:45 PM, Pradeep Fernando <[email protected]>wrote:
>
>> Hi,
>>
>> I'm trying out the following scenario.
>>
>>
>> SOAPmsg --> ESB --> JMS sender ---> MB queue ---> clientReceiver.
>>
>> The above scenario works with JMS transport of ESB. However if i don't
>> engage log mediator it drops the SOAP body while sending the message.
>>
>> Can somebody please explain the above behavior... am i missing some basic
>> config ?
>>
>> ESB - 4.6.0
>> MB - 2.0.1
>>
>> thanks,
>> --Pradeep
>>
>>
>>
>>
>
>
> --
> *Pradeep Fernando*
> Member, Management Committee - Platform & Cloud Technologies
> Senior Software Engineer;WSO2 Inc.; http://wso2.com
>
> blog: http://pradeepfernando.blogspot.com
> m: +94776603662
>
> _______________________________________________
> Dev mailing list
> [email protected]
> http://wso2.org/cgi-bin/mailman/listinfo/dev
>
>


-- 
*Kasun Gajasinghe*
Software Engineer;
Development Technologies Team, WSO2 Inc.; http://wso2.com

 ,
*email: **kasung AT spamfree wso2.com

** cell: **+94 (77) 678-0813*
*linked-in: *http://lk.linkedin.com/in/gajasinghe

*
*
*blog: **http://kasunbg.org* <http://kasunbg.org>

*
twitter: **http://twitter.com/kasunbg* <http://twitter.com/kasunbg>

*
*
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to