Re: WSDL - Missing something obvious w/ Header

2004-12-11 Thread Sathya Sankar
Not sure why the generated WSDL is inconsistant but as a workaround you can add a "" tag to the WSDD and point to your WSDL. I usually do that to let my clients see the WSDL I coded, instead of an Axis generated one. TMG <[EMAIL PROTECTED]> wrote: I would like to add a header to several of my servi

Re: Document Literal Wrapped Response from Axis

2004-12-10 Thread Sathya Sankar
response element that you get back from the service (RequestDataResponse) doesn't match the WSDL (ResponseData). Is the Web service doing its own thing? What exactly is the error that you get from the Systinet client?Tony "Sathya Sankar" <[EMAIL PROTECTED]> wrote on 09/12/2004 20

Document Literal Wrapped Response from Axis

2004-12-09 Thread Sathya Sankar
I'm trying to understand how the response messages are formatted for a Document Literal service. I have attached the WSDL I'm working with.   The request that gets sent (using the Axis test client) looks good to me. The "Data" gets wrapped into "RequestData" and goes out.   http://schemas.xmlsoap

Wrapped/Literal on 1.2Beta3

2004-09-02 Thread Sathya Sankar
I've been using Axis 1.1 for a while and recently needed to work with attachments. I thought of moving to the 1.2 version since it has better support for those.   Here is my scenario... I'm using Axis (generated classes & its libraries) to talk to another server using Wrapped/Literal. The WSDL tha