Hellow guys,
when we create an fso it inturns will push fso info to pi then pi will do some mapping that inturns provides a hexadecimal this hexadecimal will be our "info path" this info path will convert something and it send a mail.
this info path will be in our email body this is something a micorsoft tool .so we want to get away from this info path.
Now we are trying do the same with using SOAP to MAIL use HTML in the email body to send a mail(it is something outbound mail) the html is like below
<html>
<body>
<form action="mailto:danii5456@gmail.com>"
First name: <input type="text" name="fname" value="Test1"><br>
Last name: <input type="text" name="lname"><br>
<input type="submit" value="Submit"><br>
</form>
</body>
</html>
and the input is like this
<MT_INPUT>
<FIRST_NAME>test1</FIRST_NAME>
<LAST_NAME>test2</LAST_NAME>
</MT_INPUT>
My requirement is. when we trigger from SOAP UI it should drop a mail to given mail id.
So Experts, need your suggestions to finish this.
We are doing this in SAP 7.4
Thanks,
Danii