473,568 Members | 2,935 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

UPS LandedCost webservice and ASP.NET 1.1

Hello all,

I am supposed to develop an e-commerce application integrated with UPS
Courier services to calculate the cost of shipment of a products. I have UPS
account number also have register a user to download the DevTools, but thos
development tools are in VB6.0 and Java, I do not understand that how do I
post my request to UPS and get response through ASP.NET 1.1. It has a
webservice named LandedCost.wsdl . I think it is a java based webservice I
can not add it into my web-references.
Can any baody help. Please it is urgent.

Thanks in Advance
Ather Ali Shaikh
Sep 8 '06 #1
3 1507
The wsdl file is a descriptor for the webservice. If you run:

wsdl /out:myProxyClas s.cs http://URLToWSDL/LandedCost.wsdl

This will generate a proxy class for you to work with the webservice.
Simply take the .cs file and place it in your project and interact with it.

Regards
Ray

Ather Ali Shaikh wrote:
Hello all,

I am supposed to develop an e-commerce application integrated with UPS
Courier services to calculate the cost of shipment of a products. I have UPS
account number also have register a user to download the DevTools, but thos
development tools are in VB6.0 and Java, I do not understand that how do I
post my request to UPS and get response through ASP.NET 1.1. It has a
webservice named LandedCost.wsdl . I think it is a java based webservice I
can not add it into my web-references.
Can any baody help. Please it is urgent.

Thanks in Advance
Ather Ali Shaikh

Sep 8 '06 #2
I have done it, but the problem is it generates all the methos public and I
do not know what method called and when.

Regards,
Ather Ali Shaikh

"Ray Booysen" <ra********@rjb .za.netwrote in message
news:%2******** ********@TK2MSF TNGP06.phx.gbl. ..
The wsdl file is a descriptor for the webservice. If you run:

wsdl /out:myProxyClas s.cs http://URLToWSDL/LandedCost.wsdl

This will generate a proxy class for you to work with the webservice.
Simply take the .cs file and place it in your project and interact with
it.

Regards
Ray

Ather Ali Shaikh wrote:
>Hello all,

I am supposed to develop an e-commerce application integrated with UPS
Courier services to calculate the cost of shipment of a products. I have
UPS account number also have register a user to download the DevTools,
but thos development tools are in VB6.0 and Java, I do not understand
that how do I post my request to UPS and get response through ASP.NET
1.1. It has a webservice named LandedCost.wsdl . I think it is a java
based webservice I can not add it into my web-references.
Can any baody help. Please it is urgent.

Thanks in Advance
Ather Ali Shaikh
Sep 8 '06 #3
What is has done is create an interface for you to interact with the
webservice. The public methods are the methods that the webservice exposes.

So you can call these methods in your code to interact with the webservice.

Ather Ali Shaikh wrote:
I have done it, but the problem is it generates all the methos public and I
do not know what method called and when.

Regards,
Ather Ali Shaikh

"Ray Booysen" <ra********@rjb .za.netwrote in message
news:%2******** ********@TK2MSF TNGP06.phx.gbl. ..
>The wsdl file is a descriptor for the webservice. If you run:

wsdl /out:myProxyClas s.cs http://URLToWSDL/LandedCost.wsdl

This will generate a proxy class for you to work with the webservice.
Simply take the .cs file and place it in your project and interact with
it.

Regards
Ray

Ather Ali Shaikh wrote:
>>Hello all,

I am supposed to develop an e-commerce application integrated with UPS
Courier services to calculate the cost of shipment of a products. I have
UPS account number also have register a user to download the DevTools,
but thos development tools are in VB6.0 and Java, I do not understand
that how do I post my request to UPS and get response through ASP.NET
1.1. It has a webservice named LandedCost.wsdl . I think it is a java
based webservice I can not add it into my web-references.
Can any baody help. Please it is urgent.

Thanks in Advance
Ather Ali Shaikh
Sep 8 '06 #4

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

Similar topics

8
425
by: DraguVaso | last post by:
Hi, I'm new to WebServices, and I'm doing some tests (with a small VB.NET-application) to know the performance-difference between a WebService and the 'normal'-way of getting data (just connecting directly with a SqlDataAdapter to the SQL Server). The WebMethod simply gives a DataSet back, and does exactly the same actions as the...
6
768
by: Davie | last post by:
I want to authorise a user of a web service by using the AuthHeaderValue for some reason I keep getting a null reference exception when I try to run the following code: It seems to work fine on a .NET Framework application, but just not on the .NET CF version. Can anyone suggest anything that might be wrong with the code? (I could post...
1
2099
by: Nalaka | last post by:
Hi, I am testing with Visual studio 2005, web projects. Situation: I have one solution with two web projects, created as file system projects. (I am tesing using the built in server, not IIS) First project is a webService. Second consumes the webservices by the first.
2
5692
by: Miguel | last post by:
Hi, I'm developing an application in C# with Windows Forms for my company that is similar to the MSN Messenger. This application uses a webservice for registering users, etc... and as 2 webbrowser controls on it. Besides that i'm using the firewall client for isa server 2004 and it seems that the browsers aren't able to pass thru it... if i...
7
2006
by: Alessandro Benedetti | last post by:
Hi. I'm calling two methods of a .NET Webservice (A) from another Webservice (B). The A Webservice is made like this: public class WSA: System.Web.Services.WebService { private int X = 0;
7
2909
by: Nalaka | last post by:
Hi, I created a sinple web service that returns a dataSet. Then I created a client program that uses this web service (that returns the Dataset). My question is, how did the client figure out to create a "DataSet" as the return type from the webservice?
5
3785
by: AliR | last post by:
Hi Everyone, I have a Visual C++ MFC program, and I am trying to use a webservice written in C#. When I add the webservice to my project using Add Web Reference the sproxy compiler complains about one of the object wanting to extend MarshalByRefObject object, and I get an error SDL1030. I can use the webservice in a C# project just fine...
5
6262
by: | last post by:
Hi, How long do webservice objects live for? In particular, if i have static variables filled with data from a static constructor in a webservice, how long will that data persist? thxs
0
2671
by: =?Utf-8?B?TWFuaQ==?= | last post by:
Hi All, Problem in deploying my WebService developed using Asp.net WebServices 2005. I have designed simple WebService using Asp.net Webservices 2.0 , The webservice look this , using System; using System.Web; using System.Web.Services; using System.Web.Services.Protocols;
0
7605
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...
1
7665
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For...
0
7962
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...
0
6277
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...
1
5501
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...
0
5217
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
0
3651
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in...
0
3631
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
2105
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

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.