Can you show me how your config looks like ? On 5/8/07, velidandas <[EMAIL PROTECTED]> wrote:
We are not using services.xml, all the services deployed using spring configuration applicationContext_services.xml. I am not sure where to add AegisServiceConfiguration to the factory. I am working in an environment where EJBs are exposed as web services on JBoss using XFire/Spring configuration. everything seems to be running with configuration setup, I haven't find creation of factory in the code anywhere. 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 :) > > > On 5/8/07, velidandas <[EMAIL PROTECTED]> wrote: >> >> >> I got the sources downloaded and created aegis xml file, but not getting >> the >> soapAction set in >> the wsdl. >> >> I have created aegis xml with below content >> >> <mappings> >> <mapping name="np:PlatformManagerService"> >> <method name="logon" mappedName="logon" action="logon"> >> <parameter index="0" mappedName="parameter_1" >> header="true"/> >> <parameter index="1" mappedName="parameter_2" /> >> </mapping> >> </mappings> >> >> >> I am not sure about the parameters, Is it compulsory to set parameters as >> in >> the above aegis xml? >> >> Please let me know how to resolve this issue. >> >> >> Tomek Sztelak wrote: >> > >> > Download XFire 1.2.6 sources and check >> > xfire-aegis\src\test\org\codehaus\xfire\configuration folder. There >> > is sample how to do it. >> > >> > On 5/7/07, velidandas <[EMAIL PROTECTED]> wrote: >> >> >> >> Can you please direct me to the sample aegis xml to set the same. >> >> >> >> >> >> Tomek Sztelak wrote: >> >> > >> >> > You can set soap action using jsr181 annotations ( or since 1.2.6 >> with >> >> > aegis mapping file ) >> >> > >> >> > On 5/7/07, velidandas <[EMAIL PROTECTED]> wrote: >> >> >> >> >> >> Hi, >> >> >> >> >> >> How can I set soapAction value in the wsdl being generated. >> >> >> >> >> >> Please let me know the configuration file to be edited/created to >> set >> >> the >> >> >> soapAction values >> >> >> as currently generated wsdl contains soapAction empty as below >> >> >> >> >> >> <wsdl:operation name="logon"> >> >> >> <wsdlsoap:operation soapAction="" /> >> >> >> >> >> >> >> >> >> I have spring/xfire configured webservices deployed on JBoss and I >> am >> >> >> trying >> >> >> to inovke the web service from >> >> >> XSUL Dynamic Client with complex types. >> >> >> >> >> >> I am getting SOAP-FAULT saying >> >> >> Action '' was not found for service, as I found <wsa:Action> is >> being >> >> >> sent >> >> >> with empty value as >> >> >> soapAction in the WSDL generated from XFire is empty. >> >> >> >> >> >> Please let me know how to fix this problem. >> >> >> >> >> >> Thanks in advance, >> >> >> Srinivas. >> >> >> >> >> >> >> >> >> -- >> >> >> View this message in context: >> >> >> http://www.nabble.com/SoapAction-tf3703322.html#a10356138 >> >> >> Sent from the XFire - User mailing list archive at Nabble.com. >> >> >> >> >> >> >> >> >> >> --------------------------------------------------------------------- >> >> >> To unsubscribe from this list please visit: >> >> >> >> >> >> http://xircles.codehaus.org/manage_email >> >> >> >> >> >> >> >> > >> >> > >> >> > -- >> >> > ----- >> >> > When one of our products stops working, we'll blame another vendor >> >> > within 24 hours. >> >> > >> >> > >> --------------------------------------------------------------------- >> >> > To unsubscribe from this list please visit: >> >> > >> >> > http://xircles.codehaus.org/manage_email >> >> > >> >> > >> >> > >> >> >> >> -- >> >> View this message in context: >> >> http://www.nabble.com/SoapAction-tf3703322.html#a10356324 >> >> Sent from the XFire - User mailing list archive at Nabble.com. >> >> >> >> >> >> --------------------------------------------------------------------- >> >> To unsubscribe from this list please visit: >> >> >> >> http://xircles.codehaus.org/manage_email >> >> >> >> >> > >> > >> > -- >> > ----- >> > When one of our products stops working, we'll blame another vendor >> > within 24 hours. >> > >> > --------------------------------------------------------------------- >> > To unsubscribe from this list please visit: >> > >> > http://xircles.codehaus.org/manage_email >> > >> > >> > >> >> -- >> View this message in context: >> http://www.nabble.com/SoapAction-tf3703322.html#a10373258 >> Sent from the XFire - User mailing list archive at Nabble.com. >> >> >> --------------------------------------------------------------------- >> To unsubscribe from this list please visit: >> >> http://xircles.codehaus.org/manage_email >> >> > > > -- > ----- > When one of our products stops working, we'll blame another vendor > within 24 hours. > > --------------------------------------------------------------------- > To unsubscribe from this list please visit: > > http://xircles.codehaus.org/manage_email > > > -- View this message in context: http://www.nabble.com/SoapAction-tf3703322.html#a10373721 Sent from the XFire - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
-- ----- When one of our products stops working, we'll blame another vendor within 24 hours. --------------------------------------------------------------------- To unsubscribe from this list please visit: http://xircles.codehaus.org/manage_email
