On 11/14/05, Peter Lin <[EMAIL PROTECTED]> wrote: > > have you read the user manual? > > http://jakarta.apache.org/jmeter/usermanual/build-ws-test-plan.html
Yup, several times. I've even tried typing out the worked example in the third screengrab, i.e. <?xml version="1.0" encoding="uft-8" ?> <soap:Envelope xmlns:xsi="http://www.w3.org/2001/XMLScheme-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:soap=" http://schemas/xmlsoap.org/soap/envelope/"> <soap:Body> <getServerCity xmlns="http://www.Nanonull.com/TimeService/" /> </soap:Body> </soap:Envelope> This gives the same error. usually this kind of error occurs because Apache SOAP doesn't like the > message. Make sure the message has <?xml .... > and the namespaces are > correct. Well, it certainly looks right - as does the example I've taken from the docs. Admittedly, nanonull.com <http://nanonull.com> doesn't seem to exist, but I've double checked my SOAP messages and they look alright... I think I might cut and paste my SOAP into some standalone Java code and see if that can make any more sense of it.

