• 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

SOAP XML - host web service returns more than one xml element

 
Ranch Hand
Posts: 403
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Can you tell me the equivalent(as of RESTful xml) if I have a SOAP XML WEB SERVICE, that the host web service returns more than one xml element all of same type(same children) to the consumer web service web client?




 
Leonidas Savvides
Ranch Hand
Posts: 403
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
please answer asap!
 
Ranch Hand
Posts: 859
IBM DB2 Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Be patient.

It looks like you are returning multiple children, so what's the problem??

Why are you confusing REST with SOAP?

Post some sample XML if you want help.

WP
 
William P O'Sullivan
Ranch Hand
Posts: 859
IBM DB2 Chrome Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Be patient.

It looks like you are returning multiple children, so what's the problem??

Why are you confusing REST with SOAP?

Post some sample XML if you want help.

WP
 
Leonidas Savvides
Ranch Hand
Posts: 403
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I know to handle only a simple xml file with SOAP that's, one parent / one child,
can you provide a sample of your code to be SOAP and has more than one child (same attributes/children) xml file,...

My example is Airflight reservation with returns true/false(BOOLEAN) if available appropriate seat... how (and this try to do) to put to xml all available seat types table and return it, and process by WSs client?

I tried return STRING rather BOOLEAN, all this seat table(comma delimiter) success, well you have and ready made simple code for many in xml file?

JAXB.marshal / JAXB.unmarshal these exist in SOAP?
 
Leonidas Savvides
Ranch Hand
Posts: 403
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
please reply asap... this prior change subject in my Reading sequence... any ready made script WSs/Java/SOAP/XML:many Children return/exchange....
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic