Questions tagged as 'web-service'

2
answers

How to send this Header using NUSoap PHP?

I'm trying to authenticate in a WS but I can not connect, and I can connect and generate a token, but when trying to do other operations with a token I can not fill the header and validate the session, see the herader excerpt: <?xml ver...
asked by 06.07.2016 / 16:07
1
answer

What are the options for Rest?

Currently the Rest architecture has become a standard for building APIs and Webservices. But what about Rest? What else goes into API building?     
asked by 20.06.2016 / 13:41
1
answer

Crud with webservices REST simple java. Problems with class customer jersey

I have this class but it is giving many errors I do not know what I do today that I try to solve. What do I do? package manager.client; import javax.ws.rs.client.Client; import javax.ws.rs.client.ClientBuilder; import javax.ws.rs.client.Invo...
asked by 15.07.2016 / 20:07
1
answer

Special Characters WebService C # SQL X Firebird Base

I have an integration made by Web-service (asmx) , C# e SQL Server . This Web-Service is consumed by third-party software that uses Delphi and Firebird. The problem is that by integrating a string field that has special characters, ques...
asked by 05.07.2016 / 15:06
1
answer

Get BD Rows (MySQL) - WebService Mysql C #

I'm having trouble getting the rows . It does not recognize any variables within cmdMySQL ( @Login ). I tried to put others but nothing if I take the @Login and put the value of email that is in the BD he usually t...
asked by 03.06.2016 / 03:26
0
answers

Calling the webservice with an XML

I have to develop a webservice (rest) in java that will be called by an excel add-in developed in .NET.     This plugin has to send an xml, what I did was transform into a string only the XML is huge. A string does not have enough space to alloc...
asked by 06.06.2016 / 17:40
1
answer

Frameworks for testing in Android and Webservice application

Good afternoon, I would like to know which frameworks I could use to perform the following tests: Android application: Unit Testing Stress Test Web service Unit Testing Static Analysis
asked by 30.04.2016 / 23:30
1
answer

Validate if method exists in webservice and customize return message

I am creating a webservice rest, and it is working properly, but there is a situation that I could not handle: if the url provided is searching for a non-existent method, the requester is redirected to the error screen of my system, I would like...
asked by 27.05.2016 / 19:41
1
answer

Parameterizing value to be Encrypted in SQL Query

Currently, the query query that returns results is as follows: SELECT nome, email, senha FROM Professor WHERE email = ? AND senha = HASHBYTES('SHA1','" + senha + "') p.setString(1, email); When trying to parameterize the value within...
asked by 23.04.2016 / 19:02
1
answer

Insert by soapui in a webservice

When I try to insert using soapUI, the following error occurs: org.firebirdsql.jdbc.FBSQLException: GDS Exception. 335544347. validation error for column CON_CODIGO, value "*** null ***" at org.firebirdsql.jdbc.AbstractPreparedStatemen...
asked by 30.05.2016 / 15:54