dear friends , hi.... i'am arvind kumar doing my final yr MCA from madras university (India)and also doing my project on XML & SOAP in a software concern . i...
My understanding of WSDL Sec 2.2 for encoded types does not require that the schema in 'types' guarantee a complete literal definition of the referenced type,...
It is my belief that in addition to the SOAP standard, we need to document a set of best practices and a create classification of errors that identify ...
+1 I asked many moons ago if anyone was documenting the points of consensus that this group comes to and received no answer. A "best practices" document would...
... to do this, but I do feel that it's breaking the spirit. I'd agree since the spec says "should". Its more of an interop hassle. ... definition the absense...
Hello, Well, since you asked, I think it's a nice start, there are many other specific interop problems that come to mind as well. I agree that rather than...
Bob Cunnings
cunnings@...
Feb 1, 2002 9:11 pm
6846
Hi Sam, I take the term "best practices" to infer one or both of these two items 1) that SOAP messages may be compliant to the specification but not ...
... #1. I tried to give several examples: passing a decimal with 40 digits of precision is legal, but relying on all 40 digits to make it to the other end is...
... This is a good idea, imo. However, some lite-trending may need to be done such that it is not perceived as a "cigarette labeling." Perhaps it is time to...
For your information, a slightly revised DIME spec and a first SOAP in DIME spec has been submitted to the IETF as Internet Drafts. The specs should show up in...
dear sir, i'am arvind kumar from chennai ( india ) doing a project on web services using xml and soap . sir i would like to know what all other methods are...
dear sir, i'am arvind kumar from chennai ( india ) doing a project on web services using xml and soap . sir i would like to know how we maintain the uniqueness...
Hello, Another Round 3 bug found here in the doc "compound2.wsdl". The schema tag: <schema targetNamespace = "http://soapinterop/xsd/employee" xmlns:prs =...
Bob Cunnings
cunnings@...
Feb 4, 2002 2:59 am
6853
Hi, all! Following community demand for updating WSDL schemas to Recommendation version of XML Schema, schemas were updated at the following locations: ...
Kirill Gavrylyuk
kirillg@...
Feb 4, 2002 7:19 am
6854
The use attribute on the soap body is described in the spec as "The required use attribute indicates whether...." However, in the schema it is still marked as...
All, It looks like wsdl:required is back on the table. With regard for soap binding schema, 1) soap:body, where wsdl:required="1" or omitted is valid; ...
Hi! Here's some logistical information for people coming from out of town for the Web Services Interop Event 2/27-2/28 in Waltham,MA. The link below details...
Thank you for the clarification. Its all starting to make some sense! If this is the case, then I'm curious why most of the toolkits I've seen only support...
Brad, XMLBus supports non-encoded arrays when in "literal" mode for the operations. I think there were a couple minor bugs in the last version relating to...
Adding soapbuilders. == Mike == ... From: Mike Deem Sent: Monday, February 04, 2002 3:01 PM To: 'wsdl@yahoogroups.com' Subject: RE: [wsdl] FW: [soapbuilders]...
Thanks, James, ... this seem to be a bug in the schema, need to fix this. Any objections? ... include the default values for such attributes in the schema ...
Kirill Gavrylyuk
kirillg@...
Feb 5, 2002 12:11 am
6861
Hi, soapbuilders, Could we make this cosmetic change to interoptestrpcenc.wsdl : * Change schema/@targetNamespace from ...
Kirill Gavrylyuk
kirillg@...
Feb 5, 2002 2:46 am
6862
Hi, all, This is not cosmetic. Currently both interoptestdoclit.wsdl and interoptestdoclitparams.wsdl do not specify value of @elementFormDefault on the...
Kirill Gavrylyuk
kirillg@...
Feb 5, 2002 2:48 am
6863
Wsdl: http://www.whitemesa.net/r3/InteropTestList.wsdl This one has all namespaces and port/portType/binding names copied from interoptestrpcenc.wsdl . Could...
Kirill Gavrylyuk
kirillg@...
Feb 5, 2002 2:58 am
6864
... Earlier versions of the schema used a sequence for the definitions element, now its a repeating choice, was there a specific reason to go away from...
As a consequence of this discussion, should we drop wsdl:required attribute from soap:header elements in http://www.whitemesa.net/r3/InteropTestHeaders.wsdl as...
Kirill Gavrylyuk
kirillg@...
Feb 5, 2002 3:27 am
6866
Hi, Simon! We felt that spec wording does not limit the order of definitions children. So we put a sequence of choice elements to allow any order. What do...
Kirill Gavrylyuk
kirillg@...
Feb 5, 2002 3:27 am
6867
I'd prefer for as few as possible semantic changes to be made. The fixed order is useful if you have a sax based processor for WSDL. Cheers Simon ...
Kirill, That's going to break some ppl who developed on the literal definition of sequence (children of definitions) in the previous schema. Thx, -Matt Long ...