Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

soapbuilders

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 1852
  • Category: Protocols
  • Founded: Jan 27, 2001
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Real people. Real stories. See how Yahoo! Groups impacts members worldwide.

Messages

Advanced
Messages Help
Messages 7357 - 7386 of 10831   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
7357 Rich Salz
rich_salz Send Email
Apr 1, 2002
2:05 pm
SOAP RPC Encoding does not have the concept of choice (union), so the WSDL is incorrect. /r$...
7358 Rosimildo daSIlva
rosimildo Send Email
Apr 1, 2002
2:15 pm
... Thanks Ric. I *always* thought that the "schema" in WSDL would be orthogonal to SOAP encoding rules. Thanks for making the point clear. BTW, I used the...
7359 Rich Salz
rich_salz Send Email
Apr 1, 2002
2:17 pm
Wow, Jorgen, where to begin? I disagree with just about everything in your note. So, if only to get an alternate opinion "into the record" let me make state...
7360 Matt Long
mattlong61 Send Email
Apr 1, 2002
2:51 pm
Phalanx interop tests will be down from ~30 days during office move. Web Servers will be down until Monday 4/1/02. Thx, -Matt Long Phalanx Systems, LLC...
7361 derrick_butler Send Email Apr 1, 2002
3:26 pm
Hi All - I've been able to create a simple C# web service using .NET beta 2 with a no param 'Hello World' method, and have been able to call that method from a...
7362 Sam Ruby
sa3ruby Send Email
Apr 1, 2002
3:38 pm
To ensure interoperability, make very sure that you get the correct parameter names. Here is a successful example with various data types: ...
7363 Dave Winer
dwiner Send Email
Apr 1, 2002
5:50 pm
Here's an overview of the publish-subscribe system we've developed at UserLand. http://backend.userland.com/publishSubscribeWalkthrough I've been explaining...
7364 Chester Chen
chesterxgchen Send Email
Apr 1, 2002
6:23 pm
Hi, Sam This is great. Any samples for using .net or VB as Client to test Apache SOAP 2.2 or AXIS server ? Chester ... ...
7365 Sam Ruby
sa3ruby Send Email
Apr 1, 2002
10:25 pm
New offering. I'm not familiar with the product, but I do like the fact that they publish interop results. ;-) - Sam Ruby ... 04:51 PM...
7366 Chester Chen
chesterxgchen Send Email
Apr 2, 2002
12:43 am
I am still testing with VB using MS SOAP toolkit 2.0 SP2 and Apache 2.2. I found out that SOAP tookit 2.0 did not work for me is that "No deserializer found...
7367 Jorgen Thelin
jthelincapec... Send Email
Apr 2, 2002
12:50 pm
... Wow, Rich, I think you have misunderstand almost everything in my note ;-) ... That is because this group is focused on interoperability testing, and the...
7368 Rebecca Dias
silkcorba Send Email
Apr 2, 2002
3:57 pm
www.XMLBus.com/interop has a host of results from the most recent SOAP Builders Interop Forum. Here you can see what implementations and from what vendors are ...
7369 ARVIND KUMAR
arvind_k77 Send Email
Apr 3, 2002
12:52 pm
... hi swati.... actually what u r trying to do , let me know clearly ... what is ur problem ? where you are trying to implement the soap , and what you want...
7370 Robert van Engelen
ravenengelen Send Email
Apr 3, 2002
4:36 pm
Hi, I have a question with regard to the validity of the following schema: <complexType name="address&quot;> <sequence> <element name="city&quot; type="xsd:string"/> ...
7371 Wes Moulder
wes_moulder Send Email
Apr 3, 2002
5:04 pm
I believe local qnames must be unique. I'm not sure where it's specified, and I'll look for it further, but I'm pretty sure that's the case. --Wes ... From:...
7372 Wes Moulder
wes_moulder Send Email
Apr 3, 2002
5:26 pm
Robert, Looking at section 2.5 of xmlschema-1, I gather this: Within a given symbol space, names are unique, but the same name may appear in more than one...
7373 Martin Gudgin
mgudgin Send Email
Apr 3, 2002
6:16 pm
The type definition is not legal. A element with a given QName ( zip ) in a given context ( address type ) cannot be bound to more than one type. The relevant...
7374 Robert van Engelen
ravenengelen Send Email
Apr 3, 2002
6:27 pm
Thanks! It is easy to overlook this kind of information in these long specs. One more question though: is the following legal? <complexType name="baseAddress">...
7375 Wes Moulder
wes_moulder Send Email
Apr 3, 2002
6:51 pm
Robert, I believe it would have to be a restriction, not an extension, since you're changing the behaviour of zip, and even then, I don't think you're allowed...
7376 Robert van Engelen
ravenengelen Send Email
Apr 3, 2002
7:06 pm
Hi Wes, I see. But don't you find it strange that the O in SOAP refers to Objects while XML schemas don't seem to be able to preserve basic OO semantics? A...
7377 CHEN,SHIH-CHANG (HP-N...
shih-chang_chen@... Send Email
Apr 3, 2002
7:10 pm
fixed. thanks, -chen...
7378 Wes Moulder
wes_moulder Send Email
Apr 3, 2002
7:24 pm
Well, as far as Java goes, if you have two classes, Address and USAddress, Like this: public class Address { String city; String zip; String country; } public...
7379 Bob Cunnings
cunnings@... Send Email
Apr 3, 2002
7:28 pm
Hello, How do C# or Java come into the picture? I though you were discussing the limitations of XML Schema... not C# RC...
7380 Sam Ruby
sa3ruby Send Email
Apr 3, 2002
7:40 pm
At the last interop meeting [1] we talked about having the next meeting in about three months in the bay area. I can arrange to host this at the IBM Almaden...
7381 Robert van Engelen
ravenengelen Send Email
Apr 3, 2002
8:10 pm
Hi, ... Sorry, I am primarely looking for OO representations in SOAP and I think there are some problems that need to be addressed at the protocol level. Again...
7382 Yann Christensen
yannc@... Send Email
Apr 3, 2002
9:24 pm
... while XML schemas don't seem to be able to preserve basic OO semantics? From what I understand, in SOAP 1.2 the S, O, A, and P don't stand for anything. ...
7383 Rich Salz
rich_salz Send Email
Apr 3, 2002
9:31 pm
The SOAP RPC encoding can send data (e.g., aliased pointers via href/id) that cannot be expressed in XML Schema. There is no requirement that WSDL use XML...
7384 Martin Gudgin
mgudgin Send Email
Apr 3, 2002
9:34 pm
No, for the same reason. The effective type definition for address is; <complexType name="address&quot;> <sequence> <element name="city&quot; type="xsd:string"/> ...
7385 Rosimildo daSIlva
rosimildo Send Email
Apr 4, 2002
2:29 am
... I agree. The programming languages are what they are. C#, Java, C++ and others have the constructs to build Classes, Inheritance, Polymorphism, etc.These...
7386 Simon Fell
simonfell99 Send Email
Apr 4, 2002
5:00 am
Sam, thanks for driving this. The timing looks good, as does the location. I've looked through the tests, and i don't see how this moves us forward, I couldn't...
Messages 7357 - 7386 of 10831   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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