Tagged Questions

The tag has no wiki summary.

learn more… | top users | synonyms

8
votes
1answer
1k views

Are JAX-WS clients thread safe?

Because the initialization of the WS client side port is so costly we would like to reuse the same instance. We would also like to set different values in the BindingProvider/RequestContext before ...
3
votes
2answers
1k views

Web Services client using Java NIO (Netty?)

I have written a simple client to test my Web Service, but I am investigating the possibility of using the JBoss Netty framework, rather than blocking sockets, in order to increase the number of ...
3
votes
3answers
1k views

Issue while generating a service proxy from WSDL with invalid SSL Certificate

I'm trying to write a small app that accesses a webservice, but the webservice has an invalid SSL certificate. I've got no control over this fact as it's governed by a third party. I've tried ...
3
votes
4answers
98 views

Calling service from Html

i want to call asp.net web service from java script and pass the parameters to it .is there any code sample or demostration that will help me to acheive that?? thanks in advance
3
votes
2answers
452 views

Problem calling webservice from Silverlight in VisualStudio 2010

Hello i'm trying to consume a WS written in nusoap from Silverlight; when i add WSDL service reference, in VS21010, i see listed all WS functions. I instanciate object in my code behind: ...
2
votes
2answers
36 views

Unable To connect remote server (Web Service)

I have tried to integrate this web service into my asp.net project but it popups such type of error ! If you have any idea regarding this kindly give me solution. There are very rare materials about ...
2
votes
2answers
485 views

Using RijndaelManaged encryption in Silverlight

I'm implementing a webservice client that is required to encrypt the request using 128-bits Rijndael. Because the RijndaelManaged class doesn't exist in Silverlight, I've followed the advice here: ...
2
votes
1answer
192 views

how to connect webservices in iphone developement

i am developing location based app,in this app using .net webservices how can connect in theses webservices in iphone,please forward some sample code of in these realted application thanks in advance ...
2
votes
1answer
1k views

How to write data to the web server from iphone application?

I am looking forward for posting some data and information on the web server through my iphone application. need your help in doing so. I am not getting the way to post data to the web server from ...
1
vote
1answer
76 views

Is there any free public secure (SSL) web services to test a SOAP client?

I'm trying to develop secure web service and i have complete the service.But i tried to create client and failed every time.so now i need to create a test client that consume secure web service to ...
1
vote
0answers
80 views

jax-ws generated webservice client change service endpoint at runtime

How can I change the webservice endpoint URL of a webservice client generated by the netbeans wizard (webservice client from wdsl URL ). I tried to change the webservice endpoint by both methods ...
1
vote
1answer
45 views

Web service client (applet) keeps asking for “/META-INF/services/javax.xml.ws.spi.provider”

Consider the following snippet running in an applet insdie a browser: WebServiceClient s = MyWS_Service.class.getAnnotation(WebServiceClient.class); String servicePath = pathName; String wsdlLocation ...
1
vote
0answers
119 views

JAX-WS web services client with global handler

I have java web application build using maven. I use jaxws-maven-plugin (1.12) to generate stub classes for about 8 different web services my application uses. Is there a way to define one Handler ...
1
vote
5answers
62 views

Sending commands to the client with Javascript

For a site I'm planning, I need the server to be able to send commands to a logged-in user's browser. Simplic example: When a call center rep gets a call, I want to automatically pull up the lead ...
1
vote
3answers
140 views

Generating client stubs from WSDL

I am starting on a new project with commercial vendor. I need to write an integration module in our application to consume commercial vendor's web service. So, WSDL is not controlled by us. I think ...
1
vote
4answers
245 views

Using a progress bar in C#

I am currently getting the status of files getting sent to a webservice to be displayed in a richTextBox however for demonstration purposes I would prefer it to be shown as a progress bar. so far my ...
1
vote
1answer
220 views

Updating a Sharepoint List from flex

