Please help trying to consume .NET WebService

2003-06-20 Thread Gregory Pierce
Hi folks. I've been beating my head against the wall for a couple of days now trying to get Axis 1.1 (currently using the final release and still having the same problem) to access a .NET Webservice. Most of the webservices I've tried to access which are either GLUE or SOAP based come throu

Re: HELP: in wsdl is not the same as tag in wsdd

2003-06-20 Thread Michael Woinoski
Add a parameter to the service element: You can also define parameters for wsdlServicePort and wsdlPortType for the and element names. Cheers, Mike > "Salama, Roberto" wrote: > > I'm really struggling with a problem where is not the > same as what is being set in the wsdd file. In the ws

WSDL2Java bug? or my misunderstanding

2003-06-20 Thread mark pope
Attached is a very simple example of a WSDL file that fails(produces undesired behavior in my opinion) when parsed with WSDL2Java and Sun's JWSDP_1.1 wscompile. Basically I want to define a fault message that contains a part that is of complextype like this: If I define the pa

HELP: in wsdl is not the same as tag in wsdd

2003-06-20 Thread Salama, Roberto
Title: HELP: in wsdl is not the same as tag in wsdd I'm really struggling with a problem where is not the same as what is being set in the wsdd file. In the wsdd, the service is defined as:           And In the wsdl xml, its showing up as: DocumentUploadServiceService">   impl:D

Re: Development with Message style

2003-06-20 Thread remko de knikker
privyet, I am creating a SOAPFault element within the body to return. Then it is up to the user/client to do some error-handling. You can call MessageContext and .getBody(). Look also into customizing Handlers perhaps, I haven't looked into this too much yet. r List: axis-user Subject:

RE: ANNOUNCE : Axis 1.1 release

2003-06-20 Thread Makhijani, Ashish
Thanks for the response. Attached is my service program and the deployment descriptor. I'm not using the qualified name in my service or deployment descriptor. So I'm not sure what I need to change ? The unmarshalling of incoming xml, in the java code, is by using the castor api. And the incoming

wsdlOutputSchema??

2003-06-20 Thread remko de knikker
I created a doc/literal webservice with a method1Request message. The scheam of this message was included in the wsdl-query by using wsdlInputSchema -file in the wsdd. But I don't know how to include the schema for the output message as well. I tried , but that seemed too beautiful to be true.

RE: ColdFusion and Axis (was: New to Axis)

2003-06-20 Thread D. Delcomminette
By the way, it's what I meant; I got the WSDL from the browser. Where does CFMX hide the deployment descriptor? -Original Message- From: Jeff Greif [mailto:[EMAIL PROTECTED] Sent: 20 June, 2003 19:56 To: [EMAIL PROTECTED] Subject: Re: ColdFusion and Axis (was: New to Axis) Next time, rat

Re: enabling SOAPMonitor with Axis embedded in a web app

2003-06-20 Thread Michael Woinoski
Rick, My basic Axis installation (happyaxis, etc.) is ok. Here's my situation: First, I deployed my service by copying the class files to Axis's WEB-INF\classes directory. I ran AdminClient against AxisServlet (http://localhost:8080/axis/services/AxisServlet) using a deploy.wsdd that contains the r

Axis+JWSDP / extended bean classes in WSDL / serializing

2003-06-20 Thread Florian Lindauer
We found out that JWSDP (1.2) as a client does not work correctly with our Axis-based WebService. It turns out that the problem is with the response / complex types that Axis sends. We have a data object (class) that holds some fields, and a class that inherits from the first one and holds another

Re: ColdFusion and Axis (was: New to Axis)

2003-06-20 Thread Jeff Greif
Next time, rather than recreate WSDL manually, load it into your browser via http://me.org/myservice?wsdl and save a copy, or use wget. When you put back the edited copy, you'll have to change the deployment descriptor so that it is used instead of generated WSDL. Jeff - Original Message

RE: How to make CalcClient respond to GET/POST requests?

2003-06-20 Thread Wendy Smoak
Title: RE: How to make CalcClient respond to GET/POST requests? Ingrid wrote: > http://localhost/axis/Calculator.jws?method=add&i1=5&i2=6 ?? >  ^^ Yes, that's it!  But now I have a strange result with subtract: http://localhost/axis/Calculator.jws?me

RE: ColdFusion and Axis (was: New to Axis)

2003-06-20 Thread D. Delcomminette
Yes, but no answer yet. Looks like all CFMX users use Web Services "the standard way". Matt Liotta has written a chapter about that in "ColdFusion MX Developers Handbook", but it will take 3 weeks till I get the book ... In the meantime, I managed to re-create the WSDL manually, generate Java stubs

RE: Programmatic deployment of services

2003-06-20 Thread Steve Pannier
Thanks, alan. I've used Ant in the past, mostly to compile things like Axis, JXPath, UDDI4J, etc from the command line. How would I run this Ant script from within a Java program? For example, I run Java2WSDL by instantiating an Emitter and invoking Emitter.emit() from within my Java program (a

Extra "ServiceService" being attached to the wsdl:service name

2003-06-20 Thread Salama, Roberto
Title: Extra "ServiceService" being attached to the wsdl:service name I'm having the following problem with axis 1.1 and 1.1rc2 running under tomcat 4.05 where everything is running in one webapp, no wars involved. It looks like the name I set in the tag in the server-config.wsdd is not makin

Re: Newbie question on Usage and design style

2003-06-20 Thread Davanum Srinivas
Anne, We are planning for it http://nagoya.apache.org/wiki/apachewiki.cgi?SecurityProposal You will see something next week (At least X509) Thanks, dims --- Anne Thomas Manes <[EMAIL PROTECTED]> wrote: > OASIS WS-Security defines a standard SOAP header for passing security > tokens. The s

Validating Axis in HappyAxis

2003-06-20 Thread Mark Glass
I've deployed Axis 1.1 in an AIX environment using IBM Websphere v5. Axis starts up with no error indications, however, clicking on the Validate link in on the happyaxis page produces a page not found error. I've eliminated possible duplicate xml parsers in the classpath and this still occur

RE: Unsubscript adress does not work

2003-06-20 Thread Viens, Steve
Use mailto:[EMAIL PROTECTED] instead. Steve -Original Message- From: Hans Russo resowe [mailto:[EMAIL PROTECTED] Sent: Friday, June 20, 2003 9:13 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Unsubscript adress does not work Unsubscript adress does not work <[EMAIL PROTECTE

Re: ColdFusion and Axis (was: New to Axis)

2003-06-20 Thread Anne Thomas Manes
Have you asked this question on the Macromedia discussion lists? Can someone from Macromedia provide guidance? - Original Message - From: "D. Delcomminette" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, June 20, 2003 1:44 AM Subject: ColdFusion and Axis (was: New to Axis) > >

Unsubscript adress does not work

2003-06-20 Thread Hans Russo resowe
Unsubscript adress does not work <[EMAIL PROTECTED]> Does any body known what I have to do for unsubscription. regards Hans

RE: Axis and WebSphere

2003-06-20 Thread Leo de Blaauw
No, It doesnt out of the box its not axis in WSAD or WAS 5.0. We use both in our current project and manually added axis to a project, works fine by the way allthough axis 1.1 seems te be somewhat buggy on how it handles simpletypes in wsdl declaration files when using wsdl2java. Greetz, Leo ---

Axis and WebSphere

2003-06-20 Thread DESMOULINS Charles OCISI
Hi, I understand that WebSphere 5 use Axis to execute and call WebServices. What are the differences between them in the WebService domain? Is it the same implementation? Thanks, Charles

Re: Newbie question on Usage and design style

2003-06-20 Thread Anne Thomas Manes
The W3C WS-Arch team recommends passing security tokens in a SOAP header. I (and many others) view this approach as the best practice. The OASIS WS-Security Technical Committee is the group that is developing the formal standards for this purpose. As I said in my previous message, the WS-Security

Re: Newbie question on Usage and design style

2003-06-20 Thread Anne Thomas Manes
Just to clarify -- SAML doesn't define a SOAP header. It defines a standard XML format to represent authentication and authorization security tokens. It also defines various protocols (including a SOAP protocol) for accessing an authentication or authorization authority to obtain a token -- but in

Re: Newbie question on Usage and design style

2003-06-20 Thread Anne Thomas Manes
OASIS WS-Security defines a standard SOAP header for passing security tokens. The spec isn't final, yet, but it's pretty close. You can use WS-Security to pass any type of security token. The spec defines binding for many different types of tokens, including SAML, Kerberos, X.509, XCBF, and more. S

RE: Newbie question on Usage and design style

2003-06-20 Thread santosh . joshi
Dear AXIS Users, or may be developers like Tom, architects like Sam, Please need your views on this. Regards, Santosh -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Friday, June 20, 2003 10:16 AM To: [EMAIL PROTECTED] Subject: RE: Newbie question on Usage and

[NEWBIE] How is the "public Document attachments(Document xml)" method invoked in the attachments samples?

2003-06-20 Thread Ben Ryan
HI, I have just started using Axis and I am going through the samples. I have reached the attachments one and have successfully run it. My problem is when looking at the source code is the method "public Document attachments(Document xml)" invoked? I have a rough idea of w

RE: Newbie question on Usage and design style

2003-06-20 Thread santosh . joshi
Wilfred, Thank you for the prompt reply. I hope to generate a healthy debate on the issue and see whether I am crossing the limits of interoperation. Does SOAP, UDDI, WSDL in their present and proposed form attempt to address this issue about authentication? What are the best practices around thi

Re: Newbie question on Usage and design style

2003-06-20 Thread Saurabh Arora
It is important to note the SAML is not a proprietary headers (it is hosted at Oasis http://xml.coverpages.org/saml.html). Coming to your question, it is possible to do that using SAAJ api and Messaging style service. only problem would be that you would have to handle the processing of xml intern

SAAJ Incompatibilty ? Text Node implements SOAPElement

2003-06-20 Thread John Smith
I was looking at the javadocs for release 1.1 and noted that org.apache.axis.message.Text implements javax.xml.soap.SOAPElement. which is wrong as per the SAAJ API, As per the SAAJ API Text should implement Node and not SOAPElement Is it a bug? JohnSmith __

Re: Newbie question on Usage and design style

2003-06-20 Thread Wilfred Springer
> We are considering of introducing axis based web services, as an interop > solution for the interface into our product. We already have well > established Authentication and Authorisation services delivered via CORBA, I > wanted to utilise the same and introduce a concept of a token for every > s

Newbie question on Usage and design style

2003-06-20 Thread santosh . joshi
Dear Axis users, We are considering of introducing axis based web services, as an interop solution for the interface into our product. We already have well established Authentication and Authorisation services delivered via CORBA, I wanted to utilise the same and introduce a concept of a token for

How: https with client-auth. ??

2003-06-20 Thread Andreas Schoernig
Hi, I have a webservice which use HTTPS for the commuikation with the webserver (tomcat). So far no problem, but no I try to change the permissions at the webserver to clientauth=true. Both sides know the keys. But at my webservice i get a exception. How do i say the WS which key (and keypass) i

Re: How to make CalcClient respond to GET/POST requests?

2003-06-20 Thread Ingrid Falk
> "Wendy" == Wendy Smoak <[EMAIL PROTECTED]> writes: Wendy> I tried: Wendy> http://localhost/axis/Calculator.jws?operation=add&i1=5&i2=6 Wendy> And got AXIS error: invoking via GET No method! Maybe: http://localhost/axis/Calculator.jws?method=add&i1=5&i2=6 ??