Hi Peter,
Actually the scenario is that,this is the integration between AMT s/w and SAP..The client's has AMT..They have pressed the button(Create Work Order) in AMT,which is web based..After that automatically a Plant Maintenance Work Order will be created in SAP..This purpose will be solved through Web Service..They have given me the the XML data which I have to consume from SAP side..
I have done the following steps..
1.First I have developed a RFC function module..Then I have created Web Service from that function module.
2.Then I have created service in SOAMANAGER..Then copy the service WSDL URL from overview tab..
3.Then I have created Service Consumer..tick the radio button external WSDL..Then paste the WSDL URL copied from SOAMANAGER..Then I have activated the Service Consumer..Direction is created OUTBOUND..Here Proxy name is shown in Service consumer..I didn't find where in the proxy class I have to write the code..Also please tell me the how to consume the XML data to ABAP for creation of PM maintenance Order..They will give the detail of data for create the PM maintenance Order.
4. At last I have created Logical Port For Consumer Proxy which has the configuration type "WSDL Based Configuration" and WSDL base is "Via HTTP Access"..Then also put the WSDL URL and user id and password..
When the client will press the button "Create WO" in their AMT S/W then a XML data will send to Web service and I have to capture this data automatically in SAP and process these data and create PM maintenance Work Order and send the No. Of PM work Order to AMT side...
These total process will be automatically..
Please tell me what step I have skipped to achieve this Interface...
If you demonstrate me step by step then It will be very helpful for me...
Please help...