RE: Handmade WSDL?

2005-03-01 Thread Dino Chiesa
Don't waste the effort! Instead, fix it at the source. . . -Original Message- From: Airline Pedestal [mailto:[EMAIL PROTECTED] Sent: Tuesday, March 01, 2005 6:29 PM To: axis-user@ws.apache.org; Anne Thomas Manes Subject: Re: Handmade WSDL? Hi Anne, Could you provide an exampl

Re: Handmade WSDL?

2005-03-01 Thread Airline Pedestal
Hi Anne, Could you provide an example how to extract that? Thanks, A --- Anne Thomas Manes <[EMAIL PROTECTED]> wrote: > Ah -- I see. This DataSet is coming from a .NET > service (probably > generated by ADO.NET), and then stuffed into the > SOAP message as a > string. Unfortunately, becaus

Re: Handmade WSDL?

2005-03-01 Thread Elaine Nance
Thank you so very much. I suspected something like this, especially after investigating a well-formed SOAP service (from Melissa Data) and working through the client code generated by WSDL2Java for it. I'm pretty new to all of this so I have to keep looking up everything. And it seems that eve

Re: Handmade WSDL?

2005-03-01 Thread Anne Thomas Manes
Ah -- I see. This DataSet is coming from a .NET service (probably generated by ADO.NET), and then stuffed into the SOAP message as a string. Unfortunately, because the string starts with the declaration, you won't be able to get Axis to process it for you. You are going to have to extract the stri

Re: Handmade WSDL?

2005-03-01 Thread Elaine Nance
le, but... Can you not contact the "card processing service" people and ask them to resolve the difference between the doc and the WSDL ? -Original Message- From: Elaine Nance [mailto:[EMAIL PROTECTED] Sent: Monday, February 28, 2005 3:45 PM To: axis-user@ws.apache.org Subject: H

Re: Handmade WSDL?

2005-02-28 Thread Anne Thomas Manes
AIL PROTECTED]> wrote: > > Not stupid... > > > > Your approach is reasonable, but... Can you not contact the "card > > processing service" people and ask them to resolve the difference > > between the doc and the WSDL ? > > > > > > -Original

Re: Handmade WSDL?

2005-02-28 Thread Anne Thomas Manes
to resolve the difference > between the doc and the WSDL ? > > > -Original Message- > From: Elaine Nance [mailto:[EMAIL PROTECTED] > Sent: Monday, February 28, 2005 3:45 PM > To: axis-user@ws.apache.org > Subject: Handmade WSDL? > > Hope this is not stupid, but

Re: Handmade WSDL?

2005-02-28 Thread Elaine Nance
riginal Message- From: Elaine Nance [mailto:[EMAIL PROTECTED] Sent: Monday, February 28, 2005 3:45 PM To: axis-user@ws.apache.org Subject: Handmade WSDL? Hope this is not stupid, but Problem: the wsdl for our (supposedly) enterprise credit card processing service shows well defined request para

RE: Handmade WSDL?

2005-02-28 Thread Dino Chiesa
3:45 PM To: axis-user@ws.apache.org Subject: Handmade WSDL? Hope this is not stupid, but Problem: the wsdl for our (supposedly) enterprise credit card processing service shows well defined request parameters, but the SOAP responses are all designated as string, as shown below. I am thinking tha

Handmade WSDL?

2005-02-28 Thread Elaine Nance
Hope this is not stupid, but Problem: the wsdl for our (supposedly) enterprise credit card processing service shows well defined request parameters, but the SOAP responses are all designated as string, as shown below. I am thinking that the best way to generate the client stubs I need in Java