Hi!

Well this issue is solved. (about time!)

With Resin 2.0.1 out of the box the SOAP 2.2 mime samples didn´t work.

The solution: simply remove the following files from the resin-2.0.x/lib
directory:

jaxp.jar
dom.jar
sax.jar

and copy the xerces.jar file to this folder.

I copy the version 1.4.1 of xerces, so i modified the SOAP
NS_URI_CURRENT_SCHEMA_XSI and NS_URI_CURRENT_SCHEMA_XSD constants to:

public static final String NS_URI_CURRENT_SCHEMA_XSI =
NS_URI_2001_SCHEMA_XSI;
public static final String NS_URI_CURRENT_SCHEMA_XSD =
NS_URI_2001_SCHEMA_XSD;

in the org.apache.soap.Constants.java file and built soap again.

Now everything (all the samples) work!!

I hope this helps some of you!

Regards,
E.Y.

-----Original Message-----
From: Eduardo Yánez [mailto:[EMAIL PROTECTED]]
Sent: Lunes, 16 de Julio de 2001 10:23 a.m.
To: [EMAIL PROTECTED]
Subject: RE: Mime samples problem, please Help!


Here the network administrator installed Resin as the servlet engine...

Any other have had problems with Resin and this mime samples??.

I´m tracking the problem inside the SOAP code and ask the administrator to
track the problem inside Resin to see where is the problem.

Thanks any way! :-)

-----Original Message-----
From: William A. Nagy [mailto:[EMAIL PROTECTED]]
Sent: Jueves, 12 de Julio de 2001 02:27 p.m.
To: [EMAIL PROTECTED]
Subject: Re: Mime samples problem, please Help!


>Hi!
>Do any of you have had problems with the samples at soap-2_2/samples/mime?
>I have had problems with the:
>java samples.mime.MimeTestClient %URL% loopFile fields.gif
>This command line is in the >testit.cmd< file.
>Could any of you test this sample???? (pleeeease).
>
>Regards,
>E.Y.

Both the 2.2 release and the nightly build work fine for me as far as
the MIME samples are concerned.

-Bill



Reply via email to