cancel
Showing results for 
Search instead for 
Did you mean: 

Soap to PI to Mail

raviteja_satuluri
Contributor
0 Kudos

Hi Experts,

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:teja@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,

Teja

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Teja,

  What are you looking for, Whether to know how to test in SOAP UI or to pass the values in XML structure as a Mail Body Content.

Regards,

Yugandhar

raviteja_satuluri
Contributor
0 Kudos

Hi Yugandhar,

Thanks for your reply.

We are getting the xml file from source and we need to convert that xml code as html and we need to send that html code as E-mail body.

We are looking for how to achieve this requirement.

Thanks and Regards,

Teja.

Former Member
0 Kudos

Hi Teja,

  you can achieve by using XSLT mapping for the requirement which you specified.

Please check below Blogs which might help full for writing XSLT code.

  My best option for writing XSLT code is go to W3Schools by using the below URL and in W3Schools you will find lot of XSLT Tutorials

XSLT Tryit Editor v1.1&lt;/title&gt;&lt;meta name=&quot;viewport&quot; content=&quot;width=device-wi...

Regards,

Yugandhar