Questions tagged as 'web-service'

1
answer

Web service long implementation period

I'm creating a webservice that queries in a DW these queries because they have aggregation functions and everything takes a bit more time than normal (something around 2 - 5 minutes), but the client does not wait for this query terminating it un...
asked by 22.06.2017 / 21:01
2
answers

Working with JSON for request and response Java

I need to consume a WS with rest that is almost complete, only 2 things to finish: - mount the request JSON and manipulate the response. JSON Here is an example of the template I need to submit in the request: { "sendSmsRequest": {...
asked by 07.07.2017 / 16:43
1
answer

Nusoap return $ HTTP_RAW_POST_DATA empty

I'm trying to create a WebService using nusooap . But my return is always empty. Online is created the webService and I can see the methods and the xml (WSDL). But when trying to access via cliente.php the return is empty. test-serve...
asked by 27.03.2017 / 15:55
1
answer

Would it be correct to use a static class to consume a web service?

A question that comes up when I'm programming when it comes to programming static classes. Microsoft's official documentation says the following about static classes:    The static class can be used as a convenient container for sets of...
asked by 05.03.2017 / 06:06
1
answer

What are the advantages and disadvantages of publishing a Web service on a server or as a Windows service?

My company usually creates Windows services to publish services Web . This means that the service is not hosted on any server (such as IIS). One obvious drawback I see right away is that the service is dependent on the operating system....
asked by 21.10.2016 / 11:17
1
answer

Android soapFault Parser

Well I'm starting to make error handling that the webService soap returns me, for example if the user enters login or wrong password the web service returns a SoapFault error: user or invalid password. Only I can not get this message and show in...
asked by 02.12.2016 / 11:59
1
answer

How do I get parameters from a PUT request?

I'm starting to study Web Service and created an example of an API in REST. I'm passing parameters via PUT to the API and catching with parse_str in PHP but what returns to me is something completely different ... How do I get the para...
asked by 09.11.2016 / 13:52
1
answer

Webservice Php without Lib

Oops, I took a look at the Stack behind a simple question, but it's making me confused. Knowing the concept of Webservice is relatively easy, but practice is the focus of this question. I saw some other questions here, but that were not answered...
asked by 26.10.2016 / 01:37
2
answers

Transmission with digital certificate c #

I'm developing an electronic invoice transmission routine for services in C #. I have already signed the TAGS according to the city's manual but when I try to do the transmission it returns this error. <MensagemRetorno> <Codi...
asked by 08.08.2016 / 16:23
1
answer

Send data type array in Webservice made in NuSOAP

Talk galley, blaze? I'm developing a webservice php in soap, I'm using the nuSOAP library, the simple type tests were successful but now I need to test with complex types like bad arrays I can not make work, the error in the transmission, alre...
asked by 01.07.2016 / 16:59