You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by "florin.botis" <fl...@yahoo.com> on 2009/01/06 18:34:41 UTC

List of free webservices

Hello,

I'm a student in computer science and I need some web services for some
project. I don't know what kind of web services but I will chose one when I
will have some options. Please tell me where I can find some nice/cool web
services in the web. If you know some please send me the link of the
homepage.


Best regards,
Florin Botis
-- 
View this message in context: http://www.nabble.com/List-of-free-webservices-tp21315053p21315053.html
Sent from the Axis - User mailing list archive at Nabble.com.


RE: List of free webservices

Posted by "DANIEL, Yves Marie" <yv...@capgemini.com>.
 Hello ! What do you mean by "not being able to connect" ?

You can see if the request and response are sent with some tools like tcpmon or wireshark. 


Yves-Marie

 

-----Message d'origine-----
De : gezhall [mailto:ghall12345@hotmail.com] 
Envoyé : jeudi 22 janvier 2009 17:51
À : axis-user@ws.apache.org
Objet : RE: List of free webservices


Yes, of course you are all correct - these are the namespaces, sorry. I'm working my way through other tutorials as we speak and learning these things as I go along!

Which still leaves me not being able to connect to the web service from the Java classes generated from their WSDL files. Any ideas why that would be?
I'm at my client's work address, so I don't know if it's a firewall issue - but I can access the services fine via http, so I doubt it.


