Search the web
Sign In
New User? Sign Up
wsdl
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want to share photos of your group with the world? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 685 - 714 of 2160   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
685
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...
docger2001
Offline Send Email
Jan 2, 2002
11:44 am
686
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" ...
Mark Baxter
markbaxterus
Offline Send Email
Jan 4, 2002
1:52 am
687
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,...
Simon Fell
simonfell99
Online Now Send Email
Jan 4, 2002
2:46 am
688
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 Baxter
markbaxterus
Offline Send Email
Jan 4, 2002
3:50 am
689
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...
Jacek Kopecky
kopretinka2
Offline Send Email
Jan 4, 2002
9:41 am
690
WebSevicesMall presents information and resources on web services and related technologies like XML, SOAP, WSDL, UDDI, J2EE and .Net. ...
xlicons
Offline Send Email
Jan 6, 2002
2:07 pm
691
Please keep this message board focused on the WSDL spec, and avoid any spamming. Thanks for your understanding. Tony (moderator)...
Tony Hong
xmethods
Offline Send Email
Jan 8, 2002
1:19 am
692
Hi, How do I create a WSDL file? Are there any wizard tools for that? JP...
jpdurrios
Online Now Send Email
Jan 8, 2002
8:10 am
693
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 ...
Anne Thomas Manes
annemanes
Offline Send Email
Jan 8, 2002
2:12 pm
694
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). ...
jpdurrios
Online Now Send Email
Jan 10, 2002
3:48 pm
695
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@...
Send Email
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...
Chavdar Bykov
ChavdarB
Offline Send Email
Jan 11, 2002
1:12 pm
697
Section 3.7 of the WSDL spec says that for literal defined headers, 'schema referenced by the part MAY include definitions for the soap:actor and...
Simon Fell
simonzakfell42
Offline Send Email
Jan 11, 2002
8:21 pm
698
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...
Anne Thomas Manes
annemanes
Offline Send Email
Jan 12, 2002
1:11 am
699
... 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...
yegj
Offline Send Email
Jan 12, 2002
1:20 am
700
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...
raghavan2000
Offline Send Email
Jan 12, 2002
2:13 am
701
... That would be straightforward enough (using your example): <x:complexType name="authenticationInfo"> <x:sequence> <x:element name="token" type="x:string"/>...
jyegerlehner
Offline Send Email
Jan 13, 2002
3:58 am
702
... 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...
jyegerlehner
Offline Send Email
Jan 13, 2002
5:07 am
703
... 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...
Simon Fell
simonfell99
Online Now Send Email
Jan 13, 2002
7:18 pm
704
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...
Chavdar Bykov
ChavdarB
Offline Send Email
Jan 14, 2002
7:47 am
705
... 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: ...
jyegerlehner
Offline Send Email
Jan 14, 2002
8:11 am
706
Hi ... Shinka's Designer, part of the complete Web Services Platform, does exactly that, plus xsd design etc. Cheers, Stefan Stefan Havenstein Chief...
Havenstein, Stefan
shavenstein2001
Offline Send Email
Jan 14, 2002
4:50 pm
707
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...
Simon Fell
simonzakfell42
Offline Send Email
Jan 14, 2002
6:25 pm
708
... 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...
jyegerlehner
Offline Send Email
Jan 14, 2002
7:45 pm
709
Could someone recommend a good discussion group that debates Web Services generally. I'm particularly interested in the ongoing work re. transactions and Web...
pkensit2000
Offline Send Email
Jan 15, 2002
5:25 pm
710
There's the w3c www-ws & xml-dist-app[1] lists, or the DM SOAP list[2] Cheers Simon [1] http://lists.w3.org/Archives/Public/ [2]...
Simon Fell
simonzakfell42
Offline Send Email
Jan 15, 2002
5:34 pm
711
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...
jpdurrios
Online Now Send Email
Jan 16, 2002
2:42 pm
712
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 Fell
simonfell99
Online Now Send Email
Jan 17, 2002
6:38 am
713
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...
Jacek Kopecky
kopretinka2
Offline Send Email
Jan 17, 2002
11:29 am
714
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...
Havenstein, Stefan
shavenstein2001
Offline Send Email
Jan 17, 2002
12:10 pm
Messages 685 - 714 of 2160   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help