Hi ravikumar, the step to publish service to java me is like this. You need to make a proxy class in the java me, in .Net it's function just like service reference. To generate this class you can use ' stub generator' program, it's available in sun wireless toolkit. the step is easy, after you open the generator, input the service address, output folder location, and the namespace of your class. Click ok to generate. Please be caution not to use datatype decimal, and datetime, because javaME not support that via web service. If operation succeed, then there will be a java class located in your output folder. At last, open your java ME project,create a package named your namespace you just created before, and import all the generated class to this new package. All done, now you can use any service you publish in the java me class.
Hope it's help, Rudion On May 5, 2011 8:50 PM, "Ravikumar Ranga" <[email protected]> wrote: > sir , I am Developing a mobile application for My College using > J2ME(Nokia S40). In my Application i want to connect to ASP.NET > Webservice to access student Marks and Attendence.I tried it lot of > Times and I refered lot of Examples in Google.But i am getting Errors > . I need your Help.. Please provide some Support for this > > -- > You received this message because you are subscribed to the Google > Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML > Web Services,.NET Remoting" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/dotnetdevelopment?hl=en?hl=en > or visit the group website at http://megasolutions.net -- You received this message because you are subscribed to the Google Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/dotnetdevelopment?hl=en?hl=en or visit the group website at http://megasolutions.net
