[JBossWS] - Re: advice needed
by andydale
Hi,
I am not running the client via the wsrunclient, i am trying to run it as a standalone app (probably not the best idea, considering the trouble i am having). I added the correct jar into the classpath but i now get a
org.jboss.ws.WSException: Cannot find configFile: META-INF/standard-jaxws-client-config.xml
error when trying to run the client. I even installed jbossws1.0.4GA on 4.0.4GA and i still get the same problem after coping the standard-jaxws-client-config.xml in the META-INF within the jbossws.sar dir in deploy.
I am now attempting to call the web service via a HTTP form with the web service URL as the action (using HTTP POST) , the web service returns something but it is only an error saying:
| <env:Envelope>
| <env:Header/>
| <env:Body>
| <faultcode>env:Client</faultcode>
| <faultstring>
| Unsupported content type: application/x-www-form-urlencoded
| </faultstring>
| </env:Body>
| </env:Envelope>
|
Any help/adivce would be appreciated.
Thanks,
Andy
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4027533#4027533
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4027533
19Â years, 1Â month
[JBoss Seam] - Re: Problem with Seam Email - in Loop + Transaction
by bsmithjj
anonymous wrote : This is definitely the recommended approach - faster and easier.
I don't agree that looping inside the mail component is easier - I'm not sure why it would be faster ? In my EJB method, in the context of my loop, I am performing an LDAP lookup, some persistence operations, and finally, at the end of each iteration, I invoke the renderer. In order for me to follow your advice, I would need to basically build some kind of object whose sole purpose is to collect the results of all the iteration and then be made available (via, say, event context) for the purposes of rendering. I believe a more natural usage would be along the lines I am currently trying to use it.
Anyway, I appreciate your work on the mail component.
Thanks
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4027526#4027526
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4027526
19Â years, 1Â month