eth_sendRawTransaction invoke from solidity

I was able to invoke eth_sendRawTransaction using nodejs + web3 + ethereumjs-tx. But I need to invoke eth_sendRawTransaction using solidity. Can anyone help me to resolve this?

Hi @akila_gunawardhana - welcome to the Infura community! Have you looked into using Truffle? Here is a blog post that walks you through creating a Truffle project with Infura.