I just finished a Frontier-SOAP interop test suite which implements the same methods as the services listed on the XMethods Interop Test Lab page[1] ...
Jake Savin
jake@...
Mar 26, 2001 5:01 am
Hi, Jake! echoStringArray calls echoString in payload. Could you also post somewhere or email me request/response (with headers) for failing calls (I'm most...
Paul Kulchenko
paulclinger@...
Mar 26, 2001 5:16 am
Whoops! My mistake. I'd posted the wrong wire-dump for that method, but it's fixed now. See: http://jake.soapware.org/stories/storyReader$21 Regarding the...
Jake Savin
jake@...
Mar 26, 2001 5:32 am
I figured out the problem I was having decoding arrays.[1] It's working properly now. Here are my new test matrix results: (Also note the addition of Frontier ...
Jake Savin
jake@...
Mar 26, 2001 6:39 am
Jake, is this live ?, i still get the same error. Cheers Simon...
Simon Fell
soap@...
Mar 26, 2001 6:54 am
I'm sorry -- I don't understand. Is which live? What's the error you're getting? -Jake...
Jake Savin
jake@...
Mar 26, 2001 6:58 am
I assumed this applied to the server end as well. its working fine against w2k.jspace.org Cheers Simon...
Simon Fell
soap@...
Mar 26, 2001 7:04 am
echoString works fine, but i'm have trouble with arrays as well, i'm trying to call echoStringArray, with this (ignore the full url in the post, this is...
Simon Fell
soap@...
Mar 26, 2001 6:39 am
Simon, If you try the same thing, but call the server at w2k.jspace.org, instead, does it work? -Jake...
Jake Savin
jake@...
Mar 26, 2001 6:54 am
that works ;-> Cheers Simon...
Simon Fell
soap@...
Mar 26, 2001 6:59 am
Ok -- I put the same fix up on soapbuilders.org. It should work there now too. -Jake...
Jake Savin
jake@...
Mar 26, 2001 7:01 am
Sorry -- I meant soapware.org. ;-> -Jake...
Jake Savin
jake@...
Mar 26, 2001 7:03 am
just one left, echoStructArray, looking at http://jake.soapware.org/stories/storyReader$17 and the response i get, its not returning an array but a struct with...
Simon Fell
soap@...
Mar 26, 2001 7:33 am
Thanks, I bet you're right. I'll take a look tomorrow. -Jake...
Jake Savin
jake@...
Mar 26, 2001 7:36 am
Hi all, The Frontier endpoint that jake created is now listed on the ilab table - http://www.xmethods.net/ilab/ilab.html . Cheers, Tony ... ...
Tony Hong
thong@...
Mar 26, 2001 7:54 am
Simon, You were right, I needed to do the same thing I did with the Manila methods that were returning arrays of structs. While I'm not sure the xmlns:urn...
Jake Savin
jake@...
Mar 26, 2001 8:32 am
Wooo Hooo, that's a full set :) Cheers Simon...
Simon Fell
soap@...
Mar 26, 2001 5:04 pm
Hi, Jake! What was the problem SOAPAction for echoVoid? Could you post a wiredump for it (with SOAP::Lite or any other implementation). Thank you. Best wishes,...
Paul Kulchenko
paulclinger@...
Mar 26, 2001 4:17 pm
... Hi Paul, Here's the wiredump... -Jake The request: POST /perl/soaplite.cgi HTTP/1.0 User-Agent: Radio UserLand/7.0 (MacOS) Host: services.xmethods.net ...
Jake Savin
jake@...
Mar 26, 2001 7:08 pm
looks like the request is missing the namespace on the methodname. <echoVoid></echoVoid> should be <m:echoVoid xmlns:m="urn:xmethodsInterop"></m:echoVoid> ...
Simon Fell
sfell@...
Mar 26, 2001 7:11 pm
Thanks, Simon. Makes sense. -Jake...
Jake Savin
jake@...
Mar 26, 2001 7:13 pm
Ok -- I got this working. I was able to call echoVoid for both SOAP::Lite, and 4s4c. (I still get an error with Apache, but it's not related.) Thanks again, ...
Jake Savin
jake@...
Mar 26, 2001 8:08 pm
Hi, Jake! So, by now we have full interop between your implementation, 4s4c and SOAP::Lite as I understand. Best wishes, Paul. ... ...