cancel
Showing results for 
Search instead for 
Did you mean: 

Avoiding Info path

Former Member
0 Kudos

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

Accepted Solutions (1)

Accepted Solutions (1)

former_member184720
Active Contributor
0 Kudos

Did you check below blog?

Sample java mapping - Refer to Raghu's reply in below thread

So you scenario would be -> SOAP -> PI -> MAIL scenario and during the mapping you can create the html content.

Former Member
0 Kudos

Thanks for the link.

Basically my requirement is,

Once I will push the input XML with SOAP UI  to PI then it has to covert XML into the HTML message as I posted earlier and it has to send a mail to the given mail id ..

Sorry I may not be very clear before.

Thanks once again

former_member184720
Active Contributor
0 Kudos

It's still the same.

Soap adapter ->TO push the message to PI using Soap UI

Mapping -> which translates xml to html

Mail adapter -> to send the email in html format.

Former Member
0 Kudos

I want to know how to search the payload in SAP PO 7.4

I saw the blog it is saying create filter.

can you gime any clear idea how to do that!!

azharshaikh
Active Contributor
0 Kudos

Hi Danii,

Please refer to following for details:

Configuring User-Defined Message Search - Advanced Adapter Engine - SAP Library

Regards,

Azhar

former_member184720
Active Contributor
0 Kudos

>>>I want to know how to search the payload in SAP PO 7.4

Do not merge multiple questions into one. Please create a new thread for that.

Please close the threads you have created if they are resolved.

Answers (0)