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

Yahoo! Groups Tips

Did you know...
Hear how Yahoo! Groups has changed the lives of others. Take me there.

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 9054 - 9084 of 10820   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
9054
Hi, I am having the following problem while trying to run testClient for webServices with WSAD. All the codes are in my local machine and the WSDL points to...
august_pm <primy73@...>
august_pm
Offline Send Email
Mar 3, 2003
9:03 pm
9055
In SOAPParameterHandler.cpp: void SOAPParameterHandler::endElement(const XML_Char *) { if (m_setvalue) { m_param->SetNull(false); //This line forcefully masked...
Steven Wang
wangxsteven
Offline Send Email
Mar 5, 2003
2:48 am
9056
Hi all, Well, I have a simple query. I am working on building a SOAP Client and Server using JAVA. I couldnt find any SOAP tool kit which supports SOAP version...
Kishore Angrishi
angrishi
Offline Send Email
Mar 5, 2003
9:59 am
9057
I am using SOAP::Lite +autodispatch =>uri=>'http://x.y.com/XYZ', proxy=>'http://x.y.com/location/xyz.cgi'; my $client=XYZ->processRequest($var); print $client;...
raddi123
Offline Send Email
Mar 5, 2003
7:43 pm
9058
Hmm. Shouldn't it be as simple as: my $client = SOAP::Lite ->uri('http://x.y.com/XYZ') ->proxy('http://x.y.com/location/xyz.cgi'); my $response =...
Byrne Reese
byrnereese
Offline Send Email
Mar 5, 2003
7:48 pm
9059
Thanks. I was using the autodispatch method so that I dont have to use reference. I changed the code and now it does not give me any errors. Thanks ... ...
raddi123
Offline Send Email
Mar 5, 2003
8:34 pm
9060
Hello, An additional SOAP 1.2 test endpoint is available as described at: http://www.whitemesa.net/wsdl/Round5BaseTypes.wsdl which implements tests of...
Bob Cunnings
cunnings@...
Send Email
Mar 6, 2003
5:41 am
9061
Hello, I am working on the J2ME platform on an embedded device that may need to provide certain Web services. My requirement is that I need to marshall the...
Gaurav
grana_13
Offline Send Email
Mar 6, 2003
7:15 pm
9062
Both XML-RPC and SOAP both support transporting binary data using base64-encoding. You can use Apache's XML-RPC implementation found here: ...
nasseam_02754
nasseam
Offline Send Email
Mar 9, 2003
9:01 pm
9063
Is there a standard or product (open source or commercial) for creating persistent objects using web services? For example, I want to be able to create an...
asimjalis
Offline Send Email
Mar 11, 2003
3:15 pm
9064
Asim, Take a look at OpenLink Virtuoso, you can download a free eval from: http://www.openlinksw.com <http://www.openlinksw.com/> or ...
Kingsley Idehen
kidehen
Offline Send Email
Mar 11, 2003
3:34 pm
9065
I'm afraid I am out of the office on vacation until Thursday the 20th of March. If you need to get in touch with me please try my US mobile number, which is...
doneill@...
don_o_neill
Offline Send Email
Mar 11, 2003
7:54 pm
9066
Hello, I was just wondering if somebody knows as to how much is the footprint if you use SOAP with Attachment APIs. I mean the total footprint (incl. standard...
Gaurav
grana_13
Offline Send Email
Mar 11, 2003
11:40 pm
9067
Pls, are there any published interop results of SOAP::Lite client for soapbuilders tests? There is no link at whitemesa [1] and pockesoap [2]. [1]...
Tomas Bahnik
tomas.bahnik@...
Send Email
Mar 14, 2003
1:55 pm
9068
All, The Basic Profile Working Group in Web Services Interoperability Organization (WS-I) [1] is looking at the MIME bindings from WSDL 1.1. There is a...
Anish Karmarkar
Anish.Karmarkar@...
Send Email
Mar 14, 2003
7:12 pm
9069
Hello, Test endpoints are now available for SOAP RPC "literal" operations in accordance with the WS-I Basic Profile. Browser based test clients for SOAP 1.1...
Bob Cunnings
cunnings@...
Send Email
Mar 16, 2003
2:18 am
9070
Hi all, I am interested in installing and using SOAP::Lite for Perl on my development machine so I just visited the dedicated website at www.soaplite.com One...
luc.gauthier@...
anonyme2m
Offline Send Email
Mar 18, 2003
10:52 am
9071
... SOAP::Lite is the most up-to-date, and the most complete SOAP toolkit for Perl. The only other toolkit is much older, and definately not being worked on. ...
Randy J. Ray
rjray_perl
Online Now Send Email
Mar 18, 2003
11:45 am
9072
Is it possible to choose number port when consuming an asp.net web service by a visual basic 6.0 application with SOAP? How can I do it?...
ofsouto
Offline Send Email
Mar 19, 2003
3:11 pm
9073
Repeat of an earlier thread. Any Trouble? The WSDL doc for the White Mesa endpoints supporting the xmlp-* tests [1] have been broken into four docs, one for...
fake_rolex_replica_wa...
fake_rolex_r...
Offline Send Email
Mar 20, 2003
9:32 am
9075
Does anybody know where I can get a good .Net soap webservice tutorial that shows how to transport complicated XML docs in the soap body? The tutorials I am...
tomandlis
Offline Send Email
Mar 21, 2003
4:56 pm
9076
Announcement: SOAP::MIME was written to provide full support for SOAP w/Attachments using MIME. Until recently it only supported client-side attachments, or...
Byrne Reese
byrnereese
Offline Send Email
Mar 24, 2003
5:35 pm
9077
Axis (1.1RC) currently generates a HTTP 204 response in obscure circumstances, which I am yet to track down. It is effectively done when a request gets...
Steve Loughran
steve_loughran
Offline Send Email
Mar 25, 2003
6:21 pm
9078
Steve, ... As far as I understand there is nothing in SOAP1.1 spec that requires 200OK status code to be returned. In fact, spec [1] clearly says: "For...
Paul Kulchenko
PaulClinger
Offline Send Email
Mar 25, 2003
6:55 pm
9079
Paul Kulchenko says ... Thanks for those minutes; I hadnt seen those before, only the 1.1 and 1.2 specs, and this bit from the current draft of the WS-I basic...
Steve Loughran
steve_loughran
Offline Send Email
Mar 25, 2003
7:06 pm
9080
Hi, FWIW the WM implementation returns 204 when processing WS- Routing messages when the SOAP response is being routed along an HTTP reverse path different...
Bob Cunnings
cunnings@...
Send Email
Mar 25, 2003
8:06 pm
9081
Hi, I would like to get comments on a new web service, I had a developer help me build. It's a SOAP-interface to my "knowledge base" (link collection, see...
John Gøtze
johngotze2001
Offline Send Email
Mar 25, 2003
9:21 pm
9082
Hello guys, I am trying to get access to soap service which removes the Microsoft "dataset" and serves the response as an array, schema included in the WSDL...
norichung
Offline Send Email
Mar 26, 2003
3:10 am
9083
I too have not heard from Paul in a while. My last correspondence with him was in November. We have been conspiring together to kick off a new SOAP::Lite...
Byrne Reese
byrnereese
Offline Send Email
Apr 1, 2003
12:47 am
9084
... So maybe you could tell me if SOAP::Lite supports doc/lit wsdl in the right way. Tomas...
Tomas Bahnik
tomas.bahnik@...
Send Email
Apr 1, 2003
7:36 am
Messages 9054 - 9084 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