Tagged Questions

JSR 172 - J2ME Web Services API specification

learn more… | top users | synonyms

5
votes
1answer
104 views

What is the use of QName and Operator class?

Can anyone explain what is the use of QName, Operation and Stub class in J2ME by giving simple and understandable examples?
2
votes
1answer
54 views

Java2 ME: Consuming web service

I'm currently using NetBeans IDE, so I want to host a WebService and consume it via J2ME. Everything goes well (from writing the web service class, deploying the web server, getting the URL for the ...
2
votes
3answers
448 views

Stub files using a WSDL file in j2me

Is it possible to generate stub files using a "WSDL" file? I know how to generate stub files using wscompiler in j2me. I have a wsdl file is it possible to create stub files using it? I am using ...
2
votes
1answer
651 views

Why is java.io.ObjectStreamException used in WTK stub generator for enums?

I am using a web service implemented in WCF which has enums defined in the interface. I am trying to call this from a Java BlackBerry client. I am using Eclipse to develop the Java application for ...
1
vote
0answers
77 views

J2ME Stub generates an unknown exception with JPA Entity types

I created a web service stub using NetBeans 7.0 and when I try using it, it throws an unknown Exception. I don't even know what part of my code to show here, all I know is that bolded line generates ...
1
vote
0answers
269 views

javax.microedition.xml.rpc.Operation.newInstance returns null - JSR172

I am using the Sun Wireless Toolkit 2.5.2 to generate web services client stubs. When running the generated code, the method Operation.newInstance method always returns null. The generated code is: ...
1
vote
2answers
1k views

Passing Byte array from Blackberry to .NET Webservice

I am trying to sent a byte array from my Blackberry application to a .NET webservice (asmx). I am using the Sun Java Wireless Toolkit (WTK) 2.5.2 to generate the webservice stubs to use within the ...
0
votes
0answers
63 views

Calling a C# webservice in Java ME

I am new to Java ME and I have created a webservice in my C# application and I must call the webservice in Java ME. I do not know where to start so please help me with this project. Here is my ...
0
votes
1answer
168 views

BlackBerry 8330 connection issue

I'm able to connect to a webservice and download the data using a variety of devices, such as the BlackBerry 9000 with OS 4.6 or greater. However, with the 8330 and OS 4.5.0.77 it doesn't work. I ...
0
votes
1answer
90 views

I'm getting a ServerException when I try to send objects from a BlackBerry to a Server via a webservice

I'm trying to send an array of objects wrapped in an array object wrapper to a WS via JSR172 WS calls. Using the generated stub, I'm able to download objects from the server, but I'm not able to ...