s mail.jar and pop3.jar, but the package structure is these jars
> (com/sun/mail/*) is different from what the SOAP source expects. What is the
> correct distribution of mail.jar and pop3.jar and where do I get them?
>
> Thanks, --Corey
>
> -Original Message-
>
Do you have mail.jar and pop3.jar in your classpath?
--Richard
On Mon, 3 Dec 2001, Lucas Gonze wrote:
> Using soap-2_2/lib/soap.jar and invoking SMTP2HTTPBridge, I get the following
> error:
> java -classpath C:/src/mandingo/lib/soap-2_2/lib/soap.jar
> org.apache.soap.server.SMTP2HTTPBridge
>
I've been looking at this problem, and the time spent seems to
mostly be the character transformation of the string.
--Richard
On 30 Nov 2001, at 14:41, Hashimoto, Mike wrote:
> Craig (& others),
>
> When my method finally gets called on the Soap server side, I timestamp it
> and write the st
What about enclosing the parameters in a parameter, something like this?
(my synatax may be a bit off)...
Parameter params2[2] = { new Parameter("param2A", String.class,
"param2A", null), new Parameter("param2B", String.class, "param2B", null)
}
params.addElement(new Parameter("param2", Paramete
Nevermind; you should be able to get it from CVS; the patch is in.
--Richard
On Tue, 25 Sep 2001, Richard Boehme wrote:
> That is on the bug list and a patch has been created; it just needs to be
> put in, which should happen in the next few days.
>
> --Richard
>
> On Mon,
That is on the bug list and a patch has been created; it just needs to be
put in, which should happen in the next few days.
--Richard
On Mon, 24 Sep 2001 [EMAIL PROTECTED] wrote:
> Hi!
>
> I've encountered a serious problem in case throwing an exception.
> The exception is thrown within a servi
Is only the SOAP 2.2 jar in your classpath, or is the SOAP 2.1 there also?
Are the client and server running different versions of SOAP?
--Richard
On Wed, 5 Sep 2001, Andre Tost wrote:
> I make a call to a SOAP service using the
> Call.invoke() method. The client runs within a servlet
> in Tom
Apache-SOAP should do that automatically; once a service is deployed, it's
re-deployed automatically when the server comes back up.
--Richard
On Wed, 29 Aug 2001, Yong Chen wrote:
>
> Hi,
>
> Is there any way I can pre-load some services such as specifying them in
> some config file so when th
s for strings does not
> exist when my client and service are both implemented with Apache SOAP. The
> problem is occuring when I use an Apache client to call a VelociGenX
> service. Could this be one of the "SOAP Problems" interoperability issues
> discussed in the Apache SOAP
Simple types are handled by SOAP; what about using literal xml encoding
instead of SOAP encoding? What does your XML look like when it comes
across the wire?
--Richard Boehme
On Tue, 28 Aug 2001, X X wrote:
> My Apache 2.2 SOAP client is calling a service which returns the following
&g
Apologies if this answer has already been aired, but what about creating
your down serializer/deserializer and having it call the JSX serializer?
You might have a look at org.apahe.soap.encoding.soapenc.BeanSerializer to
use as a base.
Hope this helps.
Richard Boehme
On Fri, 24 Aug 2001, Mark
call.setTargetObjectURI("urn:HelloChiran") and i deployed my service with the same
>name.
>
> But when I run my client I get the following error.
>
> Generated fault:
> fault Code =SOAP-ENV:Server.Exception:
> Fault String =samples/chiran/HelloChiran (wrong name:
Chiran (wrong name: HelloChiran)
>
>
> can any one suggest me what would have gone wrong .
>
> Chiran
>
--
-- Rich
[EMAIL PROTECTED]
Dorm Phone: (410) 516-5974
http://hops.cs.jhu.edu/~boehme/
13 matches
Mail list logo