cancel
Showing results for 
Search instead for 
Did you mean: 

UDF to populate soap message

Former Member
0 Kudos

Hi all,

We are doing soap interface. In that in one mapping we have to call Business Service and Communication Channel (SOAP adpter). Use the input to the UDF to create and populate soap message to be sent.

How can we achieve this and please give me the sujjestions..

thanks in advance.

regards

manoj

Accepted Solutions (0)

Answers (3)

Answers (3)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

use this blog by Bhavesh:

/people/bhavesh.kantilal/blog/2006/11/20/webservice-calls-from-a-user-defined-function

Regards,

michal

-


<a href="/people/michal.krawczyk2/blog/2005/06/28/xipi-faq-frequently-asked-questions"><b>XI / PI FAQ - Frequently Asked Questions</b></a>

prateek
Active Contributor
0 Kudos

Use this

/people/bhavesh.kantilal/blog/2006/11/20/webservice-calls-from-a-user-defined-function

Regards,

Prateek

Former Member
0 Kudos

Manoj,

Check this Bhavesh weblog:

/people/bhavesh.kantilal/blog/2006/11/20/webservice-calls-from-a-user-defined-function

He has done a SOAP lookup using a UDF.

---Satish