axis2/c using openSSL with no-idea no-mdc2 no-rc5

2008-10-14 Thread Raymond Zhou
Hi There,     I am using axis2/c to develop a web service client application. I use openSSL to web service https/SSL communication.  In order to avoid the patent issue for the portion of openSSL, I build the openSSL libraries myself using ./config no-idea no-mdc2 no-rc5.   All is working fine

Exception deserialization problem

2008-10-14 Thread Henrik Hjalmarsson
We have a server application running in WebSphere 6.1 and a client using Axis 1.4. Both the server and client are Java applications running in Java 1.4.2. The server and client side Java is generated from WSDL using axis and websphere ant target's wsdl2java. The server throws custom checked

Re: namespaces error

2008-10-14 Thread keith chapman
Could you post the schema section in the WSDL that describes GetOrderDetails. That would give us a clue to whats wrong. Thanks, Keith. On Tue, Oct 14, 2008 at 5:02 PM, Harm de Laat [EMAIL PROTECTED] wrote: Hi all, I'm having great difficulties calling a BizTalk webservice using axis2

Re: [Axis2]Help! How to create a SOAP service using Axis2 in my own webapp?

2008-10-14 Thread keith chapman
Thishttp://www.keith-chapman.org/2008/10/how-to-embed-axis2-into-existing-web.htmlshould give you a clue. I think thats what your looking for. Thanks, Keith. [1] http://www.keith-chapman.org/2008/10/how-to-embed-axis2-into-existing-web.html On Tue, Oct 14, 2008 at 6:21 AM, Tian Chi [EMAIL

Re: How to make non-webmethod in axis2 webservices?

2008-10-14 Thread Deepal jayasinghe
ERaj wrote: Hi, I have a webservice which have few service methods (webmethods) and other methods to inject object into the service (through spring) but when I generate wsdl file or deploy with default wsdl, my non-webmethods are also visible to client. Actually I can't make the

Re: namespaces error

2008-10-14 Thread Harm de Laat
Here is the complete WSDL file (I just commented out the IP address for the service). What may be worth of mentioning is that I tried using SOAPUI, which worked instantly with this specific WSDL. ?xml version=1.0 encoding=utf-8? wsdl:definitions xmlns:soap=http://schemas.xmlsoap.org/wsdl/soap/;

Re: namespaces error

2008-10-14 Thread keith chapman
Looking at the WSDL it looks like a correct message should be of the form. soapenv:Envelope xmlns:soapenv=http://www.w3.org/2003/05/soap-envelope; soapenv:Body ns3:GetOrderDetails xmlns:ns3= http://webservices.sanoma-uitgevers.nl/AdvPortal/MDC/; n2:OrderInfo xmlns:n2=

ADBException: Unexpected subelement return

2008-10-14 Thread Audino, Jeremy
I've got a Java Client and Server using the Calculator.wsdl supplies with the original Axis (not Axis2). I've generated Axis2 bindings using WSDL2Java. I also have a client and server written in C++ using gSoap. I have no issue with both the Java and C++ clients communicating with the C++

Re: ADBException: Unexpected subelement return

2008-10-14 Thread keith chapman
Hi Jeremy, It looks like your WSDL is RPC encoded (Which is not supported by axis2). How about simply deploying the calculator service as a POJO and then using the generated WSDL to write your client. That should work for you just fine (The WSDL generated by Axis2 by default is doc/lit). Thanks,

FW: Axis2.war in weblogic

2008-10-14 Thread Rajesh, Peter (CLAIMS, WIP)
Hi, Is there any solution to deploy the axis2.war file instead of the exploded format? We receive below error in Weblogic Servlet: AxisServlet failed to preload on startup in Web application: axis2. javax.servlet.ServletException: Servlet class:

Re: problem with String [] in axis 1.3 and .net client

2008-10-14 Thread jayalal jayarathna
This is the C# request which is not working, ?xml version=1.0 encoding=utf-8? soap:Envelope xmlns:soap=http://schemas.xmlsoap.org/soap/envelope/; xmlns:soapenc=http://schemas.xmlsoap.org/soap/encoding/; xmlns:tns= http://external.soap.service.cps.moota.com; xmlns:types=

Re: namespaces error

2008-10-14 Thread Harm de Laat
The message generated by SOAPUI looks like: soapenv:Envelope xmlns:soapenv=http://schemas.xmlsoap.org/soap/envelope/; xmlns:mdc=http://webservices.sanoma-uitgevers.nl/AdvPortal/MDC/; xmlns:sch= http://schemas.sanoma-uitgevers.nl/AdvPortal/MDC/SchemaOrderInfoRequestWeb; soapenv:Header/

Threshold for File size in MTOM

2008-10-14 Thread Sriram Vaidyanathan
Hello Axis Users, I am new to MTOM processing using Axis2. In MTOM, is there a way to specify the maximum attachment size on the server so that anything exceeding that size is rejected. Can this achieved by configuration or should I need to use a custom handler to enforce this limit. Any

Re: [AXIS2] v1.4.1 WODEN using network URL for XMLSchema.xsd instead of WodenWjar file

2008-10-14 Thread searl
Hi All, I've looked at the Woden code and it looks like this is purely a Woden issue. I'll switch this to the Woden user list. Thanks to anyone that was looking at this. leon On Mon, 13 Oct 2008 16:10:09 -0500, searl [EMAIL PROTECTED] wrote: Hi, Unless I am misunderstanding something,

xmlbeans in Axis (not Axis2) using Eclipse IDE

2008-10-14 Thread Gabriel Garcia
Hello everyone, I'd like to know if someone of you knows how to modify the wizard used in Ecipse to create Web Services Skeleton to use a xmlbeans data binding. Alternatively, it could help to know what an how needs to be changed in a project generated by that wizard in order to use xmlbeans in

[Axis2] How to (using Axis2) get the XML file posted from a SOAP client?

2008-10-14 Thread Tian Chi
Hi all, This is my first time to try to use Axis2 to create a SOAP service. Basically my SOAP service needs to recieve an XML file posted from an SOAP client. The SOAP client program is from a third party who is not using Axis2. Can anyone tell me how to do that or tell me where I can find

Re: In-flow request insertion

2008-10-14 Thread Igor Nogueira
Actually I want to develop a passive replication schema, so I have the handlers together in a group. If the Active member fails, I'll have to re-invoke the message, but in another handler in another server. I'm serializing the Messagecontext and moving it through the replicas, so when a fault is

Out Only MEP questions

2008-10-14 Thread Barry Alexander
1) I have built and successfully deployed the two mentioned services ActiveService and ClientService, when attempting to register with http://localhost:8080/axis2/rest/ActiveService?register?notifyEpr=http://localhost:8080/axis2/services/ClientServiceI get Requested resource not found! 2)

Re: In-flow request insertion

2008-10-14 Thread Amila Suriarachchi
On Mon, Oct 13, 2008 at 4:29 PM, Igor Nogueira [EMAIL PROTECTED] wrote: Amila, thank you! I've tested what you said, but I've got this exception: A message was added that is not valid. However, the operation context was complete. this means it try to add an Axis2 Message to an operation

namespaces error

2008-10-14 Thread Harm de Laat
Hi all, I'm having great difficulties calling a BizTalk webservice using axis2 (1.4.1) with ADB. I have generated my client using the following command: wsdl2java.sh -uri http://x.x.x.x/WebServices/AdvPortal/MDC/WebService_Sanoma_BizTalk_AdvertentiePortal_MDC.asmx?WSDL-p

regarding https://issues.apache.org/jira/browse/AXIS2-3732

2008-10-14 Thread Eugene Koifman
Subject: regarding https://issues.apache.org/jira/browse/AXIS2-3732 Hello, I've ran into the same issue described in https://issues.apache.org/jira/browse/AXIS2-3732, but when I check the sources code distribution for 1.3, 1.4, and 1.4.1 I don't see the changes listed in the attachment in

RE: Rampart 1.4 mustUnderstand

2008-10-14 Thread RonnieMJ
I switched back to axis 1.3 with rampart 1.3. Still getting mustUnderstand=1. I see others with the issue when using their own axis2.xml, but I'm using the default axis2.xml that comes with axis. I simply load the client policy (attached). Is it something in my policy that causes

Help! How to set the value of SOAPAction for a SOAP service using Axis2?

2008-10-14 Thread Tian Chi
Hi all, I'm new to Axis2 and SOAP. I need to create a SOAP service using Axis2. I wonder how to set the SOAPAction value so my service will verify the value when a client program call the service? I assume Axis2 will do the SOAPAction validation automatically as long as I set the value

Re: Help! How to set the value of SOAPAction for a SOAP service using Axis2?

2008-10-14 Thread Deepal Jayasinghe
Hi Tian, Have a look at the action mapping section of the following article. http://wso2.org/library/2060 Deepal Tian Chi wrote: Hi all, I'm new to Axis2 and SOAP. I need to create a SOAP service using Axis2. I wonder how to set the SOAPAction value so my service will verify the value

axis2 datahandler to blob and viceversa

2008-10-14 Thread Shehan Simen
Hi, I want to create a datahandler out of a blob. Can we do that without saving the blob to a file? Also I want to save the file (coming through the datahandler) to a blob. Can it be done without saving it to a file (directly convert datahandler to blob)? Please help me. thanks

Rampart and WSS 1.0 DRAFT

2008-10-14 Thread RonnieMJ
Is there any way to use the WSS 1.0 Draft specification with rampart (pre Oasis - http://schemas.xmlsoap.org/ws/2002/07/secext)? I realize that one wouldn't WANT to do this, but I'm wondering if it's possible. -- View this message in context:

Client address on messagecontext??

2008-10-14 Thread Igor Nogueira
Guys, I have a doubt. I have handler engaged on the inflow and outflow. I'd like to know what's the client's address . I tested the MessageContext's From and To parameters and I have the following situation: At Inflow: From value is 127.0.0.1 (I invoke the webservice from localhost); To value

Re: [AXIS2] v1.4.1 WODEN using network URL for XMLSchema.xsd instead of WodenWjar file

2008-10-14 Thread Sagara Gunathunga
Hi leon, There was a Woden issue locating W3C schema without network access [1] but it is already fixed from M7 release , I'm not sure what is your Woden version . Any way it's good place to post in Woden user list with a error trace you got . [1] -

Re: Threshold for File size in MTOM

2008-10-14 Thread Thilina Gunarathne
Hi,Currently it's not possible to specify this from Axis2.. IIRC somebody in this list earlier mentioned that it is possible to configure your servlet container to limit the incoming message size..May be that'll help as a work around. thanks, Thilina On Tue, Oct 14, 2008 at 1:41 PM, Sriram