You should be able to find the related stuff here - http://blogs.deepal.org/2009/06/axis2-tutorials-and-articles.html
Deepal > > Could you please let me know which element I have to use to send the > int value. I am trying from past several dayes to figure out which > element will take the int value. Please let me know the element name. > > Thanks > Venkatesh > > On Jun 20, 2013 4:22 PM, "Deepal jayasinghe" <[email protected] > <mailto:[email protected]>> wrote: > > You cannot directly send 'int' value to ServiceClient, you can use one > of the following: > - Create a correct Axiom element > - Use RPCServiceClient > > Deepal > > Hi All, > > I have one problem here. I am unable to find a method > to send > > int value to the service client. When i was sending the String > value i > > am getting the following error: > > > > The InnerException message was 'There was an error deserializing the > > object of type System.Int32[]. > > > > Thanks > > Venkatesh > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > <mailto:[email protected]> > For additional commands, e-mail: [email protected] > <mailto:[email protected]> >
