• 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
  • Devaka Cooray
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Jeanne Boyarsky
  • Tim Cooke
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Tim Moores
  • Mikalai Zaikin
  • Carey Brown
Bartenders:

encodingStyle and array type in BP1.1, WSDL1.1 or SOAP 1.1

 
Bartender
Posts: 2402
13
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
According to BP 1.1, it is not conformant to use encodingStyle = "http://schema.xmlsoap.org/soap/encoding" in a SOAP envelop and it is not conformant to use wsdl:arrayType or soapenc:arrayType in schema.

But when I read WSDL 1.1 and SOAP 1.1 specifications, I see examples like these:




I guess encodingStyle attributes and SOAP-ENC:arrayType are conformant to WSDL 1.1 and SOAP 1.1, but not BP 1.1.
Any comments?
 
Creator of Enthuware JWS+ V6
Posts: 3411
320
Android Eclipse IDE Chrome
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

I guess encodingStyle attributes and SOAP-ENC:arrayType are conformant to WSDL 1.1 and SOAP 1.1, but not BP 1.1.


What you should say is that the encodingStyle and SOAP-ENC:arrayType are allowed by SOAP 1.1 and WSDL1.1 but do not conform to Basis Profile 1.1. Or in other words: the use of these elements have caused problems in interoperability of Web Services, so you better not use them.
 
Do not meddle in the affairs of dragons - for you are crunchy and good with ketchup. Crunchy tiny ad:
a bit of art, as a gift, the permaculture playing cards
https://gardener-gift.com
reply
    Bookmark Topic Watch Topic
  • New Topic