cancel
Showing results for 
Search instead for 
Did you mean: 

XML message without SOAP envelop in SOAP UI

former_member187447
Participant
0 Kudos

Hi

I am using SOAP UI client for processing a PML file(XML file), am using SOAP sender channel in PI and so i extracted the WSDL from the seder agreement to process from SOAP UI. but as the actual payload doesnt have soap envelop i am not able to process the PML message to post it to the SOAP url. Could anyone help out in fixing the message format of the PML message to process and post it to the SOAP URL.

Regards

Kalyan.

Accepted Solutions (0)

Answers (2)

Answers (2)

manigram
Active Participant
0 Kudos

Hi ,

After importing your wsdl in to SOAP UI client you will get the message structure as below. SOAP message consist of envelope, soap header and body. Inside the body only actuall xml we have to paste. See the screenshot below.

Regards,

Mani

iaki_vila
Active Contributor
0 Kudos

Hi Kalya,

As far I understand, you want to post a file in a SOAP adapter without a SOAP envelope. First of all you must to check the DO NOT USE SOAP ENVELOPE in the sender SOAP channel,

Regards.

former_member187447
Participant
0 Kudos

but when the customer sends the same payload it works without checking the "DO NOT USE SOAP ENVELOPE" in the channel.