cancel
Showing results for 
Search instead for 
Did you mean: 

publishing of webservice in soamanger

Former Member
0 Kudos

hi all,

could anybody guide me on creating logical port from soamanager??

I refer to sap netweaver help but i cant find the tab 'Application and Scenario Communication tab' itself in my soamanager.

Figured this out. I have to use 'Consumerproxy' in webservice administrator.

But i get this error.

SRT Framework exception: Error in WSDL parsing: Incorrect value: Entity "<<document>>"(7 /187 ). unexpected symbol: 'target'

any idea wht is this error abt

thanks.

regards,

sap fan

Edited by: sap fan on Feb 26, 2010 10:27 AM

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi Sap Fan,

It has to do with something in the WSDL that cannot be resolved. SAP can only handle one binding per WSDL so check that the WSDL only contains 1 binding.

Also check that the WSDL does not contain nested schema's. It should rather use 'import' statements to reference other schema's.

Also check that the WSDL does not reference any URL's for Security like SSL, these URL's may require user authentication & that might be causing a problem.

Regards, Trevor