I'm confused now, not sure what you mean "..use WSDL to connect two web
services" ?
In Axis, you run the WSDL file through the WSDL2Java class. If you get
all of the arcane arguments right, that will produce a set of classes,
which will include the stub you use on the client side, and the skeleton
you use on the service side. (I use Axis1.3, but most people have moved
to Axis2).
In .NET it's the same thing, run the WSDL file through the wsdl.exe
program (again, more arcane arguments to the exe, but Microsoft has a
decent explanation of the argments to wsdl.exe on their website
soemwhere). This produces the classes you need in C# (or whatever
language you specified), just like in the Java counterpart example.
If you download the Axis2 binary zip file, there are a dozen or more
examples of using web services to do many things. Can you be more
speciifc in what you're looking for? For a web service to use another
web service, it has to act as a client. Then the 2nd web serivce acts as
a client of the 1st service. The "two web services"
question has me confused.
-jeff
_____
From: shams jawaid [mailto:[EMAIL PROTECTED]
Sent: Wednesday, August 15, 2007 11:42 AM
To: [email protected]
Subject: RE: Is it possible to access external services?
But how do you actually use the WSDL file to connect two web
services, as in, do you know anywhere i can see an example of code?
_____
From: "Walker, Jeff" <[EMAIL PROTECTED]>
Reply-To: [email protected]
To: <[email protected]>
Subject: RE: Is it possible to access external
services?
Date: Wed, 15 Aug 2007 10:46:39 -0400
>Glenn,
>All you need is the wsdl file. In that, there will be
the url of the
>service.
>Even if a proxy is used, it will be a good start.
>
>Without the wsdl, you need to do some investigating.
You have to have
>the address (url) to do anything, but after that, you
should try to get
>a list of the services available. Then try to create a
wsdl file using
>the famous <url>?wsdl address in your browser.
>-jeff
>
>
>
>-----Original Message-----
>From: Glenn Williams [mailto:[EMAIL PROTECTED]
>Sent: Wednesday, August 15, 2007 10:33 AM
>To: [email protected]
>Subject: Is it possible to access external services?
>
>Hello,
>
>Is it possible to reference and use external services?
I cannot find any
>documentation to help me with this. I would like to use
a service that
>is
>running externally, and potentially on another server.
>
>Thanks.
>
>glenn
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail:
[EMAIL PROTECTED]
>For additional commands, e-mail:
[EMAIL PROTECTED]
>
>
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail:
[EMAIL PROTECTED]
>For additional commands, e-mail:
[EMAIL PROTECTED]
>
_____
The next generation of Hotmail is here - Windows Live Hotmail
<http://g.msn.com/8HMBENUK/2752??PS=47575>
--------------------------------------------------------------------- To
unsubscribe, e-mail: [EMAIL PROTECTED] For additional
commands, e-mail: [EMAIL PROTECTED]