0 Replies Latest reply on May 26, 2009 5:25 AM by astast

    Using soapNs property in soapui-client-action

      I have an issue with namespacing in my generated soap request generated. Im using the following property in my soapui-client-action, in the jboss-esb.xml:

      <property name="SOAPNS" value="http://www.w3.org/2003/05/soap-envelope"/>


      And I expect this result:
      ...<soapenv:Envelope xmlns:soapenv="http://www.w3.org/2003/05/soap-envelope" xmlns:smil="...">...

      But the result still uses the default namespace:
      ...<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:smil="...">...

      Anyone have an idea, what im doing wrong?
      Thanks...