M
Michael
Hi,
Im trying to deserialize a repeating table content in infopath to business
objects.
My repeating table got booktitle field and author. I have created a webmethod
submitbook(bookCollection bookc)
{
}
bookCollection is a class
with one private member: book[]array and set/get properties.
The book class
have booktitle, and author as private member and set/get properties.
In my infopath forms i create a submit button which does a submit to the
webservice, selecting the group og books. When i submit this the bookarray
object is null. But if i create a webmethod that returns the array of book
and create an infopath forms based on that webservice call then it will work.
Do anyone know how to solve this without have to create forms based on the
webservice call??? My forms is already finished and i dont want to redo it
all over again..
Im trying to deserialize a repeating table content in infopath to business
objects.
My repeating table got booktitle field and author. I have created a webmethod
submitbook(bookCollection bookc)
{
}
bookCollection is a class
with one private member: book[]array and set/get properties.
The book class
have booktitle, and author as private member and set/get properties.
In my infopath forms i create a submit button which does a submit to the
webservice, selecting the group og books. When i submit this the bookarray
object is null. But if i create a webmethod that returns the array of book
and create an infopath forms based on that webservice call then it will work.
Do anyone know how to solve this without have to create forms based on the
webservice call??? My forms is already finished and i dont want to redo it
all over again..