cancel
Showing results for 
Search instead for 
Did you mean: 

Asynchronous scenario testing in XI without mapping logic in IR

former_member268877
Participant
0 Kudos

Hi All,

I have asynchrounous scenario where i donot have any mapping logic required.

So my question can we test asyncronous interfaces without mapping logic involved having Integration Directory configuration done?

If yes how can we test?

Thanks in advance,

Regards,

Ujwalkumar

Accepted Solutions (0)

Answers (6)

Answers (6)

former_member268877
Participant
0 Kudos

It was helpful

sumesh_k2
Participant
0 Kudos

Hello Ujjwal,

I think you need to test your asynchronous proxy. If yes, then

Goto SPROXY.

Select your Interafce and double click on it.

Click on the execute icon in the SPROXY transaction.

Paste your payload and execute the proxy.

Former Member
0 Kudos

And also.....

create all objects as shown in those blogs:

/people/srinivas.vanamala2/blog/2007/02/05/step-by-step-guide-xml-file-2-xml-file-scenario-part-i

/people/srinivas.vanamala2/blog/2007/02/05/step-by-step-guide-xml-file-2-xml-file-scenario-part-ii

except message mapping and interface mapping

then instead of receiver file adapter chose mail adapter and you're done:)

it doesn't matter what kind of data types do you use

as you won't need them so they can have any structure

Check this....

/people/prasad.ulagappan2/blog/2005/06/07/mail-adapter-scenarios-150-sap-exchange-infrastructure

former_member268877
Participant
0 Kudos

Hi All,

I think all of you are not clear with my requirement.

Let me explain again.

I have created my asynchronous interfaces in IR already and corrosponding backend

proxy implementation is also done.

No mapping done in IR.

So now i donot want to test this scenario using SPROXY.

And as it is asynchronous i can't use Web service testing tool.

So please tell me how can i test this scenario using XML payload?

(May be using XML SPY)

If ID is to be configured to generate WSDL do we need mapping in IR?

or can we have wsdl(define web service) without mapping in IR?

Thanks in advance,

Ujwalkumar

Former Member
0 Kudos

If ID is to be configured to generate WSDL do we need mapping in IR?

or can we have wsdl(define web service) without mapping in IR?

There is no relation between mapping logic and your test tool.

Test tool sends the data to the Integration server.If you define the mapping it executes after that,otherwise that step wont executed in the pipeline steps.

So you can test your interfcae in a normal way like genration of wsdl and testing with XMLSPY.

former_member268877
Participant
0 Kudos

Thanks ,

I need bit more clarification.

You said if mapping is not done that step will be skipped in pipeline.Is this step of mentioning mapping interface while doing configuration in ID

not mandatory?

if we skip this step what will be the sender interface? (do we have to give our reciever interface as sender interface?)

say we have interface in IR as inbound_request_in.

this we use it as reciever interface. what should we use for sender interface? because the test tool will send xml data to sender interface first if i am not wrong.

please help me in this scenario.

Thanks and Regards,

Ujwalkumar

Former Member
0 Kudos

Craete any dummy message interface and use it.

Check this one also for your reference.

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

former_member268877
Participant
0 Kudos

Hi,

yes i can create dummy interface.

But how will the sent data be passed to inbound interface without doing mapping between dummy interface from sender side to reciever interface?

Because the when we send data via XML SPY the xml data will be sent to sender interface first(which you said we will create dummy) and without mapping how will this be passed to our reciever interface (backend interface)?

hope my question is clear to you. if not ask me i will explain.

Thanks and Regards,

Ujwalkumar

Former Member
0 Kudos

In that case you can create one outbound message interface with target structure and use it in testing.

former_member268877
Participant
0 Kudos

Hi,

Ok so we donot have any other way to avoid mapping , creating interfaces?

Thanks for your response.

I will reward points.

Thanks and Regards,

Ujwalkumar

Former Member
0 Kudos

Hello Ujwal,

If you want to test your Configuration Scenario in the Integration Directory,

Click on Tools --> Test Configuration --> Provide the details about the Sender and Receiver Services and Sender Interface and Namespace --> Provide the test data in the Payload section and click RUN.

It will show you if your scenario is working fine.

http://help.sap.com/bp_bpmv130/Documentation/Installation/Configuration_Guide_FP.pdf

/people/michal.krawczyk2/blog/2005/08/25/xi-sending-a-message-without-the-use-of-an-adapter-not-possible

<b>*********reward points,if found useful</b>

GabrielSagaya
Active Contributor
0 Kudos

please visit the blog

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

You need not have to create any objects in the Integration Repository. if the data is not in XML, then no mapping can be done.

Former Member
0 Kudos

Hi,

For Testing the Configuration, i think we need to provide the Message payload also.

But in this we dont have any payload.

But try with this How to test the Config

/people/paul.medaille/blog/2005/06/24/test-your-xi-configuration-with-the-new-test-tool

How to develop the scenario with out IR

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

Regards

Seshagiri