RE: bug in SMTP2HTTPBridge

2001-12-03 Thread Richard Boehme
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- >

Re: bug in SMTP2HTTPBridge

2001-12-03 Thread Richard Boehme
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 >

RE: XML Payload Performance

2001-12-03 Thread boehme
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

Re: How to set params with multiple names and values ?

2001-11-30 Thread Richard Boehme
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

Re: Probelm concerning String serialization of Excpetions

2001-09-25 Thread Richard Boehme
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,

Re: Probelm concerning String serialization of Excpetions

2001-09-25 Thread Richard Boehme
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

Re: StringIndexOutOfBoundsException using SOAP 2.2, works fine inSOAP 2.1

2001-09-06 Thread Richard Boehme
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

Re: pre-load service

2001-08-29 Thread Richard Boehme
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

Re: Client side deserialization

2001-08-29 Thread Richard Boehme
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

Re: Client side deserialization

2001-08-29 Thread Richard Boehme
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

Re: Trying to implement a generic java object serializer

2001-08-28 Thread Richard Boehme
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

Re: Soap exception

2001-08-06 Thread Richard Boehme
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:

Re: Soap exception

2001-08-06 Thread Richard Boehme
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/