the message sent is : -----<from here>----- <?xml version="1.0" encoding="UTF-8"?> <e:Envelope xmlns:e="http://schemas.xmlsoap.org/soap/envelope/"> <e:Body> <ping> <pingRequest> <message xmlns="http://soap">hel lo</message> </pingRequest> </ping> </e:Body> </e:Envelope> -----<end>-----
This is the same as the content of the message field of the client.htm(http://svn.apache.org/viewvc/incubator/servicemix/trunk/samples/bridge/client.html) itself. Thanks, -- tchiba bsnyder wrote: > > On 7/22/07, tchiba <[EMAIL PROTECTED]> wrote: >> >> Hello, >> >> I am trying to run the hello world example at >> http://servicemix.org/site/hello-world-se.html. >> All SE,SU and SA are built successfully, and SE and SA are deployed. >> But I got an error in execution during sending SOAP message by using >> client.htm(http://svn.apache.org/viewvc/incubator/servicemix/trunk/samples/bridge/client.html) >> . >> >> According to the stacktrace (see below), exception occurred in processing >> SOAP message in http cousumer. >> But I'm not sure what causes this problem essentially. >> >> Is there any advice? >> >> thanks, >> -- >> tchiba >> >> -----<from here>---- >> Execution environments: >> OS = Windows XP SP2 >> JDK = 1.5.0_11-b03 >> ServiceMix = 3.1 >> >> -----<stack trace>----- >> javax.servlet.ServletException: Failed to process request: >> com.ctc.wstx.exc.Wstx >> ParsingException: Illegal processing instruction target ("xml"); xml >> (case >> insen >> sitive) is reserved by the specs. >> at [row,col {unknown-source}]: [1,34] > > According to the error above, it appears that the XML you are sending > contains an illegal processing instruction. Please paste a copy of the > full XML request that is being submitted. > > Bruce > -- > perl -e 'print > unpack("u30","D0G)[EMAIL PROTECTED]&5R\"F)R=6-E+G-N>61E<D\!G;6%I;\"YC;VT*" > );' > > Apache Geronimo - http://geronimo.apache.org/ > Apache ActiveMQ - http://activemq.org/ > Apache ServiceMix - http://servicemix.org/ > Castor - http://castor.org/ > > -- View this message in context: http://www.nabble.com/Problem-in-running-hello-world-tutorial-tf4127009s12049.html#a11773444 Sent from the ServiceMix - User mailing list archive at Nabble.com.
