Search the web
Sign In
New User? Sign Up
soapbuilders
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Want your group to be featured on the Yahoo! Groups website? Add a group photo to Flickr.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 7882 - 7911 of 10820   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
7882
Hi, I'm hitting the IONA round 2 server, but all i get back is a 400 bad request error, here's a wire dump POST...
Simon Fell
simonfell99
Online Now Send Email
Jun 2, 2002
5:02 am
7883
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...
Simon Fell
simonfell99
Online Now Send Email
Jun 2, 2002
7:19 pm
7884
this is a test Duane Douglas Web Developer mailto:ddouglas@......
Duane Douglas
email.lists@...
Send Email
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. -- ...
Tom Jordahl
tomj_88
Online Now Send Email
Jun 3, 2002
3:32 am
7886
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 ...
Daniel Kulp
jdkulp
Online Now Send Email
Jun 3, 2002
2:24 pm
7887
This is the log of the returned stream <?xml version="1.0"?> <SOAP-ENV:Envelope xmlns:SOAP- ENV="http://schemas.xmlsoap.org/soap/envelope/" ...
wangxsteven
Offline Send Email
Jun 4, 2002
6:22 am
7888
I found the cause: void SOAPParameterHandler::endElement(const XML_Char *) { if (m_setvalue) { m_param->SetNull(false); // CLear Null Information m_str.Add(0);...
wangxsteven
Offline Send Email
Jun 4, 2002
10:53 am
7889
I found the cause: void SOAPParameterHandler::endElement(const XML_Char *) { if (m_setvalue) { m_param->SetNull(false); // CLear Null Information m_str.Add(0);...
wangxsteven
Offline Send Email
Jun 4, 2002
10:53 am
7890
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...
P.Q.Hung
hungphamquang
Offline Send Email
Jun 5, 2002
8:39 am
7891
*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...
macjohn123
Offline Send Email
Jun 6, 2002
1:01 am
7892
Many SOAP servers require that the input parameters strictly adhere to the names outlined in their interface specification. In this case, EasySOAP expected the...
rjray@...
rjray_perl
Online Now Send Email
Jun 6, 2002
1:42 am
7893
... 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...
Simon Fell
simonfell99
Online Now Send Email
Jun 6, 2002
3:15 am
7894
Hi, The WSDL docs listed at [1] for BEA give 404s for import1, import2, compound2 and interopTestDocLit. Thanks Simon www.pocketsoap.com [1]...
Simon Fell
simonfell99
Online Now Send Email
Jun 6, 2002
5:05 am
7895
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...
Vincent MATHIEU
vincentmathi...
Offline Send Email
Jun 6, 2002
6:16 am
7896
(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...
rjray@...
rjray_perl
Online Now Send Email
Jun 6, 2002
7:02 am
7897
... rjray> SOAP::Data->name->(a => 12)->type('string') Slight correction. Should read: SOAP::Data->name(a => 12)->type('string') Randy -- ...
rjray@...
rjray_perl
Online Now Send Email
Jun 6, 2002
7:27 am
7898
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....
Glen Daniels
glen_macromedia
Offline Send Email
Jun 6, 2002
7:31 am
7899
... Thank's. But, how can I do the same think with the fault message, item <detail>? -- Vincent MATHIEU CRI - Universite NANCY 2 | Email :...
Vincent MATHIEU
vincentmathi...
Offline Send Email
Jun 6, 2002
4:35 pm
7900
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...
thundercat ho
jredburn
Offline Send Email
Jun 6, 2002
6:21 pm
7901
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...
Prasad Yendluri
prayen
Offline Send Email
Jun 6, 2002
7:00 pm
7902
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...
Daniel Kulp
jdkulp
Online Now Send Email
Jun 6, 2002
7:08 pm
7903
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...
gsoapacct
Offline Send Email
Jun 6, 2002
7:27 pm
7904
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...
simonfell99
Online Now Send Email
Jun 6, 2002
8:32 pm
7905
... Oops. My fault. Editor expanded tabs to spaces. (hate tabs) That would obviously inflate the content length. :) -- J. Daniel Kulp Principal Engineer ...
Daniel Kulp
jdkulp
Online Now Send Email
Jun 6, 2002
8:55 pm
7906
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@...
Send Email
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') ... ...
macjohn123
Offline Send Email
Jun 7, 2002
2:21 am
7908
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@...
Send Email
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...
Simon Fell
simonfell99
Online Now Send Email
Jun 7, 2002
7:23 am
7910
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@...
Send Email
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...
Simon Fell
simonfell99
Online Now Send Email
Jun 8, 2002
5:01 pm
Messages 7882 - 7911 of 10820   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help