... Is there anything I can do to help advance GET testing? For anyone who didn't see it, I made a proposal that I meant to be pretty simple, doable and...
Paul, Why would the 'GET' and 'POST' URI be required to be the same. Albeit, not a bad idea. Thx, -Matt Long Phalanx Systems, LLC ... if ... Conference ... ...
... Hi Matt, See the following discussion: http://groups.yahoo.com/group/soapbuilders/message/8204 http://groups.yahoo.com/group/soapbuilders/message/8205 ...
Hi. I was wondering if there is a description of what the charter/purpose of the soap builders community is about and who the members are (as in the...
Hi, Regarding GET testing... I see two options here: a) retrofit existing published interop test endpoints with the new feature as you suggest, using the same...
Bob Cunnings
cunnings@...
Aug 2, 2002 3:56 pm
8298
From the description of the group: Builders of SOAP implementations can use this forum to discuss cross-implementation interoperability issues, spec...
A quick question. For SOAP 1.1, is the order in which elements appear in SOAP:Fault important? Is it true that the Sun toolkit wants the Fault elements to...
I believe it falls under a spec/schema discrepency. I'd follow the spec since the schema seems incomplete in other regards. --Wes ... From: David Crowley...
Yes, the spec is vague and the schema "wrong" For maximum interop, I suggest keeping the order and putting any additional data under the detail element. /r$...
Hi. Is http://www.xmethods.net/ilab/ the official URL for this community ? Why isnt Sun's enpoint listed in there or has the page just not been updated ? Where...
... Here is my two cents worth of unsollicited opinion (read: rant). It is certainly ironic that the bloat has crept into protocols such as UDDI 3.0 and SOAP...
It depends on what you're looking for. http://www.xmethods.net/ilab is the URL for the "Round 1" interop testing page. http://www.whitemesa.com/interop.htm is...
Bob Cunnings
cunnings@...
Aug 3, 2002 5:06 pm
8309
I am having an interop problem with Apache Axis client and .NET C# webservice. I know i am doing something wrong but my Values are getting dropped (getting a...
... The namespaces don't match on incoming. The easiest fix is to add the following to your C# code, immediately before the class. ... Alternatively, use...
I have built a simple service in Websphere. The class has a java.util.Date member. I created a service to create this type of class. The service tests well...
... The official URL for this community is http://www.soapbuilders.org. You'll see a specification of the various rounds defined in this community at this URL....
www.soapbuilders.org is relatively new. If you want a history http://www.xmlbus.com/interop/overview/#history on SOAPBuilders, you can read a history I wrote...
Could folks tell me how they define an array of MIME attachments in WSDL 1.1? You can't really use a part's type, because the binding essentially ignores that...
You can't, I flagged this a few weeks ago on the wsdl list. It also appears that the DIME binding for WSDL might be using restrictions wrongly [i need to...
http://nagoya.apache.org:5049/axis/services/echoA?wsdl is giving a NullPointerException. Here is what I'm getting on my browser screen: AXIS error Sorry,...
Getting value from stuff you don't own is a compelling idea. Just think, someone else has created something that has value, and has made it available to you....
Hi all I am using Apache soap 2.2 and SoapLite both, on server side. I was interested to know , about how to access HTTP header info on server side i.e...