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

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? 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 7245 - 7274 of 10820   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7245
I don't think it's necessary to agree on a mechanism for representing a method call in terms of schema. I think each endpoint should be free to define this...
Alex DeJarnatt
adejarnatt
Offline Send Email
Mar 1, 2002
8:50 am
7246
Speaking for myself (not for IONA for this message. I don't think IONA has an official position on this yet), I have to agree 100%. I REALLY like rpc/literal...
Daniel Kulp
jdkulp
Online Now Send Email
Mar 1, 2002
3:16 pm
7247
Hello, I wish I could have stayed longer yesterday, but had to go... I'll be updating the R3 page with results/links to results as they come in from the...
Bob Cunnings
cunnings@...
Send Email
Mar 1, 2002
3:45 pm
7248
My question wasn't meant as a "let's discuss what the schema should look like", I meant it as a question to foster the idea that perhaps these two problems...
Wes Moulder
wes_moulder
Offline Send Email
Mar 1, 2002
6:45 pm
7249
Hi all, During the interop event this week, a couple of the vendors reported an issue with the XMLBus server returning WSDL where the SOAP location URL did not...
Daniel Kulp
jdkulp
Online Now Send Email
Mar 1, 2002
6:47 pm
7250
WSDL is more explicit about representing the parameters as elements (I've quoted the relevant parts of section 3.5 below). I don't understand your comment "we...
Alex DeJarnatt
adejarnatt
Offline Send Email
Mar 1, 2002
7:27 pm
7251
Would you agree with me that wrapped is essentially an rpc call, where the name of the root of the document fragment is the method name? While it may not fit...
Wes Moulder
wes_moulder
Offline Send Email
Mar 1, 2002
8:29 pm
7252
Hi Daniel From: "Daniel Kulp" <daniel.kulp@...> ... I am seeing this under different circumstances: ... ...
Steve Waring
swar_98
Offline Send Email
Mar 1, 2002
10:10 pm
7253
I agree that what we call doc/lit/wrapped models the input and output of a method as schema, though way more flexibly than is allowed by wsdl for rpc/literal....
Alex DeJarnatt
adejarnatt
Offline Send Email
Mar 1, 2002
10:10 pm
7254
Following up from Glen's discussion on the interop registry during the closing discussion at the WSDL F2F, I've added all the round 3 tests to my existing...
Simon Fell
simonfell99
Offline Send Email
Mar 2, 2002
5:54 am
7255
My apologies for taking so long to post the discussion results. Nimbda and I were fighting :(. I had a lot of fun the last week. The group inspired me to be...
Rebecca Dias
silkcorba
Offline Send Email
Mar 3, 2002
6:11 pm
7256
http://www.whitemesa.com/r3/photos1.html http://www.whitemesa.com/r3/photos2.html http://www.whitemesa.com/r3/photos3.html Please let me know if there are any...
Bob Cunnings
cunnings@...
Send Email
Mar 3, 2002
9:09 pm
7257
Hi all, I have a Webservice programmed with the Java Webservice Development Kit and I can connect to this service with a Java Client, but, as webservices are...
telly_nl
Offline Send Email
Mar 4, 2002
3:40 pm
7258
We're mishandling the empty element: <id2 id='id2' soapenc:root='0' xsi:type='soapenc:Array' soapenc:arrayType='xsd:anyType[0]'/> if you do <id2 id='id2'...
Alex DeJarnatt
adejarnatt
Offline Send Email
Mar 6, 2002
12:16 am
7259
I just put up some "rollup" summary pages, so you can see pretty much everything in one go http://soap.4s4c.com/registration/rollup.aspx?id=r2 ...
Simon Fell
simonfell99
Offline Send Email
Mar 6, 2002
3:10 am
7260
Hi Alex, Thanks for the info. This makes it easier to work around the issue. I'm surprised that this is the reason though, because most XML parser APIs would...
Graham Glass
graham_glass
Offline Send Email
Mar 6, 2002
3:19 am
7261
I would appreciate access to the bookmarks with the links to discussion papers. Thanks, Bob Schuster rschuster2@... ...
Robert Schuster
rschuster2
Offline Send Email
Mar 6, 2002
10:03 am
7262
We're using the managed stream-based System.Xml.XmlTextReader in the .net framework. It allows you to do something like this: reader.ReadStartElement(); while...
Alex DeJarnatt
adejarnatt
Offline Send Email
Mar 6, 2002
6:03 pm
7263
What are people doing for this, is everyone following the Apache serialization ?, is everyone using the Apache QName as the type ?, anyone doing anything...
Simon Fell
simonfell99
Offline Send Email
Mar 6, 2002
10:10 pm
7264
Simon, We started out doing this in the same style as Apache, but .NET barfs on it completely. We moved over to an object with two single dimensional arrays....
Wes Moulder
wes_moulder
Offline Send Email
Mar 6, 2002
10:36 pm
7265
ZSI does (http://xml.apache.org/xml-soap, Map) just like Apache does. I got samples from Paul K, so I assume soap::lite does, too. :) /r$ -- Zolera Systems,...
Rich Salz
rich_salz
Offline Send Email
Mar 6, 2002
11:36 pm
7266
I should probably add that we are using a different qname so as not to confuse anyone else's toolkit. --Wes ... barfs on ... dimensional ... way, ... Map, ... ...
wes_moulder
Offline Send Email
Mar 6, 2002
11:45 pm
7267
hi there, don't you guys have problems with .NET interop based on these schemas? when we tried, .NET won't generate web references that use this stuff. cheers,...
graham glass
graham_glass
Offline Send Email
Mar 6, 2002
11:47 pm
7268
... I don't exepct every soap toolkit to support every datatype. ZSI is in python, and by default I turn dictionaries (hash/maps) into struct's. -- Zolera...
Rich Salz
rich_salz
Offline Send Email
Mar 6, 2002
11:53 pm
7269
Hi guys, If I want to define an operation that can accept any XML document and return any XSL document, what would this look like in WSDL? Assume...
Graham Glass
graham_glass
Offline Send Email
Mar 8, 2002
2:05 am
7270
I am new to SOAP and I have to build a mainframe SOAP RPC Server that will acccept a SOAP RPC. I don't have fancy tools to accept the request so I have to deal...
aspendans
Offline Send Email
Mar 8, 2002
5:38 am
7271
hi there, out of interest, why do you have to write your own SOAP server? it is a complex task to do correctly, and there are already a bazillion free SOAP...
graham glass
graham_glass
Offline Send Email
Mar 8, 2002
5:56 am
7272
for xml document .. <complexType name="a"> <sequence / choice> <any .... /> </sequence / choice> </complexType> You can use the same for xsl also, but to be...
Chandra Kalyanaraman
chandrak@...
Send Email
Mar 8, 2002
7:52 am
7273
Hi Soap can be used in two ways : "RPC" and "Messaging". I have questions regarding this: 1) In the context of Web-Services, Soap seems to be used in "RPC"...
Naresh Agarwal
nagarwal@...
Send Email
Mar 8, 2002
8:40 am
7274
Hi Today, most of the Soap implementations use HTTP for transport protocol..However, in the near future, we expect more support for "Asynchronous" transport...
Naresh Agarwal
nagarwal@...
Send Email
Mar 8, 2002
8:41 am
Messages 7245 - 7274 of 10820   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