I am trying to create a wrapped service which returns array, which would work with MS Infopath.

Infopath expects message to look like:

 

<?xml version="1.0" encoding="utf-8"?>

<ArrayOfInt xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://oakleaf.ws/nwordersws">

  <int>1617929</int>

  <int>1617928</int>

</ArrayOfInt>

 

Any simple way of doing that?

 

Thanks,

-Paul

 

Reply via email to