I have been trying to find a way to connect Flex to sharepoint in an elegant way that allows me to update lists, build charts, and create widgets with FLEX on the client-side. I have researched this ...
1
vote
1answer
85 views

Publicly available webservice I can use

I am learning to write PHP client programs which call webservices with POST & GET. Is there any publicly available webservice I can use for trying out client programs? Basically, I don't want to ...
1
vote
1answer
189 views

webservice referer

It's possible to get the webservice caller url referer? If yes how? Regards, Pedro
1
vote
2answers
121 views

Consuming SOAP web services without the add reference approach

I am looking to make a service agent in C# from scratch. If the contracts/XSD are shareable via WSDL or dll. How do I go about writing a light weight service agent that can be configured to make calls ...
1
vote
1answer
174 views

What does this “PHP Fatal Error” mean?

PHP Fatal error: Uncaught SoapFault exception: [soap:Server] System.Web.Services.Protocols.SoapE xception: Server was unable to process request. ---> System.NullReferenceExcepti on: Object reference ...
1
vote
2answers
191 views

I need some help with web services

Here is my scenario: I have an iPhone app (written in Monotouch but that has nothing to do with the design) that has consumables. I give 25 free consumables when the app is installed. If the user ...
1
vote
1answer
709 views

Error generating proxy with svcutil

