|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
Namespace error w/ SOAP message
Hi,
I have made a simple SOAP message (below). Yeah I know, it's not for any web service, and yes there's no UDDI or WSDL. However I saved it as an XML file. I thought I could view it as XML in Internet Exploder. However.. when I try to view it in IE, I get the error below: Reference to undeclared namespace prefix: 'm'. Error processing resource 'file:///C:/anw/Projectz/yojeff.xml'. Line 9, Position 20 Any ideas? Thanks!! _______________________________________________ <soap:Envelope xmlns:soap="http://www.w3.org/2001/12/soap-envelope" soap:encodingStyle="http://www.w3.org/2001/12/soap-encoding"> <soap:Header> <m:local xmlns:m="http://www.irisicom.com/local/"> <m:title soap:mustUnderstand="0">Whatz Up Jeff </m:title> </m:local> </soap:Header> <soap:Body> <m:questionToJeff> <m:greeting>Yo Jeff, </m:greeting> <m:question>What's up. Hey you do use SOAP at all? </m:question> </m:questionToJeff> </soap:Body> </soap:Envelope>
__________________
~Just Say When ~ |
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > XML Programming > Namespace error w/ SOAP message |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|