Hi,

I've been battling to try and get Aegis to generate the SOAPaction in the
HTML header as I'm communicating with a .NET WS which won't accept an empty
SOAPaction .  In my mappings, I've got:

        <method name="Login" action="Login" mappedName="Login">

and in my client I've got:

        ObjectServiceFactory factory = new ObjectServiceFactory();
        AegisServiceConfiguration conf = new AegisServiceConfiguration();
        conf.setServiceFactory(factory);
        factory.getServiceConfigurations().add(conf);

This still generates an empty SOAPaction.  I'm running xfire 1.2.6 on Java
1.4 (got to stay with 1.4 for now...)

Any idea what else I should try? 

Thanks in advance,

Matt


Tomek Sztelak wrote:
> 
> You need to add AegisServiceConfiguration to your factory :
> factory.getServiceConfigurations().add(0, conf);
> Of course you can also do it in your services.xml file :)

-- 
View this message in context: 
http://www.nabble.com/SoapAction-tf3703322.html#a10913065
Sent from the XFire - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe from this list please visit:

    http://xircles.codehaus.org/manage_email

Reply via email to