while trying to generate a proxy from this WebService (http://scdemo14.infor.com:9014/axis/services/wb:wsclocks-inbound?wsdl) I'm receiving this error from svcutil: Error: Cannot obtain Metadata ...
1
vote
0answers
183 views

Using sharepoint webservices getting the ID/GUID of custom field

I am trying to get the ID/GUID of a custom column fields from one of my Document libraries using web services. How does one go about doing this in C#? Thanks in advanced.
1
vote
2answers
193 views

SharePoint JQuery GetUserLoginFromEmail

Could someone provide an an example of how to call the SharePoint WebService, "GetUserLoginFromEmail"? Thanks!
1
vote
0answers
363 views

Web Service call with Kerberos. Difference between runing under .Net Framework 1.1 and upper 1.1

I'm calling web service with Kerberos auth. The c# code: SoapHttpClientProtocol service; : : service.Timeout = config.connectionTimeout; service.Url = endpointUrl; service.Credentials = ...
1
vote
2answers
208 views

How to Securely Transmit Data to/from a Public Web Service

An app I'm working on interfaces with an existing application running on a remote box. Communicaitons with the remote app are via its public web services. I've been asked to build an enhancement which ...
1
vote
2answers
515 views

Reusing an HttpsUrlConnection… don't want to get a new connection each time. How reuse?

I want to call a secure webservice, using a cert that I have... the server takes a long time to authenticate with the cert, and, while this is ok the first time, the user will call it over and over ...
1
vote
3answers
169 views

security when calling a webservice or aspx page with password

I'm wondering if I have a web service like this: Login(username, password) or a page like login.aspx?u=username&p=pass If they were called from a desktop app, which would be more secure. ...
1
vote
2answers
1k views

Invoke of webservice fails with HTTP status 400 Bad Request

I'm getting a failure in my web application calling a webservice: Server Error in '/zVersion2a' Application. The request failed with HTTP status 400: Bad Request. Here is a link to the webservice ...
1
vote
2answers
815 views

Need to see SOAP messages for client talking to external web service - how to? (Eclipse/Netbeans/IDEA ok)

I have a situation where I have to write a client in Java against a very picky external web service (over https) and I can talk to the web service through the Web Services Explorer in Eclipse JEE. ...
0
votes
0answers
20 views

SOAP Protocol handler handleMessage method not called during Web service Client call

I have written SOAP Protocol handler for WS client call. I am using JAXWS dispatch method to call the Web service. Here is the code to call: clientService = Service.create(url, webserviceName); ...
0
votes
1answer
5 views

Calling webservice with complex parameters from c# client

Hello, Here is a class ... public class Authentification { private string userField; private string passwordField; public string user { get { return ...
0
votes
1answer
59 views

Need Apache Axis (not Axis2) client example for calling web service with SSL

I have searched in vain for a straightforward example of calling a web service requiring SSL authentication and that has a self-signed certificate. I already have the code to be able to trust all ...
0
votes
0answers
48 views

Web service fails until the URL is hit with IE

We have a WinForms application (.NET 4.0/C#) that accesses several web services. We deployed to a client who has some proxy feature on their firewall (no proxy settings in Internet Options on the ...
0
votes
1answer
110 views

PHP Webservice using NUSoap Client not working

We need to communicate with the .NET webservice url and get the date from the method by passing respective arguments. When trying to use with the NUSOAP library in the reponse i got the error as ...
0
votes
0answers
24 views

I'm unable to view username and password in tcp/ip monitor when I do basic authentication using JAX-WS

Map<String, Object> reqContext = ((BindingProvider) port).getRequestContext(); Map<String, List<String>> reqHeader = new HashMap<String, List<String>>(); ...
0
votes
1answer
39 views

Invoke method in COM component exposed webservice throwing error

I am basically a .NET guy.I don't have much knowledge in VB (COM components). Now,I come across a project where i need to expose a COM dll as a webservice and consume the same in my Asp.NET ...
0
votes
0answers
47 views

Create a header with attributes SOAP4R, RUBY

I need to create a header with SOAP4R (soap webservice client) like this: <soap:Header> <PayloadInfo Username="string" Password="string" IDParceiro="int" ...
0
votes
0answers
15 views

how to parse the data from string o XML

is there any way to hit the DB2 DataBase from Android Application without using the webservices. If,please send the post..... No, I'm using the webservices and i'm getting the data in Android ...
0
votes
2answers
212 views

is there any Java API to catch request and response SOAP envelops?

I can uses Web service client classes to obtain the result but instead of the text result i want complete SOAP message in my JavaSE program. How can I do that? Any Idea?
0
votes
0answers
57 views

difference in classes generated for a wsdl file in .net and java

i am trying to develop a client application (both in java and .net) using a wsdl file. The problem scenario is that: in .net the classes generated by adding wsdl is different to the classes generated ...
0
votes
0answers
274 views

Java web service client generated in Netbeans - getting Http Status Code 307

I use Netbeans to generate web service client code, client-style JAX-WS, so i can invoke a web service API. However, when I invoke the web service API, I get the exception: ...
0
votes
1answer
207 views

capturing .net webservice out parameter using ksoap2

i was trying to call a .net webservice with the Android SDK, that was simple using the ksoap2 library, including passing and getting complex types.yet i faced a more complicated problem, the ...
0
votes
0answers
187 views

Exception when calling java webservice from .NET

I'm trying to call a web service written in JAVA from C# client. I added a web reference named "abc" and created the code to call the webservice method. I'm still getting this exception: ...
0
votes
1answer
93 views

Step by Step hosting web service in server

Hi i need step by step procedure of using the web service and host the web service in server thanks, Vara Prasad.M
0
votes
1answer
803 views

Accessing SOAP web service from Silverlight 4 client

I am doing a proof of concept where I access a public web service from my Silverlight 4 client application. When I attempt to make the call this sample public web service, I get the following error: ...
0
votes
0answers
306 views

How do I make a JAXWS client in an EJB under Glassfish use provided keystore and truststore?

I have created an JAX-WS client in an Stateless Session Bean. The WebService server is out of my controll. To access it, and it's WSDL-file, I have to use SSL. The WebService provider has provided me ...
0
votes
0answers
260 views

JAX-WS client causes Jetty EofException

I am using an embedded Jetty server to provide Web Services (using Jetty-JAXWS2-SPI to allow Jetty to serve the requests) and I am seeing the following errors when a connection terminates from my ...
0
votes
1answer
173 views

Weird XML exception when sending SOAP request

Have an application which publishes XML data across webservice using SOAP. The data is pulled directly from an Oracle database and parsed into XML but for some reason the data being pulled out of ...

1 2