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...
... 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...
Glen Daniels
glen@...
Feb 17, 2006 2:24 pm
10613
... 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....
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/...
Kirill Gavrylyuk
kirillg@...
Feb 17, 2006 4:16 pm
10617
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. ...
Kirill Gavrylyuk
kirillg@...
Feb 17, 2006 10:03 pm
10618
... 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. ...
... Doug, I haven't looked at yours. but I note that the MS scenarios come with the following T&Cs "Microsoft grants a limited license to use these Web...
If you look closer at http://mssoapinterop.org/ilab/ I think you will find more of the application level interop test endpoints there ...
Kirill Gavrylyuk
kirillg@...
Feb 18, 2006 7:40 pm
10625
Steve, about T&Cs, thanks for pointing this out. Their intent is to prevent cases like someone prints the docs, gets excited about interoperability, starts...
Kirill Gavrylyuk
kirillg@...
Feb 18, 2006 8:11 pm
10626
Endpoints for other MS web services stacks are listed at: http://mssoapinterop.org/ ________________________________ From: soapbuilders@yahoogroups.com...
Kirill Gavrylyuk
kirillg@...
Feb 18, 2006 8:18 pm
10627
ok, here's your first bug report I send <S:Envelope ...
... I agree completely. Given that we're stuck with schema for Web services work (which we are, AFAICS) I'd love to see framework developers publish lists of...
... As usual, the thought of long-haul travel to spend a week in a windowless room with a patchy WLAN fills me with enthusiam, an enthusiasm barely dampened by...
We are pleased to announce the release of the gSOAP 2.7.6e Web services toolkit available from SourceForge: http://sourceforge.net/projects/gsoap2 - Intended...
Hello all i am trying to get a project that i already wrote on Linux working on vxWORKS. This project uses gSOAP, has anyone been able to get a project to...
1. Why the server ignores the price and color values? As per the schema the type Table is derived from Furniture by extension. The base members should be...
The WCF stack does not validate the schema by default. You can specify to use the validating XmlReader to the stack. The endpoints are not using it. - Vipul ...
... Most SOAP stacks dont validate incoming against the schema, relying on the O/X mapping engine to do the right thing. I normally set up my debug builds of...