|
-
Mar 7th, 2006, 10:38 AM
#1
Thread Starter
Member
SOAP Help
Hey guys!
Ok...I would like to seek your help with a problem I've run into.
I am writing an automated quote response system that requires interfacing with a credit bureau to automatically get a credit report for each customer.
The 3rd party credit company (Equifax) has provided us with some documents outlining how we should send the data and how we should expect to receive it (byte positions, lengths etc...). They are using a SOAP interface for all of this...and that's the issue. I can do standard socket programming but I've never used SOAP.
Here are some notes:
- This is being written in Visual Basic 6.0.
- They have provided me with the WSDL URL
- They have provided me with two methods, sendRequest(), and getResponse().
That's pretty much it. It looks like SOAP should be pretty easy but I have no idea where to get started. I downloaded PocketSOAP but do I even need it?
Any help would be really appreciated, guys!
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|