Hello All,

 I have tried lots of possible structure while tranforming the BPEL from EPC.

but i didnt get accurate BPEL or result.

In my XSD file it just give me 

1)

    <element name="checkProcessRequest"/>

    <element name="checkProcessResponse"/>

instade of this

2)

  <complexType name="CheckProcess">

        <sequence>

            <element name="phone" nillable="true" type="string"/>

            <element name="mobile" nillable="true" type="string"/>

                   

          

            <element name="zipcode" type="int"/>

        

        </sequence>

    </complexType>

I want the Second one, Anyone has  a Solution for this?

 

 or register to reply.

Notify Moderator