As a warm-up for tomorrow, I've posted some current group D results http://www.pocketsoap.com/weblog/soapInterop/r3/groupD.html Looks like Axis is have some...
this is a test Duane Douglas Web Developer mailto:ddouglas@......
Duane Douglas
email.lists@...
Jun 2, 2002 8:44 pm
7885
Thanks for the heads up Simon. There was some missing meta-info. We've fixed the Axis problem, but we need to have Sam re-deploy the endpoints tomorrow. -- ...
Simon, ... We upgraded the server on Friday and this may be a result. I just tried hitting it with our clients and everything seems OK. Could you try it ...
I found the cause: void SOAPParameterHandler::endElement(const XML_Char *) { if (m_setvalue) { m_param->SetNull(false); // CLear Null Information m_str.Add(0);...
I found the cause: void SOAPParameterHandler::endElement(const XML_Char *) { if (m_setvalue) { m_param->SetNull(false); // CLear Null Information m_str.Add(0);...
Hi, the simplest way to see whether the problem occurs only when url contains '?' is trying to access (for example by Mozilla browser) some web site with URL...
*Newbie alert* I'm trying to write a simple SOAP::Lite perl script to communicate with the EasySOAP calculator demo. Basically, I'm trying to mimic the...
Many SOAP servers require that the input parameters strictly adhere to the names outlined in their interface specification. In this case, EasySOAP expected the...
... Daniel, I'm still seeing this problem, I've attached the following 1) a raw ethereal capture of exchange [iona.libpcap] 2) a copy of the captured complete...
Hi, I'm using soaplite as service Web, and nusoap as a customer. I encounter two problems with the 'detail' item of the fault object: 1) this item is coded...
(Please try to not send mail as HTML only, at least configure your mail agent to offer multipart/alternative. It makes it very difficult to effectively quote...
Hi y'all! Here's James' first cut at spec'ing a very simple sessions-over-SOAP-headers implementation which we came up with at the soapbuilders F2F this week....
I'm trying to use SOAP::Lite to write a simple client to interface with one of the .NET My Services, specifically myFavoriteWebSites. Basically, I just need to...
Folks, A few comments: 1. I agree that session management is a very desirable thing and should ultimately become a W3C recommendation. I support the plan to...
Simon, ... Well, there are two problems, one on your end and a big one on ours: Your end: the Content-Length header is off. I count 244 characters (including...
From what I understand from the gSOAP documentation (4.2.1 Example)of http://www.cs.fsu.edu/~engelen/soapdoc.html#tth_sEc4.2 To create a web service I should...
Thanks Daniel. I can't see the content-length problem though, I doubled checked and still get 223. Were you using ethereal to examine the dump or just looking...
... Oops. My fault. Editor expanded tabs to spaces. (hate tabs) That would obviously inflate the content length. :) -- J. Daniel Kulp Principal Engineer ...
Hi, Bob, I finally got to it - it turned out to be a test error ( the test parses the received content type for a charset to convert attachment correctly to a...
Kirill Gavrylyuk
kirillg@...
Jun 6, 2002 10:29 pm
7907
My collegue implemented this change and the script ran correctly. Thanks Randy! John ... adhere to the ... EasySOAP ... Changing your ... simpleserver') ... ...
Hi, all, question to IONA folks, could you guys change the value of the definitions/@targetNamespace in [1] from "http://soapinterop.org/main" to ...
Kirill Gavrylyuk
kirillg@...
Jun 7, 2002 3:18 am
7909
As promised on tuesday at the F2F, here's the pointers for the registry service. http://www.pocketsoap.com/registration/ This has details on the SOAP API to...
you can now test interop with ASP.NET's hexBinary implementation. the test is located at http://mssoapinterop.org/asmx/simple.asmx. method echoHexBinary has...
John Koropchak
johnko@...
Jun 8, 2002 2:38 am
7911
... The session token can be arbitrary XML, is it expected that the client will preserve things like comments & PIs ?, It will also need to preserve all the in...