Hi,
thanks for your reply it helped a lot. in my case i am deployed my web application in weblogic server, for safer side i have configured( placed the configProps.properties) file in class path,...
Type: Posts; User: gangadhar_methari; Keyword(s):
Hi,
thanks for your reply it helped a lot. in my case i am deployed my web application in weblogic server, for safer side i have configured( placed the configProps.properties) file in class path,...
Hi,
i have written the client application exactly what you have given sample code and included all the dependancy jar files in my lib folder, when i run the application i am getting one error,
...
Hi any update on this.
We have implementing SOAP over JMS in webservices by using spring and weblogic as my application server. i have read some documents but not able to find correct solution for...
Hi,
I am working on SPRING JMS with weblogic9.2.
We have written one client program to post the xml message in to queue. Every thing is working fine, validation, marshalling and posting to JMS,...
Hi,
i am getting the same error even though my xml is not containing any weired characters. below is my xml
<?xml version="1.0" encoding="UTF-8"?><soapenv:Envelope...
Hi,
yeah i have given url : http://hostname:portno/StreamServices/dispatcher/streamrequest?wsdl
StreamServices is My Web App name;
dispatcher is url pattern configured in web.xml;...
Hi,
I am writing client application to webservices using spring class WebServiceTemplate.sendSourceAndReceiveToResult("url",source, result);
in the Source class i have added my xml file and result...