Hi,
We have just started to use JBOSS ESB. We have a major road block when
we try to send request to a web service using soapui client.
We are working on backgroundcheck vendors and the request looks like
below, I am trying to use webservice_consumer1 as an example. However
when I send the request to the vendors the attributes userId, account,
password in the soap request are empty (<sch:BackgroundCheck account="?"
password="?" userId="?">).
I also came across a message
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=151738
Can you please confirm if this is something which is not supported by
soapui client? Is there any other way we can invoke the webservice and
be able to send the attribute values in the request. The external vendor
webservices are using SOAP.
Request sent:
<soapenv:Body>
<BackgroundCheck userId="XYZ" account="ABC"
password="TEST">
<firstname>j</firstname>
<lastname>d</lastname>
</BackgroundCheck>
</soapenv:Body>
I will really appreciate if someone could please help us out.
Thank you,
Chhaya