Re: adding MTOM/SwA functionality

2009-08-28 Thread Jeff Ramin
Anybody else have a problem viewing the link below? When I view it in firefox, the page source is displayed. prabath wrote: Please have a look at [1]. Thanks & regards. -Prabath [1]:https://svn.apache.org/repos/asf/webservices/axis2/site/1_1/mtom-guide.html Jeff Ramin wrote: Hi f

adding MTOM/SwA functionality

2009-08-27 Thread Jeff Ramin
would the new signature look like?: public void doSomething(String someParam, audioFile) Thanks! -- Jeff Ramin Software Engineer Singlewire Software PO Box 46218 Madison, WI 53744-6218 Phone Direct - 608.298.1024 www.singlewire.com

RE: XMLBeans-Axis2 - Type naming differences

2009-03-12 Thread Jeff Martin
ell wsdl2java to use these names: % wsdl2java.sh -d xmlbeans -xsdconfig example.xsdconfig ... Definitely feels like a bug in 'wsdl2java.sh -d xmlbeans', that Axis2 doesn't use the same conventions even though you say '-d xmlbeans'. -- Jeff ___

problem running Axis 1.4 samples/security Client

2009-01-30 Thread Jeff Kays
ppreciated! jeff

Re: namespaces error

2008-10-16 Thread Jeff Greif
="" on the Referntienummer element. Jeff On Thu, Oct 16, 2008 at 5:23 AM, Harm de Laat <[EMAIL PROTECTED]> wrote: > In the mean time we have figured out that XMLBeans binding does not suffer > from the same problems. > So it seems it has something to do with ADB binding. > > &g

Re: wsdl2java bug?

2008-09-06 Thread Jeff Greif
e namespace you control. There is no way to modify the XML Schema namespace even if it were legal to do so, which it isn't. Jeff On Sat, Sep 6, 2008 at 8:20 AM, nivox <[EMAIL PROTECTED]> wrote: > I'm trying to generate the Java code from a document-literal WSDL. > Initailly I wa

Re: Identified AXIS2 Unexpected Element issue but how do I get this to work with stubs

2008-08-21 Thread Jeff Greif
Note that in this snippet, you haven't declared the ca: prefix used below. It could be declared in the definitions element, though. Perhaps it would help to declare the ca: prefix in the schema element. Jeff On Thu, Aug 21, 2008 at 4:35 PM, Andrew Zielinski <[EMAIL PROTECTED]> wrot

Re: wsdl string pattern

2008-07-24 Thread Jeff Greif
You should consult the various Internet RFCs for allowed MIME typenames to get the allowed syntax, but your pattern will need to include hyphens at least, for such MIME types as application/octet-stream or message/external-body or x-application/my-experimental-app. Jeff Shehan Simen wrote

Re: Configuring SSL on Axis2

2008-06-03 Thread Jeff Greif
Just a guess, but it appears that you do not have a JCE provider on your classpath, or that one that is on the classpath is not the one requested in some configuration properties file. Jeff On Tue, Jun 3, 2008 at 12:26 AM, prashants b <[EMAIL PROTECTED]> wrote: > Hi, > I am config

Re: Axis2 w/ HttpClient

2008-06-03 Thread Jeff Garrett
StringRequestEntity(STRING_VERSION_OF_REQUEST, "text/xml", "utf-8")); post.addRequestHeader("SOAPAction", "\"" + OPERATION + "\""); CLIENT.executeMethod(post); Thanks. Jeff ---

Re: Axis2 w/ HttpClient

2008-06-02 Thread Jeff Garrett
//localhost:52492/axis2/services/NotificationProducerV2/unsubscribe). So, I want to send a request and set the SOAPAction element to "unsubscribe". Jeff On Mon, Jun 2, 2008 at 1:35 PM, Michele Mazzucco <[EMAIL PROTECTED]> wrote: > Jeff, > > you have to set the SOAP ac

Re: Axis2 w/ HttpClient

2008-06-02 Thread Jeff Garrett
identifying the operation? Shouldn't Axis2 be able to figure that out from what is in the SOAP body? Thanks. Jeff On Mon, Jun 2, 2008 at 11:47 AM, Jeff Garrett <[EMAIL PROTECTED]> wrote: > Hi all. > I have deployed my web services using Axis2, from an in-house servet > design. I

Axis2 w/ HttpClient

2008-06-02 Thread Jeff Garrett
look, but didn't see anything that solved my problem. Thanks. Jeff

Re: Axis2 cluster not working on Amazon EC2

