That part of the spec also say "... the type referenced by the part becomes the schema type of the enclosing element (Body for document style or part accessor...
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; ...
I think it is as simple as this: if a WSDL processor sees a wsdl:required="1" attribute on an extension element it doesn't recognize, it should fail...
Hi Mike, I see a potential issue as one of context. It seems that wsdl:required in some cases is being used to communicate the context of message, i.e., ...
That's exactly my thinking and reasoning as well. I also think that as webservices (standards and toolkits) mature, clients will not have to worry about...
Adding soapbuilders. == Mike == ... From: Mike Deem Sent: Monday, February 04, 2002 3:01 PM To: 'wsdl@yahoogroups.com' Subject: RE: [wsdl] FW: [soapbuilders]...
Hi there, I am looking at WSDL related interop issues and was wondering about the use of HTTP GET/ POST Binding. 1) Other than ASP.NET, do you know of any Web...
I read through the WSDL 1.1 spec a few times and thought I understood how it was supposed to work, but I tried to map the Wire Format for WSDL examples A 2.1...
This may help: http://msdn.microsoft.com/library/en-us/dnwebsrv/html/wsdlexplained.asp?fram e=true#wsdlexplained_topic09 ... From: "martine_wedlake"...
Carlos C. Tapang
ctapang@...
Feb 7, 2002 5:07 am
805
Hmmm. Seems to me that there are two cases in particular where the WSDL spec is less than clear and is open to interpretation. One is document/encoded and one...
Hi Si, Hmmmm...a couple great issues here. 1) literal supporting parts encoded with 'type' - general. Spec says 'yes', but difficult to implement under certain...
... Simom, I agree with a lot you said. But.... If the *interface* is the XML Schema, and SOAP is the wire mechanism, what is WSDL for ? Rosimildo. ...
Hi Rosimildo. I see SOAP for message extensibility/framing and I see WSDL as providing logical interface definitions in terms of messages (which always map to...
Speaking of WSDL providing both "logical interface" and "concrete binding"... I've often pondered; "Why did WSDL combine interface and binding?" I had thought...
<SNIP> ... <SNIP> Keeping the abstract interface and bindings separate is exactly how it is normally done when the WSDL is stored in or linked to a UDDI ...
From reading through your article, I think I had it right in my examples and the WSDL spec doesn't (or perhaps the wire format example wasn't intended to...
Hello, Well, one must remember that the name of the "method response struct" or wrapper element for an RPC response is not significant. The SOAP spec itself...
Bob Cunnings
cunnings@...
Feb 8, 2002 3:57 pm
815
Hmm, seems like the WSDL specification should be more leanient in its language. IIRC, it mentions that the wrapper element must be identically named to the...
Hello all, I have a couple of SOAP(-interoperability) questions but I am not sure if this is the right group for that. Does anybody know of a SOAP group around...
For interop: go to Yahoo and sign up for soapbuilders. That said, to create a WSDL, download the IBM Web Services Toolkit. It will give you a WSDL file that,...
Just a note of clarification: Soapbuilders isn't intended to be a user support list. Soapbuilders is the forum that SOAP implementation providers use to work...
Hi, Reading the WSDL spec (section 3.5 soap:body), last two paragraphs...My question is about the namespace attribute: what else (except to scope the method ...
Hi Anne, can you please give me the URL of the yahoo SOAP group you recommended below? Thanks, dfolger ... is the ... interoperability ... that enables ... can...
The SOAP list is at http://discuss.develop.com. You'll find a huge list of discussion topics there. Select SOAP and subscribe. You send mail to the list by...
Hello Is it possible to map a java interface to schema definition? An abstract class is mapped by saying abstract='true', likewise how do I map a java...
Do WSDL documents contain more than one <service> tag? The specification says: "<wsdl:service name="nmtoken"> * " indicating 0 or more service tags. However, I...
I'll take a stab at this one - I'm sure someone will correct me if I am wrong :-) wsdl docs are allowed to specify more than one service, so long as the...