unsubscribe

2009-02-04 Thread Meeusen, Christopher W.
unsubscribe From: axis-user-return-77544-meeusen.christopher=mayo@ws.apache.org [mailto:axis-user-return-77544-meeusen.christopher=mayo@ws.apache.org] On Behalf Of Nandana Mihindukulasooriya Sent: Wednesday, February 04, 2009 12:30 PM To:

RE: .NET Web Service is accessed by java program

2008-12-01 Thread Meeusen, Christopher W.
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] g] On Behalf Of Ferry Sumendap Sent: Sunday, November 30, 2008 10:27 PM To: axis-user@ws.apache.org Subject: Re: .NET Web Service is accessed by java program Thank you very much for all your responses. I have

RE: .NET Web Service is accessed by java program

2008-12-01 Thread Meeusen, Christopher W.
I've generated java proxy classes by just using eclipse. From the java perspective go to FILENEWOTHERWEB SERVICES WEB SERVICE CLIENT. Then the wizard will ask you for the location of the wsdl, give it that and then it will generate all the proxy classes for you. That's what I would do.

RE: Extraneous Error Message with Working Service

2008-11-07 Thread Meeusen, Christopher W.
Try using SOAPUI. It's freeware and be downloaded here http://www.soapui.org/ -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] g] On Behalf Of Deepal jayasinghe Sent: Friday, November 07, 2008 2:33 PM To: axis-user@ws.apache.org Subject: Re: Extraneous Error Message

RE: Out Only MEP and Rest support

2008-10-16 Thread Meeusen, Christopher W.
should be the same url http://localhost:8080/axis2/services/StudentService/getStudents http://localhost:8080/axis2/services/StudentService/getStudents the url is typically the same for all the methods in a given service. Chris From: [EMAIL PROTECTED]

Strings and Axis2

2008-10-15 Thread Meeusen, Christopher W.
Hello everyone first time poster here, I have a service which is returning a string. I need to have the service return the string in it's entirety, right now it's truncating the empty spaces at the beginning and end of the string. For example String a = abcdef 1234 ;