RE: Problems sending String parameters with Axis 1.2 RC 3 client to .Net 1.1 service

2005-03-08 Thread Dino Chiesa
= locator.getSomethingServiceSoap(); svc.Method1(param1...); -Original Message- From: Walter Parton [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 08, 2005 8:26 PM To: axis-user@ws.apache.org Subject: RE: Problems sending String parameters with Axis 1.2 RC 3 client to .Net 1.1 service Sorry for

RE: Problems sending String parameters with Axis 1.2 RC 3 client to .Net 1.1 service

2005-03-08 Thread Walter Parton
client? Does Axis generate the java class? Thanks Walter -Original Message- From: Dino Chiesa [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 08, 2005 3:13 PM To: axis-user@ws.apache.org Subject: RE: Problems sending String parameters with Axis 1.2 RC 3 client to .Net 1.1 service >

RE: Problems sending String parameters with Axis 1.2 RC 3 client to .Net 1.1 service

2005-03-08 Thread Dino Chiesa
05 5:55 PM To: axis-user@ws.apache.org Subject: RE: Problems sending String parameters with Axis 1.2 RC 3 client to .Net 1.1 service Well the client code is based on examples in the developer guide to axis 1.2 so it should work fine . Again the connection works just that the parameters are not picked up

RE: Problems sending String parameters with Axis 1.2 RC 3 client to .Net 1.1 service

2005-03-08 Thread Walter Parton
lto:[EMAIL PROTECTED] Sent: Tuesday, March 08, 2005 3:46 PM To: axis-user@ws.apache.org Subject: Problems sending String parameters with Axis 1.2 RC 3 client to .Net 1.1 service Hello, We have an Axis java client (Axis 1.2 RC3) that is communicating to a .Net web service correctly, however, the r

RE: Problems sending String parameters with Axis 1.2 RC 3 client to .Net 1.1 service

2005-03-08 Thread Dino Chiesa
] Sent: Tuesday, March 08, 2005 3:46 PM To: axis-user@ws.apache.org Subject: Problems sending String parameters with Axis 1.2 RC 3 client to .Net 1.1 service Hello, We have an Axis java client (Axis 1.2 RC3) that is communicating to a .Net web service correctly, however, the rpc encoded variable

Problems sending String parameters with Axis 1.2 RC 3 client to .Net 1.1 service

2005-03-08 Thread Walter Parton
Hello, We have an Axis java client (Axis 1.2 RC3) that is communicating to a .Net web service correctly, however, the rpc encoded variable problem is cropping up and causing the .NET service to not correctly pull in the passed strings. We know we need to turn off the rpc encoding so that the