Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Web Service

Former Member
0 Likes
798

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

1 ACCEPTED SOLUTION
Read only

Former Member
0 Likes
730

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

5 REPLIES 5
Read only

Former Member
0 Likes
731

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

Read only

0 Likes
730

Hi,

Transaction SOAMANAGER is not available, I can only use WSCONIFG or WSADMIN.

How can I retrieve the message format?

Best regards,

Guido Koopmann

Read only

0 Likes
730

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

Read only

0 Likes
730

Hi,

I am looking at the WSDL, but where can I find the message format then?

Best regards,

Guido Koopmann

Read only

0 Likes
730

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