You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-user@axis.apache.org by Ralph Sakhr <ra...@geeklings.net> on 2002/06/28 20:00:53 UTC

document exchange and WSDL?

Why does a document exchange service expose an operation in the WSDL document?
I was looking at the messaging example and I thought it was strange that it 
would do so, since the messages that are exchanged dont actually conform to any "operation", but are just a random payload.  I guess, the client for the web 
service does NOT use that wsdl right?  It's really weird, I wouldnt expect the 
WSDL thats automatically generated to have operations for the messaging web 
services.

Ralph

Re: document exchange and WSDL?

Posted by Ralph Sakhr <ra...@geeklings.net>.
> Maybe the Axis Architecture Guide has some information related to this

I didn't see anything that explains it in the guide.  I wonder why no one's discussing this question-- either it's really dumb and obvious, or no one else gets it.

Ralph
 
> > Why does a document exchange service expose an operation in the WSDL document?
> > I was looking at the messaging example and I thought it was strange that it 
> > would do so, since the messages that are exchanged dont actually conform to any "operation", but are just a random payload.  I guess, the client for the web 
> > service does NOT use that wsdl right?  It's really weird, I wouldnt expect the 
> > WSDL thats automatically generated to have operations for the messaging web 
> > services.
> > 
> > Ralph

Re: document exchange and WSDL?

Posted by fd <fd...@demonics.org>.
Maybe the Axis Architecture Guide has some information related to this

> Why does a document exchange service expose an operation in the WSDL document?
> I was looking at the messaging example and I thought it was strange that it 
> would do so, since the messages that are exchanged dont actually conform to any "operation", but are just a random payload.  I guess, the client for the web 
> service does NOT use that wsdl right?  It's really weird, I wouldnt expect the 
> WSDL thats automatically generated to have operations for the messaging web 
> services.
> 
> Ralph

RE: document exchange and WSDL?

Posted by Anthony Smith <an...@fedex.com>.
Call.NAMESPACE is there such a thing?  I get an error sayning that....

No variable NAMESPACE defined in class org.apache.axis.client.Call.
                    call.setProperty( Call.NAMESPACE, NAMESPACE_URI );