spring-ws Questions
7
Solved
I must prepare a webservice to accept anan already defined wsdl structure. I followed the tutorial found here, with source code for the test project downloadable here.
For xsd like this:
<xs:e...
Since asked 30/12, 2015 at 8:21
13
I am struggling with an Spring-WS with JMS example. I set the Spring-WS and JMS wiring as per the Spring recommendations. But I kept getting following error. I dont know how to bypass this issue, a...
4
I am working on spring web services. I need to add some custom elements in the request and response message.which should look like this:
<soapenv:Envelope>
<soapenv:Header>
<tid:S...
Bingham asked 15/12, 2011 at 13:49
4
Solved
I am currently working on Spring soap server project. I started off with the Getting Started guide from Spring here http://spring.io/guides/gs/producing-web-service/ to build a basic SOAP service.
...
Headquarters asked 19/1, 2015 at 20:8
7
Solved
I have a Maven based Spring-WS client project that I want to package as a single jar. In eclipse, everything runs properly. When I try to package it as an executable jar, I get ClassNotFound except...
Cathar asked 22/6, 2012 at 16:41
8
I have created a Web Service using Spring. It works fine when running it on my embedded tomcat server. However when I package it as a JAR file and run it with java -jar command, I am receiving this...
1
I have created a sample SOAP Web Service project (spring boot) and trying to integrate Okta as a resource server for authentication.
I am able to deploy the application to WebLogic, but when testin...
Hendrickson asked 10/6, 2022 at 18:58
4
Solved
I made a simple web service but when I'am trying to test it on soapui its giving this error:
WARN : [Oct-11 12:56:38,081] ws.server.EndpointNotFound - No endpoint mapping found for [SaajSoapMessag...
Mutule asked 11/10, 2014 at 8:8
1
Solved
I have a simple spring boot app and I want to send request to a SOAP endpoint. Unfortunately every time I try to do this I receive: javax.xml.bind.JAXBException: Implementation of JAXB-API has not ...
Coalition asked 7/4, 2022 at 9:59
7
Solved
Is it possible to configure a WebServiceTemplate with a java keystore?
edit
I'm looking for a way to configure the location of the keystore in the spring config
3
Solved
I am using spring WebServiceTemplate as a web service client programmatically i.e. without instantiating a spring container. I am using Jaxb2Marshaller for marshaling/unmarshaling. In my applicatio...
4
Hi, I am trying to make a simple soap client work using Spring-ws. The googling I've done on this error says I'm using Soap 1.1 and need to specify Soap 1.2. I've tried to do that. Am I doing it co...
Rockingham asked 27/1, 2013 at 15:9
2
Solved
I went through links like: SOAPFaultException "MustUnderstand headers (oasis-200401-wss-wssecurity-secext-1.0.xsd) are not understood", but still struggling.
I'm using Spring Boot v2.2.2...
Salomone asked 17/2, 2020 at 10:19
3
Solved
My goal is to call web service, which is require authentification (when I opne it's wsdl in my browser, browser asks me login+password).
As a base, I use the sample from this tutorial.
And now I ...
Factual asked 14/2, 2016 at 21:12
3
Solved
I've created a web service using Spring-WS.
To maintain compatibility with the old system, I need to change namespace prefix from SOAP-ENV to soap.
I know that SOAP-ENV and soap are just namespace...
Ganges asked 31/8, 2016 at 6:26
8
Solved
I have a SOAP service, the request and responses work as expected with good input, if I specify bad input for an XML element
in request body:
...
<ns:myIntegerElement>asdf</ns:myIntegerE...
Decade asked 9/8, 2010 at 14:45
6
Solved
How can I add an object into the soap header of a org.springframework.ws.WebServiceMessage
This is the structure I'm looking to end up with:
<soap:Header>
<credentials xmlns="http://ex...
Cannibalism asked 16/2, 2010 at 16:21
1
Solved
I was developing code looking at https://howtodoinjava.com/spring-boot/spring-boot-soap-webservice-example/, In the below bean I want to allow request to be executed for /* and /service/*, so I cha...
Burdelle asked 29/5, 2020 at 8:26
5
I have WSDL and schema files provided by client. I need to create Spring-boot SOAP web service with this WSDL file. I have google it and all the examples that I can find, they have auto-generate th...
Sternutation asked 18/11, 2015 at 6:38
3
I'm trying to send a request to an existing webservice. This webservice is not governed by me. The security policy of this webservice requires me to send my complete certificate chain in my SOAP re...
2
Solved
I am new to spring-ws. what ever tutorial i see starts with xsd and at the end generates a wsdl. What is the approach when we have already an existing wsdl.
Also i was having a doubt on contract ...
Erlandson asked 31/8, 2016 at 9:35
9
I am using org.springframework.ws.client.core.WebServiceTemplate for making Web Service calls. How can i configure timeout for the call.
3
Solved
I have one module where I have my XSD schemas, where one schema can reference an other using relative path within schema location:
<xs:import namespace="http://my.namespace.org" schemaLocation=...
3
Solved
Migrating from spring boot 2.1.1 to 2.1.2 caused the following error:
org.springframework.beans.factory.BeanCreationException: Error creating bean with name 'payloadRootAnnotationMethodEndpointMap...
Ambala asked 14/1, 2019 at 17:59
4
Solved
I am trying to develop a Spring webservice and followed this tutorial https://spring.io/guides/gs/producing-web-service/
The project structure(and the configuration class names) are same as mentio...
Deloris asked 28/10, 2015 at 15:6
1 Next >
© 2022 - 2024 — McMap. All rights reserved.