cancel
Showing results for 
Search instead for 
Did you mean: 

qurestions asked in interview-answers required urgently

Former Member
0 Kudos

1)how to trigger idoc in case of idoc to file scenario ?

2) how to generate idocs for each header data in the file ?

3)how to see xml payload in the RWB?

4)how to pick the files of different streams placed in the FTP server?

is there any connection of path expressions to it?

5)how to get the same file name in th e receiver side without mapping?

6)is it possible to develop integration objects in xi without using IR?

7)how to hadle exceptions without using BPM?

8)what is a CLIENT PROXY? and SERVER PROXY ?

9)what does the characters mean in the drop down list of pattern \d,\d+,\c,\c+ ?

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi

CLIENT PROXY:

A WSDL description from a UDDI server (or an Internet page) is usually used to make a service executable in the Internet and to describe the interface of this service. You require a client proxy and not a server proxy to call this service by using the Web service infrastructure.

SERVER PROXY:

You can only generate ABAP server proxies from a WSDL description if they originate in the Integration Repository.You can also generate server proxies for Java and client proxies for ABAP from message interfaces.

/people/ravikumar.allampallam/blog/2005/03/14/abap-proxies-in-xiclient-proxy

/people/siva.maranani/blog/2005/04/03/abap-server-proxies

Thanks

Former Member
0 Kudos

Hi

Trigerring IDocs

We trigger IDocs using the we19 tool of R/3 system.

Otherwise write a report program that triggers IDocs or using the concept of activate pointers.

In IDX5 you can monitor the messages that come from the R/3 system.Double click on the message and you can see both the inbound and outbound Payload.

6)is it possible to develop integration objects in xi without using IR?

/people/william.li/blog/2006/09/08/how-to-send-any-data-even-binary-through-xi-without-using-the-integration-repository

Handling Exceptions without BPM

XI/PI: Throwing Generic Exceptions from any type of Mapping

/people/michal.krawczyk2/blog/2007/04/26/xipi-throwing-generic-exceptions-from-any-type-of-mapping

Throwing Smart Exceptions in XI Graphical Mapping

/people/alessandro.guarneri/blog/2006/01/26/throwing-smart-exceptions-in-xi-graphical-mapping

"Fast return" with Java exceptions

/people/valery.silaev/blog/2007/05/15/fast-return-with-java-exceptions

Errors, Exceptions, and Asynchronous Web Services

/people/udi.dahan/blog/2007/03/27/errors-exceptions-and-asynchronous-web-services

Thanks