Questions tagged [webservices-client]

A web service client is a consumer of a defined web service, based on its contract (the service API) and constraints (i.e. security).

A web service client is a consumer of a defined web service, based on its contract (the service API) and constraints (i.e. security).

Web service clients can be automatically generated (based on a given contract and via technology related tools) or developed using the given service API and a technology of choice.

234 questions
1
vote
1 answer

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 not set to an instance of an object. at…
Technupe
  • 4,831
  • 14
  • 34
  • 37
1
vote
1 answer

How to capture soap error response for an Invalid data in request?

I am able to successfully log request and response for a valid soap request(class generated through wsimport) but couldn't capture the xml content when an exception is thrown(when a node in the request is filled with invalid data). I could get the…
1
vote
1 answer

How to invoke remote rest service in InvokeHttp nifi processor?

Is there any way to invoke remote rest service via invokeHttp nifi processor and change its url permamently. In my case I need to pass 2 paramters to get request and I need to change them time after time. Is there any nifi processor which I can use…
Sagitarius
  • 348
  • 1
  • 11
  • 36
1
vote
2 answers

Apache CXF - javax.xml.ws.soap.SOAPFaultException: No security action was defined

Despite I have set the username, password, action, and WS Security Password Type (which is PasswordText), getting this exception when I try to call a service of the web service: No security action was defined. The web service I try to communicate…
talha06
  • 6,206
  • 21
  • 92
  • 147
1
vote
0 answers

How do I assign to @params[] array for web service request

I am trying to consume a Web service for which WSDL has been provided. I have added the reference service and am using the generated proxy classes / client. The client has a method called getUpdate which requires a getRequest parameter. The…
Brad
  • 323
  • 2
  • 13
1
vote
1 answer

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 from …
Ajadex
  • 2,319
  • 1
  • 20
  • 23
1
vote
1 answer

How do i consume the w3schools tempCnvertor webservice from the wsdl with netbeans?

I have been trying to consume the w3schools tempConvertor webservice from https://www.w3schools.com/xml/tempconvert.asmx?WSDL it gives me this warning messages just before generating the client classes parsing WSDL... [WARNING] SOAP port…
Bigesta
  • 11
  • 3
1
vote
2 answers

Using Sharepoint webservices to get the ID/GUID of a custom field

I am trying to get the ID/GUID of a custom column field from one of my Document libraries using web services. How does one go about doing this in C#?
Zilor
  • 101
  • 1
  • 11
1
vote
2 answers

SharePoint JQuery GetUserLoginFromEmail

Could someone provide an an example of how to call the SharePoint WebService, "GetUserLoginFromEmail"? Thanks!
user535056
  • 79
  • 1
  • 1
  • 4
1
vote
0 answers

How to call https services and how to import .crt file in android studio project

actually, i have created one project. in that project, i am calling web services through HTTP helper classes. now those services are becoming secured they put some SSL certificates to call those services. what my questions are how to import .crt…
1
vote
0 answers

None of the policy altern. can be satisfied

I'm trying to create a Webservice Client with Apache CXF 3.0.12 and Java JDK 1.8. The Source Generation with wsdl2java looks good, but when i tried to connect to WS i got a exception: Exception in thread "main" javax.xml.ws.soap.SOAPFaultException:…
Ben
  • 290
  • 2
  • 17
1
vote
0 answers

Error in deserializing body from reply message WSDL service in C#

I have a created a console application where I consume a web service. I have tested this service in SoapUI and everything seems to work fine but now when I consume it in C# I get the above error message. I tried setting up the binding in config and…
Papi
  • 555
  • 13
  • 40
1
vote
1 answer

how to add 'Content-Type' header in (HTTP GET) Rest request header collection using HttpClient?

I am using HttpClient for rest service . At at one point I have a problem when I try to add "Content-Type" in my 'Get' request header . I know "Content-Type" is suitable for content send in request body part But It's my need i have to send…
Shubham
  • 183
  • 1
  • 3
  • 15
1
vote
0 answers

XML compare two nodes, if equal then proceed with mappings

I have to match number with ph.No other condition. Xml temp1:
Gupta
  • 11
  • 3
1
vote
3 answers

No implementation defined for org.apache.commons.logging.LogFactory while accessing the axis webservice

Getting the below error while accessing the webservice..Tried applying the common-logging.jar but issue din resolved. org.apache.commons.discovery.DiscoveryException: No implementation defined for org.apache.commons.logging.LogFactory while…
javalearner
  • 347
  • 2
  • 7
  • 21