cancel
Showing results for 
Search instead for 
Did you mean: 

Receiver SOAP Adapter logon

Former Member
0 Kudos

Hi experts!!

I have to connect with a Web Service that use this fields to logon on it:

User;

Password;

Company;

Conection Number (always 0).

How can I handle this if the Receiver SOAP adapter has only user and password to login?

Points will be given!

Regards,

Daniela

Accepted Solutions (1)

Accepted Solutions (1)

bhavesh_kantilal
Active Contributor
0 Kudos

Hi,

Does the webservice expect these values as a Part of the SOAP header?

If yes then you need to select Do not use SoAP envelope in your SOAP adapter and create the entire SOAP Envelope in your mapping ( either XSL or Java Mappping).

Regards

Bhavesh

Former Member
0 Kudos

Thanks for your help.

To create the entire SOAP Envelope do I need information from the webservice? (like the estructure, for example). Can I use Grafical Mapping?

Regards,

Daniela

bhavesh_kantilal
Active Contributor
0 Kudos

Hi,

1. If you can create the entire SOAP envelope as an XSD then yes you can use the Graphical Mapping. You would need to manually create the entire SOAP Envelope with the SOAP header, SOAP Body etc as an XSD for both the request and response.

2. In most cases, option 1 is not possible and hence you need to use either Java or XSL mapping.

3. Another option would be to use Graphical mapping for the main mapping and then add another mapping in the interface mapping ( java or XSL ) that will now do the addition of the SOAP enevlope to the mapping etc.

Regards

Bhavesh

Answers (0)