Flutterby™! : XML Example

Next unread comment / Catchup all unread comments User Account Info | Logout | XML/Pilot/etc versions | Long version (with comments) | Weblog archives | Site Map | | Browse Topics

XML Example

2013-05-16 21:22:13.706713+00 by meuon 1 comments

Asked "other side programmer" regardiing XML samples for a SOAP/XML interface.

He emailed back:

public errorObject[] ReadingChangedNotification(meterReading[] changedMeterReads, string transactionID) public errorObject[] CDStatesChangedNotification (CDStateChange[] stateChanges, string transactionID)

The say part is, I understand what he really means is part of this:

this but he doesn't differentiate the XML from the code that he uses to generate it.

[ related topics: Web development Content Management Software Engineering Fashion ]

comments in ascending chronological order (reverse):

#Comment Re: made: 2013-05-16 21:44:05.096032+00 by: Dan Lyke

So I'm also betting that he sent back that code sample without any notion of what language it was implemented in (C#, Java, something else I haven't seen yet?), and you had to figure it out from context.

I feel your pain, brother.