CK
unread,Jun 11, 2008, 8:43:47 AM6/11/08Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting
Its different code in each service. This is how we use it:
* User chooses an entity from a DDL
* User chooses a file to upload
* Application retrieves correct URL for that entity and calls the
webservice on that URL, knowing that it conforms to the standard WSDL
* Webservice converts the file correctly for that entity and does lots
of funky DB stuff etc
This means we can add new entities and services by deploying the new
service and adding the row for the entity / url to the database
without changing the core application.
This is an architecture I have inherited and continued to build upon
as I haven't been able to rewrite it any different way, however it
does the job currently.