[xgws-user] Dynamic Invocation Error
Aleksander Slominski
aslom_at_cs.indiana.edu
Fri, 11 May 2007 14:14:08 -0400
hi,
if you look into your WSDL you can see
<wsdlsoap:operation soapAction=""/>
so xsul was just mirroring that "" into <wsa:Action></wsa:Action> header
(as you noticed) and it seems xfire does nto like it ...
so i changed it in xsul 2.10.2 (in CVS - see notif email in xgws-dev for
details of changes in XsulSoapOperation.java) to generate default
wsa:Action header derived from WSDL if soapAction==""
i think that should fix the problem but let me know if it did not work
(XsulSoapOperation.java could be changed it to omit wsa:Action as well).
thanks,
alek
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.
>
> thanks in advance,
> Srinivas.
>
>
> ________________________________________________________________________
> This e-mail has been scanned for all viruses by MessageLabs.
>
> Singularity operates globally through its offices in New York, London, Singapore, Ireland and India. Singularity Limited is incorporated in the United Kingdom with Registration Number NI 31519 and its Registered Office at 100 Patrick Street, Derry, BT48 7EL, United Kingdom.
> ________________________________________________________________________
>
> _______________________________________________
> xgws-user mailing list
> xgws-user_at_cs.indiana.edu
> http://mailman.cs.indiana.edu/mailman/listinfo/xgws-user
>
--
The best way to predict the future is to invent it - Alan Kay