0

Can someone of this network explain why the Document/Encoded and RPC/Encoded encoding style combinations are not WS-I compliant into Soap-based web service?

John Saunders
  • 160,644
  • 26
  • 247
  • 397
FreddGO
  • 5
  • 4

1 Answers1

0

Document/Encoded and Rpc/Encoded are released by WS-I adheres bp1.0(basic profile 1.0) specification.

Later WS-I release bp1.1,2.0.. specifications.The rules specified in these specification will not be supported by above message exchanging formats and also not complaint.

The only exchanging formats that are complaint to WS-I are Document/literal,Rpc/literal,Document/Wrapped

Naveen
  • 535
  • 3
  • 14