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 ne...@imail.de on 2007/09/05 14:49:35 UTC

SOAP Implementation

Hi,
I have to make SOAP implementation.
I am not sure if I can use AXIS2 to do so
or I have to do with normal AXIS?
I guess I have to do with normal AXIS, Is there any usefull resource on the Net about how to do such implementation, possibly with Eclipse IDE?

Thanks
Nenad

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


Ho to get unsubscribe

Posted by "Hernandez Morales V, Carlos Alberto" <ca...@intercall.com>.
Hello guys,

Does anybody know how I can unsubscribe to this list, I already sent a
couple emails to
axis-user-unsubscribe@ws.apache.org but I keep getting this msg thread.

Thank you
Carlos Alberto


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


Re: SOAP Implementation

Posted by Demetris G <de...@ece.neu.edu>.
Well this may also shed some light to what I am asking - thanks to Anne 
again:

http://searchwebservices.techtarget.com/ateQuestionNResponse/0,289625,sid26_cid494324_tax289201,00.html

Anne Thomas Manes wrote:
> If you need to support SOAP Encoding, then you will need to use Axis
> rather than Axis2.
>
> Anne
>
> On 9/5/07, Paul Fremantle <pz...@gmail.com> wrote:
>   
>> Sure you can use Axis2. The latest Eclipse Webtools project has Axis2 built in.
>> You can also use Axis2 simply following the UserGuide or samples.
>>
>> Paul
>>
>> On 9/5/07, nenad.jaksic@imail.de <ne...@imail.de> wrote:
>>     
>>> Hi,
>>> I have to make SOAP implementation.
>>> I am not sure if I can use AXIS2 to do so
>>> or I have to do with normal AXIS?
>>> I guess I have to do with normal AXIS, Is there any usefull resource on the Net about how to do such implementation, possibly with Eclipse IDE?
>>>
>>> Thanks
>>> Nenad
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
>>> For additional commands, e-mail: axis-user-help@ws.apache.org
>>>
>>>
>>>       
>> --
>> Paul Fremantle
>> Co-Founder and VP of Technical Sales, WSO2
>> OASIS WS-RX TC Co-chair
>>
>> blog: http://pzf.fremantle.org
>> paul@wso2.com
>>
>> "Oxygenating the Web Service Platform", www.wso2.com
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
>> For additional commands, e-mail: axis-user-help@ws.apache.org
>>
>>
>>     
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-user-help@ws.apache.org
>
>
>   

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


Re: SOAP Implementation

Posted by Demetris G <de...@ece.neu.edu>.
Got it - thanks.

Anne Thomas Manes wrote:
> Axis supports rpc/encoded (default) and document/literal (both wrapped
> and unwrapped). In Axis 1.3 they added support for rpc/literal.
>
> Axis2 supports rpc/literal and document/literal. Axis2 1.3 added
> support for wrapped doc/literal.
>
> Anne
>
> On 9/7/07, Demetris G <de...@ece.neu.edu> wrote:
>   
>> And you are saying that Anne because Axis support SOAP RPC Encoding?
>> Does Axis2 supports SOAP Document/Literal encoding? Does it also support
>> wrapped document literal ?
>>
>> Anne Thomas Manes wrote:
>>     
>>> If you need to support SOAP Encoding, then you will need to use Axis
>>> rather than Axis2.
>>>
>>> Anne
>>>
>>> On 9/5/07, Paul Fremantle <pz...@gmail.com> wrote:
>>>
>>>       
>>>> Sure you can use Axis2. The latest Eclipse Webtools project has Axis2 built in.
>>>> You can also use Axis2 simply following the UserGuide or samples.
>>>>
>>>> Paul
>>>>
>>>> On 9/5/07, nenad.jaksic@imail.de <ne...@imail.de> wrote:
>>>>
>>>>         
>>>>> Hi,
>>>>> I have to make SOAP implementation.
>>>>> I am not sure if I can use AXIS2 to do so
>>>>> or I have to do with normal AXIS?
>>>>> I guess I have to do with normal AXIS, Is there any usefull resource on the Net about how to do such implementation, possibly with Eclipse IDE?
>>>>>
>>>>> Thanks
>>>>> Nenad
>>>>>
>>>>> ---------------------------------------------------------------------
>>>>> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
>>>>> For additional commands, e-mail: axis-user-help@ws.apache.org
>>>>>
>>>>>
>>>>>
>>>>>           
>>>> --
>>>> Paul Fremantle
>>>> Co-Founder and VP of Technical Sales, WSO2
>>>> OASIS WS-RX TC Co-chair
>>>>
>>>> blog: http://pzf.fremantle.org
>>>> paul@wso2.com
>>>>
>>>> "Oxygenating the Web Service Platform", www.wso2.com
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
>>>> For additional commands, e-mail: axis-user-help@ws.apache.org
>>>>
>>>>
>>>>
>>>>         
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
>>> For additional commands, e-mail: axis-user-help@ws.apache.org
>>>
>>>
>>>
>>>       
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
>> For additional commands, e-mail: axis-user-help@ws.apache.org
>>
>>
>>     
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-user-help@ws.apache.org
>
>
>   

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


