Questions tagged [soap]

Simple Object Access Protocol a.k.a SOAP

Simple Object Access Protocol is a protocol for exchanging structured data.

59 questions
9
votes
1 answer

Design thoughts on a schema based request object for CXF endpoint

Trying to seek design suggestion on a schema based request object for a CXF endpoint. I've created a CXF SOAP endpoint which takes the following object as an input. The request object will have required fields, non-mandatory fields as well as…
Shamik
  • 191
  • 2