2008-04-28 Thread Jeff Tomas
Azeez: When will this be available in Axis2? Any time soon? Jeff On Wed, Apr 23, 2008 at 6:50 PM, Afkham Azeez <[EMAIL PROTECTED]> wrote: > Hi Jeff, > Axis2 clustering does not work on EC2 at the moment. This is because the > Group Membership Protocol (GMP) uses multicast based m

Axis2 cluster not working on Amazon EC2

2008-04-20 Thread Jeff Tomas
Axis2 nodes cannot communicate with each other. I have enabled the cluster section in my axis2.xml file. Is there any other configuration that needs to be set to enable clustering? Any help is highly appreciated. Thanks in advance Jeff

Re: Endpoint failed validation

2008-03-31 Thread Jeff Barrett
e; it is a mapping of the WSDL value to the associated SOAP Binding value. The SOAP12 WSDL value of http://schemas.xmlsoap.org/wsdl/soap12/ Was mapped to the SOAP12 Binding value of http://www.w3.org/2003/05/soap/bindings/HTTP/ I'll look into making that exception

Re: How do I learn which Axis2 JARs have which classes?

2008-03-14 Thread Jeff Greif
k for certain classes or packages by some part of their name. You can also edit the jar with the Emacs editor, which shows you a listing of files. Jeff On Fri, Mar 14, 2008 at 10:17 AM, Kraus, David <[EMAIL PROTECTED]> wrote: > I haven't hacked the registry. I have used WinZip t

Integration with Director?

2008-02-05 Thread Jeff Vandenberg
take this off the list if it goes too far into Director conversation. Regards, Jeff

Re: Help with document style

2008-01-29 Thread Jeff Vandenberg
Ok. Thank you. I will investigate that. On 1/29/08, Anne Thomas Manes <[EMAIL PROTECTED]> wrote: > > Jeff, > > Your call operation style should be DOCUMENT. > You should not specify an encoding style. > > Go back to your WSDD and change the "style" value

Re: Help with document style

2008-01-28 Thread Jeff Vandenberg
as.xmlsoap.org/soap/envelope/"; xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:xsi=" http://www.w3.org/2001/XMLSchema-instance";> 2008-01-28T17:34:40.593Z Thanks in advance for your time and effort, Jeff Vandenberg On 1/24/08, Anne Thomas Manes <[EMAI

Re: [Axis2] Request from Axis2 client code to remote svc gives error but request from nonAxis client works

2008-01-28 Thread Jeff Greif
The one which fails has a "/" at the end of the webservicex namespace which is missing from the one that works. If that's the problem, the cause is in the initial assignment String serviceNamespace="http://www.webservicex.net/";; Jeff On Jan 27, 2008 4:20 AM,

Help with document style

2008-01-24 Thread Jeff Vandenberg
r book that helps to explain alot of this with examples? I've been doing some googling and have found information here and there, but rarely much of anything in one consolidated place. Thanks, Jeff Vandenberg

Problem setting up call

2008-01-21 Thread Jeff Vandenberg
mberFormatException: For input string: "vø?¨' is not a valid XML character. The input string changes at every execution and if I try to re-execute too quickly it just sits idle for a while then bails with a null message. Any thoughts, comments, or suggestions to point me in the correct direction? Thanks, Jeff Vandenberg

Re: Process SOAP message containg XHTML

2008-01-14 Thread Jeff Greif
ving times on client and server. Jeff Scott Malinowski wrote: Hello, This is probably a SOAP question more than an AXIS2 question. If there is a better place to post my question please let me know. I have written a SOAP web service using AXIS2. It returns XHTML as a string. The problem

Re: Transform WSDL by including XSD's before/during publishing the WSDL.

2007-12-10 Thread Jeff Greif
ied in the config file -- you could provide a different handler to do something special. Jeff On 12/10/07, Davy Toch <[EMAIL PROTECTED]> wrote: > Hi, > > We have a WSDL containing one doc/lit operation. References to the XSD's > are defined in using . > > This WSDL is s

RE: Problem with the imports in the WSDL

2007-11-29 Thread Walker, Jeff
regard this string as a unique name). 6. What is name="xacmlpolicytransfer" ?? -jeff -Original Message- From: Fátima Milla Olaya [mailto:[EMAIL PROTECTED] Sent: Thursday, November 29, 2007 6:15 AM To: axis-user@ws.apache.org Subject: Problem with the imports in the WSDL Hi, I want t

RE: Axis use RMI?

2007-11-26 Thread Walker, Jeff
No, there is no Java serialization. It's just using a set of convenient pre-existing Java interfaces and exception classes. All web service engines use ASCII XML as transport format. _ From: Antonio Manuel Muñiz Martín [mailto:[EMAIL PROTECTED] Sent: Monday, November

RE: Timeout too short, but which one?

2007-11-26 Thread Walker, Jeff
cessing in your impl class and send the response back to the client. (Kind of messy). One more thing, I think Tomcat has a default timeout on port 8080 in its server.xml file. You might want to check what that value is for you. -jeff -Original Message- From: Rene Mondeel [mailto:[EMAIL P

RE: HTTP 502 Proxy Error in Axis 1.3

2007-11-16 Thread Walker, Jeff
I would hazard a guess that it is an infrastructure problem (request/response routing, IP address changing), since your web services do work some of the time. You might want to get your production support (network engineers) onto it. -jeff _ From: Raghu Upadhyayula [mailto

Re: Dynamic web services

2007-11-15 Thread Jeff Greif
I think you need rest of it Jeff On 11/15/07, Iyengar, Kumar <[EMAIL PROTECTED]> wrote: > > > > > Hi all, > > > > The issue is getting a bit critical here and I would appreciate any help: > > > > I keep getting the error "The service

Re: Dynamic web services

2007-11-13 Thread Jeff Greif
ible soap body first children allowing that method to deal with further dispatching. 4. You'll probably be specifying the RawInOutXmlMessageReceiver (name is something like that). It's the closest analog to the Axis 1.x message style. Hope this helps (that is, I'm not steering you w

RE: Exiting a Handler without an AxisFault

2007-11-12 Thread Walker, Jeff
one handler in a chain to verify the behavior? -jeff -Original Message- From: Nathan Hook [mailto:[EMAIL PROTECTED] Sent: Monday, November 12, 2007 11:59 AM To: axis-user@ws.apache.org Subject: RE: Exiting a Handler without an AxisFault Thank you for the response Jeff. So, when usi

RE: Exiting a Handler without an AxisFault

2007-11-12 Thread Walker, Jeff
SUSPEND"), but I think ABORT should work). -jeff -Original Message- From: Nathan Hook [mailto:[EMAIL PROTECTED] Sent: Friday, November 09, 2007 4:58 PM To: axis-user@ws.apache.org Subject: Exiting a Handler without an AxisFault So, I'm changing up the way I word my questio

RE: axis wsdl2java nullPointerException

2007-11-09 Thread Walker, Jeff
and binding sections, except for the first operation, deleteProgramReminders). All went well until I reached getTVListings. That's where I first hit the null pointer exception. Sorry, but I haven't got the time to investigate further. Good luck, -jeff -Original Message- From: s

RE: axis wsdl2java nullPointerException

2007-11-09 Thread Walker, Jeff
the request and response parameters until you learn which piece of schema is probably causing your issue. -jeff -Original Message- From: samanth marisetty [mailto:[EMAIL PROTECTED] Sent: Friday, November 09, 2007 11:38 AM To: axis-user@ws.apache.org Subject: axis wsdl2java

method selection for service

2007-11-08 Thread Jeff Greif
dispatched to the service invoke the single exposed public method, or only ones that somehow map to that method's name based on the payload element name or soap action uri? 3. Is there reference documentation or an XML schema for the full configuration language used in services.xml?

WSDL-document indirection in ServiceClient

2007-11-06 Thread Jeff Greif
AxisService.createClientSideAxisService() method that actually cracks the WSDL, would be beneficial. If there is some interest beyond my own in having this capability, I'm can probably contribute it. Jeff - To unsubscribe, e-mail: [

RE: Timeout issues

2007-11-06 Thread Walker, Jeff
rvice(); myStub.setMaintainSession(true); myStub.setTimeout(1000); ... Or, if you call the service more dynamically (that is, you create a Call object yourself) you can set the timeout on the Call reference as well. You don't need to change the generated stub class. -jeff -Original Message

RE: axis Calendar time zones

2007-11-05 Thread Walker, Jeff
mezone as a separate string field, I think. Here I used "GMT" but you will pass it as a separate parameter in a web service call. Also, looking at Axis 1.3 src it builds a SimpleDateFornmat object from the GMT timezone. There is no way to change that unless you edit the org.apache.axi

migrating custom dispatch from Axis 1 to Axis 2

2007-11-02 Thread Jeff Greif
volve modifying the doGet method of AxisServlet in my extension class. Thanks for any help you can provide. Jeff Greif - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: CXF Mtom service and Axis2 Axiom client (FIX)

2007-11-02 Thread Walker, Jeff
Hey Mike, what is the compelling reason that impelled you to move to CXF (presumably from Axis2, or XFire)? -jeff _ From: Barlotta, Michael [USA] [mailto:[EMAIL PROTECTED] Sent: Friday, November 02, 2007 12:33 PM To: axis-user@ws.apache.org Subject: RE

RE: CXF Mtom service and Axis2 Axiom client

2007-11-02 Thread Walker, Jeff
e way as the CXF client. 3. There is a CXF mailing list. They might be able to help. Regards, -jeff _ From: Barlotta, Michael [USA] [mailto:[EMAIL PROTECTED] Sent: Friday, November 02, 2007 11:28 AM To: axis-user@ws.apache.org Subject: RE: CXF Mtom servic

RE: CXF Mtom service and Axis2 Axiom client

2007-11-02 Thread Walker, Jeff
s it? Try using Axis2's soapmonitor, you might have better luck). -jeff _ From: Barlotta, Michael [USA] [mailto:[EMAIL PROTECTED] Sent: Friday, November 02, 2007 10:31 AM To: axis-user@ws.apache.org Subject: CXF Mtom service and Axis2 Axiom client I have written a simple

Re: "Pure" dynamic client using DII

2007-10-31 Thread Jeff Greif
a form for input of some type and for displaying an instance of a type. 3. If you do this yourself, it's a major project. Most likely there is a way to use XForms. Jeff Ernesto Pin wrote: So, is there any way to easily get both document's specification to store them and use them

Re: "Pure" dynamic client using DII

2007-10-30 Thread Jeff Greif
're going to be using DII for arbitrary WSDLs, you probably would not be able to use wrapping and unwrapping anyway -- not all doc/lit services can have their responses unwrapped. You should just work with the full documents required for input and output. Jeff On 10/30/07, Ernesto Pin <[

RE: RE: Stop wsdl autogeneration

2007-10-30 Thread Walker, Jeff
Yes, I was going to suggest the servlet filter, but that requires editing the web.xml to put the filter declaration in. Anyway, your question was aimed at the parameter in the wsdd. Good luck, -jeff -Original Message- From: Davide Caruso [mailto:[EMAIL PROTECTED] Sent: Tuesday, October

RE: Stop wsdl autogeneration

2007-10-30 Thread Walker, Jeff
http://tws.crme.bofa.com"/> http://tws.crme.bofa.com"/> http://tws.crme.bofa.com"/> ... The restart your container to pick up the new server-config.wsdd deployment file. -jeff -Original Message- From: Davide Caruso [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 30, 20

RE: Why Axis 1.4 over 1.2.1?

2007-10-29 Thread Walker, Jeff
.html. Here it is below. Take a look. -jeff Axis Change Log Axis 1.4 Changes from 1.3 final Many bugfixes, including: * Prevented an NPE when curMsg is null * Fixed memory leaks * Fixed incorrect serialization of extended types in arrays * Fixed garbage collectio

RE: Remove me from the list please - thanks

2007-10-25 Thread Walker, Jeff
To unsubscibe, Send an empty email to [EMAIL PROTECTED] -jeff -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 24, 2007 8:22 PM To: axis-user@ws.apache.org Subject: Remove me from the list please - thanks

RE: getting following exception in making client connection to theservice

2007-10-24 Thread Walker, Jeff
BytesMessage is also defined in j2ee.jar -jeff -Original Message- From: Saket Raizada [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 24, 2007 1:35 PM To: axis-user@ws.apache.org Subject: RE: getting following exception in making client connection to theservice Looks like you do

RE: Best way to realize stateful services architecture withmassivedata?

2007-10-22 Thread Walker, Jeff
Very useful page. Thank you. Swim easy. -jeff -Original Message- From: robert lazarski [mailto:[EMAIL PROTECTED] Sent: Monday, October 22, 2007 12:30 PM To: axis-user@ws.apache.org Subject: Re: Best way to realize stateful services architecture withmassivedata? On 10/22/07, Walker

RE: Best way to realize stateful services architecture withmassivedata?

2007-10-22 Thread Walker, Jeff
o muddy the waters. If there are no implementations, the specs mean little. I thought Axis 2 implements only these: WS-ReliableMessaging - Supported by Apache Sandesha2 WS-Coordination and WS-AtomicTransaction - Supported by Apache Kandula2 WS-Security - Supported by Apache Rampart WS-Addressing -Module in

RE: Best way to realize stateful servicesarchitecturewithmassivedata?

2007-10-22 Thread Walker, Jeff
zed file should theoretically be possible. Does anyone have any opinions on using MTOM for transferring Gb and and multi-Gb files?? -jeff -Original Message- From: Michele Mazzucco [mailto:[EMAIL PROTECTED] Sent: Monday, October 22, 2007 11:21 AM To: axis-user@ws.apache.org Subject:

RE: Best way to realize stateful services architecturewithmassivedata?

2007-10-22 Thread Walker, Jeff
le to help you out there. -jeff -Original Message- From: Michele Mazzucco [mailto:[EMAIL PROTECTED] Sent: Monday, October 22, 2007 10:49 AM To: axis-user@ws.apache.org Subject: RE: Best way to realize stateful services architecturewithmassivedata? Ok, now I get your point. But solution # 3

RE: Best way to realize stateful services architecture withmassivedata?

2007-10-22 Thread Walker, Jeff
d deployed to production. The best approach is obviously to simplify and just create a fully stateless service, if that will work with your application. But don't be surprised if it doesn't fit well. -jeff -Original Message- From: Michele Mazzucco [mailto:[EMAIL PROTECTED] Se

RE: Hot Update and ServiceLifeCycle shutdown method

2007-10-22 Thread Walker, Jeff
scope="application" I think. -jeff -Original Message- From: sgopal [mailto:[EMAIL PROTECTED] Sent: Monday, October 22, 2007 8:20 AM To: axis-user@ws.apache.org Subject: RE: Hot Update and ServiceLifeCycle shutdown method Hi, What is your scope set to in the service.xm

RE: Best way to realize stateful services architecture with massivedata?

2007-10-22 Thread Walker, Jeff
e data transfer. Try FTP instead, and use the web service to generate the files and pass back the address of where to find the files. It sounds like the granularity of your service is too fine-grained. You need to think in higher terms for the web service operations. Just some thoughts. -jeff -

RE: Hot Update and ServiceLifeCycle shutdown method

2007-10-19 Thread Walker, Jeff
Ok, I lied. ServiceLifecycle.destroy() does get called for me, after each request is satisfied. (I missed it amongst all of my debug output). -jeff -Original Message- From: Walker, Jeff Sent: Friday, October 19, 2007 11:31 AM To: axis-user@ws.apache.org Subject: RE: Hot Update and

RE: Hot Update and ServiceLifeCycle shutdown method

2007-10-19 Thread Walker, Jeff
that destroy() must be called and no more calls will be made? By the way, I am using WebSphere's JAX-RPC implementation for this web service. Even when I shutdown the web service (in WebSphere 6.1 that can be done by unloaded the project from the server) and still destroy() is never called.

RE: MalformedURLException with cookieless .NET web service

2007-10-18 Thread Walker, Jeff
er, but it may offer some insight as to what is happening. Sorry I couldn't be of more help! -jeff _ From: WALKER-GEOFF [mailto:[EMAIL PROTECTED] Sent: Thursday, October 18, 2007 3:51 PM To: axis-user@ws.apache.org Subject: RE: MalformedURLException with cookieless .NET web serv

RE: MalformedURLException with cookieless .NET web service

2007-10-18 Thread Walker, Jeff
before). -jeff _ From: WALKER-GEOFF [mailto:[EMAIL PROTECTED] Sent: Thursday, October 18, 2007 3:02 PM To: axis-user@ws.apache.org Subject: RE: MalformedURLException with cookieless .NET web service First of all, Jeff, I like your

RE: MalformedURLException with cookieless .NET web service

2007-10-18 Thread Walker, Jeff
Geoff, I think I see a "//" instead of a "/" after localhost. That is not allowed and may force the protocol to be stripped off? -jeff _ From: WALKER-GEOFF [mailto:[EMAIL PROTECTED] Sent: Thursday, October 18, 2007 1:35 PM To: axis-user@ws.apache.org Subject: RE: M

RE: java client from wsdl

2007-10-18 Thread Walker, Jeff
and then call invoke() on the call object. This is the approach usually taken by the Axis 1.4 samples found in the binary distribution jar. I strongly recommend that you read both approaches in the Axis 1.4 samples. -jeff _ From: Sudhir Sharma [mailto:[EMAIL PROTECTED] Sent: Thursday, Oc

RE: Axis 1.4 - (405) Method Not Allowed

2007-10-18 Thread Walker, Jeff
development to test the service. It sounds like a very non-standard web service. -jeff -Original Message- From: foo shyn [mailto:[EMAIL PROTECTED] Sent: Thursday, October 18, 2007 12:25 AM To: axis-user@ws.apache.org Subject: Re: Axis 1.4 - (405) Method Not Allowed Hmm i'm afraid that migh

RE: How to change the webservices URL (remove /services from the URL)

2007-10-17 Thread Walker, Jeff
ws.apache.org Subject: RE: How to change the webservices URL (remove /services from the URL) http://10.5.2.182:80/webservices/ResponsysWSService/ResponsysW SService" /> Thanks Raghu _

RE: How to change the webservices URL (remove /services from the URL)

2007-10-17 Thread Walker, Jeff
Also, what is the name of your service, and what is the name of your portType? I suspect they are both the same name. -jeff _ From: Walker, Jeff Sent: Wednesday, October 17, 2007 3:16 PM To: 'axis-user@ws.apache.org' Subject: RE: How to

RE: How to change the webservices URL (remove /services from the URL)

2007-10-17 Thread Walker, Jeff
What's in your wsdl? ie. what is equal to? -jeff _ From: Raghu Upadhyayula [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 17, 2007 3:04 PM To: axis-user@ws.apache.org Subject: RE: How to change the webservices URL (remove /services from th

RE: How to change the webservices URL (remove /services from the URL)

2007-10-17 Thread Walker, Jeff
Edit your web.xml file to change the servlet mapping. Seach for then edit the "services/" and replace it with just a "/". It's very easy to screw this sort of thing up and take hours to get back to where you were. If you can live with the services/, I wo

RE: XML-declaration in WSDL2Java generated SOAP service

2007-10-17 Thread Walker, Jeff
train of thought I had is that this is SOAP 1.2 behavior, and I am using Soap 1.1. So, what version of .NET and SOAP are you using? -jeff _ From: Luposlip [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 17, 2007 10:39 AM To: axis-user@ws.apache.org Subject: Re: XML-declaration in WSDL

RE: XML-declaration in WSDL2Java generated SOAP service

2007-10-17 Thread Walker, Jeff
/* User-Agent: Axis/1.3 Host: 127.0.0.1:1234 Cache-Control: no-cache Pragma: no-cache SOAPAction: "" Content-Length: 1731 line but the response does not. Is this standard web service behavior? -jeff _ From: Luposlip [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 17,

RE: sending calendar object in axis stub

2007-10-17 Thread Walker, Jeff
Senthivel, I don't know how to do that. Sorry. -jeff _ From: Senthivel U S [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 16, 2007 2:52 AM To: axis-user@ws.apache.org Subject: RE: sending calendar object in axis stub Hi

RE: How to tell JBOSS/AXIS to create WSDL on the fly with style=WRAPPING/LITERAL?

2007-10-17 Thread Walker, Jeff
r@ws.apache.org Subject: RE: How to tell JBOSS/AXIS to create WSDL on the fly with style=WRAPPING/LITERAL? Jeff Thanks for reply.appreciate it. This is how I have done my thing. I am new to WS so starting from WSDL seems tough. 1) I have a J

RE: Axis 1.4 - (405) Method Not Allowed

2007-10-17 Thread Walker, Jeff
call any of the other methods found in their wsdl, to make certain you are calling the service correctly. I think the answer to your problem lies with them. -jeff -Original Message- From: foo shyn [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 16, 2007 9:16 PM To: axis-user

RE: How to tell JBOSS/AXIS to create WSDL on the fly with style=WRAPPING/LITERAL?

2007-10-16 Thread Walker, Jeff
roach) and then generate the Java from that. (Afterall, if your'e a client trying to communicate to a web service, you get the wsdl given to you and that's usually about all you get. So, why not get the wsdl down-pat first?) -jeff _ From: M N [mailto:[EMAIL PROTECTED]

RE: Axis 1.4 and .NET interop

2007-10-16 Thread Walker, Jeff
have no issues with .NET. Read the IBM web page I put in the link below, It's a very good article and spells it out nicely. -jeff _ From: M N [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 16, 2007 9:38 AM To: axis-user@ws.apache.org Subject: RE: Axis 1.4 and .NET interop

RE: Axis 1.4 and .NET interop

2007-10-16 Thread Walker, Jeff
through WSDL2Java to generate a bunch of serializer and deserializer classes. The command is something like: %>java org.apache.axis.wsdl.WSDL2Java --server-side --skeletonDeploy true .wsdl Regards, -jeff _ From: M N [mailto:[EMAIL PROTECTED] Sent: Tuesday, October 16, 200

RE: No serializer found for class in registry TypeMappingDelegate

2007-10-15 Thread Walker, Jeff
Alexey, I'm glad you solved it. Well done. Sorry I couldn't help more. -jeff -Original Message- From: Alexey Zavizionov [mailto:[EMAIL PROTECTED] Sent: Monday, October 15, 2007 10:40 AM To: axis-user@ws.apache.org Cc: Roman Pedchenko; Gennady Azarenkov Subject: Re: No serial

RE: sending calendar object in axis stub

2007-10-15 Thread Walker, Jeff
ttempts to serialize everything). This is my guess. -jeff _ From: Senthivel U S [mailto:[EMAIL PROTECTED] Sent: Monday, October 15, 2007 9:38 AM To: axis-user@ws.apache.org Subject: RE: sending calendar object in axis stub Hi Jeff, Thanks for your comments

RE: sending calendar object in axis stub

2007-10-15 Thread Walker, Jeff
always be Java, then you would benefit from RMI or EJB where you would get a significant speed increase. Web Services is for interoperability across disparate systems. Regards, -jeff _ From: Senthivel U S [mailto:[EMAIL PROTECTED] Sent: Monday, October 15, 2007 8:27 AM To: axis-user@ws.

RE: log4j error in axis2

2007-10-11 Thread Walker, Jeff
Your log4j is simply not setup properly yet. I suggest you search previous posts that mention log4j to see how to set it up in Axis2. -jeff -Original Message- From: rajnishe [mailto:[EMAIL PROTECTED] Sent: Thursday, October 11, 2007 9:29 AM To: axis-user@ws.apache.org Subject: log4j

RE: No serializer found for class in registry TypeMappingDelegate

2007-10-10 Thread Walker, Jeff
. There are only a few of us left still using Axis1.4 on our projects. Nearly all subscribers of the Axis mailing list are using Axis2. You cannot use Axis2 to do an RPC Encoded service. Does any of this help? -jeff -Original Message- From: Alexey Zavizionov [mailto:[EMAIL PROTECTED] Se

RE: Is Java2WSDL WRAPPED style WS-I conform?

2007-10-09 Thread Walker, Jeff
Doc/Lit-Wrapped. Axis2: With Axis2 you can build web services that use Doc/Lit and Doc/Lit-Wrapped, but not RPC. (This is my belief). Now, RPC is the 'old' way of doing web services and is quickly dying out. Axis1 is the old version of Axis and it is recommended that you switch to Ax

RE: Axis 1.4 configuration to use HTTP/1.1

2007-10-08 Thread Walker, Jeff
Hi Mario, Shadab got his problem solved. (He wanted to use HTTP 1.1 in Axis 1.4 and do it programmmatically on the clientside). the solution he emailed to me is: Hi Jeff, Thank you so much for all the info.. I have succesfully implemented the second alternative of using - CommonsHTTPSender

RE: org.xml.sax.SAXParseException: The prefix "ns1" for element "ns1:modifyMe" is not bound.

2007-10-08 Thread Walker, Jeff
I apologize for not replying but I was unavailable over the weekend. I didn't know the answer, anyway :) Well done, you found it! Thanks Huitang for posting the solution for others to find in the future. Regards, -jeff -Original Message- From: Huitang Li [mailto:[EMAIL PROTECTED]

RE: org.xml.sax.SAXParseException: The prefix "ns1" for element "ns1:modifyMe" is not bound.

2007-10-05 Thread Walker, Jeff
nd your environment, or a wsdl-based problem). Regards, -jeff -Original Message- From: Huitang Li [mailto:[EMAIL PROTECTED] Sent: Friday, October 05, 2007 5:32 PM To: axis-user@ws.apache.org Subject: Re: org.xml.sax.SAXParseException: The prefix "ns1" for element "ns

RE: No serializer found for class in registry TypeMappingDelegate

2007-10-05 Thread Walker, Jeff
or, the stubs and skeleton code gets created for you. This command also generates the deploy.wsdd file and should add in all of the type mappings you need for your classes. %>java org.apache.axis.wsdl.WSDL2Java --server-side --skeletonDeploy true WebServiceName.wsdl -jeff -Original Message

RE: org.xml.sax.SAXParseException: The prefix "ns1" for element "ns1:modifyMe" is not bound.

2007-10-04 Thread Walker, Jeff
Huitang, I suggest you email the mailing list your wsdl and schema for people to see. If ns1 prefix is not bound, then it might be a relatively simply namespace fix. Let's hope so. -jeff -Original Message- From: Huitang Li [mailto:[EMAIL PROTECTED] Sent: Thursday, October 04, 2

RE: Axis 1.4 configuration to use HTTP/1.1

2007-10-03 Thread Walker, Jeff
ml.apache.org/axis/wsdd/"; xmlns:java="http://xml.apache.org/axis/wsdd/providers/java";> The above commons sender also worked for me. Cheers, -jeff -Original Message- From: Shadab [mailto:[EMAIL PROTECTED] Sent: Wednesday, October 03, 2007 3:37 AM To: axis-user@ws.apache.o

RE: [NEWSENDER] - RE: Exposing JAVA Overloaded methods as service - Message is from an unknown sender

2007-09-28 Thread Walker, Jeff
When the client actually calls it, they can pass in either an instance of the base type, with just username and status, or an instance of the subclass, which contains username, status and connection fields. In the service implementation class, you can use instanceof operator

RE: Newbie need help with client-config.wsdd

2007-09-27 Thread Walker, Jeff
get Axis to deploy it all correctly, right?) Good luck, -jeff -Original Message- From: Yolanda Ward [mailto:[EMAIL PROTECTED] Sent: Thursday, September 27, 2007 4:46 PM To: axis-user@ws.apache.org Subject: RE: Newbie need help with client-config.wsdd You are right, you can not have two htt

RE: Newbie need help with client-config.wsdd

2007-09-27 Thread Walker, Jeff
I don't think you can have two http transports in the same config file. Try commenting out: And leave in your myownHandler. Debug it and see if the contructor even gets called? -jeff -Original Message- From: Yolanda Ward [mailto:[EMAIL PROTECTED] Sent: Thursday, Septemb

RE: Exposing JAVA Overloaded methods as service

2007-09-27 Thread Walker, Jeff
nique). -jeff _ From: Raghavan [mailto:[EMAIL PROTECTED] Sent: Thursday, September 27, 2007 1:38 AM To: axis-user@ws.apache.org Subject: Exposing JAVA Overloaded methods as service Importance: High Hi All, I have created a class which has two over loaded me

Using the JPF with Axis (creating services w/out WSDD files)

2007-09-25 Thread Jeff Allen
I have an application which requires Axis 1.2 (external constraints). This application will support multiple WSDL's. For a number of reasons, I wanted to put all of the implementation classes that support each WSDL into a Java Plugin Framework .zip file. JPF creates a ClassLoader for each zip,

Strange wsdl error in XMLSPY 5.0, but generates fully functioning web service

2007-09-25 Thread Walker, Jeff
ut not a parts attribute. Now 'parts' does exist in the tBody element's attribute group, but I don't declare a body. Should I ? Any ideas? Thanks, -jeff Wsdl extract is: .. http://ws-i.org/profiles/basic1.1/"/> http://sche

RE: Axis2 Request Tracking

2007-09-21 Thread Walker, Jeff
7. Recommend that you avoid anything more sophisticated like keeping track of previous messageIds received and sent. It gets nasty, very quickly. (Leave that to WS-ReliableMessaging, when it is ready for primetime). Hope this helps. -jeff -Original Message- From: robert lazarsk

RE: Axis 1.4

2007-09-21 Thread Walker, Jeff
then theoretically, you can just copy all of the schema files referenced in your namespaces, and be all set? To all, What else does Axis2 look up on the 'Net? (I'm sure I missed something). Thanks, -jeff _ From: Lefrançois, Carl [mailto:[EMAIL PROTECTED] Sent: Fr

RE: Axis 1.4 CommonsHTTPSender question

2007-09-20 Thread Walker, Jeff
Which makes me think the two handlers you setup are in fact using CommonsHTTPSender (because they sent their requests using 1.1) and the middle request was sent by the default HTTPSender, which I suspect still uses HTTP 1.0. -jeff Now, since it is a programmatically defined client, I activate t

RE: Create one Web Service out of multiple java classes?

2007-09-20 Thread Walker, Jeff
Sounds a lot like the Session Facade design pattern, where the web service interface is the facade. http://java.sun.com/blueprints/corej2eepatterns/Patterns/SessionFacade.h tml -jeff _ From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, September 20, 2007 7:16 AM To: axis

RE: Axis Webservice question again

2007-09-18 Thread Walker, Jeff
ssage=4107568&c at=7&thread=49362&treeDisplayType=threadmode1&forum=167#4107568 -jeff _ From: mr.knowledge [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 18, 2007 10:30 AM To: axis-user@ws.apache.org Subject: Axis Webs

Throwing an exception from handleResponse() in a JAX-RPC handler class

2007-09-18 Thread Walker, Jeff
situation where your supposed to catch some SOAPException but aren't allowed to send the exception to the client. Wierd! Any thoughts? Thanks, -jeff -Original Message- From: Luís Miguel Silva [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 18, 2007 9:29 AM To: axis-user@ws.apach

  1   2   3   4   5   >