Search:

Type: Posts; User: pradeepbill; Keyword(s):

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    312

    send a SOAP message to endpoint

    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...
  2. endpoint mapping, send message

    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...
  3. org.springframework.jdbc.UncategorizedSQLException:

    Hi all,


    this is the code I am using
    ________________________

    Template te=(Template)getHibernateTemplate().load(Template.class, templateOID);
    BOMElemDefn bed=...
  4. Actually I am doing this behind create() method ...

    Actually I am doing this behind create() method

    public Serializable create(Object entityObj)
    {
    Serializable genId =getHibernateTemplate().save(entityObj);
    return genId;
    }
  5. org.springframework.orm.hibernate.HibernateSystemException:

    This is the piece of code I am wrting


    public List executeNamedQuery(String queryName,Long oid){


    try
    {
    Query query = getHibernateTemplate().getNamedQuery(getSession(),queryName);...
Results 1 to 5 of 5