Web service using php soap server and java client

Rohan Pujari

I want to learn to implement web services using soap in php. I also want to utilize the service using java client. I am interested in soap protocol and if there is some othere better protocol.

My research: I got many online tutorials on implementing web service using soap in php. I also got greate content on soap protocol.

My question: How to utilize that service using java client? Is it possible? Can you refer me to tutorial which serves my need? Is there any good book that i can purchase. I also want to know how can a php soap server authenticate a java client. Is authentication done for each request or maintaining session is possible.

Tarek Hallak

By definition:

Web Services have been designed to support interoperable Machine to Machine interaction over a network.

So consuming a web service is independent of the implementation technology of the web service, now you can search for "implement a Java based SOAP client" on SO.

plus check below URLs:

Java Client – PHP Soapserver

And THIS free book by Nan-Chao Huang.

Collected from the Internet

Please contact [email protected] to delete if infringement.

edited at
0

Comments

0 comments
Login to comment

Related

From Dev

Consuming web service (Soap) using php client

From Dev

Using PHP SOAP client on .NET web service

From Dev

Consuming web service (Soap) using php client

From Dev

C# soap web service and Java client

From Dev

Connecting to web service using SOAP & PHP

From Dev

PHP Soap Server without Soap Client

From Dev

Use PHP to list info from a Web Service that's using SOAP

From Dev

Blackboard SOAP web service php

From Dev

Securing a PHP Web service (SOAP)

From Dev

SOAP Server in JAVA <-> SOAP Client in C#

From Dev

SOAP Web service need to send request using https protocol in java

From Dev

SOAP Web service need to send request using https protocol in java

From Dev

SSRS Render reports using JAVA and SOAP Web Service

From Dev

Calling a web service SOAP in java

From Dev

Weblogic - Testing SOAP Web Service With Test Client

From Dev

Return an Array of Strings from an ASP.NET Web Service to an Android client using SOAP

From Dev

Client part of the Digest Authentication using PHP POST to Web Service

From Dev

Can a RESTful service client be a SOAP service's server?

From Dev

Can a RESTful service client be a SOAP service's server?

From Dev

SOAP WSDL PHP client connecting to .Net Server

From Dev

How to use php with soap web service on heroku

From Dev

.NET web service and php client

From Dev

IOS Swift Call Web Service using SOAP

From Dev

Java- SOAP Web service over Https

From Dev

communication between Java server and Android client using Network Service Discovery

From Dev

php calling soap function using client certificate

From Dev

How to pass a SOAP header from a client to a web service

From Dev

array to string conversion error during consuming a web service using php,soap,wsdl

From Dev

PHP consume soap service using Basic auth

Related Related

  1. 1

    Consuming web service (Soap) using php client

  2. 2

    Using PHP SOAP client on .NET web service

  3. 3

    Consuming web service (Soap) using php client

  4. 4

    C# soap web service and Java client

  5. 5

    Connecting to web service using SOAP & PHP

  6. 6

    PHP Soap Server without Soap Client

  7. 7

    Use PHP to list info from a Web Service that's using SOAP

  8. 8

    Blackboard SOAP web service php

  9. 9

    Securing a PHP Web service (SOAP)

  10. 10

    SOAP Server in JAVA <-> SOAP Client in C#

  11. 11

    SOAP Web service need to send request using https protocol in java

  12. 12

    SOAP Web service need to send request using https protocol in java

  13. 13

    SSRS Render reports using JAVA and SOAP Web Service

  14. 14

    Calling a web service SOAP in java

  15. 15

    Weblogic - Testing SOAP Web Service With Test Client

  16. 16

    Return an Array of Strings from an ASP.NET Web Service to an Android client using SOAP

  17. 17

    Client part of the Digest Authentication using PHP POST to Web Service

  18. 18

    Can a RESTful service client be a SOAP service's server?

  19. 19

    Can a RESTful service client be a SOAP service's server?

  20. 20

    SOAP WSDL PHP client connecting to .Net Server

  21. 21

    How to use php with soap web service on heroku

  22. 22

    .NET web service and php client

  23. 23

    IOS Swift Call Web Service using SOAP

  24. 24

    Java- SOAP Web service over Https

  25. 25

    communication between Java server and Android client using Network Service Discovery

  26. 26

    php calling soap function using client certificate

  27. 27

    How to pass a SOAP header from a client to a web service

  28. 28

    array to string conversion error during consuming a web service using php,soap,wsdl

  29. 29

    PHP consume soap service using Basic auth

HotTag

Archive