K
Ken Pinard
I have a web service to store information. I want the my webservice to call
a vendors webservice for validation puposes.
What I want to accomplish with my webservice is this:
Receive data from a web page.
Validate it against preliminary checks.
If the validation fails return back to the submitter for clarification.
otherwise
save the information for reference
request a vendors web service for validation
if validated then
save the information and return data to the user
else
inform the user of the problem
end if
end if
Is there an object in vs.net that allows this?
Thank you,
Ken
a vendors webservice for validation puposes.
What I want to accomplish with my webservice is this:
Receive data from a web page.
Validate it against preliminary checks.
If the validation fails return back to the submitter for clarification.
otherwise
save the information for reference
request a vendors web service for validation
if validated then
save the information and return data to the user
else
inform the user of the problem
end if
end if
Is there an object in vs.net that allows this?
Thank you,
Ken