Re: SOAP Implementation

Posted by Anne Thomas Manes <at...@gmail.com>.
Axis supports rpc/encoded (default) and document/literal (both wrapped
and unwrapped). In Axis 1.3 they added support for rpc/literal.

Axis2 supports rpc/literal and document/literal. Axis2 1.3 added
support for wrapped doc/literal.

Anne

On 9/7/07, Demetris G <de...@ece.neu.edu> wrote:
>
> And you are saying that Anne because Axis support SOAP RPC Encoding?
> Does Axis2 supports SOAP Document/Literal encoding? Does it also support
> wrapped document literal ?
>
> Anne Thomas Manes wrote:
> > If you need to support SOAP Encoding, then you will need to use Axis
> > rather than Axis2.
> >
> > Anne
> >
> > On 9/5/07, Paul Fremantle <pz...@gmail.com> wrote:
> >
> >> Sure you can use Axis2. The latest Eclipse Webtools project has Axis2 built in.
> >> You can also use Axis2 simply following the UserGuide or samples.
> >>
> >> Paul
> >>
> >> On 9/5/07, nenad.jaksic@imail.de <ne...@imail.de> wrote:
> >>
> >>> Hi,
> >>> I have to make SOAP implementation.
> >>> I am not sure if I can use AXIS2 to do so
> >>> or I have to do with normal AXIS?
> >>> I guess I have to do with normal AXIS, Is there any usefull resource on the Net about how to do such implementation, possibly with Eclipse IDE?
> >>>
> >>> Thanks
> >>> Nenad
> >>>
> >>> ---------------------------------------------------------------------
> >>> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> >>> For additional commands, e-mail: axis-user-help@ws.apache.org
> >>>
> >>>
> >>>
> >> --
> >> Paul Fremantle
> >> Co-Founder and VP of Technical Sales, WSO2
> >> OASIS WS-RX TC Co-chair
> >>
> >> blog: http://pzf.fremantle.org
> >> paul@wso2.com
> >>
> >> "Oxygenating the Web Service Platform", www.wso2.com
> >>
> >> ---------------------------------------------------------------------
> >> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> >> For additional commands, e-mail: axis-user-help@ws.apache.org
> >>
> >>
> >>
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> > For additional commands, e-mail: axis-user-help@ws.apache.org
> >
> >
> >
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-user-help@ws.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


Re: SOAP Implementation

Posted by Sanka Samaranayke <ss...@gmail.com>.
Demetris G wrote:
>
> And you are saying that Anne because Axis support SOAP RPC Encoding?
> Does Axis2 supports SOAP Document/Literal encoding?
yes .. Axis2 supports SOAP Document/Literal

> Does it also support
> wrapped document literal ?
yes 

Thanks,
Sanka

>
> Anne Thomas Manes wrote:
>> If you need to support SOAP Encoding, then you will need to use Axis
>> rather than Axis2.
>>
>> Anne
>>
>> On 9/5/07, Paul Fremantle <pz...@gmail.com> wrote:
>>  
>>> Sure you can use Axis2. The latest Eclipse Webtools project has 
>>> Axis2 built in.
>>> You can also use Axis2 simply following the UserGuide or samples.
>>>
>>> Paul
>>>
>>> On 9/5/07, nenad.jaksic@imail.de <ne...@imail.de> wrote:
>>>    
>>>> Hi,
>>>> I have to make SOAP implementation.
>>>> I am not sure if I can use AXIS2 to do so
>>>> or I have to do with normal AXIS?
>>>> I guess I have to do with normal AXIS, Is there any usefull 
>>>> resource on the Net about how to do such implementation, possibly 
>>>> with Eclipse IDE?
>>>>
>>>> Thanks
>>>> Nenad
>>>>
>>>> ---------------------------------------------------------------------
>>>> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
>>>> For additional commands, e-mail: axis-user-help@ws.apache.org
>>>>
>>>>
>>>>       
>>> -- 
>>> Paul Fremantle
>>> Co-Founder and VP of Technical Sales, WSO2
>>> OASIS WS-RX TC Co-chair
>>>
>>> blog: http://pzf.fremantle.org
>>> paul@wso2.com
>>>
>>> "Oxygenating the Web Service Platform", www.wso2.com
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
>>> For additional commands, e-mail: axis-user-help@ws.apache.org
>>>
>>>
>>>     
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
>> For additional commands, e-mail: axis-user-help@ws.apache.org
>>
>>
>>   
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-user-help@ws.apache.org
>
>


