1 Reply Latest reply on Nov 14, 2012 11:50 AM by asoldano

    Can JBossWS3 send out plain XML? (no wsdl available)

    dozz88

      Hello,

       

      I'm using JBossWS in several projects for consuming webservices from our clients.

      Now I have a requirement for an old project which makes an SAML attribute request over SOAP into our existing project.

      I'm wondering if its possible to send out plain XML or javax.xml.transform.Source to a specified URL using JBossWS?

      Currently they are using Spring-WS which offers a WebServiceTemplate that has the following method signature

      sendSourceAndReceiveToResult

      public boolean sendSourceAndReceiveToResult(Source requestPayload, Result responseResult)

       

      Is there any equivalent in JBossWS 3 that I would be able to use to make this request?

       

      Thanks!