Skip to main content
Nintex Community Menu Bar

Send form data to web service

  • October 3, 2018
  • 1 reply
  • 15 views

Forum|alt.badge.img+3

Hi, over Nintex O356 I have form that needs to send data to an external webservice SOAP 1.1 according to its fields (ex: created, createdby..., prcategory, prcostcenter...). Which action to use pls, Web Request or Call HTTP Web Service?

Thanks

1 reply

Forum|alt.badge.img

can you give an example how to retrieve the key/value pair in a (ASP.NET) webmethod? i have it like: [WebMethod(Description = "tests the method.")] public void TestMethod(String APP_VERSION_CODE) { // APP_VERSION_CODE should be the value or sth? i dont know.. } but I keep getting a ReportSenderException and also the error is 0xc00000e9  but its all okay now.