Hi, I am mediating a message using Payload Factory Mediator. The unmediated 
message is:

{ "origin": "202.68.75.242"}

My mediated payload is meant to be:
{ "ip_address": "202.68.75.242"}

Instead it gives me back:

{  "jsonObject" :    {     "ip_address": "202.68.75.242"    }
}

How can I get rid of the "jsonObject" wrapper?                                  
  
_______________________________________________
Dev mailing list
[email protected]
http://wso2.org/cgi-bin/mailman/listinfo/dev

Reply via email to