Problem with AXIS2 client against an XFire server

2007-10-03 Thread Patrick Houbaux
Hi all, I have generated a client stub using WSDL2Java using XMLBeans against the following WSDL apparently created with XFire: http://engineoushamburg.dyndns.org:6980/Update_BeamInterfaceInterface?wsdl When I invoke the only method from this webservice with the AXIS2 generated stub I'm

Re: Problem with AXIS2 client against an XFire server

2007-10-03 Thread keith chapman
Hi Patrick, Can you please check the EPR you send your request to, cause looking at ypur exception it looks like XFire responded with the WSDL (Thats where the definitions element came from instead of the SOAP envelop). Thanks, Keith. On 10/3/07, Patrick Houbaux [EMAIL PROTECTED] wrote: Hi

Re: Problem with AXIS2 client against an XFire server

2007-10-03 Thread Paul Fremantle
It seems maybe you are targeting the request against the WSDL url http://engineoushamburg.dyndns.org:6980/Update_BeamInterfaceInterface?wsdl not the SOAP URL http://engineoushamburg.dyndns.org:6980/Update_BeamInterfaceInterface I tried building a simple client (ADB not XMLBeans) wsdl2java.bat

Re: Problem with AXIS2 client against an XFire server

2007-10-03 Thread Patrick Houbaux
Thanks Paul and Keith! I was indeed passing the URL with ?wsdl ... my mistake ;) Cheers, Patrick. Paul Fremantle wrote: It seems maybe you are targeting the request against the WSDL url http://engineoushamburg.dyndns.org:6980/Update_BeamInterfaceInterface?wsdl not the SOAP URL