I've already done that, but it still doesn't work. Is there a document or something with best practices??
Ted 2008/2/19, Upul Godage <[EMAIL PROTECTED]>: > > You can try setting the SOAPAction header to the SOAPAction value given in > the WSDL binding, so that the service can identify the operation. > > Upul > > > On Feb 18, 2008 6:46 PM, Ted Roeloffzen <[EMAIL PROTECTED]> wrote: > > > 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 > > > >
