473,624 Members | 2,261 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Consuming Web Services with ASP 3.0

Hi,

I have been asked to write a client application for consuming a web
service for a cms written in ASP 3.0. I have very little experience
of developing on a microsoft platform, and very basic skills in ASP.
I am a java programmer by trade, and have used java for achieving the
same thing in the past. I have done some research on the subject, and
am a little unsure on what is involved in developing the above. The
web service simply returns and xml document as a String, based upon 2
parameters, these are both also strings.

I understand I need to utilise the SOAP toolkit, and have downloaded
version 3.

Is it feasible for me to be able to develop a very basic client
application within a few days or is it much more involved?

Many thanks

David
Jul 22 '05 #1
3 3719
"David Young" wrote in message
news:83******** *************** ***@posting.goo gle.com...
: I have been asked to write a client application for consuming a web
: service for a cms written in ASP 3.0.

I see this a lot... "I've been asked to write ___________ but I am a(n)
developer in _________" You are contracted or your employer thinks all
languages are the same?

: I have very little experience
: of developing on a microsoft platform, and very basic skills in ASP.
: I am a java programmer by trade, and have used java for achieving the
: same thing in the past. I have done some research on the subject, and
: am a little unsure on what is involved in developing the above. The
: web service simply returns and xml document as a String, based upon 2
: parameters, these are both also strings.
:
: I understand I need to utilise the SOAP toolkit, and have downloaded
: version 3.

Utilize it to do what? I've never used it and I'm writing ASP/XML
e-commerce apps.

: Is it feasible for me to be able to develop a very basic client
: application within a few days or is it much more involved?

That is an unknown. For an ASP developer, perhaps in less time than that,
maybe more, but with no details, who can say?

--
Roland Hall
/* This information is distributed in the hope that it will be useful, but
without any warranty; without even the implied warranty of merchantability
or fitness for a particular purpose. */
Technet Script Center - http://www.microsoft.com/technet/scriptcenter/
WSH 5.6 Documentation - http://msdn.microsoft.com/downloads/list/webdev.asp
MSDN Library - http://msdn.microsoft.com/library/default.asp
Jul 22 '05 #2

Initially my company was contracted to write a web service for a local
authority partnership project in the UK. I believe they all thought
that the majority of the coding work would be on the server side, not
the client, and that their side of the implementation would be trivial.
Since we provided the web service, they have come to us to write the
client applications also. We did suggest that implementation via an
IFrame, the source coming from a java application we provided would be a
cheap and easy compromise. They are reluctant to go down this route due
to accessibility issues.

So we are stuck with a local authority who do not have the resources or
the skills to write the client application, and we have the resources,
but not the asp knowledge.

I've been asked to investigate what is involved.

We've managed to get to a compromise, where by If we can write a script
to simply invoke the webservice with 2 parameters, then store the
returned string in a variable, our client is able then to integrate it
with their cms.

Thanks

David
*** Sent via Developersdex http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!
Jul 22 '05 #3
"David Young" wrote in message
news:%2******** **************@ TK2MSFTNGP09.ph x.gbl...
:
: Initially my company was contracted to write a web service for a local
: authority partnership project in the UK. I believe they all thought
: that the majority of the coding work would be on the server side, not
: the client, and that their side of the implementation would be trivial.
: Since we provided the web service, they have come to us to write the
: client applications also. We did suggest that implementation via an
: IFrame, the source coming from a java application we provided would be a
: cheap and easy compromise. They are reluctant to go down this route due
: to accessibility issues.
:
: So we are stuck with a local authority who do not have the resources or
: the skills to write the client application, and we have the resources,
: but not the asp knowledge.
:
: I've been asked to investigate what is involved.
:
: We've managed to get to a compromise, where by If we can write a script
: to simply invoke the webservice with 2 parameters, then store the
: returned string in a variable, our client is able then to integrate it
: with their cms.

Ah, see now I had the latter. My boss thought if you knew programming, you
could write anything and demanded it be done, on time!

