HTTP request with XML input

Hello guys, I need help, and I need it badly. So for the past few days i’ve been trying to figure out, how to make an XML call with UiPath. The platform that im doing the call to is Ebay. The call specifications: URL. Is it possible to do this call using HTTP request activity? And if so, how? Any help, small step by step would be hugely appreciated. Thanks!

@Povilas_Jonikas

chnage the body format to xml and then give the xml required

are you facing any issue?

cheers

1 Like

Ok, so in the Options → “Body Format” I need to change it to application/xml?
And the XML input place in the Options → “Body” ?

Sometimes Prototyping in Postman is faster. Once it is working there, we can port it to HTTP Request

Also have a look here (when it is decided, that XML and not SOAP will be used)
https://developer.ebay.com/api-docs/user-guides/static/make-a-call/using-xml.html

Especially pay also attention to the header fields

1 Like

@Povilas_Jonikas

Exactly…change it and input your xml in the body firld thats it

Cheers