Minor additoin to the faq

2001-07-05 Thread Dirk-Willem van Gulik
Troubleshooting/FAQ (for tomcat - but I guess for all servers) based on recent experience and culling the mailinglist/google: When testing to see if your rcprouter is up Why does: java org.apache.soap.server.ServiceManagerClient \ http://localhost:8080/soap/servlet/rpc

Location of the 'dist' and 'build' target

2001-07-05 Thread Dirk-Willem van Gulik
Noticed that the dist and build targets of xml-soap are a bit different than for example for the serveletapi and for the tomcat-3.2 code. For soap they go into TOP/xml-soap/java/dist/ and for the other projects they go into TOP/dist//... which is kind of convenient. Any re

How to serialize/deserialize this Class?

2001-07-05 Thread Soumen Sarkar
Hello, I have an EJB application which exchanges data of the following class: public class Employee implements Serializable { // not null public String name; // null if no manager public Employee manager; // null if no subordinates, otherwise a Vector of Employee objects public Vector subor

BSF and version of XMI (against -HEAD)

2001-07-05 Thread Dirk-Willem van Gulik
Just a quick question (actually two) - Is there an open implementation of the BSF framework (found a reference in the xml-soap code). - What is the correct XMI version ? (for a checkout of current from cvs). I get a couple of private/public moans: [javac]

How to serialize/deserialize this Class?

2001-07-05 Thread Soumen Sarkar
Hello, I have an EJB application which exchanges data of the following class: public class Employee implements Serializable { // not null public String name; // null if no manager public Employee manager; // null if no subordinates, otherwise a Vector of Employee objects public Vector subor

unsunscribe

2001-07-05 Thread ANNAREDDY,REDDY (HP-Cupertino,ex1)
Unsubscribe

Re: Mixing SOAP and LITERAL XML encoding styles

2001-07-05 Thread Abid Farooqui
Unsubscribe - Original Message - From: "Anthony Dodd" <[EMAIL PROTECTED]> To: "Soap Developer (E-mail)" <[EMAIL PROTECTED]> Sent: Thursday, July 05, 2001 10:32 AM Subject: Mixing SOAP and LITERAL XML encoding styles > Hi > > Using the sample code in the FAQ. I wrote a method which accep

RE: Problems with Apache 2.2 clients and MS SOAP SDK servers using complex types

2001-07-05 Thread Matthew J. Duftler
Hi Michele, The current code in the CVS tree now defaults to using the 2001 Schema URIs. Please try your code with the latest CVS tree, or one of the nightly builds. Thanks, -Matt > -Original Message- > From: Michele Costabile [mailto:[EMAIL PROTECTED]] > Sent: Thursday, July 05, 2001 1

Problems with Apache 2.2 clients and MS SOAP SDK servers using complex types

2001-07-05 Thread Michele Costabile
Hi, I tried for three days to get my request right before writing. I am writing a client for a service generated with Microsoft SOAP SDK toolkit 2.0. It is one of the samples that come with the SDK: an address book (yet another). I tried BeanSerializer first and manually wrote a bean that should

RE: Mixing SOAP and LITERAL XML encoding styles

2001-07-05 Thread Matthew J. Duftler
Hi Anthony, It appears that you are correct, and it is a bug in the HashtableSerializer. Please go to: http://nagoya.apache.org/bugzilla and report it. I will hopefully get a chance to apply the fix early next week. Thanks, -Matt > -Original Message- > From: Anthony Dodd [mailto:[EMAIL

RE: Handling Faults

2001-07-05 Thread Matthew J. Duftler
Hi Brett, Take a look at the Fault.toString() method. It shows how to access everything (actually, you can use it to print everything instead of as an example). Also, if you run the TcpTunnelGui tool, you can see what the other Fault entries are. Thanks, -Matt > -Original Message- > Fr

Help for deployment Apache SOAP in J2SDKEE, WebLogic, and WebSphere

2001-07-05 Thread Andrew Wu
 Hi there, I am new to SOAP. I have successfully deployed Apache SOAP 2.2 in Tomcat and tested all examples according to Apache SOAP v2.2 documentation. They work well. Could some one tell the details (step by step) how to deploy Apache SOAP 2.2 and examples in J2SDKEE, WebLogic, and WebSphere in d

RE: Handling Faults

2001-07-05 Thread Suresh Vallabhaneni
unsubscribe At 08:37 AM 7/5/2001 -0500, you wrote: >"Unable to resolve target" normally means the service class can not be >found. Normally, the class name would follow. I got "null" when my service >class was found but could not be constructed. > >Rick Hansen > > > -Original Message- > >

RE: Handling Faults

2001-07-05 Thread Hansen, Richard
"Unable to resolve target" normally means the service class can not be found. Normally, the class name would follow. I got "null" when my service class was found but could not be constructed. Rick Hansen > -Original Message- > From: Brett McLaughlin [mailto:[EMAIL PROTECTED]] > Sent: Wed

Re: Problem

2001-07-05 Thread Scott Nichol
Again, as reported by Stuart Thomson, this is not an Apache SOAP bug. It is a "feature" of Xerces. The following appears in DocumentBuilderFactory.java in the Xerces source for both 1.2.3 and 1.4.1, so I assume it is also in all versions in between /** Temp debug code - this will be re

Re: Error during Envelope.unmarshall()

2001-07-05 Thread Scott Nichol
I believe you are loading an XML parser that does not support namespaces. Scott - Original Message - From: "Shaffin Bhanji" <[EMAIL PROTECTED]> To: "SOAP DEV (E-mail)" <[EMAIL PROTECTED]> Sent: Wednesday, July 04, 2001 2:57 PM Subject: Error during Envelope.unmarshall() > Hell All, > >