• 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

required soap binding elements

 
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I saw this question in a topic a few days ago, but then there was no answer, and now I can't find the topic again.

In the J2EE Web Services book, in the page 151, it sais that the only required SOAP binding elements are soapbind:binding and soapbind:body, but later it sais that soapbind peration is required.

Does anybody have clarity about which of the soap binding elements are required and which are not?
 
Ranch Hand
Posts: 122
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
seems like soapbind:binding, soapbind:body and soapbind \ peration
are all required after checking some sample WSDL.
[ May 18, 2004: Message edited by: Lipman Li ]
 
Ranch Hand
Posts: 66
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In WSDL1.1 Spec shows an example (Example 3) about SOAP binding of one-way operation over SMTP using a SOAP Header which soap: operation is not included. Can i say that when SOAP binding is over HTTP, soap: operation element is required?
 
Lipman Li
Ranch Hand
Posts: 122
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
soap peration shall be optional from Web Services Description Language (WSDL) 1.1
 
shanita
Greenhorn
Posts: 19
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I found this in the WSDL specification:


For the HTTP protocol binding of SOAP, this is value required (it has no default value). For other SOAP protocol bindings, it MUST NOT be specified, and the soap peration element MAY be omitted.

 
reply
    Bookmark Topic Watch Topic
  • New Topic