Hi All, I'm new to Axis and ran into a little trouble. I have to make a webservice that uses a WSDL that is supplied by a third party, so i can't change the WSDL. Because i'm need to work with the XML, i've chosen to use the Message style for Axis.
Now this is my problem. When i send an xml-request to the service it uses the name of the tag in the body as the operation-name instead of checking the WSDL for the appropiate operation. As a result to this I get an exception when sending the request: Couldn't find the appropriate operation for XML QName .... Does anyone know what i'm doing wrong? Thanks, Ted
