Hi, WSDL return date ou others regional options incorrect in windows 2000, i try a vb 6 component with a follow: method in component. Soap 2.0 SP2 - Windows...
Hello, In section 2.3.1 of the WSDL 1.1 spec, we see the following definition: <element name="items"> <complexType> <all> <element name="item" type="tns:Item" ...
It doesn't contain an arrayType attribute, so doesn't [correctly] represent a section 5 encoded array. Having said that the ArrayOfXXX is purely a convention,...
Hi Simon, Yes, I did assume that this wsdl snippet was not valid for a section 5 encoding. Allow me rephrase slightly... If this PO definition was associated...
Mark, SOAP says that arrays are encoded in types derived from enc:Array. The name ArrayOfxxx is not important. Anyway, the distinction between literal and...
JP, Most SOAP tools provide WSDL generation tools. For example, Systinet WASP provides a command line tool that generates a WSDL file from your Java code ...
Hi, I used a WSDL generator, and whitin its content there is a refereence to an *.xsd file (which if I understand well is the schema for a correct XML file). ...
It's a declaration of a namespace prefix (xsdl). The URI does not necessarily point to a file. --Carlos ... From: "jpdurrios" <jpdurrios@...> To:...
Carlos C. Tapang
ctapang@...
Jan 10, 2002 4:19 pm
696
Yes this is just namespace declaration and uri is namespace uri wich actually does not mean anything special it is just used for namespace indetification. The...
I think James meant to post this response to the entire group... I agree that there's a need for context-sensitive WSDL editors. I can also envision tools that...
... Thanks Anne, Yes I did. I'm new to the Yahoo message boards. ... Yes, that's what we've done with Omniopera. Omniopera also has complete schema editing so...
I have a Apache Web service one of whose methods takes in java.util.Hashtable as a parameter . I understand that the Apache Toolkit supports Hashtable...
... That would be straightforward enough (using your example): <x:complexType name="authenticationInfo"> <x:sequence> <x:element name="token" type="x:string"/>...
... Raghavan- As you pointed out, if the WSDL types section doesn't contain a type in the schema for the hash table, no framework will be able to automatically...
... ok, that's what i was thinking too, this is what i ended up with <x:schema ... xmlns:SOAP-ENC="http://schemas.xmlsoap.org/soap/envelope/"> <x:import...
Hi there, Here I've got some question about JAX-RPC only because it is concerning WSDL-s.In JAX-RPC WSDL to Java mapping is said that WSDL PortType is mapped...
... Ah, I see. They did a switcheroo on us. In the WSDL spec you referenced, it referred to soap:actor, where the soap prefix denotes this namespace: ...
Hi ... Shinka's Designer, part of the complete Web Services Platform, does exactly that, plus xsd design etc. Cheers, Stefan Stefan Havenstein Chief...
the http://schemas.xmlsoap.org/wsdl/soap/ namespace is for the WSDL/SOAP binding [i.e. the schema for describing metadata about SOAP messages in WSDL] the...
... Sure that makes total sense in hindsight. Thanks for 'splaining. As you can tell I've never coded up a SOAP engine before. Regards, James Yegerlehner...
Could someone recommend a good discussion group that debates Web Services generally. I'm particularly interested in the ongoing work re. transactions and Web...
Hi, I tried the WSDL generator from Kamiak, but it generates lines that I don't understand, and the wizard ask me questions I can't answer. Does anyone know...
Hi, I'm looking at the WSDL for a service[1] built using velocigen, this species both use="literal" and encodingStyle and namespace, e.g. <operation...
Simon, my understanding is that the writer MUST follow the XML schema but the reader may interpret the data according to the encodingStyle. To me, too, it...
Hi, the spec itself says: "The value of the encodingStyle attribute MAY be used when the use is literal to indicate that the concrete format was derived using...