Skip to main content
cancel
Showing results for 
Search instead for 
Did you mean: 

Register now to learn Fabric in free live sessions led by the best Microsoft experts. From Apr 16 to May 9, in English and Spanish.

Reply
luis2810
Frequent Visitor

SOAP API - Creating connector

Hello guys, 
I'm trying to build a custom connector of a SOAP API (https://login.keyinvoice.com/API3_ws.php?wsdl) 

 

More precisly about the "authenticate" method.

Using SOAPUI I already achieve a correct response, but didn't figured out who to transform the logic to the Visual Basic with Power Query SKD

 

The documentation have a example in PHP

$soap = new soapclient( $WS_URL );

$result = $soap->authenticate( $API_KEY );

$APISession = $result[1];

 

And I haven't figured out how to do.

I have already seen a lot of question/answer in the forum but unfortunately didn't help

 

If you have some advice thank you!

PS: Documentation in PT (https://login.keyinvoice.com/DocumentacaoAPI.php?s=SESSION#tab2button )

1 ACCEPTED SOLUTION
2 REPLIES 2

@v-easonf-msftThank you!
But I have already seen this posts, but didn't help

 

Helpful resources

Announcements
Microsoft Fabric Learn Together

Microsoft Fabric Learn Together

Covering the world! 9:00-10:30 AM Sydney, 4:00-5:30 PM CET (Paris/Berlin), 7:00-8:30 PM Mexico City

PBI_APRIL_CAROUSEL1

Power BI Monthly Update - April 2024

Check out the April 2024 Power BI update to learn about new features.

April Fabric Community Update

Fabric Community Update - April 2024

Find out what's new and trending in the Fabric Community.