Questions tagged [webservice-client]

An application which calls on and consumes the response of a web service.

An application which calls on and consumes the response of a web service.

1128 questions
-1
votes
2 answers

Can't test my Java Webservice on Weblogic

I am following these steps: steps But when I try to run it on the server, I get this: Could anyone help me, how could I test my webservice? Thank you!
victorio
  • 6,224
  • 24
  • 77
  • 113
-1
votes
1 answer

Max size allocation byte array compact framework

Compact Framework Language: C # FrameWork 3.5 I have a client (pocket PC) and I want to send data to web service REST (https connection). I need to upload large files of several megabytes and then I have multiple connections by dividing the file…
user2075861
  • 117
  • 2
  • 15
-1
votes
1 answer

How to consume External SOAP based web services in java?

I need to consume http://indblrp2p03.ad.infosys.com:8000/sap/bc/srt/wsdl/sdef_/INFYPE/SOAP_WS_SC_SEARCH/wsdl11/ws_policy/rpc?sap-client=200 SOAP based webservice.
-1
votes
1 answer

Coldfusion Webservice and SOAP

I am using coldfusion and IIS 7.5 Problem is that when the web service has 500 error, it returns HTML instead of XML. Can anyone help me in fixing this please. Thanks.
-2
votes
1 answer

Timeout error while accessing same OBIEE webservice from different location

We have an application which is consuming OBIEE webservices to get data. Our application's development team is located at two different locations i.e. SanJose(CA) and Bangalore(Ind). When we set up the local environment at SanJose everythings works…
user1061771
  • 47
  • 1
  • 5
  • 12
-2
votes
2 answers

wsimport problem with Exception in thread "main" java.lang.NullPointerException

I am generating a web service client using wsimport but I get an error like this Exception in thread "main" java.lang.NullPointerException at sun.net.www.ParseUtil.toURI(ParseUtil.java:261) at…
Edwin Jaws
  • 209
  • 1
  • 2
  • 5
-2
votes
1 answer

Xamarin Forms with Prism - Problem with using WebService

Can anyone help me? I created simply project Xamarin Forms with Prism i VS2017 on Android (screen). I used Prism Template Pack. I would like connect project with my WebService. here is a link to screen of all project I have two projects…
Mirek
  • 75
  • 6
-2
votes
1 answer

Java standalone consume webservcice

I'm new to web service stuff. I need to consume a web service hosted by another application and I have wsdl(development) with me. I need To consume this web service and invoke a specific method Have option to change/set the wsdl link in my program…
bajji
  • 1,271
  • 3
  • 15
  • 37
-2
votes
1 answer

PHP Web Services basic example

I need some clear code examples for the creation of the web service and the client. In the answere I put some examples and the url of the page where you can found more explained the question, is an excelent reference for the junior programers.
Daniel Kennedy
  • 708
  • 11
  • 18
-2
votes
3 answers

Web Service vs Web API

I'm a c# developer, I've to build a mobile app with Xamarin and I've to call a server to read and write data. I don't know if create a Web Service or a Web API server side, which's the best solution? I tried to search online and I've found many…
Badozvora
  • 383
  • 1
  • 3
  • 15
-2
votes
1 answer

consume web service by java program when WSDL file generated by salesforce patform

I have a WSDL file generated from apex class (in salesforce environment). I want to call method of the apex class from my java program. I am new in java so please help me out. Even i do not have any IDE. I am running java program from command promt.…
Shik
  • 27
  • 7
-2
votes
2 answers

Problems consuming a SAP WebService within C#

since hours I try to consume a webservice from my little C# win-test-app. I used the standard mechanism to consume the webservice ("Add Service Reference"). Then I was able to create the client with the automatically generated code. But when I call…
-2
votes
2 answers

Servlet call from Tomcat throwing HTTP Status 500 - java.lang.NullPointerException

I am trying to call my servlet GetAttributeValueServlet from apache tomcat and this error has been shown. The Servlet is in CloudWebServerClient. Severe: Servlet.service() for servlet [servlet.GetAttributeValueServlet] in context with path…
BollyBoy
  • 17
  • 1
  • 1
  • 7
-2
votes
2 answers

Writing first RESTFul Webservice and Client

Guys I almost spent a day on googling to find step by step tutorial for writing my first RESTFul service. No Luck My environment is as follow JDK 1.7 JBoss 713 Maven Eclipse Indigo Any pointer will be helpful. Thanks
Nageswara Rao
  • 954
  • 1
  • 10
  • 32
-2
votes
1 answer

show how to add webservice assembly

I'm new in c# and web services. I can not use the classes that the web service offers me someone can help me or explain why it can not use, since I use the other services (identified in the…
user1671697
  • 271
  • 1
  • 2
  • 9
1 2 3
75
76