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:...
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...
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...
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...
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 ...
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...
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...
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...
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 ... ...
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: I don't think so. The WSDL emitted by Axis, according to the original post, defined AirportInfo as: <complexType name="AirportInfo"> <sequence/> ...
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...
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...
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, 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...
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/)...
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....
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...
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> ...
... 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 ...
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...
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...
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...
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....
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...