Thanks,

I have seen that migration manifest before send mail.
I tried to use xmlbeans databinding. It generates lots of files, and
same as I send
in "wsdl"
WSRPServiceMessageReceiverInOut.java
WSRPServiceSkeleton.java
WSRPServiceSkeletonInterface.java
WSRPServiceStub.java
:(

BTW, WSRPServiceSkeleton class has only methods which described in
WSRP_v1_PortletManagement_PortType. Looks like he generates one of
four intefaces. Does it a bug?

Regards,
Alexey

On 6/21/07, José Antonio Sánchez <[EMAIL PROTECTED]> wrote:
Do not use ADB to implement WS-* specifications since they usually use
very complex schemas and ADB doesn't have good support for complex
schemas. Consider using XmlBeans while ADB matures.
Axis2 uses a completely different service implementation schema. In
that case,  you have to implement your service completing the
WSRPServiceSkeleton.java class that must have one operation per
service operation provided in the WSDL.

Read this for details about migration from Axis1 to Axis2:

http://ws.apache.org/axis2/1_2/migration.html

On 6/21/07, Alexey Zavizionov <[EMAIL PROTECTED]> wrote:
> I'm new to axis2
>
> We are migrating from Axis1 to Axis2.
>
> I have problems with generation WSDL2Code for wsdl file
> 
http://www.oasis-open.org/committees/wsrp/specifications/version1/wsrp_service.wsdl
> which import bindings from
> 
http://www.oasis-open.org/committees/wsrp/specifications/version1/wsrp_v1_bindings.wsdl
> which import interfaces from
> 
http://www.oasis-open.org/committees/wsrp/specifications/version1/wsrp_v1_interfaces.wsdl
>
> Command line arguments " -s -ss -sd -ssi -g -d adb -t -p org.wsdl -uri
> wsrp_service.wsdl
> -o ${src.gen.dir}
> -ns2p urn:oasis:names:tc:wsrp:v1:intf=org.intf,
> urn:oasis:names:tc:wsrp:v1:types=org.type,
> urn:oasis:names:tc:wsrp:v1:bind=org.bind,
> urn:oasis:names:tc:wsrp:v1:wsdl=org.wsdl"
>
> While using axis1 we have got files:
>  in the generated dir "bind"
> WSRP_v1_Markup_Binding_SOAPStub.java
> WSRP_v1_PortletManagement_Binding_SOAPStub.java
> WSRP_v1_Registration_Binding_SOAPStub.java
> WSRP_v1_ServiceDescription_Binding_SOAPStub.java
>
>  in the generated dir "intf"
> WSRP_v1_Markup_PortType.java
> WSRP_v1_PortletManagement_PortType.java
> WSRP_v1_Registration_PortType.java
> WSRP_v1_ServiceDescription_PortType.java
>
> But, now we have
> in "intf"
> ExtensionMapper.java
> in "wsdl"
> WSRPServiceMessageReceiverInOut.java
> WSRPServiceSkeleton.java
> WSRPServiceSkeletonInterface.java
> WSRPServiceStub.java
>
> Does axis2 correct generate source?
>
> I'm really want to use axis2 for wsrp
>
> Thanks in advance
> Alexey
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>


--
Saludos.
José Antonio Sánchez

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to