webservice annotation issues with soapui
问题 My manager gave me a wsdl url to me today,and he want to publish a same wsdl on our side,i met an issue while combine the annotation request with spring,can someone help ?The custom request following: <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:door="http://www.derbysoft.com/doorway"> <soapenv:Header/> <soapenv:Body> <door:PingRequest Token="?" UserName="?" Password="?" Echo="?"/> </soapenv:Body> </soapenv:Envelope> what i can generated like following: