From: DeRemer, Bob [mailto:[EMAIL PROTECTED]
Sent: Tuesday, May 23, 2006 2:40 PM
To: [email protected]
Subject: HOW TO: get axis2 client tcp to find Addressing moduleI'm trying to write a simple java client in axis2 that uses tcp transport to talk to my .NET WinFX service. I'm currently using the AXIOM approach vs the wsdl-gen'd proxy code. In the AXIOM case, I get an exception when trying to engageModule. I'm looking for some example that shows what I need to do in code to specify the configurationContext - so it knows where the addressing.mar is, but haven't been able to find any good example. The sample code in the std source download doesn't appear to do anything to set this - as if the java console client just knows where the Axis repository is.
Thanks in advance for any help,
Bob DeRemer
Sr. Software Architect
SAP Labs, LLC
350 Eagleview Blvd
Exton, PA 19341 USA
T1 +1.610.903.8000 x 136
T2 +1.717.505.7923
M +1.717.424.9595
E [EMAIL PROTECTED]
Title: HOW TO: get axis2 client tcp to find Addressing module
I was able to get this working by pointing the
ConfigurationContext.createConfigurationContextFromFileSystem at the apache
installation's axis 2 location. I am now struggling with getting the
actual tcp connection established. The WinFX side is throwing an exception
[see below]. I'm currently tracing the call using the .NET trace
tools. If anyone has [successfully] written an axis2 client to a WinFX
service using the TCP transport and has any suggestions, I'd appreciate
it.
Thanks,
Bob
exception: Expected record type 'Version', found
'60'
- RE: HOW TO: get axis2 client tcp to find Addressing module DeRemer, Bob
- Re: HOW TO: get axis2 client tcp to find Addressing mod... Martin Gainty
- RE: HOW TO: get axis2 client tcp to find Addressing... DeRemer, Bob
- Re: HOW TO: get axis2 client tcp to find Addres... Martin Gainty
- axis2 client to WinFX service via tcp [was ... DeRemer, Bob
- Re: axis2 client to WinFX service via ... Martin Gainty
- RE: axis2 client to WinFX service ... DeRemer, Bob
- Re: axis2 client to WinFX serv... Martin Gainty
- RE: axis2 client to WinFX serv... DeRemer, Bob
