[DII] DynamicInvoker for rpc-style wsdl's / Need Help for doc-lit

2002-10-13 Thread Davanum Srinivas
Team, FYI, Ported WSIF's DynamicInvoker to use our DII..For example you can try the following: java samples.client.DynamicInvoker http://www.xmethods.net/sd/2001/TemperatureService.wsdl getTemp 02067 java samples.client.DynamicInvoker http://services.xmethods.net/soap/urn:xmethods-delayed-quote

cvs commit: xml-axis/java/samples/client DynamicInvoker.java

2002-10-13 Thread dims
dims2002/10/13 12:36:38 Modified:java/samples/client DynamicInvoker.java Log: - Allow more than one port in wsdlPick the first one. - Improve error message. (Don't typecast to QName as Map can have strings as keys as well) Revision ChangesPath 1.2 +2 -6

cvs commit: xml-axis/java/src/org/apache/axis/client Call.java

2002-10-13 Thread scheu
scheu 2002/10/11 14:16:11 Modified:java/src/org/apache/axis/client Call.java Log: Changed the code in Call.invoke to use less restrictive checking when processing the return. After the existing processing, if the return value is still not found the outParam map is searche

SOAP Interop Problems

2002-10-13 Thread R J Scheuerle Jr
Axis is failing some of the interop tests because it is too restrictive when checking the return qname. According to the soap specification, this return qname is not important. I am making a change that will fix this problem. Is the interop matrix reconstructed every night ? Rich Scheuerle IBM

DO NOT REPLY [Bug 13562] New: - WSDL2Java -n with xsd:include causes stack overflow

2002-10-13 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_b

DO NOT REPLY [Bug 9393] - Java2WSDL support for -extraClasses option

2002-10-13 Thread bugzilla
DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT . ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE. http://nagoya.apache.org/bugzilla/show_bu

cvs commit: xml-axis/java/samples/client DynamicInvoker.java readme

2002-10-13 Thread dims
dims2002/10/13 08:35:58 Modified:java/test/dynamic build.xml PackageTests.java Added: java/test/dynamic TestDynamicInvoker.java java/samples/client DynamicInvoker.java readme Log: - Porting DynamicInvoker sample from WSIF (Uses Axis/JAXRPC's DII) - Addin

cvs commit: xml-axis/java/samples/client - New directory

2002-10-13 Thread dims
dims2002/10/13 07:42:55 xml-axis/java/samples/client - New directory