Fred, echoNotation still exists in your WSDL...Shouldn't it be removed? (as per http://groups.yahoo.com/group/soapbuilders/message/8739). Also, Can you please...
We'll create a Round5 BaseType home page and pretty up the WSDL in the next few days. Sorry for the delay, we were getting the GroupD server side tests cleaned...
Hi, Looks good, here are results from testing with the WM client: group H - simple rpc -- all pass except: -- echoMultipleFaults2 with "whichFault" value 1...
Bob Cunnings
cunnings@...
Nov 1, 2002 3:17 pm
8807
Hi, Thank you very much! I'm going to get closer look at the errors and will fix these issues ASAP. Thanks a lot, Mitko ... -- Mitko Iliev...
Mitko Iliev
imitko@...
Nov 1, 2002 4:08 pm
8808
hi all I am trying to develope java client for Round 2- InteropTestR2Base wsdl. I am using apache axix 1.0 version. I am geting Unrecognized SOAPAction HTTP...
Hello, Is it known in what version this will be fixed? I tried with .Net Framework SP2 (Version:1.0.3705.288) and the current public 1.1 beta, but this bug was...
It should be fixed in 1.1 (including the beta). Please double-check your results and let me know if you're still seeing the problem. Thanks alex ... From:...
Hi, I've patched the server on these endpoints, now it should respond properly on echoMultipleFaults2, echoMultipleFaults3 echoAnyType and must have proper...
Mitko Iliev
imitko@...
Nov 5, 2002 5:29 pm
8812
Hi,i am a new user. I instal SOAP toolkit3.0 on Win2k(SP3) work station. When i try to create first sample from help (DocSample1) i got an ... Client: Loading...
In case you missed it, a working group draft of the WS-I Basic Profile 1.0 which has been released in draft form for public comment [1], as described in the...
Hi Paul, The CapeConnect toolkit listing is slightly out of date (our fault for not telling you about v2.1 through v3.6 in the interim), and we are now us to...
Hi, I've retested with the result that all pass except Group I "echoComplexTypeAsSimpleTypes" which still returns a "nil" string when the string in the request...
Bob Cunnings
cunnings@...
Nov 6, 2002 8:22 am
8816
... Yeah, UDDI and all. I just hope that's not the stone that sinks it. All those anti-RPC people are vendors who want us to rewrite all our legacy code. :) ...
I ran the Apache Axis client tests (test/wsdl/interop4) against these endpoints (after fixing a minor bug in our test driver to correctly use a provided URL). ...
Hi, It's fixed now. Thank you very much, Mitko ... -- Mitko Iliev Email : imitko@... Developer Web :...
Mitko Iliev
imitko@...
Nov 7, 2002 9:56 am
8819
Hi, The echoAnyElement and RetAny do parse of the incoming XML fragment to ensure at least well formed XML, so the product of parsing is serialized on output. ...
Mitko Iliev
imitko@...
Nov 7, 2002 10:03 am
8820
Mitko, Retested and all of the simpleDocLit operations pass. Cool! Are you going to do the complexDocLit too? Yes, I agree that the prefixes do NOT have to...
Bob, The whitemesa WS-Routing endpoint has "http://localhost/multihop" as it's soap:address location. This makes it a little difficult to play with. --Wes...
Hi, Sorry Wes, I've fixed it up. Please let me know if you have any more trouble. BTW for some time the 4s4c WS-Routing endpoint has been returning a fault,...
Bob Cunnings
cunnings@...
Nov 7, 2002 7:29 pm
8823
Maybe one could also test the functionality of an intermediary in a slightly different manner: General Test Setup ... We use a single HTTP request/response for...
All, Curious to know whether mixed, i.e., literal and encoded headers, is widely supported when - 1) There is a dependency in the order of headers 2)...
FWIW the White Mesa implementation supports an arbitrary mix of encoded and literal headers. However, multi-ref ("non root") header entries are referenceable...
Bob Cunnings
cunnings@...
Nov 7, 2002 10:45 pm
8827
If an intermediary inserts a literal header AND the original message is encoded, the inserted literal header MAY be required to 'turn-off' encoding. However,...
FWIW my rule is to never place the env:encodingStyle element on the env:Envelope, env:Header, or env:Body elements, avoiding the problem. RC...
Bob Cunnings
cunnings@...
Nov 8, 2002 12:09 am
8829
Yup. SOAP 1.2 enforces this by limiting use of eS attribute to (among other things) not include env:Envelope, env:Header, and env:Body (see full description at...
If I understand correctly, the message that would be normally sent from the intermediary to the ultimate destination would be shipped back to the client...
Bob Cunnings
cunnings@...
Nov 8, 2002 1:48 am
8831
I agree with everything you say and yes, the idea is strictly to test the SOAP intermediary processing, not the relaying to another node. The goal was to make...
Wes, The closest thing that comes to mind is the HP test tool at: http://soap.bluestone.com:5000/wsr/wsrconformancerunner.aspx which allows you to plug in an...