cancel
Showing results for 
Search instead for 
Did you mean: 

Soap sender Qos

Former Member
0 Kudos

Hi

I am facing error in soap sender posting from soap UI. I want to send the soap request asynchronous.

could you please tell me how to change the QOS,tried with QOS as EO in sender channel.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi

Try appending &QualityOfService=ExactlyOnce at the end of your soap URL

http://host:port /XISOAPAdapter/MessageServlet?senderParty=& senderService=FS& interface=IF&receiverParty=&receiverService=TS&interfaceNamespace=IFNamespace

for more Soap related error refer the note 856597

Regards,

Srinivas

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

I am facing error in soap sender posting from soap UI. I want to send the soap request asynchronous.

What is the error message?

--Abhi

Former Member
0 Kudos

Hi,

In the url you are sending add &qos=EO in the end and give a try.

Regards,

---Satish