Does anyone know if the state of the art is improving for handling xs:nillable and xs:minOccurs in SOAP toolkits? I looked around the soapbuilders archives and...
... The vast majority of tools continue to merge minOccurs=39;0' and nillable='1' into NULL. .NET for reasons which only make sense to MSFT will treat it as 2 ...
10583
Glen Daniels
glen@...
Jan 13, 2006 3:51 am
Hi Simon, all: ... And what you'd like to happen is what exactly? In the Java world, for instance, you can typically choose to process SOAP messages either...
... For tools that map to objects, what I'd like is for it to be mapped to something like private String myFoo; private boolean myFooExists; public void...
... 'correctly39; being the key here: I've encountered many databinding tools that send xsi:nil='true' regardless. AIUI elements without nillable='true' in the...
10586
Glen Daniels
glen@...
Jan 13, 2006 1:38 pm
... Absolutely. It would be nice to run another series of interops with the current state-of-the-art tools and see which packages do this right/wrong. --Glen...
10587
Glen Daniels
glen@...
Jan 13, 2006 1:44 pm
... Gotcha. A little clunky, but usable. I could see enhancing Axis/Axis2 to do this.... ... Wow. Well, one hopes that they'll have fixed that well before...
... The W3C XML Schema patterns for databinding WG aims to build a test suite. One of the proposals on the table surrounds building the tests in such a way...
... Hi Glen, I agree it's hard to build tools when you have to divine the schema author's intent. Schemas in the wild differ, um, wildly on what minOccurs and...
... If you were to host the test files on a publicly accessible CVS or SVN repository, with a license that everyone was happy with (like the apache one), then...
Test suite for WSDL 2.0 is http://dev.w3.org/cvsweb/2002/ws/desc/test-suite/ You can join this mailing list if you are willing to submit testcases. ...
Windows Communication Foundation (WCF) Interop Plug-fest - 7-9 March 2006 Microsoft Corporation would like to invite you to a 3-day Windows Communications...
Hello I am trying to use NuSoap.I must specify iam a new user to soap. I am trying to send texual messages from a php-mysql program on server to a java client...
Hi, I was trying to invoke the systinet webservice from the following URL. http://soap.systinet.net/interop/wss.html. I am using Ping2 WebService Java based. I...
Hi Everyone, I am implementing a web service using wsdl, axis, vc++.net (client). The project was compiled properly. I am able to send my request properly to...
Given that SOAPBuilders is effectively dead, and what few endpoints there are left serving up stagnant rpc/enc data, how are SOAP projects doing their interop...
10612
Glen Daniels
glen@...
Feb 17, 2006 2:24 pm
... Apparently everyone is waiting until WCF comes out and then they'll make sure they work with that. Nothing else matters, does it? (I'm not putting the...
... Genuine COL (Cry-Out-Loud) Of course the chances of them then interoperating with each other remain slim. ... If people have test cases and scenarios for...
Using the WS-I tools and hoping the "transitive property of interoperability" works. Various point solutions doing WS-xxx interops under the aegis of OASIS ...
Paul, In the early days of SOAP and WSDL (i.e., before WS-I), the soapbuilders interopathons were absolutely essential -- just to get basic interop to work....
10616
Kirill Gavrylyuk
kirillg@...
Feb 17, 2006 4:16 pm
Steve, I think there are plenty of interop endpoints from every vendor that folks test against. Here are those from MSFT (WCF): http://mssoapinterop.org/ilab/...
10617
Kirill Gavrylyuk
kirillg@...
Feb 17, 2006 10:03 pm
Dear WS-Builders, As many of you observed, the WCF endpoints for the upcoming plug-fest were flaky over the last couple weeks, the issue was fixed this week. ...
... they'll make sure they work with that. You don't need to wait! - There are Microsoft endpoints available right now that you can test against :-) ...
Not sure that's really a fair statement. As Kirill pointed out there are endpoints out there its just that a lot of them are focusing on some of the newer...
The two mentioned so far are: IBM Interop Endpoints WS-RM - WS-Reliabile Messaging - WS-SecureConversation - WS-Trust - WS-Addressing WS-Tx - WS-Coordination -...
... What about people that want to test interop at the body level (or data-binding level if you will) ? When the WS-I killed off soapbuilders, that got lost. ...