• 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
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

how to build a soap response

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

Can some one please give me some guidelines on how I would go about creating a SOAP response.

Thanks in advance.
 
Rancher
Posts: 43081
77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Generally you'd use a SOAP stack like Metro or Axis-2.
 
Helen Ross
Greenhorn
Posts: 13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
apologies for the delay in getting back to you. thank you for the information.

I am more looking how can I edit the display of values in the response.

I have a web service that sends out the data with firstname , middlename and lastname and it looks something like this

i want my soap response to fed back something like

but all i am getting is

Am I meant to be declaring something somewhere. I am currently returning them as a String Array.
Any help is greatly appreciated. I want to make it easier for the people that are implementing my system if they know what values things map to especially if they are getting "strange" values back. Or is the values I am getting back in my response acceptable?
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic