Re: Get wsdl url for service description

2008-12-10 Thread Alexey Zavizionov
Does this http://mail-archives.apache.org/mod_mbox/portals-wsrp4j-user/200506.mbox/[EMAIL PROTECTED] fixed? Thanks, Alexey. On Wed, Dec 10, 2008 at 12:48 AM, Alexey Zavizionov <[EMAIL PROTECTED]> wrote: > Hello, > > I use Axis1 1.4 with my service. I have an application

Get wsdl url for service description

2008-12-09 Thread Alexey Zavizionov
Hello, I use Axis1 1.4 with my service. I have an application with multiport service producer use org.apache.axis.transport.http.AxisServlet How can I get a wsdl service description? Regards, Alexey.

Re: Lightweight servlet container to test web services

2008-07-03 Thread Alexey Zavizionov
than Axis2's built-in http server? > > Thanks, > > Andrew. > > 2008/7/3 Paul Fremantle <[EMAIL PROTECTED]>: > > Axis and Axis2 also offer a lightweight built-in server runtime for > > testing. Just look in the bin\ directory. > > > > Paul > >

Re: Lightweight servlet container to test web services

2008-07-03 Thread Alexey Zavizionov
k in the bin\ directory. > > Paul > > On Thu, Jul 3, 2008 at 12:12 PM, Alexey Zavizionov > <[EMAIL PROTECTED]> wrote: > > Is there anybody who use maven2 and any servlet container to test web > > services? > > Probably, servlet container runs as maven plugin

Lightweight servlet container to test web services

2008-07-03 Thread Alexey Zavizionov
Is there anybody who use maven2 and any servlet container to test web services? Probably, servlet container runs as maven plugin. Regards, Alexey

Re: Axis and websphere

2008-07-03 Thread Alexey Zavizionov
Thanks for your reply. I fixed problems. On Thu, Jun 19, 2008 at 5:38 PM, ab <[EMAIL PROTECTED]> wrote: > Yes. I've done that and its been working in production for about 6months or > so. Are you running into some issues? > > -ab > > > - Original Messag

Axis and websphere

2008-06-19 Thread Alexey Zavizionov
Hello, Does anybody work with axis on websphere application server? Regards, Alexey

Re: DeserializationContext SOAPFaultBuilder on client.

2008-05-17 Thread Alexey Zavizionov
) ... On Fri, May 16, 2008 at 7:53 PM, Alexey Zavizionov < [EMAIL PROTECTED]> wrote: > I have just understood that is the server issue.. > sorry for disturb. > > Regards, > Alexey > > > On Fri, May 16, 2008 at 1:39 PM, Alexey Zavizionov < > [EMAIL PROTECTED]&g

Re: WSDL2Java on WSRP WSDL fails

2008-05-16 Thread Alexey Zavizionov
Hi Nicolas, Will search eXo wsrp project, this service is based on Axis1 1.4 Look for sources how to generate WSDL2Java. HTH, Alexey On Tue, Oct 16, 2007 at 1:34 PM, Nicolas Vahlas <[EMAIL PROTECTED]> wrote: > Axis: Axis-1_3 or Axis-1_4 > Java: JDK 1.6 or JDK 1.4 > Ant: Apache Ant 1.6.5 > >

Re: DeserializationContext SOAPFaultBuilder on client.

2008-05-16 Thread Alexey Zavizionov
I have just understood that is the server issue.. sorry for disturb. Regards, Alexey On Fri, May 16, 2008 at 1:39 PM, Alexey Zavizionov < [EMAIL PROTECTED]> wrote: > Hello list, > > I am a subscriber of the list more than a year.. :) > You have helped many people. > > I

DeserializationContext SOAPFaultBuilder on client.

2008-05-16 Thread Alexey Zavizionov
Hello list, I am a subscriber of the list more than a year.. :) You have helped many people. I have an exc with my web service which based on axis1 1.4 and deployed on WAS 6.1: java.lang.RuntimeException: SRV.8.2: RequestWrapper objects must extend ServletRequestWrapper or HttpServletRequestWra

Re: VerifyError: javax/xml/parsers/DocumentBuilder.parse

2008-05-15 Thread Alexey Zavizionov
I have just fixed with shared libs. Thanks, and sorry for disturb. Regards, Alexey On Thu, May 15, 2008 at 10:54 AM, Alexey Zavizionov < [EMAIL PROTECTED]> wrote: > Hello , > > I have a question regarding DocumentBuilder on Websphere application server > 6.1 (WAS). > &g

VerifyError: javax/xml/parsers/DocumentBuilder.parse

2008-05-15 Thread Alexey Zavizionov
Hello , I have a question regarding DocumentBuilder on Websphere application server 6.1 (WAS). I have an exception while deploy axis service, which I couldn't resolve. Do you know something about it? Stack Dump = java.lang.VerifyError: javax/xml/parsers/DocumentBuilder.parse(Lorg/xml/sax/InputSo

Re: Axis 1.4 WSDL4J wrong arguments sequence in generated classes

2008-01-29 Thread Alexey Zavizionov
> > I am using Nov 19 build and this was fixed. > > http://people.apache.org/dist/axis/nightly/axis-bin-1_4.zip > > > ===== > > > > -Original Message- > From: Alexey Zavizionov [mail

Re: Axis 1.4 WSDL4J wrong arguments sequence in generated classes

2008-01-25 Thread Alexey Zavizionov
( ccppProfileWarning, useCachedItem); this.preferredTitle = preferredTitle; } Alexey. On Jan 24, 2008 6:27 PM, Alexey Zavizionov <[EMAIL PROTECTED]> wrote: > Hi, > > Please take a look at the issue. > That blocks my work! > > Thaks, > Alexe

Re: Axis 1.4 WSDL4J wrong arguments sequence in generated classes

2008-01-24 Thread Alexey Zavizionov
Hi, Please take a look at the issue. That blocks my work! Thaks, Alexey On Jul 10, 2007 10:05 AM, Alexey Zavizionov <[EMAIL PROTECTED]> wrote: > Looks like a bug in axis1 1.4 > > The class MimeResponse generated correctly with attribute > "ccppProfileWarning" as l

Re: How to debug the axis web service

2008-01-11 Thread Alexey Zavizionov
Use code debugger on client (or server) with htto sniffer. Regards, Alexey On Jan 11, 2008 10:54 AM, tce tce <[EMAIL PROTECTED]> wrote: > Hi All, > > Is there any way to debug the axis web service when a dot.net client make a > request? > > Regards, > Thamizh P > > >

Re: un-subscribe

2007-11-07 Thread Alexey Zavizionov
Try to do reply to [EMAIL PROTECTED] . You may do that without subject and content. On 11/7/07, John McCosker <[EMAIL PROTECTED]> wrote: > > I can't seem to unsubscribe! > > - > To unsubscribe, e-mail: [EMAIL PROTECTED] > For addi

Re: [wsrp-dev] AXIS1 Problem with generated sources: Params were mixed up within super constructor.

2007-10-24 Thread Alexey Zavizionov
" ... ... ... ... == I think it is axis1 generation bug, isn't it? Can anyone provide solution for axis1? Thanks, Alexey On 10/24/07, Alexey Zavizionov <[EMAIL PROTECTED]> wrote: > Thanks for the quick reply. > > Just those which involving a field carried as an attribute. > > Re

Re: [wsrp-dev] AXIS1 Problem with generated sources: Params were mixed up within super constructor.

