• 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 messages.

 
Ranch Hand
Posts: 317
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
never Mind. my brain cells are firing again. I am better now.


---------Original post-----


This is probably very esoteric

I am 90% certain that java.boot.by states that soap has to be trasmitted accross the wire in XML.
Going through www.javapassion.com on SOAP. They say I can serailize the soap message however I want to.

When I read Soap 1.X I think it said I had to use XML and HTTP1.



My questions:
1) Did soap 2 take the requirements to use xml over http out of the spec?
2) Does that mean that I can use standard java serialization accross the wire to serialize a soap message between intermediaries or source/destiation?
3) Does BP require XML over HTTP?

So much to learn, so little brain cells.


Thanks
 
reply
    Bookmark Topic Watch Topic
  • New Topic