Posted: Fri Sep 09, 2005 10:15 am Post subject: Namespace constant xmlns has not been defined
Novice
Joined: 26 Aug 2005 Posts: 23
Hi Folks,
Could you please throw some light on this ??
**************************************
Namespace constant xmlns has not been defined
Getting above warning for the below statements
SET OutputRoot.XMLNS.mySoapNS:Envelope.(XML.NamespaceDecl)xmlns:"SOAP-ENV" = 'http://schemas.xmlsoap.org/soap/envelope/' ;
SET OutputRoot.XMLNS.mySoapNS:Envelope.(XML.NamespaceDecl)xmlns:xsi =
'http://www.w3.org/2001/XMLSchema-instance' ;
SET OutputRoot.XMLNS.mySoapNS:Envelope.(XML.NamespaceDecl)xmlns:xsd =
'http://www.w3.org/2001/XMLSchema' ;
SET
OutputRoot.XMLNS.mySoapNS:Envelope.mySoapNS:Body.myNS1:addContact.(XML.NamespaceDecl)xmlns:ns1 = 'scenario.customer.AccessTrackerEJB';
*************************************
Unresolvable message field reference OutputRoot.HTTPRequestHeader.SOAPAction
Getting above warning for below statement
SET OutputRoot.HTTPRequestHeader.SOAPAction = '';
*******************************************
Appreciate your help !!
I'll suggest, without being sure, that the problem is the "xmlns" in "xmlns:ns1" or 'xmlns:"SOAP-ENV"'.
Try searching here for code - somewhat recent, I think - where this is successfully done. _________________ I am *not* the model of the modern major general.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum