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
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
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
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]
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
Unsubscribe
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
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
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
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
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
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
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-
> >
"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
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
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,
>
>
16 matches
Mail list logo