Nintex Form || Service Request || Passing parameter

  • 4 December 2019
  • 3 replies
  • 4 views

Badge +1

We have an ASMX Web-Service which get Employee Code parameter and return result in XML Format.

 

When I add service URL in Nintex Action "Service Request" it didn't ask me for parameter and nor given me the desired results.

 

 


3 replies

Userlevel 6
Badge +22
Hi,

Dont you put your parameters in the Request body?
Badge +1

Hi SimonMuntz,

I tried to passing Parameter value in Request body by using Anonymous, Basic Authentacitation and Windows Authentication, but unable to get item:

 

getting error: "The remote server returned an error: (500) Internal Server Error."

 

Also pass the Request Body in below format, but still the error is same:

<?xml version="1.0" encoding="utf-8"?><soap:Envelopexmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"xmlns:xsd="http://www.w3.org/2001/XMLSchema"xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><soap:Body><Employee xmlns="http://schemas.microsoft.com/sharepoint/soap/"/></soap:Body></soap:Envelope>

Userlevel 6
Badge +22
If you use a tool like PostMan can you get the web service working?
This will tell you if the issue is with Nintex or the web service itself.
If it does not work with Postman it may give you more infromation about what the issue is.

Reply