Error occurred in XML processing LPX-00234: namespace prefix "soapenv" is not declared
I am trying to create a soap envelope (XML document) using XML gateway to be able to integrate to a web service. When I try to generate the SOAP XML document, I am getting this error:
Error occurred in XML processing LPX-00234: namespace prefix "soapenv" is not declared
Has anyone encountered and resolved this error before?
Also, has anyone successfully created an SOAP envelope/xml document before and want to share the steps so I can use it to verify my steps?
Appreciate your help.
Thanks.
Joe