Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Verification on Web Service
Message
From
06/10/2010 10:28:26
 
 
To
All
General information
Forum:
ASP.NET
Category:
Web Services
Title:
Verification on Web Service
Environment versions
Environment:
VB 9.0
OS:
Windows 7
Network:
Windows 2003 Server
Database:
MS SQL Server
Application:
Web
Miscellaneous
Thread ID:
01484151
Message ID:
01484151
Views:
116
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
Next
Reply
Map
View

Click here to load this message in the networking platform