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...
10606
Rajiv K Nistala
nrajivk
Feb 8, 2006 6:39 am
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...
10608
Ritesh
riteshcorleone
Feb 8, 2006 7:16 am
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...
10611
Steve Loughran
steve_loughran
Feb 17, 2006 12:06 pm
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...
10613
Paul Downey
sumnerdowney
Feb 17, 2006 2:43 pm
... 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...
10614
Richard Salz
rich_salz
Feb 17, 2006 3:14 pm
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 ...
10615
Anne Thomas Manes
annemanes
Feb 17, 2006 3:39 pm
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. ...
10618
Jorgen Thelin
jthelin_micr...
Feb 17, 2006 11:47 pm
... 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 :-) ...
10619
Steve Loughran
steve_loughran
Feb 18, 2006 11:39 am
... Half the soapbuilder round endpoints have atrophied; there is nothing that has replaced them...
10620
Doug Davis
dugibm
Feb 18, 2006 12:40 pm
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...
10621
Anil John
aniltj
Feb 18, 2006 4:15 pm
The two mentioned so far are: IBM Interop Endpoints WS-RM - WS-Reliabile Messaging - WS-SecureConversation - WS-Trust - WS-Addressing WS-Tx - WS-Coordination -...
10622
Simon Fell
simonfell99
Feb 18, 2006 6:52 pm
... 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. ...
10623
Steve Loughran
steve_loughran
Feb 18, 2006 7:31 pm
... 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...
10624
Kirill Gavrylyuk
kirillg@...
Feb 18, 2006 7:40 pm
If you look closer at http://mssoapinterop.org/ilab/ I think you will find more of the application level interop test endpoints there ...
10625
Kirill Gavrylyuk
kirillg@...
Feb 18, 2006 8:11 pm
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...
10626
Kirill Gavrylyuk
kirillg@...
Feb 18, 2006 8:18 pm
Endpoints for other MS web services stacks are listed at: http://mssoapinterop.org/ ________________________________ From: soapbuilders@yahoogroups.com...
10627
Simon Fell
simonfell99
Feb 18, 2006 10:03 pm
ok, here's your first bug report I send <S:Envelope ...
10628
Dennis Sosnoski
d_sosnoski
Feb 19, 2006 2:01 am
... 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...
10629
Steve Loughran
steve_loughran
Feb 19, 2006 4:46 am
... 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...
10630
Simon Fell
simonfell99
Feb 19, 2006 7:59 am
ok, here's your first bug report I send <S:Envelope ...
10631
Robert van Engelen
ravenengelen
Feb 19, 2006 5:57 pm
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...
10635
bowserjs2
Feb 22, 2006 4:58 pm
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...
10641
Kogan, Tamara
tkogan2002
Feb 24, 2006 6:39 pm
Kirill, I am trying to test our Web services client interoperability. Sending the following message: POST ...
10642
Vipul Modi
vipul_modi
Feb 24, 2006 8:17 pm
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...
10643
Kogan, Tamara
tkogan2002
Feb 24, 2006 9:43 pm
... extension. ... If ... xmlns="http://schemas.datacontract.org/2004/07/XwsInterop.SoapWsdl.Compl ... ...
10644
Vipul Modi
vipul_modi
Feb 25, 2006 12:38 am
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 ...
10645
Steve Loughran
steve_loughran
Feb 25, 2006 10:50 pm
... 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...