Questions tagged [usernametoken]
82 questions
0
votes
0 answers
PHP Code to generate this
I'm trying to get a result from a wsdl file, It however requires authentication and the normal passing of an username and password gives me an error:
Error arguments:
Missing authentication from header
The header should look like the one…

mimmi
- 113
- 1
- 2
- 15
0
votes
1 answer
Consume Java weblogic web service having usernametoken and client certificate in ASP.Net
i need to consume a web service developed with java web logic server, usernametoken and client certificate are used to invoke the service.
and i got the java code to call web service as below
import javax.ejb.CreateException;
import…

user1578433
- 1
- 1
0
votes
1 answer
WS02 / WSF PHP 2.1.0 UsernameToken issues
i try to call a partner WS using usernameToken. I use for that ws02 wsf_2.0.0 under php5.2.x and it rocks. Now we want's to migrate on a different solution based on php5.3, fortunately ws02 provide a 2.1.0 tag compatible with php5.3. I take the time…
0
votes
1 answer
Accessing a SOAP Header from JibX WS
I have a tomcat web service that accepts opentravel.org OTA XML requests and responds accordingly. It uses the JibX OTA classes.
So far the users of the service have used POX, and it works really well, but a new user wants to use SOAP and add…

iainmac999
- 1,569
- 2
- 13
- 12
-1
votes
2 answers
Only view uername
I want to view this code only with USERNAME, however the public display name taking over. how to only display USERNAME?
function display_current_user_display_name () {
$user = wp_get_current_user();
$display_name = $user->user_login;
…

Ann Jye
- 3
- 1
-2
votes
1 answer
Github Username and Email finding
I am very interested to know,
**how to find someone github account or github username using Email?
Also, How to find someone Email address using username?**
Please help me,
I have tried to find out the answer. but can't find any valid answer for…
-2
votes
1 answer
How to use WS-Policy with WCF?
We have specific requirements to connect our client code with Datapower Services,
as a part of requirement they have provided WS-Policy file so we need help with below items?
Is there any way to automatically create WCF Configuration from WS-Policy…

Gaurav
- 11
- 1