Article Categories
- All Categories
-
Data Structure
-
Networking
-
RDBMS
-
Operating System
-
Java
-
MS Excel
-
iOS
-
HTML
-
CSS
-
Android
-
Python
-
C Programming
-
C++
-
C#
-
MongoDB
-
MySQL
-
Javascript
-
PHP
-
Economics & Finance
Web Services Articles
Page 24 of 24
5 Tech Skills required for jobs
In current times the global job market has crunched to the size of your computer screen, with recruiter and employers openly marketing their organization and jobs online.A lot has changed, from just a decade back. Right from the way an applicant used to apply for jobs, to the scrutiny processes that precede an interview. Today there is a complete new outlook required to move forth in the corporate world .With the advent of technology the most crucially required skills have also flipped in nature. Applicants in every domain are looking forward to inculcate the most efficient sense of technology and ...
Read More3D Printing and its future
What is 3D Printing?3D printing – A future where your printer connected to a desktop is capable of printing a solid object. It’s a process of crafting three dimensional robust objects from a digital file using additive processes. An object is created by positioning consecutive layers of material until the whole object is shaped.It is also known as rapid prototyping, a mechanized method where 3D objects are quickly made on a reasonably sized machine connected to a computer containing blueprints for the object.Although the technology has become popular in recent days, it existed well in the 1980s. Charles Hull in ...
Read MoreError Message: Unsupported xstream found: ("HTTP Code 200:OK")" while consuming SAP Web Service
I think this is related to incorrect HTTP destination configuration. You can check Web Service using T-Code: SOAMANAGER to verify if HTTP destination is configured properly.
Read MoreConnecting SAP SOAP WebService with Android application
You are passing parameter in URL like this: http://XXX.com/xyz/api/sap-client=100&sap-user=username&sap-password=xxxxx"Instead of this, you should pass parameter like this: request.addProperty("sap-client", "100"); request.addProperty("sap-user", "*"); request.addProperty("sap-password", "*");
Read MoreError while calling Web Service using SRT_UTIL Transaction
This error can come due to multiple reasons. One of possible cause could be that your structure name is 30 characters and it is translated to 26 chars in WSDL.I would suggest changing structure name to 10 characters and it may resolve your issue. Below shows Web Service Utilities:
Read More