users@jax-rpc.java.net

Re: Questions on "searchschema"

From: Doug Kohlert <Doug.Kohlert_at_Sun.COM>
Date: Fri, 25 Feb 2005 08:07:30 -0800

Edoardo,
This appears to be a bug. However, as a work around if you add
use="literal" to the two <mime:multipartRelated> elements,
e.g. <mime:multipartRelated use="literal"> it will work. However the
output is of no use to you since the SEI generate is:
public interface ManageSimulations extends java.rmi.Remote {
    public javax.xml.transform.Source
uploadDataFile(javax.xml.transform.Source requestPart, java.lang.String
dataFile) throws
         java.rmi.RemoteException;
   
}
 regardless of whether you use searchschema or not. I therefore suggest
not using it in this case.

Edoardo Causarano wrote:

> My previous mail
> Subject: Re: (NEWBIE) Session management & jax-rpc
> contains the responsible wsdl.
>
> e
>
> Il giorno 25/feb/05, alle 02:51, Doug Kohlert ha scritto:
>
>> Can you include your wsdl?
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: users-unsubscribe_at_jax-rpc.dev.java.net
> For additional commands, e-mail: users-help_at_jax-rpc.dev.java.net
>