RE: Could I use the stub class generated by wsdl2java to access a .Net service?

2006-06-08 Thread DeRemer, Bob
(supported by other team members) will be very simple, and I think the stub client will work fine. Thanks again ! - sukie - Original Message - From: "DeRemer, Bob" <[EMAIL PROTECTED]> To: Sent: Wednesday, June 07, 2006 8:40 PM Subject: RE: Could I use the stub class generated

Axis2 1.0 with Rampart - SecurityModule failing with "NoSuchMethodError"

2006-06-07 Thread DeRemer, Bob
Title: Axis2 1.0 with Rampart - SecurityModule failing with "NoSuchMethodError" I have the released version of Axis2 1.0 installed via the bin distribution and have downloaded and installed the rampart MAR, but am getting an exception when it simply tries to engage the SecurityModule.  The er

RE: Could I use the stub class generated by wsdl2java to access a .Net service?

2006-06-07 Thread DeRemer, Bob
Simple answer is "it depends". You can use the Stub client proxy code from WSDL2Java to access a .NET web service, but it depends on the answer to the following question: 1) what WS stack are you using on each side? Specifically (i.e. Axis2 1.0[Java] + WCF/Indigo[.NET]; or Axis2 1.0[java]

RE: Axis2 .NETproblem

2006-06-06 Thread DeRemer, Bob
To help diagnose the .NET side of things, you may wish to turn on diagnostics.  If you're .NET client is using .NET 2.0, then install WSE3, enable WSE3 on the project, and turn on the diagnostic messaging.  If you using WinFX, then use the SvcConfigEditor to turn on client-side diagnostics. 

RE: axis2 client to WinFX service via tcp [was RE: HOW TO: get axis2 client tcp to find Addressing module]

2006-05-25 Thread DeRemer, Bob
dressed.  If you have received this email message in error, please notifythe sender immediately by telephone or email and destroy the originalmessage without making a copy.  Thank you.     - Original Message ----- From: DeRemer, Bob To: axis-user@ws.apache.org

RE: axis2 client to WinFX service via tcp [was RE: HOW TO: get axis2 client tcp to find Addressing module]

2006-05-25 Thread DeRemer, Bob
message in error, please notifythe sender immediately by telephone or email and destroy the originalmessage without making a copy.  Thank you.     - Original Message - From: DeRemer, Bob To: axis-user@ws.apache.org Sent: Wednesday, May 24, 2006 3:36

axis2 client to WinFX service via tcp [was RE: HOW TO: get axis2 client tcp to find Addressing module]

2006-05-24 Thread DeRemer, Bob
ge in error, please notifythe sender immediately by telephone or email and destroy the originalmessage without making a copy.  Thank you.     - Original Message - From: DeRemer, Bob To: axis-user@ws.apache.org ; Martin Gainty Sent: Tuesday, May 23,

RE: HOW TO: get axis2 client tcp to find Addressing module

2006-05-23 Thread DeRemer, Bob
diately by telephone or email and destroy the originalmessage without making a copy.  Thank you.     - Original Message - From: DeRemer, Bob To: axis-user@ws.apache.org Sent: Tuesday, May 23, 2006 4:54 PM Subject: RE: HOW TO: get axis2 client t

RE: HOW TO: get axis2 client tcp to find Addressing module

2006-05-23 Thread DeRemer, Bob
Expected record type 'Version', found '60' From: DeRemer, Bob [mailto:[EMAIL PROTECTED] Sent: Tuesday, May 23, 2006 2:40 PMTo: axis-user@ws.apache.orgSubject: HOW TO: get axis2 client tcp to find Addressing module I'm trying to write a simple java cl

HOW TO: get axis2 client tcp to find Addressing module

2006-05-23 Thread DeRemer, Bob
Title: HOW TO: get axis2 client tcp to find Addressing module I'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

Java console application using Axis2 to host WS-I BasicProfile services - is it possible?

2006-04-27 Thread DeRemer, Bob
Title: Java console application using Axis2 to host WS-I BasicProfile services - is it possible? I know from a previous post that Axis2 supports hosting services in non-webserver applications over other transports like TCP, JMS, etc.  Is it also possible to host WS-I BasicProfile services (i.

RE: Can you do non-web server hosting in Axis2?

2006-04-18 Thread DeRemer, Bob
EMAIL PROTECTED] Sent: Tuesday, April 18, 2006 11:25 AM To: axis-user@ws.apache.org Subject: Re: Can you do non-web server hosting in Axis2? Hi, Yep - you have a range of options from TCP to JMS as transports On 4/18/06, DeRemer, Bob <[EMAIL PROTECTED]> wrote: > > > Just a simpl

Can you do non-web server hosting in Axis2?

2006-04-18 Thread DeRemer, Bob
Title: Can you do non-web server hosting in Axis2? Just a simple question regarding alternative service hosting capabilities using Axis2: Can I write a basic Java console application that hosts Axis2 services via TCP transport?  I'm currently working on a distributed .NET and Java architect

Axis 2 1.0 RC1 access?

2006-04-12 Thread DeRemer, Bob
Title: Axis 2 1.0 RC1 access? I saw mention of a 1.0 release candidate.  Is there a place to download the std bin, or is it a source/build download? Regards, Bob DeRemer Sr. Software Architect   SAP Labs, LLC 350 Eagleview Blvd Exton, PA  19341  USA T1  +1.610.903.8000 x 136 T2  +1

RE: DIME and MTOM with WSE

2006-04-10 Thread DeRemer, Bob
Thanks Bob, did you definitive reached the MTOM encoded communication between an AXIS2 service and a .NET WSE 3.0 client or do you know someone who did? Florian DeRemer, Bob schrieb: >>From an interop standpoint, you should stick to .NET 2.0 + WSE 3.0 + MTOM on >the .NET side. DIME

RE: DIME and MTOM with WSE

2006-04-10 Thread DeRemer, Bob
>From an interop standpoint, you should stick to .NET 2.0 + WSE 3.0 + MTOM on the .NET side. DIME is not going to be supported going forward in the MS land. The other alternative - from a .NET standpoint would be using WinFX and the WCF [Windows Communication Framework] aka Indigo. WCF is Micros

RE: Error Calling .NET service

2006-04-07 Thread DeRemer, Bob
Without digging into the details - whenever you get the message: "Object reference not set to an instance of an object" error, there's an object on the .NET side that is being used without having been constructed.  This is most likely because the object either:   1) was not constructed with

RE: WSDL interop question using .NET service and Axis2 0.94 client

2006-03-28 Thread DeRemer, Bob
ificant difference between .NET request and JAX-WS response I found is that the .NET request has an additional property "start" in its content-header which links to the message-part and "charset" is set to "utf-8". Could this be the reason for the fault? Best Regard

WSDL interop question using .NET service and Axis2 0.94 client

2006-03-08 Thread DeRemer, Bob
Title: WSDL interop question using .NET service and Axis2 0.94 client I'm a software architect who has been working with distributed MS technologies since 97.  I have been working with ASMX 2.0 and WSE3, along with the Indigo beta bits for a while.  I am now starting to dive deep into both Ax