This xml is not well formed. Try <?xml version="1.0" encoding="UTF-8"?> <hello xmlns:tns="http://servicemix.apache.org/samples/helloworld/se">Ski Colorado!</hello>
On 1/25/07, CharlesP <[EMAIL PROTECTED]> wrote:
bsnyder wrote: > > >>> Ok, that fixed that problem. Now back to my original problem. I am >>> trying >>> to post a message over http to my component and get a response back. I >>> am >>> using the client.html file located in the wsdl-first directory. I'm not >>> exactly sure how to format the request. Do I need to create a wsdl file >>> like in the WSDL-First example? >>> Any advice??? thanks. >> >> There's no need to create WSDL. Just like the MySpringComponentTest, >> you need to just send some simple but well-formed XML. In the >> MySpringComponentTest the following XML is posted: > >> <hello>Ski Colorado!</hello> > >> The same can be sent by creating the XML manually. > > I don't think I am getting it right. This is what I tried. <?xml version="1.0" encoding="UTF-8"?> <xmlns:tns="http://servicemix.apache.org/samples/helloworld/se"> <hello>Ski Colorado!</hello> Any advice on how to fix it? -- View this message in context: http://www.nabble.com/Questions-about-Hello-World-Example-tf3036579s12049.html#a8637908 Sent from the ServiceMix - User mailing list archive at Nabble.com.
-- Cheers, Guillaume Nodet ------------------------ Architect, LogicBlaze (http://www.logicblaze.com/) Blog: http://gnodet.blogspot.com/
