• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

How deserialize an array of object ?

 
Greenhorn
Posts: 14
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hi everybody,
i'm new at using web services and i couldn't find any suitable tutorial for deserializing array of object in the client side.

I've written a client that calling a method of the web service that returning an array of object. but when i run my client i get an exception that i think it is related to my deserializer code.

i'll be glad if someone can help me,
thanks.

this is WSDL of web service:




This is my client code :




this is Exception :



 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Greetings,

You seem to have an issue with your Call.SOAPACTION_URI_PROPERTY. It's trying to call a php function, but our callware sdk isn't written in php.

Do you have our SOAP API SDK documentation? It should have examples of the URLs you need to make these calls against.

Clint
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic