|
I've been working this a bit more by changing the WinFX
side to use a custom binding that is a tcp transport with a text encoding, but
still get the following warnings/exceptions on the Axis side when
debugging:
Can anyone comment on the PrimitiveAssertion
warnings? Also, what is the default settings when the URI passed into the
client stub is tcp-based? Specifically, what is the encoding,
etc.
Thanks,
Bob
===========================
Warning: cannot find a
module for process PrimitiveAssertion -
{http://schemas.xmlsoap.org/ws/2004/09/policy/encoding}Utf816FFFECharacterEncoding
Warning: cannot find a module for process PrimitiveAssertion - {http://schemas.microsoft.com/ws/06/2004/mspolicy/netframing1}Streamed Warning: cannot find a module for process PrimitiveAssertion - {http://www.w3.org/2005/08/addressing}UsingAddressing org.apache.axis2.AxisFault: Connection reset; nested exception is: com.ctc.wstx.exc.WstxIOException: Connection resetat org.apache.axis2.transport.TransportUtils.createSOAPMessage( TransportUtils.java:126)at org.apache.axis2.transport.TransportUtils.createSOAPMessage( TransportUtils.java:67)at org.apache.axis2.description.OutInAxisOperationClient.send( OutInAxisOperation.java:349)at org.apache.axis2.description.OutInAxisOperationClient.execute( OutInAxisOperation.java:279)at Service1Stub.MyOperation1( Service1Stub.java:177)at InteropClientJava.main( InteropClientJava.java:49)Caused by: com.ctc.wstx.exc.WstxIOException: Connection resetat com.ctc.wstx.stax.WstxInputFactory.doCreateSR( WstxInputFactory.java:539)at com.ctc.wstx.stax.WstxInputFactory.createSR( WstxInputFactory.java:592)at com.ctc.wstx.stax.WstxInputFactory.createSR( WstxInputFactory.java:617)at com.ctc.wstx.stax.WstxInputFactory.createXMLStreamReader( WstxInputFactory.java:315)at org.apache.axiom.om.util.StAXUtils.createXMLStreamReader( StAXUtils.java:51)at org.apache.axis2.transport.TransportUtils.createSOAPMessage( TransportUtils.java:117)... 5 more Caused by: java.net.SocketException: Connection resetat java.net.SocketInputStream.read(Unknown Source) at java.net.SocketInputStream.read(Unknown Source) at com.ctc.wstx.io.UTF8Reader.loadMore( UTF8Reader.java:354)at com.ctc.wstx.io.UTF8Reader.read( UTF8Reader.java:110)at com.ctc.wstx.io.ReaderBootstrapper.initialLoad( ReaderBootstrapper.java:240)at com.ctc.wstx.io.ReaderBootstrapper.bootstrapInput( ReaderBootstrapper.java:127)at com.ctc.wstx.stax.WstxInputFactory.doCreateSR( WstxInputFactory.java:534)... 10 more
|
Title: HOW TO: get axis2 client tcp to find Addressing module
- axis2 client to WinFX service via tcp [was RE: HOW TO: get a... DeRemer, Bob
- Re: axis2 client to WinFX service via tcp [was RE: HOW ... Martin Gainty
- RE: axis2 client to WinFX service via tcp [was RE: ... DeRemer, Bob
- Re: axis2 client to WinFX service via tcp [was ... Martin Gainty
- RE: axis2 client to WinFX service via tcp [... DeRemer, Bob
