i'm trying to upgrade my current STS 2.7.1 installation to 2.8.0 and it throws an error as below.
cannot complete the install because of a conflicting dependency.
Software being installed:...
Type: Posts; User: koneru9999; Keyword(s):
i'm trying to upgrade my current STS 2.7.1 installation to 2.8.0 and it throws an error as below.
cannot complete the install because of a conflicting dependency.
Software being installed:...
Hi all,
I have an intermittent issue with invoking Spring web services.
I have a scenario where all the webservices requests go though
Apache webserver --> Java Proxy --> tomcat
Java...
@chudak
i got problems when i try to use the Marshaller. can you post your servel.xml configuration and xsd file.
i have created a webservice using spring webservices the following is my configurations and endpoint definitions.
in my web.xml :
<!-- Spring Web Services -->
<servlet>...
hi all,
i am trying to create a client which will call external web services from my applicaiton.
this is how my spring configuration file looks ...
<?xml version="1.0" encoding="UTF-8"?>
...