[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Bank Routing Number Validation Web Service



The only difference between one that SoapUI creates from the WDSL and
yours is the namespace prefixes SOAP-ENV vs soapenv. soapenv works, and
SOAP-ENV doesn't. The code for the service is being too strict. It
should take anything as a prefix.

-----Original Message-----
From: ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx
[mailto:ftpapi-bounces@xxxxxxxxxxxxxxxxxxxxxx] On Behalf Of Buzz Fenner
Sent: Wednesday, October 08, 2014 8:27 AM
To: ftpapi@xxxxxxxxxxxxxxxxxxxxxx
Subject: RE: Bank Routing Number Validation Web Service

On Wed, 8 Oct 2014, Chris Hayden wrote:

>looks like the variable called "RoutNo" is not being populated ?

What I think you were looking at was the code snippet; RoutNo is the
variable in the program. This is the message that was sent:

<?xml version="1.0" encoding="iso-8859-1" standalone="no"?>
<SOAP-ENV:Envelope
xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/";
xmlns:web="http://www.webservicex.net/";> <SOAP-ENV:Header/>
<SOAP-ENV:Body> <web:GetACHByRoutingNumber>
<web:RoutingNumber>102000021</web:RoutingNumber>
</web:GetACHByRoutingNumber> </SOAP-ENV:Body> </SOAP-ENV:Envelope>

The routing number is there between the tags. I did cut/paste it into
Notepad to bring up in Chrome; checked the syntax and got no errors.

--
Buzz



Kevin Bucknum
Senior Programmer Analyst
MEDDATA/MEDTRON
Tel: 985-893-2550
 
-----------------------------------------------------------------------
This is the FTPAPI mailing list.  To unsubscribe, please go to:
http://www.scottklement.com/mailman/listinfo/ftpapi
-----------------------------------------------------------------------
-----------------------------------------------------------------------
This is the FTPAPI mailing list.  To unsubscribe, please go to:
http://www.scottklement.com/mailman/listinfo/ftpapi
-----------------------------------------------------------------------