cancel
Showing results for 
Search instead for 
Did you mean: 

Testing SOAP Sender QOS(EO)

HarshC
Active Participant
0 Kudos

Hi,

I have a SOAP sender channel in PI set at quality of service EO.

I want to test it's behaviour. I load my wsdl in a soap testing tool(SOAPUI).

Now as per the documentation: http://help.sap.com/saphelp_nw04/helpdata/en/5e/164442c1a1c353e10000000a1550b0/content.htm

I need to ensure that I pass a unique GUID per message. And my channel will reject duplicates, thus ensuring EO QOS.

My question: How/Where do I pass the GUID?

Would really help if someone explained in context of SOAPUI tool.

Thanks,

Harsh

Accepted Solutions (1)

Accepted Solutions (1)

MichalKrawczyk
Active Contributor
0 Kudos

Hi,

>>>My question: How/Where do I pass the GUID?

you can put it in the url string in SOAPUI

Regards,

Michal Krawczyk

HarshC
Active Participant
0 Kudos

Thanks for the quick response!

So does this look good?

http://HOST:PORT/XISOAPAdapter/MessageServlet?senderParty=&senderService=ABCDASDFr&receiverParty=&re...;GUID=11111111111

Also, do I have to worry about the GUID only within the sender side?

how about two senders use a similar GUID for their different interfaces?

Also, what happens if it overlaps with an existing message id in PI?

Thanks,

Harsh

agasthuri_doss
Active Contributor
0 Kudos

Harsha,

Adding to Expert Michal,

Are you following

http://host:port/XISOAPAdapter/MessageServlet?channel=:BusinessService:ChannelName

>> Also, do I have to worry about the GUID only within the sender side?

Yes, Sender Channel & Business system name is used

>> how about two senders use a similar GUID for their different interfaces?

Can differ in Business system

>> Also, what happens if it overlaps with an existing message id in PI?

Ther is a difference in business system right, if same business system the target need to manupulate with the appropriate any field value

Cheers

Agasthuri

stefan_grube
Active Contributor
0 Kudos

You need a real GUID generator, then it cannot happen that you accidently have the same GUID twice.

HarshC
Active Participant
0 Kudos

Still not sure how to pass it in the url?

stefan_grube
Active Contributor
0 Kudos

...&MessageId=xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx

check SAP note 856597

Answers (0)