HTTP Request postman

please find the below workk which i have done with screen shots,

One thing, as I think you have two different quotes in the SOAPAction field. Please use these:

""

Instead of these:

””

Having said that, if it is a SOAP service, you might be able to build a library to consume it instead. Please see here:

It is a bit more complicated, as you would have to create a separate Library project to create a service out of your SOAP definition file, but could be useful if you have a lot of endpoints :slight_smile:

@loginerror,
no luck still same issue exist. even i am creating a new service from library and giving the endpoint then it was showing Invalid. see the below screen shot,

I think you might want to follow this tutorial on how to generate meta data for your SOAP requests:

@loginerror

shall i do the same thing in Salesforce application scope.

I think to get it working, I would (for now) forget about the library and maybe focus on making your POST http request work in Postman. Try it out :slight_smile:
It will make it super easy to debug what is wrong with the particular request.

After you get it working in Postman, please share the working inputs from there and it will be easier to recreate it with HTTP Request in Studio :slight_smile:

May i know PostMan activity available in studio. If yes let me know please.I couldn’t find.

It is a separate application that you have to download from their website:
https://www.getpostman.com/

i have tried and pass same parameters. Getting same issue over there.
soapenv:Body
soapenv:Fault
UNKNOWN_EXCEPTION
UNKNOWN_EXCEPTION: Premature end of file.

<sf:UnexpectedErrorFault xsi:type=“sf:UnexpectedErrorFault”>
sf:exceptionCodeUNKNOWN_EXCEPTION</sf:exceptionCode>
sf:exceptionMessagePremature end of file.</sf:exceptionMessage>
</sf:UnexpectedErrorFault>

</soapenv:Fault>
</soapenv:Body>

This means that you have to read the documentation for the endpoint you want to use and adjust your http request accordingly.

Without knowing specifics, it is impossible to answer what is wrong there, unfortunately :confused:

getting 500 server error

@loginerror
Http Request unable to take headers which i am passing.
like
content type = “text/xml”
SoapAction = “”

@loginerror

But still issue exists in HTTP request activity. i am passing headers and parameters but it won’t pass. even in local panel i couldn’t see those headers and parameters values.

make sure issue needs to resolved otherwise no use.

Please use this option to pass your headers:

I saw now in your previous screenshot that you’ve used the Parameters collection instead of Headers collection.

i tried in the same way but no use. while debugging Headers not showing any values even if i am passing.

Issues with Headers only.

Could you post a screenshot of your debugging Locals panel?
It seems to add my custom example header without an issue:

Please check the Headers collection instead of the ResponseHeaders one :slight_smile:

I couldn’t find Header and Parameter properties in local panel.

Please use the Step Into button to debug to the state before the activity is executed. What you have there is the state after it was executed:

Like so: