[xgws-user] Dynamic Invocation Error
Aleksander Slominski
aslom_at_cs.indiana.edu
Fri, 04 May 2007 10:23:19 -0400
Velidanda Srinivas wrote:
> Hi,
>
> I have downloaded and built xsul libraries and while executing
> xsul.dii.XsulDynamicInvoker.java I am getting the below soap fault.
>
> My web service is published using XFire and I am trying to consume using
> XSUL dynamic invoker client.
>
> Getting the below output
>
> ================================================
> Starting xsul.dii.XsulDynamicInvoker
> invoking operation 'logon' using WSDL from
> http://localhost:8081/sppj/services/PlatformManagerService?WSDL
> in0=1
> received fault <soap:Fault
> xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"><faultcode>soap:Clien
> t</faultcode>
> <faultstring>Action '' was not found for service
> http://localhost:8081/sppj/services/PlatformManagerService</faultstring>
> </soap:Fault>
> ===============================================
> Please let me know how to fix this.
>
it seems that xfire requires action - is it included in its
PlatformManagerService?WSDL ?
could you use some http sniffer (like tcp monitor) and send me what
xfire clients send and what is inside WSDL?
thanks,
alek