• 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
  • Tim Cooke
  • paul wheaton
  • Paul Clapham
  • Ron McLeod
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Roland Mueller
  • Piet Souris
Bartenders:

Complex type arrays.. Please Help.. !!

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

I'm using JBoss 4.0.3 and the trying to create a web service using axis 1.1

I'm able to setup and use the webservice which has Complextypes. But if I need to use array of complex types then i'm facing issue in converting the object to SOAP. I'm not getting any exception at client or server but the data is not being sent accross.

I've attach the client code, wsdl and the SOAP as seen through tcpmon. Please let me know what is wrong and it would be great if you could point me to a tutorial which would specify about the use of comple types and arrays of complex types.

Thanks in advance. Please reply as early as possible as the solution to this is a high priority.








The following is added to the jaxrpc-mapping.xml



[ August 08, 2006: Message edited by: ramu av ]
[ August 08, 2006: Message edited by: ramu av ]
 
reply
    Bookmark Topic Watch Topic
  • New Topic