P
Paul K
Currently, my web service method ("SubmitNotifications") responds with a
"SoapNotificationsResult" element:
<SubmitNotificationsResult
xmlns="http://tempuri.org/MISOListener/MISOListenerService" />
Is there any way (preferably via attributes) to change the above elements
name to something else? Better yet would be a way change the element name on
the fly. From what I've seen, it looks like SOAP extensions might be the
answer I'm looking for.
Any help would be greatly appreciated!
Paul K
"SoapNotificationsResult" element:
<SubmitNotificationsResult
xmlns="http://tempuri.org/MISOListener/MISOListenerService" />
Is there any way (preferably via attributes) to change the above elements
name to something else? Better yet would be a way change the element name on
the fly. From what I've seen, it looks like SOAP extensions might be the
answer I'm looking for.
Any help would be greatly appreciated!
Paul K