2007-10-24 Thread Alexey Zavizionov
te? > > Rich Thompson > OASIS WSRP TC Chair > IBM T.J. Watson Research Center / Hawthorne, NY > > > > > From: > "Alexey Zavizionov" <[EMAIL PROTECTED]> > To: > axis-user@ws.apache.org, [EMAIL PROTECTED], "Roman Pedchenko" > <[EMAIL

AXIS1 Problem with generated sources: Params were mixed up within super constructor.

2007-10-23 Thread Alexey Zavizionov
Hello, I have a troble while building the sources generated by Axis1 1.4. There's a problem with super constructor, it looks like params were mixed up within. For example, there are two classes: one is MarkupContext which extends MimeResponse. Constructor of MimeResponse is generated in such a w

Re: No serializer found for class in registry TypeMappingDelegate

2007-10-15 Thread Alexey Zavizionov
within them. Each object is based on schema in your > wsdl. This is the approach everybody else takes with web services these > days. > > One more thing. 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 &

Re: axis1 Runtime object creation on server

2007-10-15 Thread Alexey Zavizionov
[SOLVED] Need to serialize (marshal) it to Document and then create MessageElement with it. On the other side deserialize (unmarshal) it direct to MessageElement. Regards, Alexey On 10/6/07, Alexey Zavizionov <[EMAIL PROTECTED]> wrote: > Hello list! > > I wont to know what shold

Re: No serializer found for class in registry TypeMappingDelegate

2007-10-10 Thread Alexey Zavizionov
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- > Fr

axis1 Runtime object creation on server

2007-10-06 Thread Alexey Zavizionov
Hello list! I wont to know what shold I do to be able server store within "org.apache.axis.message.MessageElement" any runtime generated object for client? Any changes on client? Thanks, Alexey - To unsubscribe, e-mail: [EMAIL

Re: No serializer found for class in registry TypeMappingDelegate

2007-10-05 Thread Alexey Zavizionov
ed 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 Me

No serializer found for class in registry TypeMappingDelegate

2007-10-05 Thread Alexey Zavizionov
Hello list! I have an exc on server of my service: [ERROR] BeanSerializer - Exception: java.io.IOException: No serializer found for class org.exoplatform.services.portletcontainer.test.portlet2.MyEventPub in registry [EMAIL PROTECTED] at org.apache.axis.encoding.SerializationContext.serializeActu

Re: Axis 1.4 WSDL4J wrong arguments sequence in generated classes

2007-07-10 Thread Alexey Zavizionov
Looks like a bug in axis1 1.4 The class MimeResponse generated correctly with attribute "ccppProfileWarning" as last parameter in constructor, but MarkupContext generated wrong, IMHO, because MarkupContext call super constructor with first (should be last) parameter "ccppProfileWarning" Any appr

Re: Axis2 1.2 release notes

2007-07-06 Thread Alexey Zavizionov
I have just found it on web at http://svn.apache.org/viewvc/webservices/axis2/tags/java/v1.2/release-notes.html?view=markup Regards, Alexey On 7/6/07, Alexey Zavizionov <[EMAIL PROTECTED]> wrote: Hi, Where I can found out release notes? I want to see all features that axis2 1.2 has.

Axis2 1.2 release notes

2007-07-06 Thread Alexey Zavizionov
Hi, Where I can found out release notes? I want to see all features that axis2 1.2 has. Thank, Alexey - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: NullPointerException with axis1 1.4

2007-07-06 Thread Alexey Zavizionov
Thanks for all responses, I solved this problem, it is my code problem:) Thanks again, Alexey On 7/3/07, Alexey Zavizionov <[EMAIL PROTECTED]> wrote: Thanks for your reply, I am researching it now. btw, I don't use .NET Regards, Alexey On 7/3/07, Anne Thomas Manes <[EMAIL PRO

Re: Which databinding axis1 has?

2007-07-04 Thread Alexey Zavizionov
want to use a third-party databinding system, then you must use the low-level message provider (provider="MSG"), which deserializes the message into DOM, which you can then bind to your object model. Anne On 7/3/07, Deepal Jayasinghe <[EMAIL PROTECTED]> wrote: > I think it has xml

Re: NullPointerException with axis1 1.4

2007-07-03 Thread Alexey Zavizionov
. What happens if you send a value (as opposed to nil="true") in the element? Anne On 7/2/07, Alexey Zavizionov <[EMAIL PROTECTED]> wrote: > > Thanks for your response! > > We implemented WSRP service on axis1 1.2-RC1, but now we start to > using axis

Re: [jira] Commented: (AXIS2-1435) Can't generate code for more than one interface using wsdl2java

2007-07-03 Thread Alexey Zavizionov
g this problem. The Axis2 user group have a few people who have encountered this problem Alexey Zavizionov <[EMAIL PROTECTED]> wrote: Hello, Jess Thanks for your response For me, manually run wsdl2java multiple times looks unfriendly, because I should manually change name of port interface f

Which databinding axis1 has?

2007-07-03 Thread Alexey Zavizionov
Hello, I googled, read docs and searched in sources, but found nothing about what databinding for WSDL2Java axis1 uses? Alexey - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: NullPointerException with axis1 1.4

2007-07-02 Thread Alexey Zavizionov
is email message in error, please notify the sender immediately by telephone or email and destroy the original message without making a copy. Thank you. - Original Message - From: "Alexey Zavizionov" <[EMAIL PROTECTED]> To: Sent: Wednesday, June 27, 2007 11:10 AM Su

Re: WSDL2java default stub generation.

2007-06-30 Thread Alexey Zavizionov
Hello, I think that by default should be generated all ports for all services. And with option you may choose which ports for wich services will be generated. Thanks, Alexey On 6/28/07, Amila Suriarachchi <[EMAIL PROTECTED]> wrote: hi all, currently wsdl2java generate stubs for all the ports i

Re: NullPointerException with axis1 1.4

2007-06-28 Thread Alexey Zavizionov
nly for the person(s) to whom this email message is addressed. If you have received this email message in error, please notify the sender immediately by telephone or email and destroy the original message without making a copy. Thank you. - Original Message - From: "Alexey

Re: NullPointerException with axis1 1.4

2007-06-27 Thread Alexey Zavizionov
1/XMLSchema"; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";> soapenv:Server.userException java.lang.NullPointerException http://xml.apache.org/axis/";>Alex Any idea are appreciable! Regards, Alexey On 6/27/07, Alexey Zavi

NullPointerException with axis1 1.4

2007-06-27 Thread Alexey Zavizionov
Hello, I am using axis1 version 1.4 for wsrp service. I have an exc: AxisFault faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server.userException faultSubcode: faultString: java.lang.NullPointerException faultActor: faultNode: faultDetail: {http://xml.apache.org/axis/}hostname:Ale

Re: [Axis2] StAX error when using WSDL2Java?

2007-06-26 Thread Alexey Zavizionov
Hi, I think cause of it maybe wrong deps. Which virsion of axis do you use? Regards, Alexey On 6/26/07, Davanum Srinivas <[EMAIL PROTECTED]> wrote: Is this from the command line wsdl2java bat/sh? thanks, dims On 6/26/07, Robert Whitehead <[EMAIL PROTECTED]> wrote: > Hi Axis2 users. > > I've b

Re: Axis2 1.1.1 WSDL2JAVA - Not generating java classes for

2007-06-26 Thread Alexey Zavizionov
to generate the code for all ports. Ajith On 6/23/07, Alexey Zavizionov <[EMAIL PROTECTED]> wrote: > Hi, > I really haven't time in my wsrp implementation and this impossibility > for multiple porttypes blocked my project. This leads me to seek other > soap implementations...

Re: axis2 and axiom DocumentBuilderFactory

2007-06-25 Thread Alexey Zavizionov
Hi, I use axis2 1.2 with axiom 1.2.4 http://ws.apache.org/axis2/1_0/OMTutorial.html HTH, Alexey On 6/25/07, Johan Roch <[EMAIL PROTECTED]> wrote: We use axiom 1.2 and axis2 1.1. Any idea ? >From: "Davanum Srinivas" <[EMAIL PROTECTED]> >Reply-To: [EMAIL PROTECTED] >To: axis-user@ws.apache.org

axis2 command -em

2007-06-25 Thread Alexey Zavizionov
Hello, I'm looking for option "em" all over axis2 site and have no results. Does anybody know something about external mapping file or where I can find out? Is it xml file or not? -em : Specify an external mapping file Thanks, Alexey -

Re: axis2 command ns2p

2007-06-25 Thread Alexey Zavizionov
L2Code and I couldn't find an option like that. The only way you can do that is to pass that in the command like using -ns2p option. Alexey Zavizionov wrote: > In axis1 it was: >-N, --NStoPkg = >mapping of namespace to package >(now: -ns2

Re: Axis2 1.1.1 WSDL2JAVA - Not generating java classes for

2007-06-23 Thread Alexey Zavizionov
On 6/22/07, Alexey Zavizionov <[EMAIL PROTECTED]> wrote: > How can I do "generate code for each port with separate WSDL2Java > calls" if I can't modify wsdl file, because it was given by wsrp > specification http://www.oasis-open.org/committees/wsrp/specifications/ve

Re: WSDL2Java pn option issue

2007-06-22 Thread Alexey Zavizionov
Do you use Axis2 version 1.2? I ahve faced with same problem. Try to use Axis2 version 1.1, seems it works. Regards, Alexey On 6/22/07, Sagnwoo Kim <[EMAIL PROTECTED]> wrote: Hi all, I am newbie at Axis2 and having some issue here Now Im trying to generate skeleton files using WSDL2Java out o

Re: Axis2 1.1.1 WSDL2JAVA - Not generating java classes for

2007-06-22 Thread Alexey Zavizionov
How can I do "generate code for each port with separate WSDL2Java calls" if I can't modify wsdl file, because it was given by wsrp specification http://www.oasis-open.org/committees/wsrp/specifications/version1/wsrp_service.wsdl ? Regards, Alexey On 6/22/07, Sagnwoo Kim <[EMAIL PROTECTED]> wro

Re: Axis2 migrating from Axis1 for WSRP

2007-06-22 Thread Alexey Zavizionov
-port services it seems to generate only the first port. If you are using Axis2 1.2 try to put one service per port and then generate the code. You should get some other skeleton classes to fill. On 6/21/07, Alexey Zavizionov <[EMAIL PROTECTED]> wrote: > Thanks, > > I have seen that

Re: WSDL2Java Multiple port names to be code generated.

2007-06-22 Thread Alexey Zavizionov
Even if I chose port name by -pn, it doesn't make affect. Does it bug? On 6/22/07, Alexey Zavizionov <[EMAIL PROTECTED]> wrote: Hello, Lest look at http://ws.apache.org/axis2/tools/1_2/CodegenToolReference.html to see: -pn --port-name Specifies the port name to be code genera

WSDL2Java Multiple port names to be code generated.

2007-06-22 Thread Alexey Zavizionov
Hello, Lest look at http://ws.apache.org/axis2/tools/1_2/CodegenToolReference.html to see: -pn--port-name Specifies the port name to be code generated. If the port name is not specified, then the first port (of the selected service) will be picked. Does this mean I CAN'T generate sources

Re: axis2 command ns2p

2007-06-22 Thread Alexey Zavizionov
? Regards, Alexey On 6/21/07, Alexey Zavizionov <[EMAIL PROTECTED]> wrote: Hello Does axis2 have option like -ns2p with arg file, file which contains ns1=pkg1,ns2=pkg2? In axis1 it was NStoPkg.properties Thanks, Alexey --

Re: Soap viewer or sniffer

2007-06-21 Thread Alexey Zavizionov
sessions. I will give it a try. Thomas On Thu, 2007-06-21 at 18:01 +0300, Alexey Zavizionov wrote: > Look like HTTPLook better than Wireshark. > Did you use HTTPLook? > > Alexey > > On 6/21/07, Alexey Zavizionov <[EMAIL PROTECTED]> wrote: > > Hi, Thomas > > > &g

Re: Soap viewer or sniffer

2007-06-21 Thread Alexey Zavizionov
Look like HTTPLook better than Wireshark. Did you use HTTPLook? Alexey On 6/21/07, Alexey Zavizionov <[EMAIL PROTECTED]> wrote: Hi, Thomas Thanks, I'll try it! I use the "HTTPLook", but it's some times doesn't work. Regards, Alexey On 6/21/07, Thomas Jaehnig

Re: Soap viewer or sniffer

2007-06-21 Thread Alexey Zavizionov
g this you can see the whole conversation between the parties. regard Thomas On Thu, 2007-06-21 at 16:23 +0300, Alexey Zavizionov wrote: > Hello, > > Which tools are you using for debugging web services and viewing soap messages? > Does anybody use

Soap viewer or sniffer

2007-06-21 Thread Alexey Zavizionov
Hello, Which tools are you using for debugging web services and viewing soap messages? Does anybody use http sniffer for it? Thanks in advance, Alexey - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: Axis2 migrating from Axis1 for WSRP

2007-06-21 Thread Alexey Zavizionov
ow if it's a bug or a feature but for multi-port services it seems to generate only the first port. If you are using Axis2 1.2 try to put one service per port and then generate the code. You should get some other skeleton classes to fill. On 6/21/07, Alexey Zavizionov <[EMAIL PROTECTED]>

Re: Axis2 migrating from Axis1 for WSRP

2007-06-21 Thread Alexey Zavizionov
ss that must have one operation per service operation provided in the WSDL. Read this for details about migration from Axis1 to Axis2: http://ws.apache.org/axis2/1_2/migration.html On 6/21/07, Alexey Zavizionov <[EMAIL PROTECTED]> wrote: > I'm new to axis2 > > We are migrating from

Axis2 migrating from Axis1 for WSRP

2007-06-21 Thread Alexey Zavizionov
I'm new to axis2 We are migrating from Axis1 to Axis2. I have problems with generation WSDL2Code for wsdl file http://www.oasis-open.org/committees/wsrp/specifications/version1/wsrp_service.wsdl which import bindings from http://www.oasis-open.org/committees/wsrp/specifications/version1/wsrp_v1_

axis2 command ns2p

2007-06-21 Thread Alexey Zavizionov
Hello Does axis2 have option like -ns2p with arg file, file which contains ns1=pkg1,ns2=pkg2? In axis1 it was NStoPkg.properties Thanks, Alexey - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: Deploy simple service class

2007-06-21 Thread Alexey Zavizionov
exey On 6/20/07, Chad DeBauch <[EMAIL PROTECTED]> wrote: Take a look at the quick start guide. http://ws.apache.org/axis2/1_2/quickstartguide.html Chad On 6/20/07, Alexey Zavizionov <[EMAIL PROTECTED]> wrote: > How can i do to deploy simple

Deploy simple service class

2007-06-20 Thread Alexey Zavizionov
How can i do to deploy simple java class (within jar file) as axis2 service? - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]