Snapshot working fine with regards adding the SOAPAction to the HTTP header.

Need to use:

   factory.getServiceConfigurations().add(0, conf);
not
   factory.getServiceConfigurations().add(conf);

and the aegis.xml file needs:

   <method name="Login" action="Login">
not
   <method name="Login" soapAction="Login">

Thanks for all your help, Tomek.  


Tomek Sztelak wrote:
> 
> Ok, i published snapshot at http://snapshots.repository.codehaus.org
> with 1.2-20070612.101111 version.
> 
> - Fixed AeagisServiceConfiguration java 1.4 compatibility ( also
> service configuration can be set via <service> tag.
> - Support for setting WSDLWriter within <service> tag (so you can
> specify wsdl from filesytem instead of generated one)
> 
> Code isn't very well tested, so let me know how testing is going.

-- 
View this message in context: 
http://www.nabble.com/SoapAction-tf3703322.html#a11078250
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