Tagged Questions

0
votes
1answer
19 views

Does a published endpoint have a limited number of connections? [Java 1.6.0_16]

I've created a Web Service using import javax.xml.ws.Endpoint and a client that connects to it using Service.create and service.getPort. Now, everything works perfectly fine when o …
1
vote
3answers
68 views

Does anyone know of an example of a RESTful client that follows the HATEOAS principle?

So by now I'm getting the point that we should all be implenting our RESTful services providing representations that enable clients to follow the HATEOAS principle. And whilst it …
0
votes
1answer
34 views

Can’t call a webservice method using SOAPpy

I am trying to call a webservice using SOAPpy: from SOAPpy import SOAPProxy url = 'http://www.webservicex.net/WeatherForecast.asmx' server = SOAPProxy(url); print server.GetWeat …
3
votes
1answer
35 views

How should one provide links in RESTful service using a non-XML data representation?

Hi all I've been doing a lot of reading lately about how to implement truly RESTful WS's. A lot of people have linked to the article here which details several constraints that i …
0
votes
1answer
20 views

Groovy & Jax-ws: @WebMethod annotation ignored

I recently found an example on implementing a We3bService with groovy and jax-ws: the problem is that the @webmethod annotation seems to be ignored. This is the source code of the …
1
vote
1answer
26 views

Client catching Web Service User Exceptions [Java 6.0.17]

I am trying to send an EXCEPTION from a Web Server to a Client using JAX-WS ... When the exception is thrown by the server the client does catch it ... but the contents are not the …
0
votes
1answer
35 views

How to start a listener from a Web Service? [Java Netbeans 6.7.1 & Tomcat 6.0.18]

My system has 3-4 web services which communicate with each other via UDP, so on start each Web Service needs to start a UDP listener thread, can this be done in the constructor of …
0
votes
2answers
54 views

JAXWS serves only 100 requests, how to configure JAXWS to change it to unlimited?

Hello, I'm using JAXWS for generating webservices and serving using EndPoint.publish() as well as deploying war file, but as soon as it has served 100 requests it wouldn't return 1 …
0
votes
1answer
39 views

Not getting data from webservice

I am new to php and webservices so pls bare with me The following is my webservice calling 2 methods from dataclass (registerCustomer and getCountries) <!-- a string array req …
1
vote
3answers
383 views

Using C# console app to call lists.asmx getting ‘http request is unauthorized with clien tauthentication scheme ‘ntlm’. The authentication header received from the server was ‘Negotiate, NTLM’.

Environment: Kerberos turned on in QA & Production, not in Dev (stupid I know, but I don't admin any of the boxes) Hitting a sharepoint webservice to GET data from a sharepo …
1
vote
1answer
66 views

Calling web services from ASP.NET application and connection management

I have an ASP.NET application that calls other web services through SSL (outside the application). I simply added a web reference (https://url/some.asmx) and used the web services …
1
vote
1answer
22 views

What are good techniques for retrieving a list of keywords for the top news stories of the day

I am working on an application where I would like to retrieve a list of the day's top news stories from some source (such as the BBC) and parse these for keywords that I can use ag …
1
vote
3answers
60 views

php and webservices

I am new to php so please bare with me. I have a wsdl file and i am trying to call it from a php class. I am using the following code: <?php include ("dbconn.php"); class da …
0
votes
1answer
45 views

How to call a webservice from an iPhone app

Hello all, I want to call a .net web service from an iPhone application. Like I want to call a web service with respect to name and display the history sent by the web service. C …
1
vote
3answers
149 views

Client Access to SQL Server over the Internet

Does anyone have any opinions over the best ways to connect a client to SQL Server to get data. So lets say I have a C# DataGridView in a Winform not on the internal network and I …

1 2 next
15 30 50 per page