cancel
Showing results for 
Search instead for 
Did you mean: 

cannot process the methods

Former Member
0 Kudos

Hi Gurus,

1) I have the problem while accessing the webservice from the portal.(JspDynpage)

After giving the WSDL, It is reading it and showing the methods which are available in it.

But when it is about to finish reading, it shows the error message Saying cannot process the methods.

What is the error ?

I have tested it from Enterprise portal webservice checker,

here it is working fine, reading the method and displaying the returned values also.

2) When i call any Webservice from JspDynapge which requires

User credentials to be passed to access that perticular webservice,

then How can i pass the user credentials ?

regards

Bala

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Most of the webservices use header authentication. SO you might have to set the header with the username and password so that you are authenticated to work with the webservice.

Pradeep

Former Member
0 Kudos

Please suggest me on first question.

Regards

Bala

Former Member
0 Kudos

2)

try adding the following at the end of wsdl

@sap-user=<your_loginId>&sap-password=<your_password>

Former Member
0 Kudos

HI team,

I have checked that web service with Enterprise webservice checker.

It works fine from there.It is also giving the output.

But when i try to consume it from project, Portal web service client it gives the error.

After giving the WSDL, It is showing the methods present in side it, but when i select it and go further, It gives the error at the end. Saying...Cannot process the methods.

What could be the problem?

Any ideas?

Regards

Bala

Former Member
0 Kudos

HI Ananth,

I am trying to pass the the user credential to the webservice as suggested by you.

But there is no improvement.

i have added the user credentials like this.

http://iginsapsm:50000/SearchWS1/Config1?wsdl&sap-user=Guest&sap-password=Demo123

when i try to open it in the IE its opening, i thought its working fine.

Even if i add any thing irrelevant at the end of WSDL, still its opening in IE.

I think its not recognising the user credentials.

Any other way to pass the user credentials?

Regards

Bala