We've Moved! Please visit our new and improved forum over at our new portal: https://portal.plumvoice.com/hc/en-us/community/topics

SOAP Interface For ACHNow

Questions and answers about Plum Fuse+

Moderators: admin, support

Post Reply
ptiseo
Posts: 1
Joined: Thu May 25, 2017 2:22 pm

SOAP Interface For ACHNow

Post by ptiseo »

I am trying to work with the webservice located at:
https://www.achnow.us/achnowwebservice/ ... .asmx?WSDL

When I use the SOAP Tester, all I get is a "parameters" box when selecting a method. Or, in the Fuse+ interface, one textbox for entering the parameters for any method, esp. the "PayByCheck" one.

How do I use this webservice in Fuse+?

support
Posts: 3632
Joined: Mon Jun 02, 2003 3:47 pm
Location: Boston, MA
Contact:

Re: SOAP Interface For ACHNow

Post by support »

Your webservice expects a single parameter that is an object. For example, the PayByCheck method expects an object that has the member variables UserId, Password, etc. In Fuse+, you will need to construct a JSON string like this:

{ "UserId": "123", "Password": "abc", ... }

Post Reply