web-services

SOA / ESB Dilemma

Sorry for the very involved question, but this is something I've been researching for a while now and it is really frustrating me. I feel like in today's age we have a million and one ways to implement services tat are cross-platform (SOAP) and easy to build (thanks to .NET, java, and other frameworks). However, these technologies have...

Why is jboss seeing an empty List<Object> from Coldfusion webservice that returns an array of structs?

I have a coldfusion 8 webservice that returns an array <cffunction access="remote" name="testMethod" returntype="array"> <cfset myArray = ArrayNew(1)> <cfset myArray[1] = "Steve"> <cfreturn myArray/> </cffunction> I am using jboss 5.1 GA community with Jbossws 3.2.2.GA consuming the service. The stubs are being built with ...

PHP Lyrics Plugin

Similar to these two threads www.stackoverflow.com/questions/3458076/how-to-use-javas-built-in-javascript-engine-to-run-script-on-a-web-page www.stackoverflow.com/questions/3443769/how-do-i-get-this-page-programatically I am trying to get the lyrics via php. www.lyricsplugin.com/winamp03/plugin/?artist=Linkin%20Park&title=Numb So I ...

how to invoke a web service that is created in visual studio 2008 in a new sample website?

how to invoke a web service that is created in visual studio 2008 in a new sample website? ...

Possible to make a consistently successful stock market playing bot?

Who has created a bot to play the stock market and what kind of return did you see? I'm currently still in very alpha stages but I can play the stock market with play money and get some very nice results using historical real time data. Currently I have around 8 parameters that go into configuring the buy and sell function. When I varied...

GetResponse() slow only on my computer

I have sent many http requests in cycle with WebRequest request = (WebRequest)WebRequest.Create(str); This line takes about 500ms on my computer WebResponse response = request.GetResponse(); On other computers on the network: 10-20ms how to fix this bug? What reasons could there be for other computers on the network completing th...

Java webservice NoClassDefFoundError

Hi guys, I am generating a webservice stubusing this statement in java new TPFServiceStub(webserviceUrl); I have created a mock service in soap UI at 8088. The same URL I am passing in the webserviceUrl variable. All the dependent jars are placed in axis_home. I am getting this following error. Exception in thread "main" java.lang.N...

client side web service

Hello, I am a delphi newbie and trying to access a web service and having trouble setting up the instruments and instrument array to add into a request. I have attached the code, definition of the service below, any help would be a great advantage. Var abc:submitGetDataRequest; cc:array_of_instrument; bb:Instrument; begin abc:=submit...

how to plot latitude and logitude using geocoder webservice?

what coding for plotting latitude and logitude using geocoder webservice in asp.net? plz..help me ...

[ant-build-error] java.lang.SecurityException: Prohibited package name: java.lang

I'm getting the following error when trying to build my very simple webservice project. I've given the build.xml, my java file and path values The class file is getting generated, but service is not getting generated. Please help... It's bugging for a looooong time.. Thanks! :) CLASSPATH=C:\bea\weblogic81\server\lib\weblogic.jar;C...

Remote connection between a website and local computer.

Is there any way I can connect to a local computer from internet website.. My requirement is to develop an Asp.Net web application which need to communicate with a local database.. ...

Is there an official API for Google calculator?

Is there an officially sanctioned API for google calculator? ...

Read timeout implement for WebService HTTPS call

I am trying to implement read timeout(timeout after specified duration) for WebService call over HTTPS. Its working fine over HTTP but its not over HTTPS. Any help will be appreciated. I am using Axis 1.4 ...

How to write a java client to access wsdl file

Hi All, I have a .wsdl file i need to access the exposed method in it using java,how can i do it,i am new to webservices so not getting it what are the steps involved to write a java client and consume the webservices ,pLease let me know ...

Metering and billing azure costs to end-users

I'm designing a Web-service in Azure. Is it possible to have the actual Azure platform usage costs metered per end-user? And does Azure provide billing services to end-users? ...

Software evaluation licensing for Web Services

Hi all, We have developed a web application. (Eclipse - Dynamic Web Project). We are deploying it as .war file. We want to implement evaluation period license check on this .war file. (Most of the functionalities are Java SOAP Web services and Web UI is in Flex) I have written a Java code for generating the license file and thread for ch...

How to send a .ZIP file to Web Service

How to send a .ZIP file to Web Service using ASP.NET(C#) Is Impossible? ...

SOAP - Simple Object Access Protocol?

SOAP - Simple Object Access Protocol I find some Difficulty in understanding the expansion of SOAP. First thing, is it really Simple? Second thing, is it used to access Objects? Third thing, If it used to access objects then what are the objects it can access? Fourth thing, Is it purely object access protocol? ...

Calling upgraded .NET webservice fromn legacy 1.1 code - SoapException

Hi all, I recently upgraded a .NET 1.1 webservice to .NET 3.5. After the upgraded web service was deployed our .NET 1.1 applications referencing this web service all threw the following exception: System.Web.Services.Protocols.SoapException: Server did not recognize the value of HTTP Header SOAPAction.... The .NET 1.1 applications ha...

Apace axis2 wsdl2java tool, foo_type0 classes

When I use wsdl2java - with adb data binding - to create the stubs for a web service given a WSDL file, I get some classes with name foo_type0 what is this type and in witch case is it generated?? Could there be a foo_type1 or foo_type2 type?? I have noticed it's generated when a type at the WSDL includes an < any /> element. ...