Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Verification on Web Service
Message
De
06/10/2010 10:28:26
 
 
À
Tous
Information générale
Forum:
ASP.NET
Catégorie:
Web Services
Titre:
Verification on Web Service
Versions des environnements
Environment:
VB 9.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Divers
Thread ID:
01484151
Message ID:
01484151
Vues:
115
A client has a Web Service. In order to call it, we use a .NET client in high level. So, when we call the method, we have to pass objects, as this is a complex structure. So, several parameters are being passed as object. Then, in each, we have some properties which are, in one case, dates. So, when I initialize it for that case, it goes like this:
            ' Define the document dates object
            loDocumentDates.dtDocumentDate = loRow("CloseDate")
Then, later on, loDocumentDates is passed as one of the parameters.

This has worked for two weeks. We have sent a bunch of data over there. Last night, we discovered that that client has a special request when we send an empty date. When, this is the case, they want us to send it like this:
<dtDocumentDate xsi=nil=true/>
Well, we are high level. In order to manipulate the XML as is, we would need to turn it low level by using SOAP. Has anyone found any other way?
Michel Fournier
Level Extreme Inc.
Designer, architect, owner of the Level Extreme Platform
Subscribe to the site at https://www.levelextreme.com/Home/DataEntry?Activator=55&NoStore=303
Subscription benefits https://www.levelextreme.com/Home/ViewPage?Activator=7&ID=52
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform