You are viewing a plain text version of this content. The canonical link for it is here.
Posted to mirae-user@ws.apache.org by Björn Martin <Bj...@ptv.de> on 2006/08/15 15:16:20 UTC

Mirae usage

Hi folks.

I just spent several hours trying to figure out how to generate a client
stub with Mirae that actually works. All I get so far is NullPointers with
the implementation even with the examples provided. The documentation
(http://ws.apache.org/mirae/user-guide.html) seems to relate to an outdated
type of WS generation which, if reactivated in build.xml, doesn't seem to
work anyway.

TIA for any help!

Cheers, Bjoern

Re: Mirae usage

Posted by Anjana Fernando <la...@gmail.com>.
Hi,

I also had a similar problem , the tool mentioned in the user guide
isn't used anymore, so I first built the tool with " ant
jar-wsdl2javame " and copied "...\build\lib\wsdl2javame.jar" to
"...\lib\wsdl2javame.jar". Then I just modified the "wsdl2ws_j2me.bat"
( you can do the same for the shell script ). I've attached the new "
wsdlto_javame.bat ", from that you can use it to make the stubs.

Cheers,
Anjana.

On 8/15/06, Björn Martin <Bj...@ptv.de> wrote:
>
>
>
> Hi folks.
>
> I just spent several hours trying to figure out how to generate a client
> stub with Mirae that actually works. All I get so far is NullPointers with
> the implementation even with the examples provided. The documentation
> (http://ws.apache.org/mirae/user-guide.html) seems to
> relate to an outdated type of WS generation which, if reactivated in
> build.xml, doesn't seem to work anyway.
>
> TIA for any help!
>
> Cheers, Bjoern