I took a look at the bug database and there are indeed
some reports of bug like this one. The problem is that
they do not seem to get fixed. We need to solve this
problem on a rather short term, does anyone know a
quick fix for this problem or an alterative? Thx

--- Anne Thomas Manes <[EMAIL PROTECTED]> wrote:

> Ah ... I see the problem.
> You are correct. Axis should be generating a message
> with an empty body, but
> instead it is adding the <getGroups> element. I seem
> to recall that this
> issue was raised last summer, so I suggest you
> search Jira for a resolution.
> Otherwise, please file a bug report.
> 
> Anne
> 
> On 1/23/06, JWriter Codeman
> <[EMAIL PROTECTED]> wrote:
> >
> > Hello,
> > I used Axis 1.3 to generate java stub to invoke a
> webservice on a systinet
> > web server. The sub is generated ok and I can
> execute it, but every time I
> > do, I get the following error:
> > {urn:idoox-java-mapping}idoox-
> >
>
java-mapping.org.idoox.xmlrpc.MessageProcessingException:<ijm:stack-trace>
> > org.idoox.xmlrpc.MessageProcessingException:
> Unknown element getGroups
> >
> > The getGroups element is the name of the method I
> want to invoke. I used
> > Apache TCP Tunnel/Monitor to check my soap request
> and it seems that the
> > problem is in the body of my request. The wsdl
> file I used indicates that
> > the document/literal encoding is used, so the name
> of my method should not
> > be in the soap body, but it is.
> >
> > The request looks like this:
> >
> > <?xml version="1.0" encoding="UTF-8"?>
> > <soapenv:Envelope
>
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";
> > xmlns:xsd="http://www.w3.org/2001/XMLSchema";
> xmlns:xsi="
> > http://www.w3.org/2001/XMLSchema-instance";>
> >  <soapenv:Body>
> >   <getGroups xmlns=""/>
> >  </soapenv:Body>
> > </soapenv:Envelope>
> >
> > While it should look like this:
> >
> > <?xml version="1.0" encoding="UTF-8"?>
> > <soapenv:Envelope
>
xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/";
> > xmlns:xsd="http://www.w3.org/2001/XMLSchema";
> xmlns:xsi="
> > http://www.w3.org/2001/XMLSchema-instance";>
> >  <soapenv:Body/>
> > </soapenv:Envelope>
> >
> > Does anybody know how I could solve this problem
> and make Axis generate
> > the correct request.
> >
> > Thanks
> >
> > ------------------------------
> > Yahoo! Photos
> > Ring in the New Year with Photo
>
Calendars<http://us.rd.yahoo.com/mail_us/taglines/photos/*http://pa.yahoo.com/*http://us.rd.yahoo.com/mail_us/taglines/photos/evt=38087/*http://pg.photos.yahoo.com/ph//page?.file=calendar_splash.html&.dir=>.
> > Add photos, events, holidays, whatever.
> >
> >
> 


__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

Reply via email to