We are proud to announce the release of Apache Axis C++ v1.0 (Alpha). This implementation of a C++ SOAP engine provides a stable platform for developing Web...
Susantha Kumara
susantha@...
Nov 5, 2003 12:26 pm
9559
All, I wonder if anyone can help/advise with the following interoperability issue we are encountering? We have a .NET web service that takes an abstract type...
OpenLink Software is proud to announce the release of Virtuoso 3.2, a cross-platform Universal Server for SQL, XML, and Web Services. The new release includes...
All, Apologies for the duplicate post, but the original post had formatting problem which more than likely obscured the essence of the post. Here is a ...
WS-SecureConversation / WS-Trust Interop Workshop Nov 18-19, 2003 WS-Federation Feedback Workshop Nov 20, 2003 VeriSign, IBM, Microsoft and RSA, authors of the...
Hello, Will anyone be able to tell if Microsoft .NET Framework SDK WSDL tool is capable of handling includes inside a schema? We have a wsdl which is document...
Saha, Saikat
saikat.saha@...
Nov 5, 2003 9:36 pm
9564
Is there any intent to move these WS-xxx specs from adhoc vendor forums to public standards organizations? /r$ -- Rich Salz Chief Security...
I am using Apache Axis and Tomcat server. I have a server that throws user defined exceptions to the client. I am able to deploy the web service, but when I...
Hi I have narrowed down the problem for the cause of the error to the MySQL. Whenever I my server program tries to get a database connection, SQLException is...
The following article does describe the problem i.e. pass polymorphic arguments to a WebMethod. http://www.xml.com/pub/a/2002/02/20/endpoints.html Please read...
I want to write a client in asp.net which will invoke java functions using soap. I have used Axis to generate wsdl. My java methods uses apachesoap:Map. While...
Hi, I have an existing Java servlet running on Apache-Tomcat. I have developed a .NET client, with which I am trying to replace the existing Java client...
I read that for security reasons the following should be added to the web.config file. <remove name="HttpPost" /> <remove name="HttpGet" /> As soon as I added...
I have a webservice. The client has a page on their site that, when the user click the submit button, goes to my webservice and returns data to the client's...
... Okay, this is not so. Web Services aren't always completely dependant on one vendor's browser with its arcane and buggy security system. /r$ -- Rich Salz...
WS-SecureConversation / WS-Trust Interop Workshop Nov 18-19, 2003 WS-Federation Feedback Workshop Nov 20, 2003 VeriSign, IBM, Microsoft and RSA, authors of the...
Hi, I am using C# and consume the java web service. I want to view the soap response from the java web server, what can I do to view the soap response? Thanks...
A good tool I found is the TCPTrace http://www.tcptrace.com/ Regards, Ragae ... __________________________________ Do you Yahoo!? Protect your identity with...
I have a webservice that works just fine. Unfortunately, the first time a user uses it, it takes forever to return the data. Can someone tell me why this...
FYI, we have started an effort at http://sf.net/projects/wss4j/ (Apache Licence). Please join the mailing list (http://sourceforge.net/mail/?group_id=81168) if...
Is there any .Net class for diplaying the Soap message send to web service and to display the response Soap message from the Web service. Thank asg Regards, ...
Have a WS with a 100% schema based data-types, including faults as other data type. Is there any tool that generates data type classes and exceptions from the...
Hello Everyone, I am running a SOAP service on Apache Tomcat 3.3.1a. I have all my server/client files written in Java. Everything seemed to be working ...