It sounds like your deadline is ASAP and your compromise sound like it is
easy enough to accomplish. If you'd like help getting it done, we can try
to help you here or if you need more assistance, you can contact me
directly. I'm always looking for more projects/contacts.
--
Roland Hall - contact emalexyzrolandA TnetscapeDOTnet - remove XYZ and
convert the uppercase
/* This information is distributed in the hope that it will be useful, but
without any warranty; without even the implied warranty of merchantability
or fitness for a particular purpose. */
Technet Script Center - http://www.microsoft.com/technet/scriptcenter/
WSH 5.6 Documentation - http://msdn.microsoft.com/downloads/list/webdev.asp
MSDN Library - http://msdn.microsoft.com/library/default.asp
Jul 22 '05 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
4481
by: eric_mamet_test | last post by:
Has somebody got an example of consuming web services from an ASP "client" web site? I saw mentions of "Soap Toolkit" but the Microsoft download area specifies that this will not be supported beyond April 2005... Is it a viable alternative to create a small .Net Library project to do the Web Services bit and expose the methods through COM (Interop)? Thanks
3
6495
by: Matt D | last post by:
I've got two web services that use the same data types and that clients will have to consume. I read the msdn article on sharing types (http://msdn.microsoft.com/library/default.asp?url=/library/en-us/dnservice/html/service07162002.asp) but I don't want clients to have to add two web references and then manually have to edit the proxy classes. After doing some searching I found that putting references to multiple web services in a .disco...
6
2325
by: kbs | last post by:
Hi, I'm looking for some good examples that illustrate how to code a web service that exposes a custom collection so that the properties of the collection are accessible on the client without having to do a httpwebreqeust call.
1
4379
by: BestofAbhi | last post by:
I am consuming Java Web Services in .NET. The Java Web Services have been coded using Apache Axis. The binding style in the WSDL is 'Document' and type is 'Literal'. I have added these Java Web Services both as Web Reference and Reference (ie dll generated using wsdl.exe) in the Project in order to access them. I am able to get the output for web methods that return just a string. However when it comes to complex data like an object /...
0
1360
by: Abhijit Salvi | last post by:
I am consuming Java Web Services in .NET. The Java Web Services have been coded using Apache Axis. The binding style in the WSDL is 'Document' and type is 'Literal'. I have added these Java Web Services both as Web Reference and Reference (ie dll generated using wsdl.exe) in the Project in order to access them. I am able to get the output for web methods that return just a string. However when it comes to complex data like an object /...
1
1387
by: leslie_tighe | last post by:
Hello, I have a project setup to create a dll as a VB.NET Class library project. This dll is supposed to wrap to calls to web services so that I can utilize this in VB and other .NET environments. I am running in to problem in consuming the services that I have on a java server. I when I try to add a web reference to the project and in the wizard I enter the wsdl url, it brings up the methods in the service, but it also throws the...
1
3421
by: leslie_tighe | last post by:
Hello, I have webservice created with Axis 1.2.1 and that I am trying to consuming in .NET (VB) using the Microsoft provided tools. While I am able to consume methods on the service that return simple type, I cannot consume methods that return complex objects. I have tried experimenting, with this, but am at a bit of loss on where the problem lies. When I call the services from a browser, I do get back the response that contains valid...
2
1416
by: Chandresh | last post by:
Hi, I developed one C#.net web services and I want to call this from PHP. (I am new in PHP) I already rad couple of article on internet but those are very confusing and no step by step instruction for this. If anybody know step by step method for this please let me know Thaks in Advance Chandresh
3
6094
by: Jeremy Chapman | last post by:
I've writtin a very simple web service in axis which returns an array of classes. I consume it in a .net app. When receiving the response, my .net app generates an error "Cannot assign object of type System.Object to an object of type PersonWS.WorkGroupData.". I've included the wsdl of the consumed axis web service, the request/responses of the web service by the .net app and the exception and stack trace. Hoping someone can tell me...
4
1643
by: Scott M. | last post by:
Believe it or not, I've searched quite a bit and can't find any relevant information on how to consume a J2EE web service from a .NET consumer WITHOUT the aid of any 3rd party tools. I have two questions: 1. In a nutshell, how is this accomplished? 2. Are there any publicly available J2EE web services out there that I can try this against? I don't have the ability to create the J2EE side of the
0
8233
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8170
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8675
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
8474
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7158
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6108
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4173
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2604
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1482
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.