Hi there, How do I send a SOAP message to an end point configured like below ?, I have SOAPUI but how do I use it to send a SOAP message without a WSDL , please advice.Thanks Pradeep
<bean...
Type: Posts; User: pradeepbill; Keyword(s):
Hi there, How do I send a SOAP message to an end point configured like below ?, I have SOAPUI but how do I use it to send a SOAP message without a WSDL , please advice.Thanks Pradeep
<bean...
Hi Molyakov, I have endpoint mapping like below, how do I send messages to the endpoint using SOAPUI or any other method ?, because I dont see a wsdl to call an operation.Please advice.
<bean...
Hi all,
this is the code I am using
________________________
Template te=(Template)getHibernateTemplate().load(Template.class, templateOID);
BOMElemDefn bed=...
Actually I am doing this behind create() method
public Serializable create(Object entityObj)
{
Serializable genId =getHibernateTemplate().save(entityObj);
return genId;
}
This is the piece of code I am wrting
public List executeNamedQuery(String queryName,Long oid){
try
{
Query query = getHibernateTemplate().getNamedQuery(getSession(),queryName);...