Re: How to seperate with CXF

2008-03-02 Thread yulinxp
imple Frontend+Aegis instead of JAX-WS Frontend/JAXB, remove cxf-rt-frontend-jaxws.jar -- View this message in context: http://www.nabble.com/How-to-seperate-with-CXF-tp15765424p15797937.html Sent from the cxf-user mailing list archive at Nabble.com.

Re: How to seperate with CXF

2008-03-02 Thread Daniel Kulp
On Saturday 01 March 2008, yulinxp wrote: > I tried CXF client. I can connect to the server after setting > allowChunking(false) and SSL. > But there comes another exception. The result is null. Did some debugging and apparently the server isn't liking any of the cypher suites we have set and

Re: How to seperate with CXF

2008-03-01 Thread yulinxp
e) { e.printStackTrace(); } return ""; } //test.xml myUser myPassword 1234 1 -- View this message in context: http://www.nabble.com/How-to-seperate-with-CXF-tp15765424p15784001.html Sent from the cxf-user mailing list archive at Nabble.com.

Re: How to seperate with CXF

2008-02-29 Thread Daniel Kulp
You can try something like: ClassLoader cl = new URLClassLoader(new URL[0], Thread.currentThread().getContextClassLoader()) { public InputStream getResourceAsStream(String s) { if ("META-INF/services/javax.xml.ws.spi.Provider".equals("s")) {

Re: How to seperate with CXF

2008-02-29 Thread Daniel Kulp
That seems to be an OLD MS based service. Most likely, turning chunking off will fix it. import org.apache.cxf.endpoint.Client; import org.apache.cxf.frontend.ClientProxy; import org.apache.cxf.transport.http.HTTPConduit; HPRequestWSSoap port = ss.getHPRequestWSSoap(); Cli

Re: How to seperate with CXF

2008-02-29 Thread yulinxp
eDelegate not cxf ServiceImpl??? >> Please help! > > > > -- > J. Daniel Kulp > Principal Engineer, IONA > [EMAIL PROTECTED] > http://www.dankulp.com/blog > > -- View this message in context: http://www.nabble.com/How-to-seperate-with-CXF-tp15765424p15767488.html Sent from the cxf-user mailing list archive at Nabble.com.

Re: How to seperate with CXF

2008-02-29 Thread yulinxp
m/How-to-seperate-with-CXF-tp15765424p15767475.html Sent from the cxf-user mailing list archive at Nabble.com.

Re: How to seperate with CXF

2008-02-29 Thread yulinxp
can I force it use WSServiceDelegate not cxf ServiceImpl??? >> > Please help! > > > > -- > J. Daniel Kulp > Principal Engineer, IONA > [EMAIL PROTECTED] > http://www.dankulp.com/blog > > -- View this message in context: http://www.nabble.com/How-to-seperate-with-CXF-tp15765424p15767473.html Sent from the cxf-user mailing list archive at Nabble.com.

Re: How to seperate with CXF

2008-02-29 Thread Daniel Kulp
That all said, can I ask the reason for NOT using CXF for the client? Dan On Friday 29 February 2008, Daniel Kulp wrote: > Honestly, I'm not sure there IS a way. I was hoping for at least a > system property, but looking at the code for jaxws-api, the system > property is actually checked las

Re: How to seperate with CXF

2008-02-29 Thread Daniel Kulp
Honestly, I'm not sure there IS a way. I was hoping for at least a system property, but looking at the code for jaxws-api, the system property is actually checked last. :-( The only way I can come up with that MIGHT work is to create a special classloader that blocks the call to getResourc

Re: How to seperate with CXF

2008-02-29 Thread yulinxp
View this message in context: http://www.nabble.com/How-to-seperate-with-CXF-tp15765424p15766289.html Sent from the cxf-user mailing list archive at Nabble.com.

How to seperate with CXF

2008-02-29 Thread yulinxp
"main" javax.xml.ws.soap.SOAPFaultException: Could not send Message. at org.apache.cxf.jaxws.JaxWsClientProxy.invoke(JaxWsClientProxy.java:175) <-- -- View this message in context: http://www.nabble.com/How-to-seperate-with-CXF-tp15765424p15765424.html Sent from the cxf-user ma