How to call the webservice by passing the complex.

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
suhas_clarion
Forum Newbie
Posts: 1
Joined: Sat Oct 18, 2003 3:42 am
Contact:

How to call the webservice by passing the complex.

Post by suhas_clarion »

Hi,

I have site and in that site i want to call a webservice. For calling the webservice it require to pass a complex customer id to the websservice as a credential and then it gives the access to the methods mentioned in the web service.
I am using NUSOAP for calling the webservice but i dont know how to send the customer id with NUsoap.
When i use the method setCredentials(), or setHeaders() with customer id as a parameter then it reflects fault with stating that Invalid Credential; Access Denied.

Can anybody help me regarding this

Thanks,
Suhas
Suhas@clarionsys.com
Post Reply