Search the web
Sign In
New User? Sign Up
wsdl
? 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 1245 - 1274 of 2160   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
1245
Has anyone read the book on web services named Java Web Services Architecture? I live in India and wanted feedback before purchasing. Here is the link:...
Balanchandra
balachandraf...
Offline Send Email
Jun 2, 2003
1:26 am
1246
Hi folks. I just wanted to let you know that my book is now available for pre-order From Amazon: ...
Anne Thomas Manes
annemanes
Offline Send Email
Jun 2, 2003
2:24 pm
1247
Unfortunately my publisher (Addison-Wesley) prohibits me from publishing the book online. You can see the Table of Contents and Preface on the Addison-Wesley...
Anne Thomas Manes
annemanes
Offline Send Email
Jun 3, 2003
11:36 pm
1248
Hi: I'm just starting to learn wsdl. I have some very basic questions here: 1. I know that wsdl is basically a xml document, it defines a web service, but...
cnlayer
Offline Send Email
Jun 9, 2003
2:28 am
1249
WSDL defines how a client can invoke a web service and the responses it may get back. There are a number of tool suites that generate client proxies and...
info@...
peeterjo
Offline Send Email
Jun 9, 2003
5:01 am
1250
Thank you very much, your reply has given me an good idea how web service using wsdl works. But I still have some problem here, I'm currently on a project aim ...
cnlayer
Offline Send Email
Jun 9, 2003
5:53 am
1251
Web services are not usually used in a P2P context. Have you looked at technologies that are dedicated to P2P such as JXTA and Gnutella? I am not sure what and...
info@...
peeterjo
Offline Send Email
Jun 9, 2003
7:38 am
1252
I know of four SOAP/WSDL implementations for J2ME: - kSOAP 1 (open source) -- http://ksoap.enhydra.org/ - kSOAP 2 (open source) -- http://www.ksoap.org/ -...
Anne Thomas Manes
annemanes
Offline Send Email
Jun 9, 2003
11:49 am
1253
Hi: Many thanks to those who answered my questions. Indeed I find it difficult to achieve wsdl web service on a p2p wireless network. So I think I'd better...
cnlayer
Offline Send Email
Jun 10, 2003
4:13 am
1254
I see that you are using Apache SOAP. The project has been superseeded by Axis (also an Apache project). I would recommend to upgrade to Axis. There is some...
info@...
peeterjo
Offline Send Email
Jun 10, 2003
4:29 am
1255
Oh really, I go try that. Thanks ... superseeded by Axis (also an Apache project). I would ... and a dedicated user's group. ... on ... little ... tested ... ...
cnlayer
Offline Send Email
Jun 10, 2003
5:27 am
1256
Hi, I have few questions regarding WSDL descriptions. WSDL editors allow us to create a description given as follows: <message...
Kaarthik Sivashanmugam
s_kaarthiks
Offline Send Email
Jun 19, 2003
1:40 pm
1257
Kaarthik: First, both WSDL variants you show are correct (a message with multiple parts, or a message with a single, complex-typed part). The WSDL spec allows...
Mark Young
mark_t_young
Offline Send Email
Jun 19, 2003
4:21 pm
1258
... Mark: I don't think so. The WSDL emitted by Axis, according to the original post, defined AirportInfo as: <complexType name="AirportInfo"> <sequence/> ...
James Yegerlehner
jyegerlehner
Offline Send Email
Jun 20, 2003
2:54 pm
1259
Kaarthik, The JAX-RPC [1] specification defines a standard mapping between WSDL and Java. It provides the answer to your question. Section 4.3.4 provides a set...
James Pasley
jepasley
Offline Send Email
Jun 20, 2003
5:07 pm
1260
Attached is a very simple example of a WSDL file that fails(produces undesired behavior in my opinion) when parsed with WSDL2Java and Sun's JWSDP_1.1...
thepopeofantelope
thepopeofant...
Offline Send Email
Jun 20, 2003
11:41 pm
1261
Hi Mark/James/James, Thanks for your replies. They were very helpful. I will be glad if someone can explain me or give me few good references on implementing a...
Kaarthik S
s_kaarthiks
Offline Send Email
Jun 21, 2003
2:29 pm
1262
Kaarthik, using holders is quite simple, each holder class has a member variable called "value". Once you've created the holder class itself, you use the...
James Pasley
jepasley
Offline Send Email
Jun 23, 2003
1:02 pm
1263
The idea of agile outsourcing came to me after finishing up my latest book: Java Web Services Architecture (http://www.amazon.com/exec/obidos/ASIN/1558609008/)...
James McGovern
entarchbook
Offline Send Email
Jun 29, 2003
1:15 pm
1264
Hi, I'd like to write a small application that generates a SOAP message given a WSDL file, similar to the generic SOAP client at: ...
zardal17
Offline Send Email
Jul 3, 2003
12:49 pm
1265
I don't know about C/C++ libraries in the public domain, but XML Spy (http://www.altova.com) certainly generates (and sends) SOAP messages from a WSDL file....
info@...
peeterjo
Offline Send Email
Jul 3, 2003
6:19 pm
1266
I'm not aware of any WSIF-like tool for C++. There are a number of SOAP implementations for C and C++: - gSOAP (open source) provides a lightweight WSDL...
Anne Thomas Manes
annemanes
Offline Send Email
Jul 3, 2003
9:35 pm
1267
How do I specify that a web service may return zero or more attachments? (The exact number is not known in advance.) <wsdl:output> <mime:multipartRelated> ...
Eric Jain
ericjain
Offline Send Email
Jul 12, 2003
2:27 pm
1268
... Put in the namespace. If you need to extract that information from a web service- the easiest way would be to pull it out of the namespace with and Xpath ...
grant stevens
starbelly909
Offline Send Email
Jul 14, 2003
4:41 am
1269
... Not sure I follow you... Could you give an example WSDL fragment for a web service that returns several attachments?...
Eric Jain
ericjain
Offline Send Email
Jul 14, 2003
8:30 am
1270
Hi, I need help.When I used the invoke method of Glue to use a WebService exposed in Apache Soap, the result is always null. But I sure that the method is...
sophie wagner
wagner_essaim
Offline Send Email
Jul 15, 2003
12:44 pm
1271
Hi, I need help.When I used the invoke method of Glue to use a WebService exposed in Apache Soap, the result is always null. But I sure that the method is...
sophie wagner
wagner_essaim
Offline Send Email
Jul 15, 2003
12:44 pm
1272
Can you provide us with your wsdl? ... From: sophie wagner To: wsdl@yahoogroups.com Sent: Tuesday, July 15, 2003 8:44 AM Subject: [wsdl] invoke with Glue Hi, I...
Anne Thomas Manes
annemanes
Offline Send Email
Jul 15, 2003
3:19 pm
1273
WSDL Builders, Many of you have seen or used SOAPscope 1.0 to monitor SOAP communications. We are now pleased to make available the beta of SOAPscope 2.0....
Mark Ericson
mericson
Offline Send Email
Jul 17, 2003
6:59 pm
1274
Hi I have added the MSSOAP30.dll in my c# project from soaptoolkit3.0 What namespace does WSDLReader30 belong to? I cannot compile !! thanks for any input...
sonaliDev
Offline Send Email
Jul 18, 2003
1:34 am
Messages 1245 - 1274 of 2160   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