‎2009 Jul 14 12:45 PM
Hi Guru's,
I have set up a Web Service from BAPI, BAPI_ACC_DOCUMENT_POST. Now I want to test it and need a message to test it. But How can retrieve the message format?
I have looked into WSCONFIG but could not really find it.
Best regards,
Guido Koopmann
‎2009 Jul 14 12:48 PM
hai , go to soamanager and from there find ur proxy under business administration then web service adminsitration and from there test the service
m.a
‎2009 Jul 14 12:48 PM
hai , go to soamanager and from there find ur proxy under business administration then web service adminsitration and from there test the service
m.a
‎2009 Jul 14 12:55 PM
Hi,
Transaction SOAMANAGER is not available, I can only use WSCONIFG or WSADMIN.
How can I retrieve the message format?
Best regards,
Guido Koopmann
‎2009 Jul 14 12:59 PM
hai to get the message format
go to se80 , select bsp application webserivemanager and execte it and u get a window in which search for ur webservice under alphabet z ( csutom ) and when u click wsdl link u get the wsdl format
m.a
‎2009 Jul 14 1:10 PM
Hi,
I am looking at the WSDL, but where can I find the message format then?
Best regards,
Guido Koopmann
‎2009 Jul 14 1:15 PM
hai as u have wsdl then u can use this in any testing environment to call this service
if u want to use it in r/3 then u have to create a client proxy for the same and it will generate the class and methods and when u call the methods of the proxy then it will call these methods of the service which u have created
m.a