cvs commit: xml-soap/java/src/org/apache/soap/util/net HTTPUtils.java

2001-08-01 Thread rubys
rubys 01/08/01 17:20:14 Modified:java/src/org/apache/soap/util/net HTTPUtils.java Log: Ensure request URI contains at least one character Revision ChangesPath 1.22 +5 -2 xml-soap/java/src/org/apache/soap/util/net/HTTPUtils.java Index: HTTPUtils.java ==

RE: Tomcat 3.3 b1

2001-08-01 Thread Domingo Aguilera
What I did was to edit this line in tomcat.sh oldCP unset... CLASSPATH=/soap-2_2/webapps/soap/WEB-INF/classes:${TOMCAT_HOME}/lib/tomcat.j ar This way the bad request URI prob was solved, but now I have the following: Fault Code = SOAP-ENV:Server.Exception: Fault String = org/apache/soap/uti

Tomcat 3.3 b1

2001-08-01 Thread Domingo Aguilera
Have anybody tried soap 2.2 on tomcat 3.3b1? I have the classical classpath prob. Speaking of StockQuoteService.class where am I have to place such file. I've tried /SOAP_HOME/webapps/soap/WEB-INF/classes/samples/stockquote but nothing... Any suggestions out there? Domingo Aguilera

Re: Parsing error...

2001-08-01 Thread David Turner
Hi Scott, My output looked pretty similar to yours. I've managed to resolve the problem on the server side, but now I'm faced with another one. Incomplete responses. I sent out another email on that issue. Thanks for your suggestions thus far. Scott Nichol wrote: > FYI, I added the followin

SOAP Responses

2001-08-01 Thread David Turner
I've been trying to use the ServiceManagerClient to deploy a service, but I keep getting a parser error. After debugging the RPCRouterServlet and ServiceManagerClient I was able to determine why the parser error was occuring. The complete response that the servlet was returning to the client is

SUBMISSION: Documentation for Sybase EAServer

2001-08-01 Thread Jason . Weiss
All, I have a zip file containing a single HTML document (with several images to further demonstrate points) that defines how a developer can configure Sybase EAServer 3.6.1 and Sybase EAServer 4.0 to use Apache SOAP 2.2. (I tried to attach, but the server doesn't accept any messages > 100K, and

RE: Using Xerces to parse a SOAP response and using reflection to abstractly refer to a web service

2001-08-01 Thread Andrew Wu
Hi Pete,  Could you tell me: For Jave service and Java client, we can use Javaclass to do serializer/deserializer for object type in both side. If we useVB Web service and Java client or Java service and VB client, how can we doserializer/deserializer for object type? Andrew   Pete Roth <[EMAIL PR

RE: Anyone know how to UNSUBSCRIBE?

2001-08-01 Thread David Ezell
from the email header on this and all other messages... list-unsubscribe: > -Original Message- > From: Creech, Brad [SMTP:[EMAIL PROTECTED]] > Sent: Wednesday, August 01, 2001 10:15 AM > To: '[EMAIL PROTECTED]' > Subject: Anyone know how to UNSUBSCRIBE?

Anyone know how to UNSUBSCRIBE?

2001-08-01 Thread Creech, Brad
-Original Message- From: Pete Roth [mailto:[EMAIL PROTECTED]] Sent: Wednesday, August 01, 2001 9:11 AM To: Soap-dev List (E-mail); Soap-user list (E-mail) Subject: setting response deserializers dynamically not based on element n ames (Java client to MS .NET server) I have a response e

Re: Apache SOAP service development in VB

2001-08-01 Thread Scott Nichol
See the COM sample: /soap-2_2/samples/com. Scott - Original Message - From: "Frissaer, Jeroen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Wednesday, August 01, 2001 9:27 AM Subject: Apache SOAP service development in VB > Hi, > > Does any one know how to deploy services written

Apache SOAP service development in VB

2001-08-01 Thread Frissaer, Jeroen
Hi, Does any one know how to deploy services written in VB (COM objects - dll format) I've already deployed services written in the java language, but it doesn't seem to work for COM objects. Does any one know the answer? Thanks Jeroen

cvs commit: xml-soap/java/samples/interop DeploymentDescriptor.xml EchoTestClient.java EchoTestService.java

2001-08-01 Thread rubys
rubys 01/08/01 05:56:05 Modified:java/samples/interop DeploymentDescriptor.xml EchoTestClient.java EchoTestService.java Log: Add the popular echoMap service Revision ChangesPath 1.8 +4 -1 xml-soap/java/samples/interop/DeploymentDescri

RE: Using Xerces to parse a SOAP response

2001-08-01 Thread Andrew Sealy-Bell
The example from Apache below should help: /* * The Apache Software License, Version 1.1 * * * Copyright (c) 1999, 2000 The Apache Software Foundation. All rights * reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided th