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 dumdum 420 <du...@hotmail.com> on 2003/05/05 17:38:57 UTC

Message Style Service

I have a concern and I am sure I am missing something in the manuals ...

Do Message style web services have a WSDL? Can anyone point me to a document 
where message style webservices are extensively explained.

I will ask my remaining questions once I get an appropricate answer to this 
...

Bhanu Pabreja.





_________________________________________________________________
Add photos to your e-mail with MSN 8. Get 2 months FREE*.  
http://join.msn.com/?page=features/featuredemail


Re: Message Style Service

Posted by remko de knikker <re...@yale.edu>.
You might want to look up RPC encoding and SOAP encoding (there is a 
whole section in SOAP spec)...
message style uses doc/literal encoding I believe, while RPC uses RPC 
encoding....
r


dumdum 420 wrote:

> I have a concern and I am sure I am missing something in the manuals ...
>
> Do Message style web services have a WSDL? Can anyone point me to a 
> document where message style webservices are extensively explained.
>
> I will ask my remaining questions once I get an appropricate answer to 
> this ...
>
> Bhanu Pabreja.
>
>
>
>
>
> _________________________________________________________________
> Add photos to your e-mail with MSN 8. Get 2 months FREE*.  
> http://join.msn.com/?page=features/featuredemail
>
>



Re: Message Style Service

Posted by remko de knikker <re...@yale.edu>.
1. all web services use a WSDL
2. The java web services tutorial describes JAXM at
http://java.sun.com/webservices/docs/1.1/tutorial/doc/index.html
but JAX-RPC is part of the J2EE and JAXM not, so for compliance don't 
use it. Also in a package like Axis services are build on JAX-RPC, while 
documentation is thin....
remko

dumdum 420 wrote:

> I have a concern and I am sure I am missing something in the manuals ...
>
> Do Message style web services have a WSDL? Can anyone point me to a 
> document where message style webservices are extensively explained.
>
> I will ask my remaining questions once I get an appropricate answer to 
> this ...
>
> Bhanu Pabreja.
>
>
>
>
>
> _________________________________________________________________
> Add photos to your e-mail with MSN 8. Get 2 months FREE*.  
> http://join.msn.com/?page=features/featuredemail
>
>