cancel
Showing results for 
Search instead for 
Did you mean: 

about metadata, bpm,adapter.

Former Member
0 Kudos

hi friends,

1) while sending doing file to idoc sceinarao is it possible to change the structure of metadadata xi server. i mean in xi server we have to load the metadata . so is it possible to add few fields in that metadata in xi server. if it is possible then how?

brief in wht is metadata?

2) with out bpm how u can splitt a message ?

3) diff between xi, http, soap adapters?

how we can judge where to use these adapters?

thanks in advance.

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>>> i mean in xi server we have to load the metadata

IDOC metadata is loaded automatically and we don't change it

>>>2) with out bpm how u can splitt a message ?

we can split on adapter level

>>>3) diff between xi, http, soap adapters?

if the receiver uses web service use SOAP adapter

if plain http then http if XI or java proxy use XI adapter

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>

Former Member
0 Kudos

hi,

thanks but still i have to know that how we can splitt message in adapter level.

can u give one example or can u brief about the steps involved in this process?

thanks

jpk

bhavesh_kantilal
Active Contributor
0 Kudos

Check the blog,

<a href="/people/jin.shin/blog/2006/02/07/multi-mapping-without-bpm--yes-it146s-possible">Multi Mapping Without BPM</a>

Regards

Bhavesh

Answers (1)

Answers (1)

former_member529475
Active Contributor
0 Kudos

HI jp

<u>1. what is metadata</u>

Metadata defines the part of a communication channel that is specific to the adapter type. The functions for creating and editing adapter metadata are intended for parties developing new adapters. It is a data about the data.

<u>3. difference between http, soap adapters</u>

The plain HTTP adapter gives application systems the option of communicating with the Integration Engine and exchanging business data using a plain HTTP connection. Depending on the receiver system, outbound messages can be enhanced with certain information.

The SOAP adapter enables you to exchange SOAP messages between remote clients or Web service servers and the Integration Server or the PCK.

In the SOAP adapter, you can specify security settings to be used to sign/verify the SOAP body. In addition, you can specify the standard to be used for signing/verifying the SOAP message

Cheers..

Vasu

<i>** Reward points if found useful **</i>

Former Member
0 Kudos

hi,

thanks for this answers ..

actually i want to know that how splitt the message with out bpm ?

we can use through adapter level.

how to use adapter level for splitting of messages.