DANIEL, Yves Marie wrote:
> 
> Indeed, i you go at http://services.aonaware.com/ , you can see there 
> are
> 2 webservices available with their WSDL.
> 
> And for webservices on http://www.xmethods.net/ve2/index.po, if you 
> click on the "Service name" link, you can access the WSDL.
> 
> 
> Yves-Marie
> 
>  
> 
>  
> 
> -----Message d'origine-----
> De : Andreas Veithen [mailto:andreas.veithen@gmail.com]
> Envoyé : jeudi 22 janvier 2009 17:13
> À : axis-user@ws.apache.org
> Objet : Re: List of free webservices
> 
> I think that these are the namespaces of the services, not their 
> endpoint URLs. You need to look at the "address" elements 
> (soap:address or
> http:address) in the WSDL to figure out the endpoint
> (location) of the service.
> 
> Andreas
> 
> On Thu, Jan 22, 2009 at 16:34, gezhall <gh...@hotmail.com> wrote:
>>
>> Hello all.
>>
>> I have tried two of these services myself, to get a better 
>> understanding of Axis. But neither seem to work for me.
>>
>> In both cases the addresses in the code generated from the WSDL file 
>> doesn't seem to resolve to anything, and I get a ConnectionException, 
>> timed out.
>>
>> For example, the first service listed on the xmethods website, 
>> http://www.xmethods.net/ve2/index.po
>> http://www.xmethods.net/ve2/index.po
>> (PrimeNumber generator) has the QName set as 
>> http://microsoft.com/webservices/ http://microsoft.com/webservices/ 
>> ...this doesn't resolve as you can see.
>>
>> The other one I tried ( http://services.aonaware.com/ 
>> http://services.aonaware.com/ ) has a similar address setting of 
>> http://services.aonaware.com/webservices/
>> http://services.aonaware.com/webservices/  - this also cannot be found.
>>
>> Are these just out of date, or am I doing something fundamentally wrong?
>>
>> Many thanks.
>>
>>
>> Sabari Venkatachalam wrote:
>>>
>>>
>>> Hello,
>>>
>>> I have found another one web service portal, 
>>> http://services.aonaware.com/
>>>
>>> Thanks,
>>> Sabari.V
>>> --- On Thu, 8/1/09, virtuallight <vi...@hotmail.com> wrote:
>>>
>>> From: virtuallight <vi...@hotmail.com>
>>> Subject: Re: List of free webservices
>>> To: axis-user@ws.apache.org
>>> Date: Thursday, 8 January, 2009, 12:45 AM
>>>
>>> Here you go.   http://www.xmethods.net/ve2/index.po
>>>
>>> Regards,
>>> Bill
>>>
>>> --------------------------------------------------
>>> From: "florin.botis" <fl...@yahoo.com>
>>> Sent: Tuesday, January 06, 2009 9:34 AM
>>> To: <ax...@ws.apache.org>
>>> Subject: List of free webservices
>>>
>>>>
>>>> Hello,
>>>>
>>>> I'm a student in computer science and I need some web services for
>>> some
>>>> project. I don't know what kind of web services but I will chose 
>>>> one
>>> when I
>>>> will have some options. Please tell me where I can find some 
>>>> nice/cool web services in the web. If you know some please send me 
>>>> the link of the homepage.
>>>>
>>>>
>>>> Best regards,
>>>> Florin Botis
>>>> -- View this message in context:
>>> http://www.nabble.com/List-of-free-webservices-tp21315053p21315053.h
>>> t
>>> ml
>>>> Sent from the Axis - User mailing list archive at Nabble.com.
>>>>
>>>>
>>>
>>>
>>>
>>>       Add more friends to your messenger and enjoy! Go to 
>>> http://messenger.yahoo.com/invite/
>>>
>>
>> --
>> View this message in context: 
>> http://www.nabble.com/List-of-free-webservices-tp21315053p21606601.ht
>> m l Sent from the Axis - User mailing list archive at Nabble.com.
>>
>>
> 
> 
> 
> 
> 
> 
> This message contains information that may be privileged or 
> confidential and is the property of the Capgemini Group. It is 
> intended only for the person to whom it is addressed. If you are not 
> the intended recipient, you are not authorized to read, print, retain, 
> copy, disseminate, distribute, or use this message or any part 
> thereof. If you receive this message in error, please notify the 
> sender immediately and delete all copies of this message.
> 
> 
> 

--
View this message in context: http://www.nabble.com/List-of-free-webservices-tp21315053p21608273.html
Sent from the Axis - User mailing list archive at Nabble.com.







This message contains information that may be privileged or confidential and is the property of the Capgemini Group. It is 
intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to 
read, print, retain, copy, disseminate, distribute, or use this message or any part thereof. If you receive this message 
in error, please notify the sender immediately and delete all copies of this message.


Re: List of free webservices

Posted by gezhall <gh...@hotmail.com>.
Thanks for the replies all - it was my network proxy. Unfortunately all
outgoing calls on most ports are blocked - so I'll have to try this at home!


José Ferreiro wrote:
> 
> Hello,
> 
> Just to follow on what Andreas said.
> If there is a proxy server you may lauch your client the following
> command:
> 
> java -Dhttp.proxyHost=[proxyServer.com] -Dhttp.proxyPort=[#port number]
> -jar
> yourWebServiceClientPackagedAsAjarFile.jar
> 
> Hope this helps!
> jose ferreiro
> 
> On Thu, Jan 22, 2009 at 8:23 PM, Andreas Veithen
> <an...@gmail.com>wrote:
> 
>> One thing you should check is whether your client uses an HTTP proxy.
>> Maybe the browser you are using is correctly configured to send
>> requests through a proxy, but your Axis2 client is not.
>>
> 

-- 
View this message in context: http://www.nabble.com/List-of-free-webservices-tp21315053p21624996.html
Sent from the Axis - User mailing list archive at Nabble.com.


Re: List of free webservices

Posted by gezhall <gh...@hotmail.com>.
Thanks for the replies all - it was my network proxy. Unfortunately all
outgoing calls on most ports are blocked - so I'll have to try this at home!


José Ferreiro wrote:
> 
> Hello,
> 
> Just to follow on what Andreas said.
> If there is a proxy server you may lauch your client the following
> command:
> 
> java -Dhttp.proxyHost=[proxyServer.com] -Dhttp.proxyPort=[#port number]
> -jar
> yourWebServiceClientPackagedAsAjarFile.jar
> 
> Hope this helps!
> jose ferreiro
> 
> On Thu, Jan 22, 2009 at 8:23 PM, Andreas Veithen
> <an...@gmail.com>wrote:
> 
>> One thing you should check is whether your client uses an HTTP proxy.
>> Maybe the browser you are using is correctly configured to send
>> requests through a proxy, but your Axis2 client is not.
>>
> 

-- 
View this message in context: http://www.nabble.com/List-of-free-webservices-tp21315053p21624962.html
Sent from the Axis - User mailing list archive at Nabble.com.


Re: List of free webservices

Posted by José Ferreiro <jo...@gmail.com>.
Hello,

Just to follow on what Andreas said.
If there is a proxy server you may lauch your client the following command:

java -Dhttp.proxyHost=[proxyServer.com] -Dhttp.proxyPort=[#port number] -jar
yourWebServiceClientPackagedAsAjarFile.jar

Hope this helps!
jose ferreiro

On Thu, Jan 22, 2009 at 8:23 PM, Andreas Veithen
<an...@gmail.com>wrote:

> One thing you should check is whether your client uses an HTTP proxy.
> Maybe the browser you are using is correctly configured to send
> requests through a proxy, but your Axis2 client is not.
>
> Andreas
>
> On Thu, Jan 22, 2009 at 17:51, gezhall <gh...@hotmail.com> wrote:
> >
> > Yes, of course you are all correct - these are the namespaces, sorry. I'm
> > working my way through other tutorials as we speak and learning these
> things
> > as I go along!
> >
> > Which still leaves me not being able to connect to the web service from
> the
> > Java classes generated from their WSDL files. Any ideas why that would
> be?
> > I'm at my client's work address, so I don't know if it's a firewall issue
> -
> > but I can access the services fine via http, so I doubt it.
> >
> >
> > DANIEL, Yves Marie wrote:
> >>
> >> Indeed, i you go at http://services.aonaware.com/ , you can see there
> are
> >> 2 webservices available with their WSDL.
> >>
> >> And for webservices on http://www.xmethods.net/ve2/index.po, if you
> click
> >> on the "Service name" link, you can access the WSDL.
> >>
> >>
> >> Yves-Marie
> >>
> >>
> >>
> >>
> >>
> >> -----Message d'origine-----
> >> De : Andreas Veithen [mailto:andreas.veithen@gmail.com]
> >> Envoyé : jeudi 22 janvier 2009 17:13
> >> À : axis-user@ws.apache.org
> >> Objet : Re: List of free webservices
> >>
> >> I think that these are the namespaces of the services, not their
> endpoint
> >> URLs. You need to look at the "address" elements (soap:address or
> >> http:address) in the WSDL to figure out the endpoint
> >> (location) of the service.
> >>
> >> Andreas
> >>
> >> On Thu, Jan 22, 2009 at 16:34, gezhall <gh...@hotmail.com> wrote:
> >>>
> >>> Hello all.
> >>>
> >>> I have tried two of these services myself, to get a better
> >>> understanding of Axis. But neither seem to work for me.
> >>>
> >>> In both cases the addresses in the code generated from the WSDL file
> >>> doesn't seem to resolve to anything, and I get a ConnectionException,
> >>> timed out.
> >>>
> >>> For example, the first service listed on the xmethods website,
> >>> http://www.xmethods.net/ve2/index.po
> >>> http://www.xmethods.net/ve2/index.po
> >>> (PrimeNumber generator) has the QName set as
> >>> http://microsoft.com/webservices/ http://microsoft.com/webservices/
> >>> ...this doesn't resolve as you can see.
> >>>
> >>> The other one I tried ( http://services.aonaware.com/
> >>> http://services.aonaware.com/ ) has a similar address setting of
> >>> http://services.aonaware.com/webservices/
> >>> http://services.aonaware.com/webservices/  - this also cannot be
> found.
> >>>
> >>> Are these just out of date, or am I doing something fundamentally
> wrong?
> >>>
> >>> Many thanks.
> >>>
> >>>
> >>> Sabari Venkatachalam wrote:
> >>>>
> >>>>
> >>>> Hello,
> >>>>
> >>>> I have found another one web service portal,
> >>>> http://services.aonaware.com/
> >>>>
> >>>> Thanks,
> >>>> Sabari.V
> >>>> --- On Thu, 8/1/09, virtuallight <vi...@hotmail.com> wrote:
> >>>>
> >>>> From: virtuallight <vi...@hotmail.com>
> >>>> Subject: Re: List of free webservices
> >>>> To: axis-user@ws.apache.org
> >>>> Date: Thursday, 8 January, 2009, 12:45 AM
> >>>>
> >>>> Here you go.   http://www.xmethods.net/ve2/index.po
> >>>>
> >>>> Regards,
> >>>> Bill
> >>>>
> >>>> --------------------------------------------------
> >>>> From: "florin.botis" <fl...@yahoo.com>
> >>>> Sent: Tuesday, January 06, 2009 9:34 AM
> >>>> To: <ax...@ws.apache.org>
> >>>> Subject: List of free webservices
> >>>>
> >>>>>
> >>>>> Hello,
> >>>>>
> >>>>> I'm a student in computer science and I need some web services for
> >>>> some
> >>>>> project. I don't know what kind of web services but I will chose one
> >>>> when I
> >>>>> will have some options. Please tell me where I can find some
> >>>>> nice/cool web services in the web. If you know some please send me
> >>>>> the link of the homepage.
> >>>>>
> >>>>>
> >>>>> Best regards,
> >>>>> Florin Botis
> >>>>> -- View this message in context:
> >>>> http://www.nabble.com/List-of-free-webservices-tp21315053p21315053.ht
> >>>> ml
> >>>>> Sent from the Axis - User mailing list archive at Nabble.com.
> >>>>>
> >>>>>
> >>>>
> >>>>
> >>>>
> >>>>       Add more friends to your messenger and enjoy! Go to
> >>>> http://messenger.yahoo.com/invite/
> >>>>
> >>>
> >>> --
> >>> View this message in context:
> >>> http://www.nabble.com/List-of-free-webservices-tp21315053p21606601.htm
> >>> l Sent from the Axis - User mailing list archive at Nabble.com.
> >>>
> >>>
> >>
> >>
> >>
> >>
> >>
> >>
> >> This message contains information that may be privileged or confidential
> >> and is the property of the Capgemini Group. It is
> >> intended only for the person to whom it is addressed. If you are not the
> >> intended recipient, you are not authorized to
> >> read, print, retain, copy, disseminate, distribute, or use this message
> or
> >> any part thereof. If you receive this message
> >> in error, please notify the sender immediately and delete all copies of
> >> this message.
> >>
> >>
> >>
> >
> > --
> > View this message in context:
> http://www.nabble.com/List-of-free-webservices-tp21315053p21608273.html
> > Sent from the Axis - User mailing list archive at Nabble.com.
> >
> >
>



-- 
José Ferreiro
Systems Analysis and Design Specialist
MSc in Communication Systems, EPFL.

"Think little goals and expect little achievements. Think big goals and win
big success."  David Joseph Schwartz

Re: List of free webservices

Posted by Andreas Veithen <an...@gmail.com>.
One thing you should check is whether your client uses an HTTP proxy.
Maybe the browser you are using is correctly configured to send
requests through a proxy, but your Axis2 client is not.

Andreas

On Thu, Jan 22, 2009 at 17:51, gezhall <gh...@hotmail.com> wrote:
>
> Yes, of course you are all correct - these are the namespaces, sorry. I'm
> working my way through other tutorials as we speak and learning these things
> as I go along!
>
> Which still leaves me not being able to connect to the web service from the
> Java classes generated from their WSDL files. Any ideas why that would be?
> I'm at my client's work address, so I don't know if it's a firewall issue -
> but I can access the services fine via http, so I doubt it.
>
>
> DANIEL, Yves Marie wrote:
>>
>> Indeed, i you go at http://services.aonaware.com/ , you can see there are
>> 2 webservices available with their WSDL.
>>
>> And for webservices on http://www.xmethods.net/ve2/index.po, if you click
>> on the "Service name" link, you can access the WSDL.
>>
>>
>> Yves-Marie
>>
>>
>>
>>
>>
>> -----Message d'origine-----
>> De : Andreas Veithen [mailto:andreas.veithen@gmail.com]
>> Envoyé : jeudi 22 janvier 2009 17:13
>> À : axis-user@ws.apache.org
>> Objet : Re: List of free webservices
>>
>> I think that these are the namespaces of the services, not their endpoint
>> URLs. You need to look at the "address" elements (soap:address or
>> http:address) in the WSDL to figure out the endpoint
>> (location) of the service.
>>
>> Andreas
>>
>> On Thu, Jan 22, 2009 at 16:34, gezhall <gh...@hotmail.com> wrote:
>>>
>>> Hello all.
>>>
>>> I have tried two of these services myself, to get a better
>>> understanding of Axis. But neither seem to work for me.
>>>
>>> In both cases the addresses in the code generated from the WSDL file
>>> doesn't seem to resolve to anything, and I get a ConnectionException,
>>> timed out.
>>>
>>> For example, the first service listed on the xmethods website,
>>> http://www.xmethods.net/ve2/index.po
>>> http://www.xmethods.net/ve2/index.po
>>> (PrimeNumber generator) has the QName set as
>>> http://microsoft.com/webservices/ http://microsoft.com/webservices/
>>> ...this doesn't resolve as you can see.
>>>
>>> The other one I tried ( http://services.aonaware.com/
>>> http://services.aonaware.com/ ) has a similar address setting of
>>> http://services.aonaware.com/webservices/
>>> http://services.aonaware.com/webservices/  - this also cannot be found.
>>>
>>> Are these just out of date, or am I doing something fundamentally wrong?
>>>
>>> Many thanks.
>>>
>>>
>>> Sabari Venkatachalam wrote:
>>>>
>>>>
>>>> Hello,
>>>>
>>>> I have found another one web service portal,
>>>> http://services.aonaware.com/
>>>>
>>>> Thanks,
>>>> Sabari.V
>>>> --- On Thu, 8/1/09, virtuallight <vi...@hotmail.com> wrote:
>>>>
>>>> From: virtuallight <vi...@hotmail.com>
>>>> Subject: Re: List of free webservices
>>>> To: axis-user@ws.apache.org
>>>> Date: Thursday, 8 January, 2009, 12:45 AM
>>>>
>>>> Here you go.   http://www.xmethods.net/ve2/index.po
>>>>
>>>> Regards,
>>>> Bill
>>>>
>>>> --------------------------------------------------
>>>> From: "florin.botis" <fl...@yahoo.com>
>>>> Sent: Tuesday, January 06, 2009 9:34 AM
>>>> To: <ax...@ws.apache.org>
>>>> Subject: List of free webservices
>>>>
>>>>>
>>>>> Hello,
>>>>>
>>>>> I'm a student in computer science and I need some web services for
>>>> some
>>>>> project. I don't know what kind of web services but I will chose one
>>>> when I
>>>>> will have some options. Please tell me where I can find some
>>>>> nice/cool web services in the web. If you know some please send me
>>>>> the link of the homepage.
>>>>>
>>>>>
>>>>> Best regards,
>>>>> Florin Botis
>>>>> -- View this message in context:
>>>> http://www.nabble.com/List-of-free-webservices-tp21315053p21315053.ht
>>>> ml
>>>>> Sent from the Axis - User mailing list archive at Nabble.com.
>>>>>
>>>>>
>>>>
>>>>
>>>>
>>>>       Add more friends to your messenger and enjoy! Go to
>>>> http://messenger.yahoo.com/invite/
>>>>
>>>
>>> --
>>> View this message in context:
>>> http://www.nabble.com/List-of-free-webservices-tp21315053p21606601.htm
>>> l Sent from the Axis - User mailing list archive at Nabble.com.
>>>
>>>
>>
>>
>>
>>
>>
>>
>> This message contains information that may be privileged or confidential
>> and is the property of the Capgemini Group. It is
>> intended only for the person to whom it is addressed. If you are not the
>> intended recipient, you are not authorized to
>> read, print, retain, copy, disseminate, distribute, or use this message or
>> any part thereof. If you receive this message
>> in error, please notify the sender immediately and delete all copies of
>> this message.
>>
>>
>>
>
> --
> View this message in context: http://www.nabble.com/List-of-free-webservices-tp21315053p21608273.html
> Sent from the Axis - User mailing list archive at Nabble.com.
>
>

RE: List of free webservices

Posted by gezhall <gh...@hotmail.com>.
Yes, of course you are all correct - these are the namespaces, sorry. I'm
working my way through other tutorials as we speak and learning these things
as I go along!

Which still leaves me not being able to connect to the web service from the
Java classes generated from their WSDL files. Any ideas why that would be?
I'm at my client's work address, so I don't know if it's a firewall issue -
but I can access the services fine via http, so I doubt it.


DANIEL, Yves Marie wrote:
> 
> Indeed, i you go at http://services.aonaware.com/ , you can see there are
> 2 webservices available with their WSDL.
> 
> And for webservices on http://www.xmethods.net/ve2/index.po, if you click
> on the "Service name" link, you can access the WSDL.
> 
> 
> Yves-Marie
> 
>  
> 
>  
> 
> -----Message d'origine-----
> De : Andreas Veithen [mailto:andreas.veithen@gmail.com] 
> Envoyé : jeudi 22 janvier 2009 17:13
> À : axis-user@ws.apache.org
> Objet : Re: List of free webservices
> 
> I think that these are the namespaces of the services, not their endpoint
> URLs. You need to look at the "address" elements (soap:address or
> http:address) in the WSDL to figure out the endpoint
> (location) of the service.
> 
> Andreas
> 
> On Thu, Jan 22, 2009 at 16:34, gezhall <gh...@hotmail.com> wrote:
>>
>> Hello all.
>>
>> I have tried two of these services myself, to get a better 
>> understanding of Axis. But neither seem to work for me.
>>
>> In both cases the addresses in the code generated from the WSDL file 
>> doesn't seem to resolve to anything, and I get a ConnectionException,
>> timed out.
>>
>> For example, the first service listed on the xmethods website, 
>> http://www.xmethods.net/ve2/index.po 
>> http://www.xmethods.net/ve2/index.po
>> (PrimeNumber generator) has the QName set as 
>> http://microsoft.com/webservices/ http://microsoft.com/webservices/ 
>> ...this doesn't resolve as you can see.
>>
>> The other one I tried ( http://services.aonaware.com/ 
>> http://services.aonaware.com/ ) has a similar address setting of 
>> http://services.aonaware.com/webservices/
>> http://services.aonaware.com/webservices/  - this also cannot be found.
>>
>> Are these just out of date, or am I doing something fundamentally wrong?
>>
>> Many thanks.
>>
>>
>> Sabari Venkatachalam wrote:
>>>
>>>
>>> Hello,
>>>
>>> I have found another one web service portal, 
>>> http://services.aonaware.com/
>>>
>>> Thanks,
>>> Sabari.V
>>> --- On Thu, 8/1/09, virtuallight <vi...@hotmail.com> wrote:
>>>
>>> From: virtuallight <vi...@hotmail.com>
>>> Subject: Re: List of free webservices
>>> To: axis-user@ws.apache.org
>>> Date: Thursday, 8 January, 2009, 12:45 AM
>>>
>>> Here you go.   http://www.xmethods.net/ve2/index.po
>>>
>>> Regards,
>>> Bill
>>>
>>> --------------------------------------------------
>>> From: "florin.botis" <fl...@yahoo.com>
>>> Sent: Tuesday, January 06, 2009 9:34 AM
>>> To: <ax...@ws.apache.org>
>>> Subject: List of free webservices
>>>
>>>>
>>>> Hello,
>>>>
>>>> I'm a student in computer science and I need some web services for
>>> some
>>>> project. I don't know what kind of web services but I will chose one
>>> when I
>>>> will have some options. Please tell me where I can find some 
>>>> nice/cool web services in the web. If you know some please send me 
>>>> the link of the homepage.
>>>>
>>>>
>>>> Best regards,
>>>> Florin Botis
>>>> -- View this message in context:
>>> http://www.nabble.com/List-of-free-webservices-tp21315053p21315053.ht
>>> ml
>>>> Sent from the Axis - User mailing list archive at Nabble.com.
>>>>
>>>>
>>>
>>>
>>>
>>>       Add more friends to your messenger and enjoy! Go to 
>>> http://messenger.yahoo.com/invite/
>>>
>>
>> --
>> View this message in context: 
>> http://www.nabble.com/List-of-free-webservices-tp21315053p21606601.htm
>> l Sent from the Axis - User mailing list archive at Nabble.com.
>>
>>
> 
> 
> 
> 
> 
> 
> This message contains information that may be privileged or confidential
> and is the property of the Capgemini Group. It is 
> intended only for the person to whom it is addressed. If you are not the
> intended recipient, you are not authorized to 
> read, print, retain, copy, disseminate, distribute, or use this message or
> any part thereof. If you receive this message 
> in error, please notify the sender immediately and delete all copies of
> this message.
> 
> 
> 

-- 
View this message in context: http://www.nabble.com/List-of-free-webservices-tp21315053p21608273.html
Sent from the Axis - User mailing list archive at Nabble.com.


RE: List of free webservices

Posted by "DANIEL, Yves Marie" <yv...@capgemini.com>.
Indeed, i you go at http://services.aonaware.com/ , you can see there are 2 webservices available with their WSDL.

And for webservices on http://www.xmethods.net/ve2/index.po, if you click on the "Service name" link, you can access the WSDL.


Yves-Marie

 

 

-----Message d'origine-----
De : Andreas Veithen [mailto:andreas.veithen@gmail.com] 
Envoyé : jeudi 22 janvier 2009 17:13
À : axis-user@ws.apache.org
Objet : Re: List of free webservices

I think that these are the namespaces of the services, not their endpoint URLs. You need to look at the "address" elements (soap:address or http:address) in the WSDL to figure out the endpoint
(location) of the service.

Andreas

On Thu, Jan 22, 2009 at 16:34, gezhall <gh...@hotmail.com> wrote:
>
> Hello all.
>
> I have tried two of these services myself, to get a better 
> understanding of Axis. But neither seem to work for me.
>
> In both cases the addresses in the code generated from the WSDL file 
> doesn't seem to resolve to anything, and I get a ConnectionException, timed out.
>
> For example, the first service listed on the xmethods website, 
> http://www.xmethods.net/ve2/index.po 
> http://www.xmethods.net/ve2/index.po
> (PrimeNumber generator) has the QName set as 
> http://microsoft.com/webservices/ http://microsoft.com/webservices/ 
> ...this doesn't resolve as you can see.
>
> The other one I tried ( http://services.aonaware.com/ 
> http://services.aonaware.com/ ) has a similar address setting of 
> http://services.aonaware.com/webservices/
> http://services.aonaware.com/webservices/  - this also cannot be found.
>
> Are these just out of date, or am I doing something fundamentally wrong?
>
> Many thanks.
>
>
> Sabari Venkatachalam wrote:
>>
>>
>> Hello,
>>
>> I have found another one web service portal, 
>> http://services.aonaware.com/
>>
>> Thanks,
>> Sabari.V
>> --- On Thu, 8/1/09, virtuallight <vi...@hotmail.com> wrote:
>>
>> From: virtuallight <vi...@hotmail.com>
>> Subject: Re: List of free webservices
>> To: axis-user@ws.apache.org
>> Date: Thursday, 8 January, 2009, 12:45 AM
>>
>> Here you go.   http://www.xmethods.net/ve2/index.po
>>
>> Regards,
>> Bill
>>
>> --------------------------------------------------
>> From: "florin.botis" <fl...@yahoo.com>
>> Sent: Tuesday, January 06, 2009 9:34 AM
>> To: <ax...@ws.apache.org>
>> Subject: List of free webservices
>>
>>>
>>> Hello,
>>>
>>> I'm a student in computer science and I need some web services for
>> some
>>> project. I don't know what kind of web services but I will chose one
>> when I
>>> will have some options. Please tell me where I can find some 
>>> nice/cool web services in the web. If you know some please send me 
>>> the link of the homepage.
>>>
>>>
>>> Best regards,
>>> Florin Botis
>>> -- View this message in context:
>> http://www.nabble.com/List-of-free-webservices-tp21315053p21315053.ht
>> ml
>>> Sent from the Axis - User mailing list archive at Nabble.com.
>>>
>>>
>>
>>
>>
>>       Add more friends to your messenger and enjoy! Go to 
>> http://messenger.yahoo.com/invite/
>>
>
> --
> View this message in context: 
> http://www.nabble.com/List-of-free-webservices-tp21315053p21606601.htm
> l Sent from the Axis - User mailing list archive at Nabble.com.
>
>






This message contains information that may be privileged or confidential and is the property of the Capgemini Group. It is 
intended only for the person to whom it is addressed. If you are not the intended recipient, you are not authorized to 
read, print, retain, copy, disseminate, distribute, or use this message or any part thereof. If you receive this message 
in error, please notify the sender immediately and delete all copies of this message.


Re: List of free webservices

Posted by Andreas Veithen <an...@gmail.com>.
I think that these are the namespaces of the services, not their
endpoint URLs. You need to look at the "address" elements
(soap:address or http:address) in the WSDL to figure out the endpoint
(location) of the service.

Andreas

On Thu, Jan 22, 2009 at 16:34, gezhall <gh...@hotmail.com> wrote:
>
> Hello all.
>
> I have tried two of these services myself, to get a better understanding of
> Axis. But neither seem to work for me.
>
> In both cases the addresses in the code generated from the WSDL file doesn't
> seem to resolve to anything, and I get a ConnectionException, timed out.
>
> For example, the first service listed on the xmethods website,
> http://www.xmethods.net/ve2/index.po http://www.xmethods.net/ve2/index.po
> (PrimeNumber generator) has the QName set as
> http://microsoft.com/webservices/ http://microsoft.com/webservices/
> ...this doesn't resolve as you can see.
>
> The other one I tried ( http://services.aonaware.com/
> http://services.aonaware.com/ ) has a similar address setting of
> http://services.aonaware.com/webservices/
> http://services.aonaware.com/webservices/  - this also cannot be found.
>
> Are these just out of date, or am I doing something fundamentally wrong?
>
> Many thanks.
>
>
> Sabari Venkatachalam wrote:
>>
>>
>> Hello,
>>
>> I have found another one web service portal,
>> http://services.aonaware.com/
>>
>> Thanks,
>> Sabari.V
>> --- On Thu, 8/1/09, virtuallight <vi...@hotmail.com> wrote:
>>
>> From: virtuallight <vi...@hotmail.com>
>> Subject: Re: List of free webservices
>> To: axis-user@ws.apache.org
>> Date: Thursday, 8 January, 2009, 12:45 AM
>>
>> Here you go.   http://www.xmethods.net/ve2/index.po
>>
>> Regards,
>> Bill
>>
>> --------------------------------------------------
>> From: "florin.botis" <fl...@yahoo.com>
>> Sent: Tuesday, January 06, 2009 9:34 AM
>> To: <ax...@ws.apache.org>
>> Subject: List of free webservices
>>
>>>
>>> Hello,
>>>
>>> I'm a student in computer science and I need some web services for
>> some
>>> project. I don't know what kind of web services but I will chose one
>> when I
>>> will have some options. Please tell me where I can find some nice/cool
>>> web
>>> services in the web. If you know some please send me the link of the
>>> homepage.
>>>
>>>
>>> Best regards,
>>> Florin Botis
>>> -- View this message in context:
>> http://www.nabble.com/List-of-free-webservices-tp21315053p21315053.html
>>> Sent from the Axis - User mailing list archive at Nabble.com.
>>>
>>>
>>
>>
>>
>>       Add more friends to your messenger and enjoy! Go to
>> http://messenger.yahoo.com/invite/
>>
>
> --
> View this message in context: http://www.nabble.com/List-of-free-webservices-tp21315053p21606601.html
> Sent from the Axis - User mailing list archive at Nabble.com.
>
>

RE: List of free webservices

Posted by Martin Gainty <mg...@hotmail.com>.
contact the webmaster for those sites..(Im sure they would be interested in ferretting out the dead links)

whatever happened to UDDI ..did that ever come to pass..IBM had a UDDI site but I havent heard of anyone else implementing this registry system?

too bad there is'nt a automated process available to find dead links
Martin 
______________________________________________ 
Disclaimer and confidentiality note 
Everything in this e-mail and any attachments relates to the official business of Sender. This transmission is of a confidential nature and Sender does not endorse distribution to any party other than intended recipient. Sender does not necessarily endorse content contained within this transmission. 




> Date: Thu, 22 Jan 2009 07:34:32 -0800
> From: 
> To: axis-user@ws.apache.org
> Subject: Re: List of free webservices
> 
> 
> Hello all.
> 
> I have tried two of these services myself, to get a better understanding of
> Axis. But neither seem to work for me.
> 
> In both cases the addresses in the code generated from the WSDL file doesn't
> seem to resolve to anything, and I get a ConnectionException, timed out.
> 
> For example, the first service listed on the xmethods website, 
> http://www.xmethods.net/ve2/index.po http://www.xmethods.net/ve2/index.po 
> (PrimeNumber generator) has the QName set as 
> http://microsoft.com/webservices/ http://microsoft.com/webservices/  
> ...this doesn't resolve as you can see.
> 
> The other one I tried ( http://services.aonaware.com/
> http://services.aonaware.com/ ) has a similar address setting of 
> http://services.aonaware.com/webservices/
> http://services.aonaware.com/webservices/  - this also cannot be found.
> 
> Are these just out of date, or am I doing something fundamentally wrong?
> 
> Many thanks.
> 
> 
> Sabari Venkatachalam wrote:
> > 
> > 
> > Hello, 
> >  
> > I have found another one web service portal, 
> > http://services.aonaware.com/
> >  
> > Thanks,
> > Sabari.V
> > --- On Thu, 8/1/09, virtuallight <vi...@hotmail.com> wrote:
> > 
> > From: virtuallight <vi...@hotmail.com>
> > Subject: Re: List of free webservices
> > To: axis-user@ws.apache.org
> > Date: Thursday, 8 January, 2009, 12:45 AM
> > 
> > Here you go.   http://www.xmethods.net/ve2/index.po
> > 
> > Regards,
> > Bill
> > 
> > --------------------------------------------------
> > From: "florin.botis" <fl...@yahoo.com>
> > Sent: Tuesday, January 06, 2009 9:34 AM
> > To: <ax...@ws.apache.org>
> > Subject: List of free webservices
> > 
> >> 
> >> Hello,
> >> 
> >> I'm a student in computer science and I need some web services for
> > some
> >> project. I don't know what kind of web services but I will chose one
> > when I
> >> will have some options. Please tell me where I can find some nice/cool
> >> web
> >> services in the web. If you know some please send me the link of the
> >> homepage.
> >> 
> >> 
> >> Best regards,
> >> Florin Botis
> >> -- View this message in context:
> > http://www.nabble.com/List-of-free-webservices-tp21315053p21315053.html
> >> Sent from the Axis - User mailing list archive at Nabble.com.
> >> 
> >> 
> > 
> > 
> > 
> >       Add more friends to your messenger and enjoy! Go to
> > http://messenger.yahoo.com/invite/
> > 
> 
> -- 
> View this message in context: http://www.nabble.com/List-of-free-webservices-tp21315053p21606601.html
> Sent from the Axis - User mailing list archive at Nabble.com.
> 

_________________________________________________________________
Windows Live™: E-mail. Chat. Share. Get more ways to connect. 
http://windowslive.com/howitworks?ocid=TXT_TAGLM_WL_t2_allup_howitworks_012009

Re: List of free webservices

Posted by gezhall <gh...@hotmail.com>.
Hello all.

I have tried two of these services myself, to get a better understanding of
Axis. But neither seem to work for me.

In both cases the addresses in the code generated from the WSDL file doesn't
seem to resolve to anything, and I get a ConnectionException, timed out.

For example, the first service listed on the xmethods website, 
http://www.xmethods.net/ve2/index.po http://www.xmethods.net/ve2/index.po 
(PrimeNumber generator) has the QName set as 
http://microsoft.com/webservices/ http://microsoft.com/webservices/  
...this doesn't resolve as you can see.

The other one I tried ( http://services.aonaware.com/
http://services.aonaware.com/ ) has a similar address setting of 
http://services.aonaware.com/webservices/
http://services.aonaware.com/webservices/  - this also cannot be found.

Are these just out of date, or am I doing something fundamentally wrong?

Many thanks.


Sabari Venkatachalam wrote:
> 
> 
> Hello, 
>  
> I have found another one web service portal, 
> http://services.aonaware.com/
>  
> Thanks,
> Sabari.V
> --- On Thu, 8/1/09, virtuallight <vi...@hotmail.com> wrote:
> 
> From: virtuallight <vi...@hotmail.com>
> Subject: Re: List of free webservices
> To: axis-user@ws.apache.org
> Date: Thursday, 8 January, 2009, 12:45 AM
> 
> Here you go.   http://www.xmethods.net/ve2/index.po
> 
> Regards,
> Bill
> 
> --------------------------------------------------
> From: "florin.botis" <fl...@yahoo.com>
> Sent: Tuesday, January 06, 2009 9:34 AM
> To: <ax...@ws.apache.org>
> Subject: List of free webservices
> 
>> 
>> Hello,
>> 
>> I'm a student in computer science and I need some web services for
> some
>> project. I don't know what kind of web services but I will chose one
> when I
>> will have some options. Please tell me where I can find some nice/cool
>> web
>> services in the web. If you know some please send me the link of the
>> homepage.
>> 
>> 
>> Best regards,
>> Florin Botis
>> -- View this message in context:
> http://www.nabble.com/List-of-free-webservices-tp21315053p21315053.html
>> Sent from the Axis - User mailing list archive at Nabble.com.
>> 
>> 
> 
> 
> 
>       Add more friends to your messenger and enjoy! Go to
> http://messenger.yahoo.com/invite/
> 

-- 
View this message in context: http://www.nabble.com/List-of-free-webservices-tp21315053p21606601.html
Sent from the Axis - User mailing list archive at Nabble.com.


Getting JSON Objects out of the request

Posted by Jan Freitag <Ja...@gmx.de>.
Hi,

I'm trying to write a Web Service that gets aJSON Request and  
Responses in JSON as well. The Reuqest comes from the Google Gears  
Geolocation function getCurrentPosition. I can set a Paraameter in  
this function to use not Googles LocatioN proivder but my own, that is  
a web service The Services gets callde like this

gears.getCurréntPosition(locationProviderURL: http://localhost:8080/axis2/services/MyLocationService/getLocation) 
;

My question is ohw does my function getLocation in my Web Service  
"MyLocationService" gets the Request JSON Objects?? The reqeust from  
the gears function is send via HTTP POST.

And another question. Do i have to configure anything if i want to  
call my web service only by this URL http://localhost:8080/axis2/services/MyLocationService/getLocation?


Thanks

JF

Re: List of free webservices

Posted by Sabari Venkatachalam <sa...@yahoo.co.in>.
Hello, 
 
I have found another one web service portal, 
http://services.aonaware.com/
 
Thanks,
Sabari.V
--- On Thu, 8/1/09, virtuallight <vi...@hotmail.com> wrote:

From: virtuallight <vi...@hotmail.com>
Subject: Re: List of free webservices
To: axis-user@ws.apache.org
Date: Thursday, 8 January, 2009, 12:45 AM

Here you go.   http://www.xmethods.net/ve2/index.po

Regards,
Bill

--------------------------------------------------
From: "florin.botis" <fl...@yahoo.com>
Sent: Tuesday, January 06, 2009 9:34 AM
To: <ax...@ws.apache.org>
Subject: List of free webservices

> 
> Hello,
> 
> I'm a student in computer science and I need some web services for
some
> project. I don't know what kind of web services but I will chose one
when I
> will have some options. Please tell me where I can find some nice/cool web
> services in the web. If you know some please send me the link of the
> homepage.
> 
> 
> Best regards,
> Florin Botis
> -- View this message in context:
http://www.nabble.com/List-of-free-webservices-tp21315053p21315053.html
> Sent from the Axis - User mailing list archive at Nabble.com.
> 
> 



      Add more friends to your messenger and enjoy! Go to http://messenger.yahoo.com/invite/

Re: List of free webservices

Posted by virtuallight <vi...@hotmail.com>.
Here you go.   http://www.xmethods.net/ve2/index.po

Regards,
Bill

--------------------------------------------------
From: "florin.botis" <fl...@yahoo.com>
Sent: Tuesday, January 06, 2009 9:34 AM
To: <ax...@ws.apache.org>
Subject: List of free webservices

>
> Hello,
>
> I'm a student in computer science and I need some web services for some
> project. I don't know what kind of web services but I will chose one when 
> I
> will have some options. Please tell me where I can find some nice/cool web
> services in the web. If you know some please send me the link of the
> homepage.
>
>
> Best regards,
> Florin Botis
> -- 
> View this message in context: 
> http://www.nabble.com/List-of-free-webservices-tp21315053p21315053.html
> Sent from the Axis - User mailing list archive at Nabble.com.
>
> 

Re: List of free webservices

Posted by keith chapman <ke...@gmail.com>.
You can try mooshup.com You can register there for free and create your own
services using JavaScript as well.

Thanks,
Keith.

On Tue, Jan 6, 2009 at 11:04 PM, florin.botis <fl...@yahoo.com> wrote:

>
> Hello,
>
> I'm a student in computer science and I need some web services for some
> project. I don't know what kind of web services but I will chose one when I
> will have some options. Please tell me where I can find some nice/cool web
> services in the web. If you know some please send me the link of the
> homepage.
>
>
> Best regards,
> Florin Botis
> --
> View this message in context:
> http://www.nabble.com/List-of-free-webservices-tp21315053p21315053.html
> Sent from the Axis - User mailing list archive at Nabble.com.
>
>


-- 
Keith Chapman
Senior Software Engineer
WSO2 Inc.
Oxygenating the Web Service Platform.
http://wso2.org/

blog: http://www.keith-chapman.org