We have a project which is setup on GAE with java8 standard environment and the app runs on default service. Now I would like to add a new service to the app so
I have a solution file, solution1, which has two projects One is Azure webapp and one is web service. When I'm opening the solution, the webapp is loading prope
I am making a SOAP Request and this is how my request should be sent: <id></id> <fieldList> <string>string</string> &
I am making a SOAP Request and this is how my request should be sent: <id></id> <fieldList> <string>string</string> &
I'm working on Oracle Database 12c Enterprise Edition Release 12.2.0.1.0 - 64bit Production and I need to develop a store procedure that access an API, I have t
Environment: IntelliJ in debug JBoss 7.2 Java 11 jaxws 2.3.0 I have created a client in a JUnit test and work well. The problem comes when I try to execute the
In my project we must call 2 contract first SOAP Web Services with identical Request/Response objects. As the web services were contract first, I created classe
Using: Prestashop: 1.7.6.5. I'm trying to create a piece of code to update products prices (or other information in products) with the code below, but it always
I have 2 database tables Customer and Items with 1 -> many relation. To fetch data from database i am using the following query. select customer.id, cust
We are making for WCF calls to endpoints like below: First Call: http://TESTSERVER:11033/Services/GetServiceDetail?Userid=Test1 Subsequent call: http://TESTSE
i have error which kill my application - app is running, but - thus, the data in the grids are not displayed - i think error in console browserLink:2843
I have to consume some service on ESB which has addresses: for dev env: http://esbdev.com:11111/ws/ir.channel.aaa.pub.ws:ConsumeMeV1 for test env: https://esbte
A peer of mine has created code that opens a restful api web service within an interactive spark job. The intent of our company is to use his code as a means o
I'm trying to wrap my head around spring integration and would preferably like to stay away from XML-based configuration. What I would like to do is the follo
I am using entity framework code first. My entities and controller were generated by Visual Studio and have not been modified. This issue seems to be that the
I am getting WstxUnexpectedCharException when hitting a soap service. My code is generating the request, that request is looking fine, and when same request i a
Background I am making a spreadsheet that refers to information security license registration provided by the Japanese government (https://riss.ipa.go.jp/). The
I'm running the Powershell commands below from my desktop to deploy the SSRS reports to the on a dev report server. I get the error below: Commands: Write
I am using below code for my webservice client : HelloService hello = new HelloService(); HelloPortType helloPort = cliente.getHelloPort(); org.apache.cxf.end
I have written a Java client code using SAAJ for Primevera P6 webservices. I am getting the below authentication error. I am providing the http username + passw