-- 
Sanka Samaranayake
WSO2 Inc.

http://www.bloglines.com/blog/sanka
http://www.wso2.org/


---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


Re: SOAP Implementation

Posted by Demetris G <de...@ece.neu.edu>.
And you are saying that Anne because Axis support SOAP RPC Encoding?
Does Axis2 supports SOAP Document/Literal encoding? Does it also support
wrapped document literal ?

Anne Thomas Manes wrote:
> If you need to support SOAP Encoding, then you will need to use Axis
> rather than Axis2.
>
> Anne
>
> On 9/5/07, Paul Fremantle <pz...@gmail.com> wrote:
>   
>> Sure you can use Axis2. The latest Eclipse Webtools project has Axis2 built in.
>> You can also use Axis2 simply following the UserGuide or samples.
>>
>> Paul
>>
>> On 9/5/07, nenad.jaksic@imail.de <ne...@imail.de> wrote:
>>     
>>> Hi,
>>> I have to make SOAP implementation.
>>> I am not sure if I can use AXIS2 to do so
>>> or I have to do with normal AXIS?
>>> I guess I have to do with normal AXIS, Is there any usefull resource on the Net about how to do such implementation, possibly with Eclipse IDE?
>>>
>>> Thanks
>>> Nenad
>>>
>>> ---------------------------------------------------------------------
>>> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
>>> For additional commands, e-mail: axis-user-help@ws.apache.org
>>>
>>>
>>>       
>> --
>> Paul Fremantle
>> Co-Founder and VP of Technical Sales, WSO2
>> OASIS WS-RX TC Co-chair
>>
>> blog: http://pzf.fremantle.org
>> paul@wso2.com
>>
>> "Oxygenating the Web Service Platform", www.wso2.com
>>
>> ---------------------------------------------------------------------
>> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
>> For additional commands, e-mail: axis-user-help@ws.apache.org
>>
>>
>>     
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-user-help@ws.apache.org
>
>
>   

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


Re: SOAP Implementation

Posted by Anne Thomas Manes <at...@gmail.com>.
If you need to support SOAP Encoding, then you will need to use Axis
rather than Axis2.

Anne

On 9/5/07, Paul Fremantle <pz...@gmail.com> wrote:
> Sure you can use Axis2. The latest Eclipse Webtools project has Axis2 built in.
> You can also use Axis2 simply following the UserGuide or samples.
>
> Paul
>
> On 9/5/07, nenad.jaksic@imail.de <ne...@imail.de> wrote:
> > Hi,
> > I have to make SOAP implementation.
> > I am not sure if I can use AXIS2 to do so
> > or I have to do with normal AXIS?
> > I guess I have to do with normal AXIS, Is there any usefull resource on the Net about how to do such implementation, possibly with Eclipse IDE?
> >
> > Thanks
> > Nenad
> >
> > ---------------------------------------------------------------------
> > To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> > For additional commands, e-mail: axis-user-help@ws.apache.org
> >
> >
>
>
> --
> Paul Fremantle
> Co-Founder and VP of Technical Sales, WSO2
> OASIS WS-RX TC Co-chair
>
> blog: http://pzf.fremantle.org
> paul@wso2.com
>
> "Oxygenating the Web Service Platform", www.wso2.com
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-user-help@ws.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org


Re: SOAP Implementation

Posted by Paul Fremantle <pz...@gmail.com>.
Sure you can use Axis2. The latest Eclipse Webtools project has Axis2 built in.
You can also use Axis2 simply following the UserGuide or samples.

Paul

On 9/5/07, nenad.jaksic@imail.de <ne...@imail.de> wrote:
> Hi,
> I have to make SOAP implementation.
> I am not sure if I can use AXIS2 to do so
> or I have to do with normal AXIS?
> I guess I have to do with normal AXIS, Is there any usefull resource on the Net about how to do such implementation, possibly with Eclipse IDE?
>
> Thanks
> Nenad
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
> For additional commands, e-mail: axis-user-help@ws.apache.org
>
>


-- 
Paul Fremantle
Co-Founder and VP of Technical Sales, WSO2
OASIS WS-RX TC Co-chair

blog: http://pzf.fremantle.org
paul@wso2.com

"Oxygenating the Web Service Platform", www.wso2.com

---------------------------------------------------------------------
To unsubscribe, e-mail: axis-user-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-user-help@ws.apache.org