Skip to search.

Breaking News Visit Yahoo! News for the latest.

×Close this window

soapbuilders

The Yahoo! Groups Product Blog

Check it out!

Group Information

  • Members: 1852
  • Category: Protocols
  • Founded: Jan 27, 2001
  • Language: English
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Messages

Advanced
Messages Help
Messages 5787 - 5816 of 10832   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand Author Sort by Date ^
5787 Rich Salz
rich_salz Send Email
Nov 1, 2001
9:07 pm
Bob Cunnings and I have written an IETF i-d on soap authentication. It's fairly straightforward. It defines header elements that implement the HTTP basic and...
5788 Kirill Gavrylyuk
kirillg@... Send Email
Nov 1, 2001
10:59 pm
Hi, all! I added another WSDLInterop endpoint on http://mssoapinterop.org , fixed some bugs reported by Steve Waring in previous wsdl interop services. The...
5789 Kingsley Idehen
kidehen Send Email
Nov 1, 2001
11:23 pm
All, I would like bring the following SOAP/WSDL endpoint to your attention: http://demo.openlinksw.com:8890/SOAP/services.wsdl Virtuoso is our muli-protocol...
5790 Bob Cunnings
cunnings@... Send Email
Nov 2, 2001
12:10 am
Hi Kingsley, Looks good, we're always happy to see another endpoint. However, to come into compliance with the Round 2 interop requirements [1], the following...
5791 Kingsley Idehen
kidehen Send Email
Nov 2, 2001
1:15 am
Bob, ... OK. ... OK. Will be fixed ASAP. Kingsley...
5792 dj.adams@...
dj_qmacro Send Email
Nov 2, 2001
11:00 am
... supporting ... Hi Simon Yes indeed, it looks that way is going to be quite interesting. Until now, the SOAP-over-Jabber experiments have seemed pretty much...
5793 pluckshme@...
pluckshme Send Email
Nov 2, 2001
1:23 pm
Hi While transferring an array of bytes from a VC++ 6.0 Application to a Webservice why is it that I am not able to transfer an array of size greater than 48? ...
5794 Rich Salz
rich_salz Send Email
Nov 2, 2001
1:37 pm
Sounds like a bug. :) You will probably be better off consulting the resources (mail lists, news groups, whatever) devoted to the particular websvcs toolkits...
5795 pluckshme@...
pluckshme Send Email
Nov 2, 2001
1:46 pm
In fact I am the author of the webservice as well. The documentation of the SOAP user guide as well as the Documentation of the .NET have mentioned that it is...
5796 pluckshme@...
pluckshme Send Email
Nov 2, 2001
1:50 pm
In fact I am the author of the webservice as well. The documentation of the SOAP user guide as well as the Documentation of the .NET have mentioned that it is...
5797 Bob Cunnings
cunnings@... Send Email
Nov 2, 2001
4:22 pm
Hi Kingsley, Sorry, but there is one more thing... In the schema defining the compound types, the attribute "elementFormDefault" has the value "qualified&quot;....
5798 Kingsley Idehen
kidehen Send Email
Nov 2, 2001
4:30 pm
Bob, OK. Kingsley...
5799 Bob Cunnings
cunnings@... Send Email
Nov 2, 2001
5:05 pm
Hello, The interop Round 2 endpoint table and Client Results table [1] have been updated to include entries from Systinet's "WASP Advanced 3.0" SOAP...
5800 Simon Fell
simonfell99 Send Email
Nov 2, 2001
5:17 pm
... I've been working from your proposal in rpc-jig[1]. Looking through the jabber docs, it appears that <iq> implies a request/response exchange [even though...
5801 Kirill Gavrylyuk
kirillg@... Send Email
Nov 2, 2001
5:51 pm
What tool are you using to build a webservice? MS Toolkit client emits line breaks for xsd:base64Binary - webservice should handle it. Some tools have a bug in...
5802 Simon Fell
simonfell99 Send Email
Nov 2, 2001
6:07 pm
... I've posted updated results for base, B & C. here are the issues i spotted. http://simonfell.manilasites.com/interop 1. response lacks a charset attribute...
5803 Bob Cunnings
cunnings@... Send Email
Nov 3, 2001
6:36 am
Hello, Test results using the White Mesa client: "base" -- all pass. "Group B" -- all pass. "Group C" -- the following fail: -- The cases with the...
5804 Simon Fell
simonfell99 Send Email
Nov 4, 2001
12:24 am
Bob, you're correct [of course !], I've updated my endpoint accordingly. Cheers Simon www.pocketsoap.com...
5805 Simon Fell
simonfell99 Send Email
Nov 4, 2001
12:57 am
Hi, There seems to be a growing number of toolkits that support SwA, it seems like now would be a good time to setup some SwA interop tests. Thoughts ? Cheers ...
5806 yzhang@...
Yunhao Send Email
Nov 4, 2001
1:56 am
Hi Simon, When I sent the following message to log-rp.ashx: <?xml version="1.0" encoding="UTF-8" standalone="no"?> <SOAP-ENV:Envelope xmlns:SOAP- ...
5807 Simon Fell
simonfell99 Send Email
Nov 4, 2001
2:05 am
The problem is that the response from the final destination doesn't have a SOAP-RP header in it. The final destination also has to support SOAP-RP. Cheers ...
5808 yzhang@...
Yunhao Send Email
Nov 4, 2001
3:09 am
Thanks, Simon! I really hoped the final targets won't need to when use a request/response protocal. So that they can concentrate on building services, and...
5809 Simon Fell
simonfell99 Send Email
Nov 4, 2001
3:15 am
yes, there's a non SOAP-RP version available as well, see http://groups.yahoo.com/group/soapbuilders/message/5756 Cheers Simon...
5810 aslom@...
as10m Send Email
Nov 4, 2001
6:49 am
hi, it is our pleasure to make available a major rewriting of SoapRMI that adds an extensible support for multiple security providers and currently supports...
5811 dj.adams@...
dj_qmacro Send Email
Nov 5, 2001
4:50 pm
... correct ? ... an ... Hi Simon You're right, and indeed later in the thread you pointed to on the RPC-JIG mailing list, I (and others) seemed to agree that...
5812 Bob Cunnings
cunnings@... Send Email
Nov 5, 2001
4:51 pm
Hi Simon, Sounds interesting. Do you have any ideas about the format if the testing? Would the emphasis be on doc/literal, or would other possibilities be...
5813 tyris_azriel@...
tyris_azriel Send Email
Nov 5, 2001
5:06 pm
hi all, i'd like some tips before to code the server part of a WebService (i use apache/tomcat, SOAP 2.2, and java for the code) i want to create a webservice...
5814 Rich Salz
rich_salz Send Email
Nov 5, 2001
5:10 pm
... Please ask these on the Tomcat mailing list, or other specific support area. (Start by looking at xml.apache.org, or wherever you got your software from.) ...
5815 Simon Fell
simonfell99 Send Email
Nov 5, 2001
5:50 pm
based on my reading of the spec todate, SwA requires you to use section 5 encoding [as it relies on the href attribute, which is part of section 5, not the...
5816 Paul Kulchenko
paulclinger@... Send Email
Nov 5, 2001
5:57 pm
Hi, Simon! Would it be possible do NOT require to encode response messages? For example, client sends image and server returns image size. That will gives as...
Messages 5787 - 5816 of 10832   Oldest  |  < Older  |  Newer >  |  Newest
Add to My Yahoo!      XML What's This?

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