Skip to main content
Nintex Community Menu Bar

Nintex Form || Service Request || Passing parameter

  • December 4, 2019
  • 3 replies
  • 12 views

Forum|alt.badge.img+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

Simon Muntz
Nintex Partner
Forum|alt.badge.img+23
  • Nintex Partner
  • December 5, 2019
Hi,

Dont you put your parameters in the Request body?

Forum|alt.badge.img+1
  • Author
  • Nintex Partner
  • December 5, 2019

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>


Simon Muntz
Nintex Partner
Forum|alt.badge.img+23
  • Nintex Partner
  • December 5, 2019
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.