web application & mobile web application
Hi all,I am new to mobile web application and I am assigned to do some changes to the existing .net application. The application is a .net web application, and the hand held scanner is used to access the web forms. Till now, I thought it is only possible to access the web forms if they were developed using mobile web forms. But these forms were not developed using mobile web forms instead they were developed using asp.net.Is it possible to develop the application using .net and access through the handhelds? If so, is there any considerations for that?Anyone please explain me. I would really ...
Difference between mobile web applications and standard web applications + mobile web forms in them ?
I have a series of existing sites, but I need to make a PPC version of them (there already is one, but it uses standard web forms).
Since the code-behind looks a lot in the PC and in the PPC version, I'd like both versions to use the same files for the code. I'm left with 2 options :
- either create a new mobile web application for each existing web application, and put all the code behind in .dlls which I'll call from each page ;
- or, if this is possible (and I'd rather do it), simply add mobile web forms to the existing web applications and redirect at login to the appropriate ve...
How to call a .net web service from another .net web service?
Hi all,I have developed two asp .net web services using visual studio .net 2003.I wish to call one web service from another web service.I tried adding a web reference of the web service in another web service and was able to do so.but i m not able to access the web methods provided by the web servicecould you please suggest a way to go about itExpecting quick replyThanxCharmy
try to make sure that you reference it in the web reference and call it properly this is sample
[WebMethod()]
public double CalcDistance(int x1, int y1, int x2, int y2)
{
Calculator.Service1 calc = new...
.Net Web Form & Web Service DeploymentHi all
I have written some test web services and some web form applications and
deployed them to my IIS. That's fine but I now want to deploy them to my real
IIS server. I have created an msi for each but the problem is I seem to only be
able to deploy to the default web site. Our default web site is turned off and
instead we use several other sites.
Does anybody happen to if Powerbuilder 11 supports non default web sites? If not
do I need to hack the msi and if so can anybody suggest a suitable tool. I have
Orca but it's not very friendly. Unless of course I knew exactly w...
Mobile web application using web services---HELP
Hi all,
I am interested in creating a website which will used by our field support people who can check in what, where and when are their pending/new appointments through their mobile device. The field support people should be able to close their pending tickets etc.
This application should be accessible through most of mobiles so I am not sure whether i should use .net mobile controls.
Is it a feasible idea to create a html site and use webservices??
Also, is scripting (javascript etc) supported in most of mobiles?
Please suggest me how should i proceed.
...
How to call .net web service from Java web application?
Hi all,
I have a vb .net web service.How do i call .net web service from Java web application?What all resources I need?Can you please provide a sample application where a java application is invoking methods of .net web service?
Thank you
Hi,
First I am not familiar with java language, but web services are universal operating system and language independent. It doesn't matter where the services is or in what language is written you just invoke it and it gives you "replay". Probably you must reffer to java consuming web services.
Regard...
Web service in .NET from Java Web Service
Hi there,I'm pretty new to .net (although i have years of experience with the old vb 6, access 2k, as well as java)... and need some with perhaps either some syntax or something.Here is the wsdl.<wsdl:definitions targetNamespace="http://www.dynix.com/schema/book">−<wsdl:types>−<schema targetNamespace="GetBookInfoByISBN">−<complexType name="BookInfoType">−<sequence><element maxOccurs="1" minOccurs="0" name="Title" nillable="true" type="xsd:string"/><element maxOccurs=&quo...
Creating Web Service
Hello everyone,
I am creating a new web service, and was wondering what you all thought the advantages and disadvantages of creating it using a Web Site vs using a Web Application Project...thoughts? Is one better than the other in terms of deployment? Is one better for development and debugging?
Thanks!
Hi d_helland, To understand which one is prefer to your situation, please read the following two articles.
What's New in Web Projectshttp://msdn2.microsoft.com/en-us/library/f7fb46ye(VS.80).aspx
Introduction to Web Application Projectshttp://msdn2.microsoft.com/en...
Web services added as web applications are being converted to web sites
We have a somewhat large solution that we are converting from VS.NET 2003 to 2005 (using web application projects).The conversion has been going very well until recently. Basically, one of the other developers converted a number of web services to 2005 web services as web applications. When he loads the solution that contains these projects, it loads and builds fine. Other developers can load the solution successfully and build as well. When I try to load this solution, VS.NET 2005 checks out the .sln file as well as all of the folders these web service projects reside in.&...
web web webName: bahadir
Email: sensiz_olmuyor_t1_at_hotmail.com
Product: Firefox 2 Beta 2
Summary: web web web
Comments:
web sayfası yapmak
Browser Details: Mozilla/5.0 (Windows; U; Windows NT 5.1; tr; rv:1.8.1b2) Gecko/20060821 Firefox/2.0b2
...
How i create web services & call web services?
Give me the solution of how i create webservices & call it and what is purpose of web services ??
PlsGuree
>how i create webservicesVery much the same as creating a new web site site - it is just a different project type. > & call it andAdd a web reference to an existing project to consume the web service.>what is purpose of web services ??To send and receive data.Don't forget to click "Mark as Answer" on the post that helped you.This credits that member, earns you a point and marks your thread as Resolved so we will all know you have been helped.
&...
.NET web services Vs Java Web Services
Hello, does anyone know of a book or good source of information that compares .NET and Java Web Services? (I would like soemthing neutral if possible). I am thinking of approaching this subject for my dissertation? Many Thanks
Rob
Hi Rob,
Last year I had to give a powepoint presentation on Web Services. I noticed some good books at barnes and noble that discussed the subject. These books were specific to Java and discussed Web Services in a very clear fashion. They gave some elementary examples that were easy to understand.
I have not yet had the pleasure of creatin .NET Web Servi...
Difference B/W windows mobile application & web mobile application
Hi
i want differnce betwwen windows mobile application , web mobile & smart device application . if anybody know about this post message to me.
From,
Guru...
Consuming Web service from .net 3.5 web application using ajax
Hi , Before in .net 2005 ,I use to consume the web service from client side via Ajax and java script. that's just adding web service inside the script manger services.But it was not possible with .net 2008 version WEB APPLICATION , Even it works well with .net 2008 web sites. Please help me to solve the issue.
I have no idea what you mean. Please post the code that "does not work".
NC...
I have the same problem. I have a .NET 3.5 Web Application not Web Site. I fully qualify the web service with the namespace i,e,
&n...