[JBoss-user] [JBossWS] - Re: SOAPConnection Problem

2005-09-22 Thread [EMAIL PROTECTED]
Jonny,

you could create a JIRA issue and attach your sample application to it. 


View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3896480#3896480

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3896480


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: SOAPConnection Problem

2005-09-16 Thread Jonathan.Martin
OK,
The previous problem seems to be my fault, beleive it or not :-) I had forgot 
to tell my ide not to package the dependant jars into the web-app and therefore 
had loads of unwelcome stuff in my lib directory.

Now I seem to be getting the original problem, I cannot make a call from the 
connection object, and I cant get it to throw an exception. It doesnt matter 
what the value in the URL object is it always  continues through till it thinks 
it has completed succesfully. When in fact the URL value I have never existed ?

Again any comments would be useful.

Cheers,

JonnyEmm.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3895135#3895135

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3895135


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user


[JBoss-user] [JBossWS] - Re: SOAPConnection Problem

2005-09-16 Thread Jonathan.Martin
Im sure this is turning into a silly question, but here goes.

I took a step back and have written a servlet outside the world of struts which 
when called calls:

SOAPConnectionFactory soapConnectionFactory = 
SOAPConnectionFactory.newInstance();
SOAPConnection connection = soapConnectionFactory.createConnection();
connection.call(messageFactory.createMessage(),new URL("http://:8080/soapservice/listener"));
connection.close();


This now produces the error message:
Failed to create SOAPConnectionFactory: 
org.jboss.webservice.soap.SOAPConnectionFactoryImpl


I'm not really sure why this is happening, especially when the same code works 
inside an EJB.

Im presuming now that this same exception is being thrown inside my Action 
class but is being caught/wrapped by the strutts environment and isn't rethrown 
to the caller/client.

Any suggestions would be appreciated as I dont really want to seperate this 
piece of client code into a seperate EJB as it isnt quite logical.

Cheers,

JonnyEmm

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3895113#3895113

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3895113


---
SF.Net email is sponsored by:
Tame your development challenges with Apache's Geronimo App Server. Download
it for free - -and be entered to win a 42" plasma tv or your very own
Sony(tm)PSP.  Click here to play: http://sourceforge.net/geronimo.php
___
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user