Hello,
I am very new in kettle. I am interested in data integration in web service. I have test the sample "Web services lookup - convert degrees Celsius to Farenheit". It tested ok but the in and out is simple. this is the xml for the web service input.
Can pentaho web service input handle this? Hope somebody can give me some tips.Code:<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:adin="http://3e.pl/ADInterface"> <soapenv:Header/> <soapenv:Body> <adin:queryData> <adin:ModelCRUDRequest> <adin:ModelCRUD> <adin:serviceType>QueryBPartner</adin:serviceType> <adin:DataRow> <adin:field column="C_BP_Group_ID"> <adin:val>103</adin:val> </adin:field> </adin:DataRow> </adin:ModelCRUD> <adin:ADLoginRequest> <adin:user>WebService</adin:user> <adin:pass>WebService</adin:pass> <adin:lang>en_US</adin:lang> <adin:ClientID>11</adin:ClientID> <adin:RoleID>50004</adin:RoleID> <adin:OrgID>11</adin:OrgID> <adin:WarehouseID>103</adin:WarehouseID> <adin:stage>9</adin:stage> </adin:ADLoginRequest> </adin:ModelCRUDRequest> </adin:queryData> </soapenv:Body> </soapenv:Envelope>
chris



Reply With Quote
