Sign In| Join
Get Help:Ask a Question in our Forums|Report a Bug|More Help Resources
Contributor
3580 Points
549 Posts
Jan 27, 2011 06:31 PM|LINK
First, it struck me as odd that the web service URL is the WSDL; ususally that just describes the service.
The null reference looks like it comes from here:
FDGGWSApiActionResponse response = null; OrderService.FDGGWSApiAction(ActionRequest);
Maybe should be
FDGGWSApiActionResponse response = OrderService.FDGGWSApiAction(ActionRequest);
doyleits
Contributor
3580 Points
549 Posts
Re: First Data Web Service API Integration Problem
Jan 27, 2011 06:31 PM|LINK
First, it struck me as odd that the web service URL is the WSDL; ususally that just describes the service.
The null reference looks like it comes from here:
FDGGWSApiActionResponse response = null; OrderService.FDGGWSApiAction(ActionRequest);Maybe should be
Collabroscape LLC [www.collabroscape.com]