Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wtp-dev] Eclipse Web Service Client

Hello,

I am trying to apply procedures in the link below

http://www.eclipse.org/webtools/community/tutorials/BottomUpAxis2WebService/bu_tutorial.html

to Create Bottom Up Web Service via Apache Axis2. My question is what is the difference between the following port names: SOAP12port_http and Httpport. I created 2 clients in 2 separate project. The first client for SOAP12port_http, and the second SOAP12port_http. I note there is no difference between them!, the generated clients stub code for both ports are identical!


my understanding is that SOAP12port_http means the binding is SOAP v1.2 over http, and Httpport is REST web service!. is that right?

Could any one clarify the difference between SOAP12port_http and Httpport.


Thanks,
--
Motaz K. Saad

Back to the top